Skip to content

Rayhan-011/HL7-mllp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLLP.HL7Reader

This is a minimal lower-layer protocol that can be used to communicate with devices that use minimal LLP. It's easy to use and allows readers and writers to communicate with Message Sender Devices.

The MLLP block is framed by certain bytes. The characters that are sent within the MLLP block need to be encoded in a way that doesn't conflict with the framing bytes. Some multi-byte character encodings (like UTF-16 or UTF-32) might result in errors because their byte values are equal to the framing bytes or lower than 0x1F. These encodings aren't supported by MLLP. MLLP supports all single-byte character encodings (like iso-8859-x and cp1252), as well as UTF-8 and Shift_JIS. The byte values used by UTF-8 don't conflict with the MLP framing bytes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages