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