Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionInputComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionInputComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionInputComponent
(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionInputComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRequestOrchestrationActionInputComponent
(String name, RequestOrchestration.RequestOrchestrationActionInputComponent element) protected void
RdfParser.composeRequestOrchestrationActionInputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionInputComponent element, int index) protected void
XmlParser.composeRequestOrchestrationActionInputComponent
(String name, RequestOrchestration.RequestOrchestrationActionInputComponent element) protected void
XmlParser.composeRequestOrchestrationActionInputComponentElements
(RequestOrchestration.RequestOrchestrationActionInputComponent element) protected void
JsonParser.composeRequestOrchestrationActionInputComponentProperties
(RequestOrchestration.RequestOrchestrationActionInputComponent element) protected boolean
XmlParser.parseRequestOrchestrationActionInputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionInputComponent res) protected void
JsonParser.parseRequestOrchestrationActionInputComponentProperties
(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionInputComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionInputComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.input
Defines input data requirements for the action.Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addInput()
RequestOrchestration.RequestOrchestrationActionInputComponent.copy()
RequestOrchestration.RequestOrchestrationActionComponent.getInputFirstRep()
RequestOrchestration.RequestOrchestrationActionInputComponent.setRelatedData
(String value) RequestOrchestration.RequestOrchestrationActionInputComponent.setRelatedDataElement
(IdType value) RequestOrchestration.RequestOrchestrationActionInputComponent.setRequirement
(DataRequirement value) RequestOrchestration.RequestOrchestrationActionInputComponent.setTitleElement
(StringType value) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getInput()
Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addInput
(RequestOrchestration.RequestOrchestrationActionInputComponent t) void
RequestOrchestration.RequestOrchestrationActionInputComponent.copyValues
(RequestOrchestration.RequestOrchestrationActionInputComponent dst) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setInput
(List<RequestOrchestration.RequestOrchestrationActionInputComponent> theInput)