ca.uhn.hl7v2.model.v24.datatype
Class IS

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.AbstractPrimitive
          extended by ca.uhn.hl7v2.model.primitive.IS
              extended by ca.uhn.hl7v2.model.v24.datatype.IS
All Implemented Interfaces:
Primitive, Type, java.io.Serializable

public class IS
extends IS

Note: The class description below has been excerpted from the Hl7 2.4 documentation. Sectional references made below also refer to the same documentation. The value of such a field follows the formatting rules for a ST field except that it is drawn from a site-defined (or user-defined) table of legal values. There shall be an HL7 table number associated with IS data types. An example of an IS field is the Event reason code defined in Section 3.3.1.4, "Event reason code." This data type should be used only for user-defined tables (see Section 2.7.6, "Table"). The reverse is not true, since in some circumstances, it is more appropriate to use the CE data type for user-defined tables.

Author:
Neal Acharya
See Also:
Serialized Form

Constructor Summary
IS(Message theMessage, int theTable)
           
IS(Message theMessage, java.lang.Integer theTable)
           
 
Method Summary
 java.lang.String getVersion()
           
 
Methods inherited from class ca.uhn.hl7v2.model.primitive.IS
getTable, setTable
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
clear, encode, getValue, parse, setValue, toString
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessage, getName
 

Constructor Detail

IS

public IS(Message theMessage,
          int theTable)
Parameters:
theMessage - message to which this Type belongs
theTable - HL7 table from which values are to be drawn

IS

public IS(Message theMessage,
          java.lang.Integer theTable)
Parameters:
theMessage - message to which this Type belongs
theTable - HL7 table from which values are to be drawn
Method Detail

getVersion

public java.lang.String getVersion()
Returns:
"2.4"


Copyright © 2001-2011 University Health Network. All Rights Reserved.