Home | Trees | Indices | Help |
|
---|
|
Some HL7 handling.
Author: K.Hilbert <Karsten.Hilbert@gmx.net>
License: GPL v2 or later
Classes | |
cIncomingData Represents items of incoming data, say, HL7 snippets. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
HL7_EOL = u'\r'
|
|
HL7_SEGMENTS = u'FHS BHS MSH PID PV1 OBX NTE ORC OBR'.split()
|
|
MSH_sending_lab = 3
|
|
PID_name = 5
|
|
PID_lastname = 0
|
|
PID_firstname = 1
|
|
PID_middlename = 2
|
|
PID_dob = 7
|
|
PID_gender = 8
|
|
OBX_type = 3
|
|
OBX_LOINC = 0
|
|
OBX_name = 1
|
|
OBX_value = 5
|
|
OBX_unit = 6
|
|
HL7_field_labels = {'PID': {0: 'Segment Type', 1: '<PID> Set I
|
Imports: sys, os, codecs, logging, time, pyDT, pyhl7, pyxml, gmTools, gmBusinessDBObject, gmPG2, gmDateTime, gmPathLab
Function Details |
Assumes:
|
Variables Details |
HL7_field_labels
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:53 2013 | http://epydoc.sourceforge.net |