Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionParticipantComponent
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionActionParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionActionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionActionParticipantComponent
(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
RdfParser.composePlanDefinitionActionParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionParticipantComponent element, int index) protected void
XmlParser.composePlanDefinitionActionParticipantComponent
(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
XmlParser.composePlanDefinitionActionParticipantComponentElements
(PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
JsonParser.composePlanDefinitionActionParticipantComponentProperties
(PlanDefinition.PlanDefinitionActionParticipantComponent element) protected boolean
XmlParser.parsePlanDefinitionActionParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionParticipantComponent res) protected void
JsonParser.parsePlanDefinitionActionParticipantComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionActionParticipantComponent res) -
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.participant
Indicates who should participate in performing the action described.Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addParticipant()
PlanDefinition.PlanDefinitionActionParticipantComponent.copy()
PlanDefinition.PlanDefinitionActionComponent.getParticipantFirstRep()
PlanDefinition.PlanDefinitionActionParticipantComponent.setActorId
(String value) PlanDefinition.PlanDefinitionActionParticipantComponent.setActorIdElement
(StringType value) PlanDefinition.PlanDefinitionActionParticipantComponent.setFunction
(CodeableConcept value) PlanDefinition.PlanDefinitionActionParticipantComponent.setRole
(CodeableConcept value) PlanDefinition.PlanDefinitionActionParticipantComponent.setType
(Enumerations.ActionParticipantType value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeCanonical
(String value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeCanonicalElement
(CanonicalType value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeElement
(Enumeration<Enumerations.ActionParticipantType> value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeReference
(Reference value) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addParticipant
(PlanDefinition.PlanDefinitionActionParticipantComponent t) void
PlanDefinition.PlanDefinitionActionParticipantComponent.copyValues
(PlanDefinition.PlanDefinitionActionParticipantComponent dst) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setParticipant
(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)