Package org.hl7.v3

Enum Class PartialCompletionScale

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

public enum PartialCompletionScale extends Enum<PartialCompletionScale>

Java class for PartialCompletionScale.

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

 <simpleType name="PartialCompletionScale">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="G"/>
     <enumeration value="LE"/>
     <enumeration value="ME"/>
     <enumeration value="MI"/>
     <enumeration value="N"/>
     <enumeration value="S"/>
   </restriction>
 </simpleType>