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