public static enum DeviceUseRequest.DeviceUseRequestStatus extends Enum<DeviceUseRequest.DeviceUseRequestStatus>
| Enum Constant and Description |
|---|
ABORTED
The request was attempted, but due to some procedural error, it could not be completed.
|
ACCEPTED
The receiving system has accepted the request but work has not yet commenced.
|
COMPLETED
The work has been complete, the report(s) released, and no further work is planned.
|
INPROGRESS
The work to fulfill the order is happening.
|
NULL
added to help the parsers
|
PLANNED
The request has been planned.
|
PROPOSED
The request has been proposed.
|
RECEIVED
The receiving system has received the request but not yet decided whether it will be performed.
|
REJECTED
The receiving system has declined to fulfill the request.
|
REQUESTED
The request has been placed.
|
SUSPENDED
The request has been held by originating system/user request.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceUseRequest.DeviceUseRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceUseRequest.DeviceUseRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceUseRequest.DeviceUseRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceUseRequest.DeviceUseRequestStatus PROPOSED
public static final DeviceUseRequest.DeviceUseRequestStatus PLANNED
public static final DeviceUseRequest.DeviceUseRequestStatus REQUESTED
public static final DeviceUseRequest.DeviceUseRequestStatus RECEIVED
public static final DeviceUseRequest.DeviceUseRequestStatus ACCEPTED
public static final DeviceUseRequest.DeviceUseRequestStatus INPROGRESS
public static final DeviceUseRequest.DeviceUseRequestStatus COMPLETED
public static final DeviceUseRequest.DeviceUseRequestStatus SUSPENDED
public static final DeviceUseRequest.DeviceUseRequestStatus REJECTED
public static final DeviceUseRequest.DeviceUseRequestStatus ABORTED
public static final DeviceUseRequest.DeviceUseRequestStatus NULL
public static DeviceUseRequest.DeviceUseRequestStatus[] values()
for (DeviceUseRequest.DeviceUseRequestStatus c : DeviceUseRequest.DeviceUseRequestStatus.values()) System.out.println(c);
public static DeviceUseRequest.DeviceUseRequestStatus 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 DeviceUseRequest.DeviceUseRequestStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.