| Constructor and Description |
|---|
MLLP() |
| 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.
|
public byte[] writeMLLPComponent(byte[] barray)
writeMLLPComponent in interface IMLLPbarray - Containing HL7 message.public byte[] readMLLPComponent(byte[] barray)
readMLLPComponent in interface IMLLPbarray - Containing HL7 message.