public static enum DeviceUseStatement.DeviceUseStatementStatus extends Enum<DeviceUseStatement.DeviceUseStatementStatus>
| 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 with the generic types
|
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 DeviceUseStatement.DeviceUseStatementStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceUseStatement.DeviceUseStatementStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceUseStatement.DeviceUseStatementStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceUseStatement.DeviceUseStatementStatus ACTIVE
public static final DeviceUseStatement.DeviceUseStatementStatus COMPLETED
public static final DeviceUseStatement.DeviceUseStatementStatus ENTEREDINERROR
public static final DeviceUseStatement.DeviceUseStatementStatus INTENDED
public static final DeviceUseStatement.DeviceUseStatementStatus STOPPED
public static final DeviceUseStatement.DeviceUseStatementStatus ONHOLD
public static final DeviceUseStatement.DeviceUseStatementStatus NULL
public static DeviceUseStatement.DeviceUseStatementStatus[] values()
for (DeviceUseStatement.DeviceUseStatementStatus c : DeviceUseStatement.DeviceUseStatementStatus.values()) System.out.println(c);
public static DeviceUseStatement.DeviceUseStatementStatus 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 DeviceUseStatement.DeviceUseStatementStatus 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.