public enum ListOrderCodesEnum extends Enum<ListOrderCodesEnum>
| Enum Constant and Description |
|---|
SORTED_ALPHABETICALLY
Display: Sorted Alphabetically
Code Value: alphabetic The list is sorted alphabetically by an unspecified property of the items in the list. |
SORTED_BY_CATEGORY
Display: Sorted by Category
Code Value: category The list is sorted categorically by an unspecified property of the items in the list. |
SORTED_BY_EVENT_DATE
Display: Sorted by Event Date
Code Value: event-date The list is sorted by the data of the event. |
SORTED_BY_ITEM_DATE
Display: Sorted by Item Date
Code Value: entry-date The list is sorted by the date the item was added to the list. |
SORTED_BY_PATIENT
Display: Sorted by Patient
Code Value: patient The list is sorted by patient, with items for each patient grouped together. |
SORTED_BY_PRIORITY
Display: Sorted by Priority
Code Value: priority The list is sorted by priority. |
SORTED_BY_SYSTEM
Display: Sorted by System
Code Value: system The list was sorted by the system. |
SORTED_BY_USER
Display: Sorted by User
Code Value: user The list was sorted by a user. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ListOrderCodesEnum> |
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:
List Order Codes
|
| Modifier and Type | Method and Description |
|---|---|
static ListOrderCodesEnum |
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 ListOrderCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOrderCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListOrderCodesEnum SORTED_BY_USER
public static final ListOrderCodesEnum SORTED_BY_SYSTEM
public static final ListOrderCodesEnum SORTED_BY_EVENT_DATE
public static final ListOrderCodesEnum SORTED_BY_ITEM_DATE
public static final ListOrderCodesEnum SORTED_BY_PRIORITY
public static final ListOrderCodesEnum SORTED_ALPHABETICALLY
public static final ListOrderCodesEnum SORTED_BY_CATEGORY
public static final ListOrderCodesEnum SORTED_BY_PATIENT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ListOrderCodesEnum> VALUESET_BINDER
public static ListOrderCodesEnum[] values()
for (ListOrderCodesEnum c : ListOrderCodesEnum.values()) System.out.println(c);
public static ListOrderCodesEnum 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 ListOrderCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.