Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.structure.segment
Interface Segment

All Superinterfaces:
Component
All Known Implementing Classes:
ERR, GenericSegmentImpl, MSA, MSH, SFT

public interface Segment
extends Component

This interface represents a HL7 message segment which contains HL7 fields.

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

Field Summary
static java.lang.String version
           
 
Method Summary
 Field[] getFields()
          Method getFields.
 
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

getFields

Field[] getFields()
Method getFields.

Returns:
Field[]

Sun Adapter for TCP/IP HL7