Package org.hl7.v3

Enum Class HL7StandardVersionCode

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

public enum HL7StandardVersionCode extends Enum<HL7StandardVersionCode>

Java class for HL7StandardVersionCode.

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

 <simpleType name="HL7StandardVersionCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ActRelationshipExpectedSubset"/>
     <enumeration value="ActRelationshipPastSubset"/>
     <enumeration value="_ParticipationSubset"/>
     <enumeration value="FUTURE"/>
     <enumeration value="LAST"/>
     <enumeration value="NEXT"/>
     <enumeration value="FIRST"/>
     <enumeration value="FUTSUM"/>
     <enumeration value="MAX"/>
     <enumeration value="MIN"/>
     <enumeration value="RECENT"/>
     <enumeration value="PAST"/>
     <enumeration value="PREVSUM"/>
     <enumeration value="SUM"/>
   </restriction>
 </simpleType>