public static enum MedicationStatement.MedicationStatementTaken extends Enum<MedicationStatement.MedicationStatementTaken>
| Enum Constant and Description |
|---|
N
Negative assertion that patient has not taken medication
|
NA
Patient reporting does not apply
|
NULL
added to help the parsers with the generic types
|
UNK
Unknown assertion if patient has taken medication
|
Y
Positive assertion that patient has taken medication
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationStatement.MedicationStatementTaken |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationStatement.MedicationStatementTaken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationStatement.MedicationStatementTaken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationStatement.MedicationStatementTaken Y
public static final MedicationStatement.MedicationStatementTaken N
public static final MedicationStatement.MedicationStatementTaken UNK
public static final MedicationStatement.MedicationStatementTaken NA
public static final MedicationStatement.MedicationStatementTaken NULL
public static MedicationStatement.MedicationStatementTaken[] values()
for (MedicationStatement.MedicationStatementTaken c : MedicationStatement.MedicationStatementTaken.values()) System.out.println(c);
public static MedicationStatement.MedicationStatementTaken 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.MedicationStatementTaken fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.