Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.ActionParticipantType
-
Packages that use PlanDefinition.ActionParticipantType Package Description org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.ActionParticipantType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionParticipantType Modifier and Type Field Description protected Enumeration<PlanDefinition.ActionParticipantType>PlanDefinition.PlanDefinitionActionParticipantComponent. typeThe type of participant in the action.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionParticipantType Modifier and Type Method Description static PlanDefinition.ActionParticipantTypePlanDefinition.ActionParticipantType. fromCode(String codeString)PlanDefinition.ActionParticipantTypePlanDefinition.ActionParticipantTypeEnumFactory. fromCode(String codeString)PlanDefinition.ActionParticipantTypePlanDefinition.PlanDefinitionActionParticipantComponent. getType()static PlanDefinition.ActionParticipantTypePlanDefinition.ActionParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanDefinition.ActionParticipantType[]PlanDefinition.ActionParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.ActionParticipantType Modifier and Type Method Description Enumeration<PlanDefinition.ActionParticipantType>PlanDefinition.ActionParticipantTypeEnumFactory. fromType(Base code)Enumeration<PlanDefinition.ActionParticipantType>PlanDefinition.PlanDefinitionActionParticipantComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionParticipantType Modifier and Type Method Description PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setType(PlanDefinition.ActionParticipantType value)StringPlanDefinition.ActionParticipantTypeEnumFactory. toCode(PlanDefinition.ActionParticipantType code)StringPlanDefinition.ActionParticipantTypeEnumFactory. toSystem(PlanDefinition.ActionParticipantType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionParticipantType Modifier and Type Method Description PlanDefinition.PlanDefinitionActionParticipantComponentPlanDefinition.PlanDefinitionActionParticipantComponent. setTypeElement(Enumeration<PlanDefinition.ActionParticipantType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionParticipantType Constructor Description PlanDefinitionActionParticipantComponent(Enumeration<PlanDefinition.ActionParticipantType> type)Constructor
-