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 entered in error.
|
INTENDED
The medication may be taken at some time in the future.
|
NULL
added to help the parsers
|
| 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 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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.