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