
Uses of Enum
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.type
The type of participant in the action.protected Enumeration
<Enumerations.ActionParticipantType> PlanDefinition.PlanDefinitionActionParticipantComponent.type
The type of participant in the action.protected Enumeration
<Enumerations.ActionParticipantType> PlanDefinition.PlanDefinitionActorOptionComponent.type
The type of participant in the action.protected Enumeration
<Enumerations.ActionParticipantType> RequestOrchestration.RequestOrchestrationActionParticipantComponent.type
The 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 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.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)