public enum SupplyDeliveryStatusEnum extends Enum<SupplyDeliveryStatusEnum>
| Enum Constant and Description |
|---|
ABANDONED
Display: Abandoned
Code Value: abandoned Dispensing was not completed. |
DELIVERED
Display: Delivered
Code Value: completed Supply has been delivered ("completed"). |
IN_PROGRESS
Display: In Progress
Code Value: in-progress Supply has been requested, but not delivered. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SupplyDeliveryStatusEnum> |
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:
SupplyDeliveryStatus
|
| Modifier and Type | Method and Description |
|---|---|
static SupplyDeliveryStatusEnum |
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 SupplyDeliveryStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyDeliveryStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupplyDeliveryStatusEnum IN_PROGRESS
public static final SupplyDeliveryStatusEnum DELIVERED
public static final SupplyDeliveryStatusEnum ABANDONED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SupplyDeliveryStatusEnum> VALUESET_BINDER
public static SupplyDeliveryStatusEnum[] values()
for (SupplyDeliveryStatusEnum c : SupplyDeliveryStatusEnum.values()) System.out.println(c);
public static SupplyDeliveryStatusEnum 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 SupplyDeliveryStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.