public enum SupplyRequestStatusEnum extends Enum<SupplyRequestStatusEnum>
| Enum Constant and Description |
|---|
CANCELLED
Display: Cancelled
Code Value: cancelled The orderer of the supply cancelled the request. |
FAILED
Display: Failed
Code Value: failed The supply will not be completed because the supplier was unable or unwilling to supply the item. |
RECEIVED
Display: Received
Code Value: completed Supply has been received by the requestor. |
REQUESTED
Display: Requested
Code Value: requested Supply has been requested, but not dispensed. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SupplyRequestStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
SupplyRequestStatus
|
| Modifier and Type | Method and Description |
|---|---|
static SupplyRequestStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SupplyRequestStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyRequestStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupplyRequestStatusEnum REQUESTED
public static final SupplyRequestStatusEnum RECEIVED
public static final SupplyRequestStatusEnum FAILED
public static final SupplyRequestStatusEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SupplyRequestStatusEnum> VALUESET_BINDER
public static SupplyRequestStatusEnum[] values()
for (SupplyRequestStatusEnum c : SupplyRequestStatusEnum.values()) System.out.println(c);
public static SupplyRequestStatusEnum 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 SupplyRequestStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.