
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 voidJsonParser.composeRequestOrchestrationActionOutputComponent(String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected voidRdfParser.composeRequestOrchestrationActionOutputComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionOutputComponent(String name, RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected voidXmlParser.composeRequestOrchestrationActionOutputComponentElements(RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected voidJsonParser.composeRequestOrchestrationActionOutputComponentProperties(RequestOrchestration.RequestOrchestrationActionOutputComponent element) protected booleanXmlParser.parseRequestOrchestrationActionOutputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionOutputComponent res) protected voidJsonParser.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.outputDefines 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) voidRequestOrchestration.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)