Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 debian 2007-04-10 scanepa [r3] Added some files
 src 2007-04-10 scanepa [r3] Added some files
 AUTHORS 2007-04-10 scanepa [r3] Added some files
 COPYING.LIB 2007-04-09 emarocca [r1] Initial import
 ChangeLog 2007-04-09 emarocca [r1] Initial import
 README 2007-04-10 scanepa [r3] Added some files
 TODO 2007-04-09 emarocca [r1] Initial import
 setup.py 2007-04-10 scanepa [r3] Added some files

Read Me

This is a basic implementation of HL7 protocol in python.

HL7LLPServer and HL7LLPClient modules implement the simplest LLP over
TCP/IP, i.e. messages are sent over the wire preceded by start of
block character and followed by an end of block character. No CRC and
length information are added. 

message module implement v.2.4 message using a hierarchical structure
so that the internal storage reflects message structure.

segment module includes a simple class to manage segment, they are
basically list with some function.

segments module contains the implementation of some segments deriving
from segment class, this is basically an example of use of the segment class.