public enum ListItemFlag extends Enum<ListItemFlag>
| Enum Constant and Description |
|---|
_01
No change has been made to the status of this medicine item.
|
_02
The medicine item has changed.
|
_03
The prescription for this medicine item was cancelled by an authorized health care provider.
|
_04
A new medicine item has been prescribed
|
_05
Administration of this medication item that the patient is currently taking is stopped or recommended to be stopped (i.e.
|
_06
Administration of this medication item that the patient is currently taking is on hold, or instructed or recommended by a health care provider to be temporarily stopped, or subject to clinical review (i.e.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ListItemFlag |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ListItemFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListItemFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListItemFlag _01
public static final ListItemFlag _02
public static final ListItemFlag _03
public static final ListItemFlag _04
public static final ListItemFlag _05
public static final ListItemFlag _06
public static final ListItemFlag NULL
public static ListItemFlag[] values()
for (ListItemFlag c : ListItemFlag.values()) System.out.println(c);
public static ListItemFlag 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 ListItemFlag 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.