pub fn parse_batch(bytes: &[u8]) -> Result<Batch, Error>
Parse HL7 v2 batch from bytes.
bytes
The parsed Batch, or an error if parsing fails
Batch