
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionComponent
Packages that use RequestOrchestration.RequestOrchestrationActionComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionComponent(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestrationActionComponent(String name, RequestOrchestration.RequestOrchestrationActionComponent element) protected voidRdfParser.composeRequestOrchestrationActionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionComponent(String name, RequestOrchestration.RequestOrchestrationActionComponent element) protected voidXmlParser.composeRequestOrchestrationActionComponentElements(RequestOrchestration.RequestOrchestrationActionComponent element) protected voidJsonParser.composeRequestOrchestrationActionComponentProperties(RequestOrchestration.RequestOrchestrationActionComponent element) protected booleanXmlParser.parseRequestOrchestrationActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionComponent res) protected voidJsonParser.parseRequestOrchestrationActionComponentProperties(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeFieldDescriptionRequestOrchestration.actionThe actions, if any, produced by the evaluation of the artifact.RequestOrchestration.RequestOrchestrationActionComponent.actionSub actions.Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionRequestOrchestration.addAction()RequestOrchestration.RequestOrchestrationActionComponent.addAction()RequestOrchestration.RequestOrchestrationActionComponent.addAction(RequestOrchestration.RequestOrchestrationActionComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addCode(CodeableConcept t) RequestOrchestration.RequestOrchestrationActionComponent.addCondition(RequestOrchestration.RequestOrchestrationActionConditionComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addDocumentation(RelatedArtifact t) RequestOrchestration.RequestOrchestrationActionComponent.addDynamicValue(RequestOrchestration.RequestOrchestrationActionDynamicValueComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addInput(RequestOrchestration.RequestOrchestrationActionInputComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addOutput(RequestOrchestration.RequestOrchestrationActionOutputComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addParticipant(RequestOrchestration.RequestOrchestrationActionParticipantComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addRelatedAction(RequestOrchestration.RequestOrchestrationActionRelatedActionComponent t) RequestOrchestration.RequestOrchestrationActionComponent.copy()RequestOrchestration.getActionFirstRep()RequestOrchestration.RequestOrchestrationActionComponent.getActionFirstRep()RequestOrchestration.RequestOrchestrationActionComponent.setAction(List<RequestOrchestration.RequestOrchestrationActionComponent> theAction) RequestOrchestration.RequestOrchestrationActionComponent.setCardinalityBehavior(Enumerations.ActionCardinalityBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setCardinalityBehaviorElement(Enumeration<Enumerations.ActionCardinalityBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setCode(List<CodeableConcept> theCode) RequestOrchestration.RequestOrchestrationActionComponent.setCondition(List<RequestOrchestration.RequestOrchestrationActionConditionComponent> theCondition) RequestOrchestration.RequestOrchestrationActionComponent.setDefinition(DataType value) RequestOrchestration.RequestOrchestrationActionComponent.setDescription(String value) RequestOrchestration.RequestOrchestrationActionComponent.setDescriptionElement(MarkdownType value) RequestOrchestration.RequestOrchestrationActionComponent.setDocumentation(List<RelatedArtifact> theDocumentation) RequestOrchestration.RequestOrchestrationActionComponent.setDynamicValue(List<RequestOrchestration.RequestOrchestrationActionDynamicValueComponent> theDynamicValue) RequestOrchestration.RequestOrchestrationActionComponent.setGroupingBehavior(Enumerations.ActionGroupingBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setGroupingBehaviorElement(Enumeration<Enumerations.ActionGroupingBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setInput(List<RequestOrchestration.RequestOrchestrationActionInputComponent> theInput) RequestOrchestration.RequestOrchestrationActionComponent.setLinkIdElement(StringType value) RequestOrchestration.RequestOrchestrationActionComponent.setLocation(CodeableReference value) RequestOrchestration.RequestOrchestrationActionComponent.setOutput(List<RequestOrchestration.RequestOrchestrationActionOutputComponent> theOutput) RequestOrchestration.RequestOrchestrationActionComponent.setParticipant(List<RequestOrchestration.RequestOrchestrationActionParticipantComponent> theParticipant) RequestOrchestration.RequestOrchestrationActionComponent.setPrecheckBehavior(Enumerations.ActionPrecheckBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setPrecheckBehaviorElement(Enumeration<Enumerations.ActionPrecheckBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setPrefixElement(StringType value) RequestOrchestration.RequestOrchestrationActionComponent.setPriority(Enumerations.RequestPriority value) RequestOrchestration.RequestOrchestrationActionComponent.setPriorityElement(Enumeration<Enumerations.RequestPriority> value) RequestOrchestration.RequestOrchestrationActionComponent.setRelatedAction(List<RequestOrchestration.RequestOrchestrationActionRelatedActionComponent> theRelatedAction) RequestOrchestration.RequestOrchestrationActionComponent.setRequiredBehavior(Enumerations.ActionRequiredBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setRequiredBehaviorElement(Enumeration<Enumerations.ActionRequiredBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setResource(Reference value) RequestOrchestration.RequestOrchestrationActionComponent.setSelectionBehavior(Enumerations.ActionSelectionBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setSelectionBehaviorElement(Enumeration<Enumerations.ActionSelectionBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setTextEquivalent(String value) RequestOrchestration.RequestOrchestrationActionComponent.setTextEquivalentElement(MarkdownType value) RequestOrchestration.RequestOrchestrationActionComponent.setTitleElement(StringType value) RequestOrchestration.RequestOrchestrationActionComponent.setTransform(String value) RequestOrchestration.RequestOrchestrationActionComponent.setTransformElement(CanonicalType value) RequestOrchestration.RequestOrchestrationActionComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionRequestOrchestration.getAction()RequestOrchestration.RequestOrchestrationActionComponent.getAction()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionRequestOrchestration.addAction(RequestOrchestration.RequestOrchestrationActionComponent t) RequestOrchestration.RequestOrchestrationActionComponent.addAction(RequestOrchestration.RequestOrchestrationActionComponent t) voidRequestOrchestration.RequestOrchestrationActionComponent.copyValues(RequestOrchestration.RequestOrchestrationActionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setAction(List<RequestOrchestration.RequestOrchestrationActionComponent> theAction) RequestOrchestration.setAction(List<RequestOrchestration.RequestOrchestrationActionComponent> theAction)