Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.spec.segment
Class ERRSpec

java.lang.Object
  extended by com.stc.connector.hl7.framework.spec.component.ComponentSpec
      extended by com.stc.connector.hl7.framework.spec.segment.SegmentSpec
          extended by com.stc.connector.hl7.framework.spec.segment.ERRSpec

public class ERRSpec
extends SegmentSpec

This segment has the following fields:

ERR-1: Error Code and Location (CM_ELD)
ERR-2: Error Location (ERL) (Available since Version 2.5)
ERR-3: HL7 Error Code (CWE) (Available since Version 2.5)
ERR-4: Severity (ID) (Available since Version 2.5)
ERR-5: Application Error Code (CWE) (Available since Version 2.5)
ERR-6: Application Error Parameter (ST) (Available since Version 2.5)
ERR-7: Diagnostic Information (TX) (Available since Version 2.5)
ERR-8: User Message (TX) (Available since Version 2.5)
ERR-9: Inform Person Indicator (IS) (Available since Version 2.5)
ERR-10: Override Type (CWE) (Available since Version 2.5)
ERR-11: Override Reason Code (CWE) (Available since Version 2.5)
ERR-12: Help Desk Contact Point (XTN) (Available since Version 2.5)

Version:
cvs revision: $Revision: 1.7 $ Last Modified: $Date: 2008/04/29 11:14:20 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
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 ERRSpec getSpec(java.lang.String versionID)
          Method getSpec.
 
Methods inherited from class com.stc.connector.hl7.framework.spec.segment.SegmentSpec
getFieldSpecs, setFieldSpecs
 
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 ERRSpec getSpec(java.lang.String versionID)
Method getSpec.

Parameters:
versionID -
Returns:
ERRSpec

Sun Adapter for TCP/IP HL7