
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionInputComponent
Packages that use RequestOrchestration.RequestOrchestrationActionInputComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionInputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionInputComponent(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionInputComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestrationActionInputComponent(String name, RequestOrchestration.RequestOrchestrationActionInputComponent element) protected voidRdfParser.composeRequestOrchestrationActionInputComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionInputComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionInputComponent(String name, RequestOrchestration.RequestOrchestrationActionInputComponent element) protected voidXmlParser.composeRequestOrchestrationActionInputComponentElements(RequestOrchestration.RequestOrchestrationActionInputComponent element) protected voidJsonParser.composeRequestOrchestrationActionInputComponentProperties(RequestOrchestration.RequestOrchestrationActionInputComponent element) protected booleanXmlParser.parseRequestOrchestrationActionInputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionInputComponent res) protected voidJsonParser.parseRequestOrchestrationActionInputComponentProperties(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionInputComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionInputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.inputDefines input data requirements for the action.Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionInputComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getInput()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addInput(RequestOrchestration.RequestOrchestrationActionInputComponent t) voidRequestOrchestration.RequestOrchestrationActionInputComponent.copyValues(RequestOrchestration.RequestOrchestrationActionInputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionInputComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setInput(List<RequestOrchestration.RequestOrchestrationActionInputComponent> theInput)