public enum ListStatus extends Enum<ListStatus>
| Enum Constant and Description |
|---|
CURRENT
The list is considered to be an active part of the patient's record.
|
ENTEREDINERROR
The list was never accurate.
|
NULL
added to help the parsers
|
RETIRED
The list is "old" and should no longer be considered accurate or relevant.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ListStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListStatus CURRENT
public static final ListStatus RETIRED
public static final ListStatus ENTEREDINERROR
public static final ListStatus NULL
public static ListStatus[] values()
for (ListStatus c : ListStatus.values()) System.out.println(c);
public static ListStatus 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 ListStatus 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.