Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.spec.datatype
Class DataTypeELDSpec

java.lang.Object
  extended by com.stc.connector.hl7.framework.spec.component.ComponentSpec
      extended by com.stc.connector.hl7.framework.spec.datatype.DataTypeSpec
          extended by com.stc.connector.hl7.framework.spec.datatype.DataTypeELDSpec

public class DataTypeELDSpec
extends DataTypeSpec

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:28:24 $
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
 
Constructor Summary
DataTypeELDSpec(java.lang.String versionID)
          Constructor for DataTypeELDSpec.
DataTypeELDSpec(java.lang.String versionID, int minLength, int maxLength, java.lang.String optionality, java.lang.String repetition, DataTypeSpec[] subDataTypeSpecs)
          Constructor for DataTypeELDSpec.
 
Method Summary
 
Methods inherited from class com.stc.connector.hl7.framework.spec.datatype.DataTypeSpec
getSubDataTypeSpecs, getTableSpec, setSubDataTypeSpecs, setTableSpec
 
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
Constructor Detail

DataTypeELDSpec

public DataTypeELDSpec(java.lang.String versionID,
                       int minLength,
                       int maxLength,
                       java.lang.String optionality,
                       java.lang.String repetition,
                       DataTypeSpec[] subDataTypeSpecs)
Constructor for DataTypeELDSpec.

Parameters:
versionID - The versionID to set
minLength -
maxLength -
optionality -
repetition -
subDataTypeSpecs -

DataTypeELDSpec

public DataTypeELDSpec(java.lang.String versionID)
Constructor for DataTypeELDSpec.

Parameters:
versionID - The versionID to set

Sun Adapter for TCP/IP HL7