Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionParticipantComponent
-
Packages that use PlanDefinition.PlanDefinitionActionParticipantComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionParticipantComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setParticipant(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)
-