Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.PlanDefinitionActionParticipantComponent
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent
(com.google.gson.JsonObject json, PlanDefinition owner) XmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionPlanDefinitionActionParticipantComponent
(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
RdfParser.composePlanDefinitionPlanDefinitionActionParticipantComponent
(Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionParticipantComponent element, int index) protected void
XmlParser.composePlanDefinitionPlanDefinitionActionParticipantComponent
(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
XmlParser.composePlanDefinitionPlanDefinitionActionParticipantComponentElements
(PlanDefinition.PlanDefinitionActionParticipantComponent element) protected void
JsonParser.composePlanDefinitionPlanDefinitionActionParticipantComponentInner
(PlanDefinition.PlanDefinitionActionParticipantComponent element) protected boolean
XmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) protected void
JsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentProperties
(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) -
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.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.setRole
(CodeableConcept value) PlanDefinition.PlanDefinitionActionParticipantComponent.setType
(PlanDefinition.ActionParticipantType value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeElement
(Enumeration<PlanDefinition.ActionParticipantType> 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)