iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Python Scripting Examples > String Manipulation > Screening 0x0A (Linefeed) Characters |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
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. To solve this problem, insert the following code in the Global Inbound Script:
|