
Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionParticipantComponent
Packages that use PlanDefinition.PlanDefinitionActionParticipantComponent
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionActionParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionActionParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.participant
Indicates who should participate in performing the action described.Methods in org.hl7.fhir.r5.model that return PlanDefinition.PlanDefinitionActionParticipantComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addParticipant
(PlanDefinition.PlanDefinitionActionParticipantComponent t) void
PlanDefinition.PlanDefinitionActionParticipantComponent.copyValues
(PlanDefinition.PlanDefinitionActionParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setParticipant
(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)