The HL7 protocol is very strict about the format
of segments. Each segment should end with a
0x0D (carriage return) character. No other termination characters, such as 0x0A
characters, should be present.
However, applications that
process HL7 in batch format often have to deal with messages in which 0x0A characters
have been inserted. This causes problems during
parsing.