public interface IBatch
| Modifier and Type | Method and Description |
|---|---|
int |
parse(IHL7Stream objIHL7Stream)
Parses HL7 Batch Strings from any Stream into HL7 Batch objects.
|
int |
serialize(IHL7Stream objIHL7Stream)
Serializes HL7 Batch objects.
|
boolean |
validate()
Validates HL7 Batch objects.
|
int parse(IHL7Stream objIHL7Stream) throws ParseException, java.io.IOException
objIHL7Stream - ParseException - the parse exceptionjava.io.IOException - Signals that an I/O exception has occurred.boolean validate()
throws BatchException
BatchException - Thrown when Batch validation fails.int serialize(IHL7Stream objIHL7Stream) throws SerializeException, java.io.IOException
objIHL7Stream - Specified IHL7Stream to be serializedSerializeException - the serialize exceptionjava.io.IOException - Signals that an I/O exception has occurred.