
Uses of Enum
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioActorType
Packages that use ExampleScenario.ExampleScenarioActorType
-
Uses of ExampleScenario.ExampleScenarioActorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.ExampleScenarioActorTypeModifier and TypeFieldDescriptionExampleScenario.ExampleScenarioActorComponent.type
The type of actor - person or system.Methods in org.hl7.fhir.r4.model that return ExampleScenario.ExampleScenarioActorTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioActorComponent.getType()
Returns the enum constant of this type with the specified name.ExampleScenario.ExampleScenarioActorType.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 ExampleScenario.ExampleScenarioActorTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioActorTypeEnumFactory.fromType
(PrimitiveType<?> code) ExampleScenario.ExampleScenarioActorComponent.getTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.ExampleScenarioActorTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioActorComponent.setType
(ExampleScenario.ExampleScenarioActorType value) ExampleScenario.ExampleScenarioActorTypeEnumFactory.toCode
(ExampleScenario.ExampleScenarioActorType code) ExampleScenario.ExampleScenarioActorTypeEnumFactory.toSystem
(ExampleScenario.ExampleScenarioActorType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioActorComponent.setTypeElement
(Enumeration<ExampleScenario.ExampleScenarioActorType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorTypeModifierConstructorDescriptionExampleScenarioActorComponent
(StringType actorId, Enumeration<ExampleScenario.ExampleScenarioActorType> type) Constructor