Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionParticipantComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRequestOrchestrationActionParticipantComponent
(String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected void
RdfParser.composeRequestOrchestrationActionParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element, int index) protected void
XmlParser.composeRequestOrchestrationActionParticipantComponent
(String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected void
XmlParser.composeRequestOrchestrationActionParticipantComponentElements
(RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected void
JsonParser.composeRequestOrchestrationActionParticipantComponentProperties
(RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected boolean
XmlParser.parseRequestOrchestrationActionParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionParticipantComponent res) protected void
JsonParser.parseRequestOrchestrationActionParticipantComponentProperties
(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionParticipantComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionParticipantComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.participant
The participant that should perform or be responsible for this action.Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addParticipant()
RequestOrchestration.RequestOrchestrationActionParticipantComponent.copy()
RequestOrchestration.RequestOrchestrationActionComponent.getParticipantFirstRep()
RequestOrchestration.RequestOrchestrationActionParticipantComponent.setFunction
(CodeableConcept value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setRole
(CodeableConcept value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setType
(Enumerations.ActionParticipantType value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setTypeCanonical
(String value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setTypeCanonicalElement
(CanonicalType value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setTypeElement
(Enumeration<Enumerations.ActionParticipantType> value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setTypeReference
(Reference value) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getParticipant()
Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addParticipant
(RequestOrchestration.RequestOrchestrationActionParticipantComponent t) void
RequestOrchestration.RequestOrchestrationActionParticipantComponent.copyValues
(RequestOrchestration.RequestOrchestrationActionParticipantComponent dst) Modifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setParticipant
(List<RequestOrchestration.RequestOrchestrationActionParticipantComponent> theParticipant)