public enum DataelementStringency extends Enum<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
|
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 DataelementStringency |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DataelementStringency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataelementStringency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataelementStringency COMPARABLE
public static final DataelementStringency FULLYSPECIFIED
public static final DataelementStringency EQUIVALENT
public static final DataelementStringency CONVERTABLE
public static final DataelementStringency SCALEABLE
public static final DataelementStringency FLEXIBLE
public static final DataelementStringency NULL
public static DataelementStringency[] values()
for (DataelementStringency c : DataelementStringency.values()) System.out.println(c);
public static 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 DataelementStringency fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.