ca.infoway.messagebuilder.domainvalue.transport
Class HL7StandardVersionCode

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

public class HL7StandardVersionCode
extends EnumPattern
implements HL7StandardVersionCode, Describable

The Enum HL7StandardVersionCode. Indicates the version of the HL7 messaging standard being referenced. This is the domain of HL7 version codes for the Version 3 standards. Values are to be determined by HL7 and added with each new version of the HL7 Standard.

See Also:
Serialized Form

Field Summary
static HL7StandardVersionCode V3_2005_05
           
static HL7StandardVersionCode V3_2006_05
           
static HL7StandardVersionCode V3_2007_05
           
static HL7StandardVersionCode V3_2007N
           
static HL7StandardVersionCode V3_2008N
           
 
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.
 String getDescription()
          Gets the description.
 
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

V3_2005_05

public static final HL7StandardVersionCode V3_2005_05

V3_2006_05

public static final HL7StandardVersionCode V3_2006_05

V3_2007_05

public static final HL7StandardVersionCode V3_2007_05

V3_2007N

public static final HL7StandardVersionCode V3_2007N

V3_2008N

public static final HL7StandardVersionCode V3_2008N
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

getDescription

public String getDescription()

Gets the description.

Specified by:
getDescription in interface Describable
Returns:
the description


Copyright © 2013. All Rights Reserved.