
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 RequestOrchestrationJsonParser.parseRequestOrchestration(com.google.gson.JsonObject json) protected RequestOrchestrationXmlParser.parseRequestOrchestration(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestrationModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestration(String name, RequestOrchestration element) protected voidRdfParser.composeRequestOrchestration(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration element, int index) protected voidXmlParser.composeRequestOrchestration(String name, RequestOrchestration element) protected voidXmlParser.composeRequestOrchestrationElements(RequestOrchestration element) protected voidJsonParser.composeRequestOrchestrationProperties(RequestOrchestration element) protected booleanXmlParser.parseRequestOrchestrationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration res) protected voidJsonParser.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 RequestOrchestrationRequestOrchestration.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration