| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<PlanDefinition.ActionParticipantType> |
PlanDefinition.PlanDefinitionActionParticipantComponent.type
The type of participant in the action.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinition.ActionParticipantType |
PlanDefinition.ActionParticipantType.fromCode(String codeString) |
PlanDefinition.ActionParticipantType |
PlanDefinition.ActionParticipantTypeEnumFactory.fromCode(String codeString) |
PlanDefinition.ActionParticipantType |
PlanDefinition.PlanDefinitionActionParticipantComponent.getType() |
static PlanDefinition.ActionParticipantType |
PlanDefinition.ActionParticipantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinition.ActionParticipantType[] |
PlanDefinition.ActionParticipantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PlanDefinition.ActionParticipantType> |
PlanDefinition.ActionParticipantTypeEnumFactory.fromType(Base code) |
Enumeration<PlanDefinition.ActionParticipantType> |
PlanDefinition.PlanDefinitionActionParticipantComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition.PlanDefinitionActionParticipantComponent |
PlanDefinition.PlanDefinitionActionParticipantComponent.setType(PlanDefinition.ActionParticipantType value) |
String |
PlanDefinition.ActionParticipantTypeEnumFactory.toCode(PlanDefinition.ActionParticipantType code) |
String |
PlanDefinition.ActionParticipantTypeEnumFactory.toSystem(PlanDefinition.ActionParticipantType code) |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition.PlanDefinitionActionParticipantComponent |
PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeElement(Enumeration<PlanDefinition.ActionParticipantType> value) |
| Constructor and Description |
|---|
PlanDefinitionActionParticipantComponent(Enumeration<PlanDefinition.ActionParticipantType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.