Author: e2jk-guest Date: 2013-05-19 22:04:45 +0000 (Sun, 19 May 2013) New Revision: 13666
Modified: trunk/packages/gnuhealth/trunk/debian/TODO.Debian trunk/packages/gnuhealth/trunk/debian/control Log: New "gnuhealth" metapackage that allows for easy installation of everyting needed to run a GNU Health instance on a single machine. Modified: trunk/packages/gnuhealth/trunk/debian/TODO.Debian =================================================================== --- trunk/packages/gnuhealth/trunk/debian/TODO.Debian 2013-05-19 22:00:07 UTC (rev 13665) +++ trunk/packages/gnuhealth/trunk/debian/TODO.Debian 2013-05-19 22:04:45 UTC (rev 13666) @@ -13,16 +13,6 @@ ======== -Create a gnuhealth package that will depend on both gnuhealth-server and -gnuhealth-client. This will allow for easy installation of everyting needed to -run a GNU Health instance on a single machine. -Might need to pre-depend on -server, so that the client can detect it's -installed and automatically select "localhost" as the server. Per Policy [1], -this needs to be discussed on the debian-devel mailing list. -[1] http://www.debian.org/doc/debian-policy/ch-binary.html#s-dependencies - -======== - The health_qrcodes is now removed from the binary package, as it depends on a Python library that is currently not packaged: http://pypi.python.org/pypi/qrcode/2.4.2 Modified: trunk/packages/gnuhealth/trunk/debian/control =================================================================== --- trunk/packages/gnuhealth/trunk/debian/control 2013-05-19 22:00:07 UTC (rev 13665) +++ trunk/packages/gnuhealth/trunk/debian/control 2013-05-19 22:04:45 UTC (rev 13666) @@ -107,3 +107,40 @@ to the Patient chart. * Designed with industry standards in mind +Package: gnuhealth +Architecture: all +Pre-Depends: dpkg (>= 1.15.6~) +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, + gnuhealth-server (= ${binary:Version}), + gnuhealth-client (= ${binary:Version}) +Description: Electronic Medical Record and Hospital Information System + GNU Health is a multi-user, highly scalable, centralized Electronic + Medical Record (EMR) and Hospital Information System (HIS) for Tryton, + so doctors and institutions all over the world, independently of their + economic status, will benefit from a centralized, high quality, secure + and scalable system. + . + This metapackage allows for easy installation of everyting needed to run a + GNU Health instance on a single machine. + . + GNU Health at a glance: + * Strong focus in family medicine and Primary Health Care + * Major interest in Socio-economics (housing conditions, substance + abuse, education...) + * Diseases and Medical procedures standards (ICD-10 / ICD-10-PCS) + * Prescription writing + * Billing + * Patient Genetic and Hereditary risks: over 4200 genes related to + diseases (NCBI / Genecards) + * Epidemiological and other statistical reports + * 100% paperless patient examination and history taking + * Patient Administration (creation, evaluations / consultations, history...) + * Doctor Administration + * Lab Administration + * Medicine / Drugs information (vademécum) + * Medical stock and supply chain management + * Hospital Financial Administration + * GNU Health allows one to attach documents (X-rays, Biopsy results, ...) + to the Patient chart. + * Designed with industry standards in mind + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
