
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration
Packages that use RequestOrchestration
-
Uses of RequestOrchestration in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestrationModifier and TypeMethodDescriptionprotected RequestOrchestration
JsonParser.parseRequestOrchestration
(com.google.gson.JsonObject json) protected RequestOrchestration
XmlParser.parseRequestOrchestration
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestrationModifier and TypeMethodDescriptionprotected void
JsonParser.composeRequestOrchestration
(String name, RequestOrchestration element) protected void
RdfParser.composeRequestOrchestration
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration element, int index) protected void
XmlParser.composeRequestOrchestration
(String name, RequestOrchestration element) protected void
XmlParser.composeRequestOrchestrationElements
(RequestOrchestration element) protected void
JsonParser.composeRequestOrchestrationProperties
(RequestOrchestration element) protected boolean
XmlParser.parseRequestOrchestrationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration res) protected void
JsonParser.parseRequestOrchestrationProperties
(com.google.gson.JsonObject json, RequestOrchestration res) -
Uses of RequestOrchestration in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return RequestOrchestrationModifier and TypeMethodDescriptionRequestOrchestration.addAction
(RequestOrchestration.RequestOrchestrationActionComponent t) RequestOrchestration.addBasedOn
(Reference t) RequestOrchestration.addIdentifier
(Identifier t) RequestOrchestration.addInstantiatesCanonical
(String value) RequestOrchestration.addInstantiatesUri
(String value) RequestOrchestration.addNote
(Annotation t) RequestOrchestration.addReason
(CodeableReference t) RequestOrchestration.addReplaces
(Reference t) RequestOrchestration.copy()
RequestOrchestration.setAction
(List<RequestOrchestration.RequestOrchestrationActionComponent> theAction) RequestOrchestration.setAuthoredOn
(Date value) RequestOrchestration.setAuthoredOnElement
(DateTimeType value) RequestOrchestration.setBasedOn
(List<Reference> theBasedOn) RequestOrchestration.setCode
(CodeableConcept value) RequestOrchestration.setEncounter
(Reference value) RequestOrchestration.setGroupIdentifier
(Identifier value) RequestOrchestration.setIdentifier
(List<Identifier> theIdentifier) RequestOrchestration.setInstantiatesCanonical
(List<CanonicalType> theInstantiatesCanonical) RequestOrchestration.setInstantiatesUri
(List<UriType> theInstantiatesUri) RequestOrchestration.setIntent
(Enumerations.RequestIntent value) RequestOrchestration.setIntentElement
(Enumeration<Enumerations.RequestIntent> value) RequestOrchestration.setNote
(List<Annotation> theNote) RequestOrchestration.setPriority
(Enumerations.RequestPriority value) RequestOrchestration.setPriorityElement
(Enumeration<Enumerations.RequestPriority> value) RequestOrchestration.setReason
(List<CodeableReference> theReason) RequestOrchestration.setReplaces
(List<Reference> theReplaces) RequestOrchestration.setStatus
(Enumerations.RequestStatus value) RequestOrchestration.setStatusElement
(Enumeration<Enumerations.RequestStatus> value) RequestOrchestration.setSubject
(Reference value) protected RequestOrchestration
RequestOrchestration.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration