Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActorComponent
-
Packages that use PlanDefinition.PlanDefinitionActorComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of PlanDefinition.PlanDefinitionActorComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActorComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionActorComponentJsonParser. parsePlanDefinitionActorComponent(com.google.gson.JsonObject json)protected PlanDefinition.PlanDefinitionActorComponentXmlParser. parsePlanDefinitionActorComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PlanDefinition.PlanDefinitionActorComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActorComponent Modifier and Type Field Description protected List<PlanDefinition.PlanDefinitionActorComponent>PlanDefinition. actorActors represent the individuals or groups involved in the execution of the defined set of activities.Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActorComponent Modifier and Type Method Description List<PlanDefinition.PlanDefinitionActorComponent>PlanDefinition. getActor()Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActorComponent Modifier and Type Method Description PlanDefinitionPlanDefinition. addActor(PlanDefinition.PlanDefinitionActorComponent t)voidPlanDefinition.PlanDefinitionActorComponent. copyValues(PlanDefinition.PlanDefinitionActorComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActorComponent Modifier and Type Method Description PlanDefinitionPlanDefinition. setActor(List<PlanDefinition.PlanDefinitionActorComponent> theActor)
-