Package org.hl7.v3

Enum Class XClinicalStatementActMood

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

public enum XClinicalStatementActMood extends Enum<XClinicalStatementActMood>

Java class for x_ClinicalStatementActMood.

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

 <simpleType name="x_ClinicalStatementActMood">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="APT"/>
     <enumeration value="ARQ"/>
     <enumeration value="DEF"/>
     <enumeration value="EVN"/>
     <enumeration value="INT"/>
     <enumeration value="PRMS"/>
     <enumeration value="PRP"/>
     <enumeration value="RQO"/>
   </restriction>
 </simpleType>