public static enum DataElement.DataElementStringency extends Enum<DataElement.DataElementStringency>
| Enum Constant and Description |
|---|
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
The data element allows multiple units of measure that are convertable between each other (e.g.
|
EQUIVALENT
The data element allows multiple units of measure having equivalent meaning; e.g.
|
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.
|
FULLYSPECIFIED
The data element is fully specified down to a single value set, single unit of measure, single data type, etc.
|
NULL
added to help the parsers with the generic types
|
SCALEABLE
A convertable data element where unit conversions are different only by a power of 10; e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static DataElement.DataElementStringency |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DataElement.DataElementStringency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataElement.DataElementStringency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataElement.DataElementStringency COMPARABLE
public static final DataElement.DataElementStringency FULLYSPECIFIED
public static final DataElement.DataElementStringency EQUIVALENT
public static final DataElement.DataElementStringency CONVERTABLE
public static final DataElement.DataElementStringency SCALEABLE
public static final DataElement.DataElementStringency FLEXIBLE
public static final DataElement.DataElementStringency NULL
public static DataElement.DataElementStringency[] values()
for (DataElement.DataElementStringency c : DataElement.DataElementStringency.values()) System.out.println(c);
public static DataElement.DataElementStringency 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 DataElement.DataElementStringency fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.