Package org.hl7.v3

Enum Class ActMedicationTherapyDurationWorkingListCode

java.lang.Object
java.lang.Enum<ActMedicationTherapyDurationWorkingListCode>
org.hl7.v3.ActMedicationTherapyDurationWorkingListCode
All Implemented Interfaces:
Serializable, Comparable<ActMedicationTherapyDurationWorkingListCode>, Constable

public enum ActMedicationTherapyDurationWorkingListCode extends Enum<ActMedicationTherapyDurationWorkingListCode>

Java class for ActMedicationTherapyDurationWorkingListCode.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ActMedicationTherapyDurationWorkingListCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="PRN"/>
     <enumeration value="CHRON"/>
     <enumeration value="ONET"/>
     <enumeration value="ACU"/>
   </restriction>
 </simpleType>