Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.spec.msg
Class ACKSpec

java.lang.Object
  extended by com.stc.connector.hl7.framework.spec.component.ComponentSpec
      extended by com.stc.connector.hl7.framework.spec.msg.MessageSpec
          extended by com.stc.connector.hl7.framework.spec.msg.ACKSpec

public class ACKSpec
extends MessageSpec

This structure contains the following elements:

0: MSH (Message Header)
1: SFT (Software segment) (optional. Available since version 2.5)
2: MSA (Message Acknowledgment)
3: ERR (Error) (optional)

Version:
cvs revision: $Revision: 1.7 $ Last Modified: $Date: 2008/04/24 14:30:38 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Fields inherited from class com.stc.connector.hl7.framework.spec.msg.MessageSpec
DEFAULT_SEGMENT_TERMINATOR_CHAR, DEFAULT_SEGMENT_TERMINATOR_STRING
 
Fields inherited from class com.stc.connector.hl7.framework.spec.component.ComponentSpec
OPTIONALITY_BACKWARD, OPTIONALITY_CONDITIONAL, OPTIONALITY_NOT_USED, OPTIONALITY_OPTIONAL, OPTIONALITY_REQUIRED, OPTIONALITY_WITHDRAWN, REPETITION_NO_REPETITION, REPETITION_REPEAT_UPTO_NUMBER, REPETITION_REPEATED, VERSION_ID_21, VERSION_ID_22, VERSION_ID_23, VERSION_ID_231, VERSION_ID_24, VERSION_ID_25, VERSION_ID_251
 
Method Summary
static ACKSpec getSpec(java.lang.String versionID)
          Method getSpec.
 
Methods inherited from class com.stc.connector.hl7.framework.spec.msg.MessageSpec
getSegmentSpecs, setSegmentSpecs
 
Methods inherited from class com.stc.connector.hl7.framework.spec.component.ComponentSpec
getMaxLength, getMinLength, getName, getOptionality, getRepetition, getVersionID, setMaxLength, setMinLength, setName, setOptionality, setRepetition, setVersionID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Method Detail

getSpec

public static ACKSpec getSpec(java.lang.String versionID)
Method getSpec.

Parameters:
versionID -
Returns:
Table0003Spec

Sun Adapter for TCP/IP HL7