Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.PlanDefinitionActionParticipantComponent
-
Packages that use PlanDefinition.PlanDefinitionActionParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionActionParticipantComponentJsonParser. parsePlanDefinitionPlanDefinitionActionParticipantComponent(com.google.gson.JsonObject json, PlanDefinition owner)protected PlanDefinition.PlanDefinitionActionParticipantComponentXmlParser. parsePlanDefinitionPlanDefinitionActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) -
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(PlanDefinition.ActionParticipantType value)PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setTypeElement(Enumeration<PlanDefinition.ActionParticipantType> value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setParticipant(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)
-