Package org.hl7.v3

Enum Class VerificationOutcomeValue

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

public enum VerificationOutcomeValue extends Enum<VerificationOutcomeValue>

Java class for VerificationOutcomeValue.

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

 <simpleType name="VerificationOutcomeValue">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ACTPEND"/>
     <enumeration value="ACT"/>
     <enumeration value="ELG"/>
     <enumeration value="INACT"/>
     <enumeration value="INPNDUPD"/>
     <enumeration value="INPNDINV"/>
     <enumeration value="NELG"/>
   </restriction>
 </simpleType>