Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioActorType
-
Packages that use ExampleScenario.ExampleScenarioActorType Package Description org.hl7.fhir.r4.model -
-
Uses of ExampleScenario.ExampleScenarioActorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.ExampleScenarioActorType Modifier and Type Field Description protected Enumeration<ExampleScenario.ExampleScenarioActorType>ExampleScenario.ExampleScenarioActorComponent. typeThe type of actor - person or system.Methods in org.hl7.fhir.r4.model that return ExampleScenario.ExampleScenarioActorType Modifier and Type Method Description static ExampleScenario.ExampleScenarioActorTypeExampleScenario.ExampleScenarioActorType. fromCode(String codeString)ExampleScenario.ExampleScenarioActorTypeExampleScenario.ExampleScenarioActorTypeEnumFactory. fromCode(String codeString)ExampleScenario.ExampleScenarioActorTypeExampleScenario.ExampleScenarioActorComponent. getType()static ExampleScenario.ExampleScenarioActorTypeExampleScenario.ExampleScenarioActorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExampleScenario.ExampleScenarioActorType[]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.ExampleScenarioActorType Modifier and Type Method Description Enumeration<ExampleScenario.ExampleScenarioActorType>ExampleScenario.ExampleScenarioActorTypeEnumFactory. fromType(Base code)Enumeration<ExampleScenario.ExampleScenarioActorType>ExampleScenario.ExampleScenarioActorComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.ExampleScenarioActorType Modifier and Type Method Description ExampleScenario.ExampleScenarioActorComponentExampleScenario.ExampleScenarioActorComponent. setType(ExampleScenario.ExampleScenarioActorType value)StringExampleScenario.ExampleScenarioActorTypeEnumFactory. toCode(ExampleScenario.ExampleScenarioActorType code)StringExampleScenario.ExampleScenarioActorTypeEnumFactory. toSystem(ExampleScenario.ExampleScenarioActorType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorType Modifier and Type Method Description ExampleScenario.ExampleScenarioActorComponentExampleScenario.ExampleScenarioActorComponent. setTypeElement(Enumeration<ExampleScenario.ExampleScenarioActorType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorType Constructor Description ExampleScenarioActorComponent(StringType actorId, Enumeration<ExampleScenario.ExampleScenarioActorType> type)Constructor
-