Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionDynamicValueComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionDynamicValueComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionDynamicValueComponent
(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionDynamicValueComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRequestOrchestrationActionDynamicValueComponent
(String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected void
RdfParser.composeRequestOrchestrationActionDynamicValueComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element, int index) protected void
XmlParser.composeRequestOrchestrationActionDynamicValueComponent
(String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected void
XmlParser.composeRequestOrchestrationActionDynamicValueComponentElements
(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected void
JsonParser.composeRequestOrchestrationActionDynamicValueComponentProperties
(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected boolean
XmlParser.parseRequestOrchestrationActionDynamicValueComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent res) protected void
JsonParser.parseRequestOrchestrationActionDynamicValueComponentProperties
(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionDynamicValueComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.dynamicValue
Customizations that should be applied to the statically defined resource.Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addDynamicValue()
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.copy()
RequestOrchestration.RequestOrchestrationActionComponent.getDynamicValueFirstRep()
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setExpression
(Expression value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setPathElement
(StringType value) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getDynamicValue()
Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addDynamicValue
(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent t) void
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.copyValues
(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent dst) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setDynamicValue
(List<RequestOrchestration.RequestOrchestrationActionDynamicValueComponent> theDynamicValue)