public enum ListEmptyReason extends Enum<ListEmptyReason>
| Enum Constant and Description |
|---|
CLOSED
This list has now closed or has ceased to be relevant or useful.
|
NILKNOWN
Clinical judgment that there are no known items for this list after reasonable investigation.
|
NOTASKED
The investigation to find out whether there are items for this list has not occurred.
|
NOTSTARTED
The work to populate this list has not yet begun.
|
NULL
added to help the parsers
|
UNAVAILABLE
Information to populate this list cannot be obtained; e.g.
|
WITHHELD
The content of the list was not provided due to privacy or confidentiality concerns.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEmptyReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ListEmptyReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListEmptyReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListEmptyReason NILKNOWN
public static final ListEmptyReason NOTASKED
public static final ListEmptyReason WITHHELD
public static final ListEmptyReason UNAVAILABLE
public static final ListEmptyReason NOTSTARTED
public static final ListEmptyReason CLOSED
public static final ListEmptyReason NULL
public static ListEmptyReason[] values()
for (ListEmptyReason c : ListEmptyReason.values()) System.out.println(c);
public static ListEmptyReason 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 ListEmptyReason 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.