| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ExampleScenario.ExampleScenarioActorType> |
ExampleScenario.ExampleScenarioActorComponent.type
The type of actor - person or system.
|
| Modifier and Type | Method and Description |
|---|---|
static ExampleScenario.ExampleScenarioActorType |
ExampleScenario.ExampleScenarioActorType.fromCode(String codeString) |
ExampleScenario.ExampleScenarioActorType |
ExampleScenario.ExampleScenarioActorTypeEnumFactory.fromCode(String codeString) |
ExampleScenario.ExampleScenarioActorType |
ExampleScenario.ExampleScenarioActorComponent.getType() |
static ExampleScenario.ExampleScenarioActorType |
ExampleScenario.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ExampleScenario.ExampleScenarioActorType> |
ExampleScenario.ExampleScenarioActorTypeEnumFactory.fromType(Base code) |
Enumeration<ExampleScenario.ExampleScenarioActorType> |
ExampleScenario.ExampleScenarioActorComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
ExampleScenario.ExampleScenarioActorComponent |
ExampleScenario.ExampleScenarioActorComponent.setType(ExampleScenario.ExampleScenarioActorType value) |
String |
ExampleScenario.ExampleScenarioActorTypeEnumFactory.toCode(ExampleScenario.ExampleScenarioActorType code) |
String |
ExampleScenario.ExampleScenarioActorTypeEnumFactory.toSystem(ExampleScenario.ExampleScenarioActorType code) |
| Modifier and Type | Method and Description |
|---|---|
ExampleScenario.ExampleScenarioActorComponent |
ExampleScenario.ExampleScenarioActorComponent.setTypeElement(Enumeration<ExampleScenario.ExampleScenarioActorType> value) |
| Constructor and Description |
|---|
ExampleScenarioActorComponent(StringType actorId,
Enumeration<ExampleScenario.ExampleScenarioActorType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.