public static enum Enumerations.DataAbsentReason extends Enum<Enumerations.DataAbsentReason>
| Enum Constant and Description |
|---|
ASKED
The source human does not know the value.
|
ASTEXT
The content of the data is represented in the resource narrative.
|
ERROR
Some system or workflow process error means that the information is not available.
|
MASKED
The information is not available due to security, privacy or related reasons.
|
NAN
NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value.
|
NOTASKED
The workflow didn't lead to this value being known.
|
NOTPERFORMED
The value is not available because the observation procedure (test, etc.) was not performed.
|
NULL
added to help the parsers
|
TEMP
There is reason to expect (from the workflow) that the value may become known.
|
UNKNOWN
The value is not known.
|
UNSUPPORTED
The source system wasn't capable of supporting this element.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.DataAbsentReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.DataAbsentReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.DataAbsentReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.DataAbsentReason UNKNOWN
public static final Enumerations.DataAbsentReason ASKED
public static final Enumerations.DataAbsentReason TEMP
public static final Enumerations.DataAbsentReason NOTASKED
public static final Enumerations.DataAbsentReason MASKED
public static final Enumerations.DataAbsentReason UNSUPPORTED
public static final Enumerations.DataAbsentReason ASTEXT
public static final Enumerations.DataAbsentReason ERROR
public static final Enumerations.DataAbsentReason NAN
public static final Enumerations.DataAbsentReason NOTPERFORMED
public static final Enumerations.DataAbsentReason NULL
public static Enumerations.DataAbsentReason[] values()
for (Enumerations.DataAbsentReason c : Enumerations.DataAbsentReason.values()) System.out.println(c);
public static Enumerations.DataAbsentReason 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 Enumerations.DataAbsentReason fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.