public enum DeviceStatementStatus extends Enum<DeviceStatementStatus>
| Enum Constant and Description |
|---|
ACTIVE
The device is still being used.
|
COMPLETED
The device is no longer being used.
|
ENTEREDINERROR
The statement was recorded incorrectly.
|
INTENDED
The device may be used at some time in the future.
|
NULL
added to help the parsers
|
ONHOLD
Actions implied by the statement have been temporarily halted, but are expected to continue later.
|
STOPPED
Actions implied by the statement have been permanently halted, before all of them occurred.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceStatementStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceStatementStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceStatementStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceStatementStatus ACTIVE
public static final DeviceStatementStatus COMPLETED
public static final DeviceStatementStatus ENTEREDINERROR
public static final DeviceStatementStatus INTENDED
public static final DeviceStatementStatus STOPPED
public static final DeviceStatementStatus ONHOLD
public static final DeviceStatementStatus NULL
public static DeviceStatementStatus[] values()
for (DeviceStatementStatus c : DeviceStatementStatus.values()) System.out.println(c);
public static DeviceStatementStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DeviceStatementStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.