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