
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionRelatedActionComponent
Packages that use RequestOrchestration.RequestOrchestrationActionRelatedActionComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionRelatedActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionRelatedActionComponent(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionRelatedActionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestrationActionRelatedActionComponent(String name, RequestOrchestration.RequestOrchestrationActionRelatedActionComponent element) protected voidRdfParser.composeRequestOrchestrationActionRelatedActionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionRelatedActionComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionRelatedActionComponent(String name, RequestOrchestration.RequestOrchestrationActionRelatedActionComponent element) protected voidXmlParser.composeRequestOrchestrationActionRelatedActionComponentElements(RequestOrchestration.RequestOrchestrationActionRelatedActionComponent element) protected voidJsonParser.composeRequestOrchestrationActionRelatedActionComponentProperties(RequestOrchestration.RequestOrchestrationActionRelatedActionComponent element) protected booleanXmlParser.parseRequestOrchestrationActionRelatedActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionRelatedActionComponent res) protected voidJsonParser.parseRequestOrchestrationActionRelatedActionComponentProperties(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionRelatedActionComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionRelatedActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.relatedActionA relationship to another action such as "before" or "30-60 minutes after start of".Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addRelatedAction()RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.copy()RequestOrchestration.RequestOrchestrationActionComponent.getRelatedActionFirstRep()RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setEndRelationship(Enumerations.ActionRelationshipType value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setEndRelationshipElement(Enumeration<Enumerations.ActionRelationshipType> value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setRelationship(Enumerations.ActionRelationshipType value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setRelationshipElement(Enumeration<Enumerations.ActionRelationshipType> value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setTargetId(String value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setTargetIdElement(IdType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getRelatedAction()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addRelatedAction(RequestOrchestration.RequestOrchestrationActionRelatedActionComponent t) voidRequestOrchestration.RequestOrchestrationActionRelatedActionComponent.copyValues(RequestOrchestration.RequestOrchestrationActionRelatedActionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionRelatedActionComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setRelatedAction(List<RequestOrchestration.RequestOrchestrationActionRelatedActionComponent> theRelatedAction)