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
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
getDataType
DataType getDataType()
- Method getDataType.
This is the DataType corresponds to the Field,
it may contains sub data types.
- Returns:
- DataType