| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs |
Provides classes of Primitive and Composite Datatypes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
UN.read(java.lang.String strSegmentStream,
IDelimiter objIDelimiter)
Read data from String and also it take care of repeated values of this DataType
|
int |
CompositeDataType.read(java.lang.String strAttributeData,
IDelimiter objIDelimiter)
Read data from string
|
int |
UN.write(IHL7Stream objIHL7Stream,
IDelimiter objIDelimiter)
Writes the unknown data to the stream from the byte buffer
This function writes the Data Value to the Stream
|
int |
CompositeDataType.write(IHL7Stream objIHL7Stream,
IDelimiter objIDelimiter)
Method writes the data to the Stream.
|