public enum ReasonMedicationNotGivenCodes extends Enum<ReasonMedicationNotGivenCodes>
| Enum Constant and Description |
|---|
A
No reason known.
|
B
The patient was not available when the dose was scheduled.
|
C
The patient was asleep when the dose was scheduled.
|
D
The patient was given the medication and immediately vomited it back.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ReasonMedicationNotGivenCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReasonMedicationNotGivenCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonMedicationNotGivenCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReasonMedicationNotGivenCodes A
public static final ReasonMedicationNotGivenCodes B
public static final ReasonMedicationNotGivenCodes C
public static final ReasonMedicationNotGivenCodes D
public static final ReasonMedicationNotGivenCodes NULL
public static ReasonMedicationNotGivenCodes[] values()
for (ReasonMedicationNotGivenCodes c : ReasonMedicationNotGivenCodes.values()) System.out.println(c);
public static ReasonMedicationNotGivenCodes 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 ReasonMedicationNotGivenCodes 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.