Package org.hl7.v3

Enum Class ObservationInterpretationSusceptibility

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

public enum ObservationInterpretationSusceptibility extends Enum<ObservationInterpretationSusceptibility>

Java class for ObservationInterpretationSusceptibility.

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

 <simpleType name="ObservationInterpretationSusceptibility">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="I"/>
     <enumeration value="MS"/>
     <enumeration value="R"/>
     <enumeration value="S"/>
     <enumeration value="VS"/>
   </restriction>
 </simpleType>