Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration
-
Uses of RequestOrchestration in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic RequestOrchestration
Extensions.addCompliesWith
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.addCompliesWithCanonical
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.addCompliesWithUri
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.addEpisodeOfCare
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.addVariable
(RequestOrchestration context, Expression value) static RequestOrchestration
Extensions.setGeneratedFrom
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setReleaseDate
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setTriggeredBy
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.setTriggeredByCanonical
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setTriggeredByUri
(RequestOrchestration context, String value) Modifier and TypeMethodDescriptionstatic RequestOrchestration
Extensions.addCompliesWith
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.addCompliesWithCanonical
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.addCompliesWithUri
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.addEpisodeOfCare
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.addVariable
(RequestOrchestration context, Expression value) Extensions.getCompliesWithReferenceList
(RequestOrchestration context) Extensions.getCompliesWithStringList
(RequestOrchestration context) Extensions.getEpisodeOfCareList
(RequestOrchestration context) static String
Extensions.getGeneratedFrom
(RequestOrchestration context) static String
Extensions.getReleaseDate
(RequestOrchestration context) static Reference
Extensions.getTriggeredByReference
(RequestOrchestration context) static String
Extensions.getTriggeredByString
(RequestOrchestration context) static List
<Expression> Extensions.getVariableList
(RequestOrchestration context) static RequestOrchestration
Extensions.setGeneratedFrom
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setReleaseDate
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setTriggeredBy
(RequestOrchestration context, Reference value) static RequestOrchestration
Extensions.setTriggeredByCanonical
(RequestOrchestration context, String value) static RequestOrchestration
Extensions.setTriggeredByUri
(RequestOrchestration context, String value) -
Uses of RequestOrchestration in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected RequestOrchestration
JsonParser.parseRequestOrchestration
(com.google.gson.JsonObject json) protected RequestOrchestration
XmlParser.parseRequestOrchestration
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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()