
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionDynamicValueComponent
Packages that use RequestOrchestration.RequestOrchestrationActionDynamicValueComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionDynamicValueComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionDynamicValueComponent(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionDynamicValueComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestrationActionDynamicValueComponent(String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected voidRdfParser.composeRequestOrchestrationActionDynamicValueComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionDynamicValueComponent(String name, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected voidXmlParser.composeRequestOrchestrationActionDynamicValueComponentElements(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected voidJsonParser.composeRequestOrchestrationActionDynamicValueComponentProperties(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent element) protected booleanXmlParser.parseRequestOrchestrationActionDynamicValueComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent res) protected voidJsonParser.parseRequestOrchestrationActionDynamicValueComponentProperties(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionDynamicValueComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionDynamicValueComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.dynamicValueCustomizations that should be applied to the statically defined resource.Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addDynamicValue()RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.copy()RequestOrchestration.RequestOrchestrationActionComponent.getDynamicValueFirstRep()RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setExpression(Expression value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setPathElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getDynamicValue()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addDynamicValue(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent t) voidRequestOrchestration.RequestOrchestrationActionDynamicValueComponent.copyValues(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionDynamicValueComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setDynamicValue(List<RequestOrchestration.RequestOrchestrationActionDynamicValueComponent> theDynamicValue)