public enum MedicationrequestCourseOfTherapy extends Enum<MedicationrequestCourseOfTherapy>
| Enum Constant and Description |
|---|
ACUTE
A medication which the patient is only expected to consume for the duration of the current order and which is not expected to be renewed.
|
CONTINUOUS
A medication which is expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped.
|
NULL
added to help the parsers
|
SEASONAL
A medication which is expected to be used on a part time basis at certain times of the year
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationrequestCourseOfTherapy |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationrequestCourseOfTherapy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationrequestCourseOfTherapy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationrequestCourseOfTherapy CONTINUOUS
public static final MedicationrequestCourseOfTherapy ACUTE
public static final MedicationrequestCourseOfTherapy SEASONAL
public static final MedicationrequestCourseOfTherapy NULL
public static MedicationrequestCourseOfTherapy[] values()
for (MedicationrequestCourseOfTherapy c : MedicationrequestCourseOfTherapy.values()) System.out.println(c);
public static MedicationrequestCourseOfTherapy 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 MedicationrequestCourseOfTherapy 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.