Module gmPatientExporter
source code
Author:
Carlos Moro, Karsten Hilbert
License:
GPL v2 or later
|
usage()
Prints application usage options to stdout. |
source code
|
|
|
run()
Main module application execution loop. |
source code
|
|
|
__doc__ = """GNUmed simple ASCII EMR export to...
|
Imports:
os,
sys,
time,
io,
logging,
shutil,
gmExceptions,
gmPG2,
gmTools,
gmDateTime,
gmClinicalRecord,
gmAllergy,
gmDemographicRecord,
gmSoapDefs
__doc__
- Value:
"""GNUmed simple ASCII EMR export tool.
TODO:
- output modes:
- HTML - post-0.1 !
"""
|
|