
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionOutputComponent
Packages that use RequestOrchestration.RequestOrchestrationActionOutputComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionOutputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionOutputComponent
(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionOutputComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeRequestOrchestrationActionOutputComponent
(String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected void
RdfParser.composeRequestOrchestrationActionOutputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element, int index) protected void
XmlParser.composeRequestOrchestrationActionOutputComponent
(String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected void
XmlParser.composeRequestOrchestrationActionOutputComponentElements
(RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected void
JsonParser.composeRequestOrchestrationActionOutputComponentProperties
(RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected boolean
XmlParser.parseRequestOrchestrationActionOutputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionOutputComponent res) protected void
JsonParser.parseRequestOrchestrationActionOutputComponentProperties
(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionOutputComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionOutputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.output
Defines the outputs of the action, if any.Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addOutput()
RequestOrchestration.RequestOrchestrationActionOutputComponent.copy()
RequestOrchestration.RequestOrchestrationActionComponent.getOutputFirstRep()
RequestOrchestration.RequestOrchestrationActionOutputComponent.setRelatedData
(String value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setRelatedDataElement
(StringType value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setRequirement
(DataRequirement value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getOutput()
Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addOutput
(RequestOrchestration.RequestOrchestrationActionOutputComponent t) void
RequestOrchestration.RequestOrchestrationActionOutputComponent.copyValues
(RequestOrchestration.RequestOrchestrationActionOutputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionOutputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setOutput
(List<RequestOrchestration.RequestOrchestrationActionOutputComponent> theOutput)