Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.ActionParticipantType
Packages that use Enumerations.ActionParticipantType
-
Uses of Enumerations.ActionParticipantType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ActionParticipantTypeModifier and TypeFieldDescriptionprotected 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.protected Enumeration<Enumerations.ActionParticipantType>PlanDefinition.PlanDefinitionActorOptionComponent.typeThe type of participant in the action.protected Enumeration<Enumerations.ActionParticipantType>RequestOrchestration.RequestOrchestrationActionParticipantComponent.typeThe type of participant in the action.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.getType()PlanDefinition.PlanDefinitionActionParticipantComponent.getType()PlanDefinition.PlanDefinitionActorOptionComponent.getType()RequestOrchestration.RequestOrchestrationActionParticipantComponent.getType()Returns the enum constant of this class with the specified name.static Enumerations.ActionParticipantType[]Enumerations.ActionParticipantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ActionParticipantTypeModifier and TypeMethodDescriptionEnumerations.ActionParticipantTypeEnumFactory.fromType(PrimitiveType<?> code) ActivityDefinition.ActivityDefinitionParticipantComponent.getTypeElement()PlanDefinition.PlanDefinitionActionParticipantComponent.getTypeElement()PlanDefinition.PlanDefinitionActorOptionComponent.getTypeElement()RequestOrchestration.RequestOrchestrationActionParticipantComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.setType(Enumerations.ActionParticipantType value) PlanDefinition.PlanDefinitionActionParticipantComponent.setType(Enumerations.ActionParticipantType value) PlanDefinition.PlanDefinitionActorOptionComponent.setType(Enumerations.ActionParticipantType value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setType(Enumerations.ActionParticipantType value) Enumerations.ActionParticipantTypeEnumFactory.toCode(Enumerations.ActionParticipantType code) Enumerations.ActionParticipantTypeEnumFactory.toSystem(Enumerations.ActionParticipantType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ActionParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.setTypeElement(Enumeration<Enumerations.ActionParticipantType> value) PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeElement(Enumeration<Enumerations.ActionParticipantType> value) PlanDefinition.PlanDefinitionActorOptionComponent.setTypeElement(Enumeration<Enumerations.ActionParticipantType> value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setTypeElement(Enumeration<Enumerations.ActionParticipantType> value)