public enum MedicationStatementStatus extends Enum<MedicationStatementStatus>
| Enum Constant and Description |
|---|
ACTIVE
The medication is still being taken.
|
COMPLETED
The medication is no longer being taken.
|
ENTEREDINERROR
The statement was recorded incorrectly.
|
INTENDED
The medication may be taken at some time in the future.
|
NULL
added to help the parsers
|
ONHOLD
Actions implied by the statement have been temporarily halted, but are expected to continue later.
|
STOPPED
Actions implied by the statement have been permanently halted, before all of them occurred.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationStatementStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationStatementStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationStatementStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationStatementStatus ACTIVE
public static final MedicationStatementStatus COMPLETED
public static final MedicationStatementStatus ENTEREDINERROR
public static final MedicationStatementStatus INTENDED
public static final MedicationStatementStatus STOPPED
public static final MedicationStatementStatus ONHOLD
public static final MedicationStatementStatus NULL
public static MedicationStatementStatus[] values()
for (MedicationStatementStatus c : MedicationStatementStatus.values()) System.out.println(c);
public static MedicationStatementStatus 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 MedicationStatementStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.