public enum DataElementStringencyEnum extends Enum<DataElementStringencyEnum>
| Enum Constant and Description |
|---|
COMPARABLE
Display: Comparable
Code Value: comparable The data element is sufficiently well-constrained that multiple pieces of data captured according to the constraints of the data element will be comparable (though in some cases, a degree of automated conversion/normalization may be required). |
CONVERTABLE
Display: Convertable
Code Value: convertable The data element allows multiple units of measure that are convertable between each other (e.g. |
EQUIVALENT
Display: Equivalent
Code Value: equivalent The data element allows multiple units of measure having equivalent meaning; e.g. |
FLEXIBLE
Display: Flexible
Code Value: flexible The data element is unconstrained in units, choice of data types and/or choice of vocabulary such that automated comparison of data captured using the data element is not possible. |
FULLY_SPECIFIED
Display: Fully Specified
Code Value: fully-specified The data element is fully specified down to a single value set, single unit of measure, single data type, etc. |
SCALEABLE
Display: Scaleable
Code Value: scaleable A convertable data element where unit conversions are different only by a power of 10; e.g. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DataElementStringencyEnum> |
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:
DataElementStringency
|
| Modifier and Type | Method and Description |
|---|---|
static DataElementStringencyEnum |
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 DataElementStringencyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataElementStringencyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataElementStringencyEnum COMPARABLE
public static final DataElementStringencyEnum FULLY_SPECIFIED
public static final DataElementStringencyEnum EQUIVALENT
public static final DataElementStringencyEnum CONVERTABLE
public static final DataElementStringencyEnum SCALEABLE
public static final DataElementStringencyEnum FLEXIBLE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DataElementStringencyEnum> VALUESET_BINDER
public static DataElementStringencyEnum[] values()
for (DataElementStringencyEnum c : DataElementStringencyEnum.values()) System.out.println(c);
public static DataElementStringencyEnum 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 DataElementStringencyEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.