Package org.hl7.v3

Enum Class AlgorithmicDecisionObservationMethod

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

public enum AlgorithmicDecisionObservationMethod extends Enum<AlgorithmicDecisionObservationMethod>

Java class for AlgorithmicDecisionObservationMethod.

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

 <simpleType name="AlgorithmicDecisionObservationMethod">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ALGM"/>
     <enumeration value="BYCL"/>
   </restriction>
 </simpleType>