Uses of Class
org.hl7.fhir.r4b.model.PlanDefinition.PlanDefinitionActionParticipantComponent
-
Packages that use PlanDefinition.PlanDefinitionActionParticipantComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionActionParticipantComponentJsonParser. parsePlanDefinitionActionParticipantComponent(com.google.gson.JsonObject json)protected PlanDefinition.PlanDefinitionActionParticipantComponentXmlParser. parsePlanDefinitionActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Field Description protected List<PlanDefinition.PlanDefinitionActionParticipantComponent>PlanDefinition.PlanDefinitionActionComponent. participantIndicates who should participate in performing the action described.Methods in org.hl7.fhir.r4b.model that return PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionComponent. addParticipant()PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. copy()PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionComponent. getParticipantFirstRep()PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setRole(CodeableConcept value)PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setType(Enumerations.ActionParticipantType value)PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setTypeElement(Enumeration<Enumerations.ActionParticipantType> value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description List<PlanDefinition.PlanDefinitionActionParticipantComponent>PlanDefinition.PlanDefinitionActionComponent. getParticipant()Methods in org.hl7.fhir.r4b.model with parameters of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. addParticipant(PlanDefinition.PlanDefinitionActionParticipantComponent t)voidPlanDefinition.PlanDefinitionActionParticipantComponent. copyValues(PlanDefinition.PlanDefinitionActionParticipantComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setParticipant(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)
-