
Uses of Class
org.hl7.fhir.r5.model.RequestOrchestration.RequestOrchestrationActionParticipantComponent
Packages that use RequestOrchestration.RequestOrchestrationActionParticipantComponent
-
Uses of RequestOrchestration.RequestOrchestrationActionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseRequestOrchestrationActionParticipantComponent(com.google.gson.JsonObject json) XmlParser.parseRequestOrchestrationActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRequestOrchestrationActionParticipantComponent(String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected voidRdfParser.composeRequestOrchestrationActionParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element, int index) protected voidXmlParser.composeRequestOrchestrationActionParticipantComponent(String name, RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected voidXmlParser.composeRequestOrchestrationActionParticipantComponentElements(RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected voidJsonParser.composeRequestOrchestrationActionParticipantComponentProperties(RequestOrchestration.RequestOrchestrationActionParticipantComponent element) protected booleanXmlParser.parseRequestOrchestrationActionParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestOrchestration.RequestOrchestrationActionParticipantComponent res) protected voidJsonParser.parseRequestOrchestrationActionParticipantComponentProperties(com.google.gson.JsonObject json, RequestOrchestration.RequestOrchestrationActionParticipantComponent res) -
Uses of RequestOrchestration.RequestOrchestrationActionParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeFieldDescriptionRequestOrchestration.RequestOrchestrationActionComponent.participantThe participant that should perform or be responsible for this action.Methods in org.hl7.fhir.r5.model that return RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.getParticipant()Methods in org.hl7.fhir.r5.model with parameters of type RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.addParticipant(RequestOrchestration.RequestOrchestrationActionParticipantComponent t) voidRequestOrchestration.RequestOrchestrationActionParticipantComponent.copyValues(RequestOrchestration.RequestOrchestrationActionParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RequestOrchestration.RequestOrchestrationActionParticipantComponentModifier and TypeMethodDescriptionRequestOrchestration.RequestOrchestrationActionComponent.setParticipant(List<RequestOrchestration.RequestOrchestrationActionParticipantComponent> theParticipant)