Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration
Packages that use RequestOrchestration
-
Uses of RequestOrchestration in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return RequestOrchestrationModifier and TypeMethodDescriptionstatic RequestOrchestrationExtensions.addCompliesWith(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.addCompliesWithCanonical(RequestOrchestration context, String value) static RequestOrchestrationExtensions.addCompliesWithUri(RequestOrchestration context, String value) static RequestOrchestrationExtensions.addEpisodeOfCare(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.addVariable(RequestOrchestration context, Expression value) static RequestOrchestrationExtensions.setGeneratedFrom(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setReleaseDate(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setTriggeredBy(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.setTriggeredByCanonical(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setTriggeredByUri(RequestOrchestration context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type RequestOrchestrationModifier and TypeMethodDescriptionstatic RequestOrchestrationExtensions.addCompliesWith(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.addCompliesWithCanonical(RequestOrchestration context, String value) static RequestOrchestrationExtensions.addCompliesWithUri(RequestOrchestration context, String value) static RequestOrchestrationExtensions.addEpisodeOfCare(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.addVariable(RequestOrchestration context, Expression value) Extensions.getCompliesWithReferenceList(RequestOrchestration context) Extensions.getCompliesWithStringList(RequestOrchestration context) Extensions.getEpisodeOfCareList(RequestOrchestration context) static StringExtensions.getGeneratedFrom(RequestOrchestration context) static StringExtensions.getReleaseDate(RequestOrchestration context) static ReferenceExtensions.getTriggeredByReference(RequestOrchestration context) static StringExtensions.getTriggeredByString(RequestOrchestration context) static List<Expression>Extensions.getVariableList(RequestOrchestration context) static RequestOrchestrationExtensions.setGeneratedFrom(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setReleaseDate(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setTriggeredBy(RequestOrchestration context, Reference value) static RequestOrchestrationExtensions.setTriggeredByCanonical(RequestOrchestration context, String value) static RequestOrchestrationExtensions.setTriggeredByUri(RequestOrchestration context, String value) -
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