Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.structure.field
Interface Field

All Superinterfaces:
Component
All Known Implementing Classes:
GenericFieldImpl

public interface Field
extends Component

This interface represents a HL7 segment field which correspondes to data type.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:28:36 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 DataType getDataType()
          Method getDataType.
 
Methods inherited from interface com.stc.connector.hl7.framework.structure.component.Component
getContent, getMessage, getName, marshal, setContent, setName, toXMLString, unmarshal, validate
 

Field Detail

version

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

getDataType

DataType getDataType()
Method getDataType. This is the DataType corresponds to the Field, it may contains sub data types.

Returns:
DataType

Sun Adapter for TCP/IP HL7