public interface IMLLP
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readMLLPComponent(byte[] barray)
Reads MLLP's Component from the byte array, which containing HL7 message.
|
byte[] |
writeMLLPComponent(byte[] barray)
Writes MLLP's Component on to the byte array, which containing HL7 message.
|
byte[] writeMLLPComponent(byte[] barray)
barray - Containing HL7 message.byte[] readMLLPComponent(byte[] barray)
barray - Containing HL7 message.