public enum HistoryAbsentReason extends Enum<HistoryAbsentReason>
| Enum Constant and Description |
|---|
DEFERRED
Patient does not have the information now, but can provide the information at a later date.
|
NULL
added to help the parsers
|
SUBJECTUNKNOWN
Patient does not know the subject, e.g.
|
UNABLETOOBTAIN
Information cannot be obtained; e.g.
|
WITHHELD
The patient withheld or refused to share the information.
|
| Modifier and Type | Method and Description |
|---|---|
static HistoryAbsentReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static HistoryAbsentReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryAbsentReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryAbsentReason SUBJECTUNKNOWN
public static final HistoryAbsentReason WITHHELD
public static final HistoryAbsentReason UNABLETOOBTAIN
public static final HistoryAbsentReason DEFERRED
public static final HistoryAbsentReason NULL
public static HistoryAbsentReason[] values()
for (HistoryAbsentReason c : HistoryAbsentReason.values()) System.out.println(c);
public static HistoryAbsentReason 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 HistoryAbsentReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.