| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ActionDefinition.ActionType> |
ActionDefinition.type
The type of action to perform (create, update, remove).
|
| Modifier and Type | Method and Description |
|---|---|
static ActionDefinition.ActionType |
ActionDefinition.ActionType.fromCode(String codeString) |
ActionDefinition.ActionType |
ActionDefinition.ActionTypeEnumFactory.fromCode(String codeString) |
ActionDefinition.ActionType |
ActionDefinition.getType() |
static ActionDefinition.ActionType |
ActionDefinition.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionDefinition.ActionType[] |
ActionDefinition.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ActionDefinition.ActionType> |
ActionDefinition.ActionTypeEnumFactory.fromType(Base code) |
Enumeration<ActionDefinition.ActionType> |
ActionDefinition.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
ActionDefinition.setType(ActionDefinition.ActionType value) |
String |
ActionDefinition.ActionTypeEnumFactory.toCode(ActionDefinition.ActionType code) |
String |
ActionDefinition.ActionTypeEnumFactory.toSystem(ActionDefinition.ActionType code) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
ActionDefinition.setTypeElement(Enumeration<ActionDefinition.ActionType> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.