ca.infoway.messagebuilder.domainvalue.payload
Class SeverityObservation

Package class diagram package SeverityObservation
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.payload.SeverityObservation
All Implemented Interfaces:
Code, ObservationValue, SeverityObservation, Serializable, Comparable

public class SeverityObservation
extends EnumPattern
implements SeverityObservation

The Enum SeverityObservation. An indication of the seriousness of a patient's medical condition or issues. Conditions for which severity levels are assigned include: disease state, allergies, intolerance and contraindications involving combinations of drugs and other conditions.

See Also:
Serialized Form

Field Summary
static SeverityObservation HIGH
           
static SeverityObservation LOW
           
static SeverityObservation MODERATE
           
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getCodeSystem()
          Gets the code system.
 String getCodeValue()
          Gets the code value.
 
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern
getEnumConstants, isEnum, name, toString, valueOf, values
 
Methods inherited from class ca.infoway.messagebuilder.lang.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HIGH

public static final SeverityObservation HIGH

MODERATE

public static final SeverityObservation MODERATE

LOW

public static final SeverityObservation LOW
Method Detail

getCodeSystem

public String getCodeSystem()

Gets the code system.

Specified by:
getCodeSystem in interface Code
Returns:
the code system

getCodeValue

public String getCodeValue()

Gets the code value.

Specified by:
getCodeValue in interface Code
Returns:
the code value


Copyright © 2013. All Rights Reserved.