gnuhealth-3.8.0-lp153.4.3.1<>,<bPK/=„{)UB$BDG/AXRĻ]IxN l&髆q{ zRӚ"]Vñ)"/E`}#aW(Ҋ;wV嗝frN2hg9fr΃WP~Hf}}hl 伕Е Bh WKXnuʜQ6J.m<ʈXk|:߇r*xv)bo<`^ lW0+C1Kܬw>L ?d   G 2Qhnu uH [I [ `j [ w [  [  ' [  [C [| [~ [))s)(8F9F:kF=>?@FG [H5t [Ib [Xn<Yn@\nT [] [^u7bTcdeflu [v2w5T [xb [y,z\lpx|Cgnuhealth3.8.0lp153.4.3.1A Health and Hospital Information SystemGNU Health is the Hospital Information System adopted by the United Nations University, International Institute for Global Health, for the implementations and trainings. This is the server component of GNU Health. You would need the GNU Health Client as well, on the same or a different machine. You may use the Tryton Client either See https://en.opensuse.org/GNUHealth_on_openSUSE for instructionsbPKcloud104 ?openSUSE Leap 15.3openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Office/Managementhttps://health.gnu.orglinuxnoarch#Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF" alias cdlogs='cd /var/log/tryton' alias cdexe='cd /usr/lib/python3.6/site-packages/trytond' alias cdconf='cd /etc/tryton' alias cdmods='cd /usr/lib/python3.6/site-packages/trytond/modules' alias editconf='${EDITOR} /etc/tryton/trytond.conf' alias cdutil='cd /usr/bin' export EDITOR=nano EOF #Write GH Variable /etc/tryton/gnuhealthrc cat > /etc/tryton/gnuhealthrc << "EOF" GNUHEALTH_VERSION=3.8.0 TRYTON_VERSION=5.0.42 EOF if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in gnuhealth.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in gnuhealth-webdav@.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in gnuhealth.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in gnuhealth-webdav@.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable gnuhealth.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop gnuhealth.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable gnuhealth-webdav@.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop gnuhealth-webdav@.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in gnuhealth.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart gnuhealth.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in gnuhealth-webdav@.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart gnuhealth-webdav@.service ) || : fi fi%1[!4X?QzCD[Q;_HM"U-SG FU1GUQY MjOK"~QK"SIGEOS,Le5S+[G GSSI&G&ZUZUO,;[=U~q (y*O OBSQ3HY/] QK5O_?7oEE(8w*YaUfStgzggV^1\SaStYVOe vaNNAd *1fQfQy 5xxhh  }2E='D a~x Fg b 5z &&, "7s y" Сn+D"M- [;` 8 8N4R 8g.[/os=sovvizmmm _`m tt+koge\s2YI mmKYI uJ & 7t=vm}L~_ ;   2L\K! 'M' 12 @iY h (dF"== ,V.))TZ<<]d"l  $g%K )9 $99 999 &e 8zxx( ( 8- BrrsΡ!\kkWV5..UXAA0b+"!F; .6*=aKGeO AfAfE%<;DOQYRR{DODODODOa#i]  6zCC11U)@*v[fb/"/"A 6%+ivqstAtSzyZtm (\'i$;!aR9Qfͮ   FB    0qqj1j1=4>O%KIE& d_ v;V:61:+Ckk'=ٴD6 &z%)U#) #d8"$?M܀ME (//$^@ L[    m    e)G;7 QOf|jkuXOU$B[FF aC$0*.n a5qdf6envSbh>#pyCrq##u%$i(;*0R")_(2,""-6' WCFiill*A{CGQFo(&;=p) :L x PQ/s ::3  4\>T>>;1ub  1 1v1  )  )b;H } }Zm))'1=:A::0 ;0 0 ;=#I ++8 8 Zu9%ipipnk H=_ak'8r4#O^,mBmGEEZM2d2d 1xBwUi)1 !Mr3  H8$ct]`$Z; #: 1'"b%+(*))&y%j%)|* O pwwwh*bAAKsLEmP:I{I[GpEW:FX!e' y J+T] (T(T65 &tu~t{tjtt~Н-}DAAog@K||| zm}.*r9<1+28;;7,,6ƭ K_?)oBo_^\eV ux$~<NNcV  : ???????&   B#ngn|o'rc!0/n1{W++ pH SM.)}}Mr--  gghQ H~ ZW!!#d!H()cKIT&&&ɃO("X6G&&gr  44 b$ ,iG q++5K ?sESEEF:7D(7D<A.  ' CC6.6.G^>-,A)1A*5*c",2D",(,D%rrIvI  . .a ggSZSZpd{ PXZ]S<XLBVBR6p%8:' x+O d vzEdTj@766M M MMd JM8  J 2EW CIYQ `#d9Y5${KxwAHf d @ \\"P +4#p u F@YdYX@YNT@YI@X׭@X@XqX@X@XN@X TX TXWWWV@V^T@Axel Braun Axel Braun Johannes Segitz Axel Braun Axel Braun Andreas Stieger Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun axel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.dejengelh@inai.deaxel.braun@gmx.deaxel.braun@gmx.deaxel.braun@gmx.de- missing dependency python3-Pillow added- harden_gnuhealth.service.patch removed - we are not using the service from GH reporting.diff added to catch change from .odt to .fodt- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_gnuhealth.service.patch Modified: * gnuhealth-webdav@.service * gnuhealth.service- update to gnuhealth-control- Variable for EDITOR set- add upstream signing key and verify source signature- python_dependency_generator removed- version 3.8.0 dentistry package added- Documentation added to package description- version 3.6.5 HMIS: Update to 3.6.5 including ICD10 codes 2020- Readme renamed (SUSE -> openSUSE) gnuhealth: Link to oS wiki added- gnuhealth-control updated to 3.6.5-openSUSE * change of translation server for language packs- fixed different behviour of bsdtar in script and shell (gnuhealth-control)- version 3.6.4 of gnuhealth-control- python3-matplotlib got lost.....added- Version 3.6.4 additional functionality for COVID-19 and epidemiology tracing new epidemiology evaluations lab1.diff and lab2.diff removed, included in new version- pre-release of 3.6.4 covering improved diagnostics on COVID-19 lab1.diff and lab2.diff added- correction for service file- update for boo#1167126, 1167128- clean up of spec file to get rid of warnings added gnuhealth-rpmlintrc- gnuhealth-control 3.6.3 - added chmod after getlang command- modified getlang to exclude 2 directories (otherwise initialization fails after language installation)- version 3.6.3 * GH HMIS server. task #15562: Include coronavirus COVID-19 in ICD10 codes * GH HMIS server. bug #57695: Traceback when creating a page of life associated to an empty evaluation * GH HMIS server. task #15561: Werkzeug 1.0 is not compatible with Trytond 5.0 * shebang.diff to fix /usr/bin/env- version 3.6.1 demo.diff removed (included in 3.6.1)- demo.diff to update installation script for demo-db added- gnuhealth-control changed to version 3.4.1 * use bsdtar (can handle zip files, tar can't)- version 3.4.1 various bugfixes, e.g. bug #55594: Traceback when creating a person without a system institution bug #55595: Remove unimplemented functionality fields from Federation Country- add dependency for bsdtar (gnuhealth-control changed)- gnuhealth-webdav service adapted to new GH webdav server- New version 3.4.0 * The GNU Health Federation model * Thalamus message server * New Health Information System (on MongoDB) * Person Master Index * MongoDB support (on the HIS) * Updated UniprotKB database with over 30K protein natural variants * Contextualized information on genetics and social determinants * Genetic and family history and environmental factors integrated to the Page of Life and Federation The GNU Health Book of Life * Tryton 4.6 integration on the HMIS node- correction for gnuhealth-control (v 3.2.4)- Adding a dummy executable called 'gnuhealth' with some help text (boo#1107771)- openSUSE-gnuhealth-setup: User tryton set to SUPERUSER Documentation updated- gnuhealth-control: added info about backup file openSUSE-gnuhealth-setup added- Version 3.2.10 bug #54055: Caldav event does not update after changing the appointment- added gnuhealth-client to documentation- typo in documentation corrected- documentation updated- Version 3.2.9 Fix bug #52580: Removing the patient field before saving the record generates an error Fix bug #52579: some on_change numeric method operations generate traceback Fix bug #52578: WHR should be on the same line as hip and waist fields- removed pypi dependencies- health_crypto. Fix bug #52366: Error when signing the death certificate task #14626: Renaming Package names prefix trytond_ from Pypi. Update descriptions task #14626: Renaming Package names prefix trytond_ from Pypi. Remove tryton from keywords remove lingering egg-info dirs from webdav3- Version 3.2.6 dependency on python3-pymongo removed fix bug #52298: Traceback generating an invoice from service with an insurance policy plan Fix bug #52275: Traceback when creating a free slot in appointments or work schedule- Correction for gnuhealth-control (file not found in backup)- version 3.2.5 health, health_qrcodes : Fix bug #52179: Traceback due to obsolete unicode method in reports- Version 3.2.4 health_services: Fix bug #52160: Issues related to invoice type and domain when creating the service invoice health_disability : Rename anf fix Amputation model description from Amputation to Prothesis health : Prescription report . Include duration frequency selections strings for translation. Update conditional op. to Python3 (!=)- gnuhealth-control corrected (message command)- version 3.2.3 Fix bug #52038: Field history is repeated in the tree view of the prescription line- Documentation adapted- version 3.2.2 health_imaging : Update health professional retrieval to the current standard method- added gnuhealth-webdav@.service - updated documentation on gnuhealth-webdav@.service - added alias cdutil for compatibility reasons (not really needed, as binaries are in /usr/bin anyway) - fixed path for cdexe- version 3.2.1 Fix view error on lab order- update of documentation for upgrade from Leap 42.2- Version 3.2.0- Requirement on python3-PyWebDAV3-GNUHealth added- GNU Health version 3.1.0b3- release 3.0.8 [bug #50635] Missing declaration of view directory on setup.py on health_disability module- Release 3.0.7 (bnc1026365)- added DB-role to gnuhealh-control updated documentation- renamed gnuhealth_control to gnuhealth-control fixed documentation- version 3.06 * Fix bug #50269: Traceback when assigning a new meal order * Fix bug #50281: Traceback when displaying patient critical info in non-english languages * fix bug #50288: Wrong widget for mealtime field. // Fix validation for meal order warning * Remove readonly from patient meal order warning, to correctly save state of the field- Release 3.0.5 * Update to ICD10 version 2016 * fix bug #49414: Error when printing prescription using review dates * bug #49405: Error on summary report when no date of birh is assigned to the person- temporary fix for prescription_orders report until 3.0.5 is released- Release 3.0.4- README updated- update of README.SUSE- file permissions corrected- Trim summary/description from redundant words- version 3.0.0- Version 3.0RC2- version 2.8/bin/sh/bin/sh/bin/sh/bin/shcloud104 1645105227      ! # %'() + /01 3 5789 ; =?@A C EGHI K MOPQ S WXY [ _`a c ghi k mopq s wxy { } 5  5                    '() + /01 3 5789 ; =?@A C EGHI K MOPQ S WXY [ ]_`a c eghi k opq s uwxy {           !!#$%&'()*+,-./0123456779:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[Z]^_`abcdefghijklmnklqrstuvwxyz{|}~ZdOPZ     !"#$%&'()*+,-./0113456789:;<=>?@ABCDEFGHIJHLMNOPQRSSUVWXYZ[\]^_`abcdefghijkjjnjjjrstuvvxyz{|}~    !"#$%&'()*+,-./0123456789::<=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefggijklmnopqrstuvwxyz{|}~~     !!#$%&'(*+,--/0123456688:;<=>?@ABCCEFGHIJKLLNNPQRSUVVVYZVVVV_`abccefghijkllnnpqrsuvwxyz{|w~      !"#$%&'()*+,-./0123456689::<=>?@ABCDEFGHIJKLMNOPQRQQUVWXYY[\]^_`abcdefghijklmnopqrnnnnwxyz{{}~Z      "#$%&'()*+,-..0023456789:;<;>;;ABCDEEGHIJKLMNNPPRSUVWXXZ[\]^_`abcdefghijklmnopqrstuvwxyzz|}~FGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghhjklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 2 4 5 6 7 8 9 : ; < = > ? ? A B C D E F G H I J K L M N O P Q R S T U U W X Y Z [ [ ] ^ _ ` a b c d e f g h i j k l m n n p q r s t u v w x y z { | } ~                             " # $ % & ' ( ) * + , , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E G H I J K L M N M P Q R S T U U W X Y Z [ \ ] ^ _ ` ` b c d e f g h i j k l m n o p q r s t u v w w y y { | } ~                             ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  3.8.0-lp153.4.3.1      !!!!!!!"""""""#######$$$$$$$%%%%%%%&&&&&&&'''''''((((((()))))))*******+++++++,,,,,,,-------.......///////000000011111112344555555555544446666666666666666644778888887744999999999999999999943::;;;;:<<<<<<<<<<<:=::::>>>>>>>>>>>>>>>>>>>>>>>>:???????????????????????:@@AAAAAA@@@@@@@@@@@:B:CCDDDDC::EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE:FFGGGGGGFFFF3HHIIIIHJHHHKHLLLLLLLLLLHMMNNNNMHHOO3PPQQQQPRPPPSSPTTTTTTTTTTPUUVVVVUPPWWWWPXXYYYYXX3ZZ[[[[Z\ZZZ]Z^^^^Z__````_ZZaa3bbccccbdbbbeeeeeeeeeebffggggfbbhhhh3iijjjjikiiilllllllllimmnnnnmiioo3ppqqqqprpsppppttpuvvvvuuuuupwpxxyyyyxppzzzzzzzzzp{||||{{{{3}}~~~~}}}}}}}}33333333333333333                       33          !""####"$$$$$$$$$$$3%%&&&&%'%(%%))))))))))%**++++*%3,,----,.,,//0000/,3112222133141115555555555166777761188399::::9;;9<999==========9>>????>99@@3AABBBBACADAAAAEAFFFFFFFFFFAGAHAIIJJJJIAAKKKKKKKK3LLMMMMLLLLNLOOOOOOOOOOLPLQQRRRRQLLSSSS3TTUUUUTVTWTTTTXTYYYYYYYYYYTZT[T\\]]]]\TT^^^^^^3__````_a__bbbbbbbbbb_ccddddc_3eeffffeggggggggggggeheeeeiiiiiiiiiiejjkkkkjjjjellmmmmleennneooppppoo3qqrrqsqttttttttquuvvvvuq3wwxxxxwywwwwzzzzzzzzzzw{{{{{w||}}}}|ww~~~33333333trytongnuhealthgnuhealth-controlgnuhealth-webdav-serverinstall_demo_database.shopenSUSE-gnuhealth-setupgnuhealth-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_archives-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_caldav-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_calendar-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_contact_tracing-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_crypto-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_crypto_lab-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_dentistry-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_disability-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_ems-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_federation-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_genetics-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_genetics_uniprot-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_gyneco-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_history-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icd10-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icd10pcs-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icd11-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icd9procs-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icpm-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_icu-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_imaging-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_inpatient-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_inpatient_calendar-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_insurance-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_iss-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_lab-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_lifestyle-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_mdg6-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_ntd-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_ntd_chagas-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_ntd_dengue-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_nursing-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_ophthalmology-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_pediatrics-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_pediatrics_growth_charts-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_pediatrics_growth_charts_who-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_profile-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_qrcodes-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_reporting-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_services-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_services_lab-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_socioeconomics-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_stock-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_surgery-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_webdav3_server-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtgnuhealth_who_essential_medicines-3.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txttrytondmodulescalendar__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccaldav.cpython-36.opt-1.pyccaldav.cpython-36.pyccalendar_.cpython-36.opt-1.pyccalendar_.cpython-36.pycres.cpython-36.opt-1.pycres.cpython-36.pycwebdav.cpython-36.opt-1.pycwebdav.cpython-36.pyccaldav.pycalendar.xmlcalendar_.pylocalebg.poca.pocs.pode.poes.pofr.pohu_HU.poit_IT.poja_JP.polo.polt.ponl.popl.popt_BR.poru.posl.pozh_CN.pores.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycscenario_calendar.cpython-36.opt-1.pycscenario_calendar.cpython-36.pyctest_calendar.cpython-36.opt-1.pyctest_calendar.cpython-36.pycscenario_calendar.pytest_calendar.pytryton.cfgviewattendee_form.xmlattendee_tree.xmlcalendar_form.xmlcalendar_tree.xmlcategory_form.xmlcategory_tree.xmlevent_form.xmlevent_tree.xmlevent_tree_occurence.xmlexdate_form.xmlexdate_tree.xmlexrule_form.xmlexrule_tree.xmllocation_form.xmllocation_tree.xmlrdate_form.xmlrdate_tree.xmlrrule_form.xmlrrule_tree.xmlwebdav.pyhealth__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth.cpython-36.opt-1.pychealth.cpython-36.pycdatadose_units.xmldrug_administration_routes.xmlethnic_groups.xmlgnuhealth_commands.xmlhealth_product.xmlhealth_sequences.xmlhealth_specialties.xmlmedicament_form.xmlmedication_frequencies.xmloccupations.xmlpathology_groups.xmldocindex.rsthealth.pyhealth_report.xmlhealth_view.xmliconsappointment.svgbol.svgcancel.svgdemography.svgdoctor.svgface-sick.svgfederation.svggnuhealth_icon.svghand-scalpel.svghealth-center.svgimmunizations.svgmedicament.svgok.svgpatient.svgprescription.svgreport.svgstop.svgtryton-currency.svgtryton-list.svgtryton-open.svgtryton-party.svgtryton-preferences.svgtryton-product.svgwarning.svglocalear.poca.pockb.pode.poel.poeo.poes.pofi.pofr.poht.poit_IT.poja_JP.pokab.pokn.polo.ponb_NO.popl.popt_BR.posq.posr_Cyrl.potr.pozh_CN.pozh_Hant.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_report.cpython-36.opt-1.pychealth_report.cpython-36.pycimmunization_status_report.cpython-36.opt-1.pycimmunization_status_report.cpython-36.pycappointment_receipt.fodtdefault_gnuhealth_report_template.fodthealth_report.pyimmunization_status_report.fodtimmunization_status_report.pypatient_card.fodtpatient_conditions_history.fodtpatient_evaluation.fodtpatient_medication_history.fodtpatient_vaccination_history.fodtprescription_orders.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health.cpython-36.opt-1.pyctest_health.cpython-36.pyctest_health.pytryton.cfgviewaddress_tree.xmlappointments_report_open_start_form.xmlappointments_report_tree.xmlcheck_immunization_status.xmlcontact_mechanism_tree.xmlgnuhealth_alternative_identification_form.xmlgnuhealth_alternative_identification_tree.xmlgnuhealth_appointment_form.xmlgnuhealth_appointment_tree.xmlgnuhealth_birth_certificate_form.xmlgnuhealth_birth_certificate_tree.xmlgnuhealth_command.xmlgnuhealth_command_tree.xmlgnuhealth_death_certificate_form.xmlgnuhealth_death_certificate_tree.xmlgnuhealth_death_underlying_condition_form.xmlgnuhealth_death_underlying_condition_tree.xmlgnuhealth_diagnostic_hypothesis_form.xmlgnuhealth_diagnostic_hypothesis_tree.xmlgnuhealth_directions_form.xmlgnuhealth_directions_tree.xmlgnuhealth_disease_group_members.xmlgnuhealth_disease_group_members_tree.xmlgnuhealth_dosage.xmlgnuhealth_dosage_tree.xmlgnuhealth_dose.xmlgnuhealth_dose_tree.xmlgnuhealth_drug_form.xmlgnuhealth_drug_form_tree.xmlgnuhealth_drug_route.xmlgnuhealth_drug_route_tree.xmlgnuhealth_du.xmlgnuhealth_du_tree.xmlgnuhealth_ethnicity.xmlgnuhealth_ethnicity_tree.xmlgnuhealth_family.xmlgnuhealth_family_member.xmlgnuhealth_family_member_tree.xmlgnuhealth_family_tree.xmlgnuhealth_federation_country_config.xmlgnuhealth_federation_country_config_tree.xmlgnuhealth_healthprofessional.xmlgnuhealth_healthprofessional_tree.xmlgnuhealth_hospital_bed.xmlgnuhealth_hospital_bed_tree.xmlgnuhealth_hospital_building.xmlgnuhealth_hospital_building_tree.xmlgnuhealth_hospital_or.xmlgnuhealth_hospital_or_tree.xmlgnuhealth_hospital_unit.xmlgnuhealth_hospital_unit_tree.xmlgnuhealth_hospital_ward.xmlgnuhealth_hospital_ward_tree.xmlgnuhealth_hp_specialty.xmlgnuhealth_hp_specialty_tree.xmlgnuhealth_immunization_schedule.xmlgnuhealth_immunization_schedule_dose.xmlgnuhealth_immunization_schedule_dose_tree.xmlgnuhealth_immunization_schedule_line.xmlgnuhealth_immunization_schedule_line_tree.xmlgnuhealth_immunization_schedule_tree.xmlgnuhealth_institution_form.xmlgnuhealth_institution_operationalsector_form.xmlgnuhealth_institution_operationalsector_tree.xmlgnuhealth_institution_specialties_form.xmlgnuhealth_institution_specialties_tree.xmlgnuhealth_institution_tree.xmlgnuhealth_insurance_form.xmlgnuhealth_insurance_plan.xmlgnuhealth_insurance_plan_tree.xmlgnuhealth_insurance_tree.xmlgnuhealth_medicament_category_form.xmlgnuhealth_medicament_category_list.xmlgnuhealth_medicament_category_tree.xmlgnuhealth_medicament_form.xmlgnuhealth_medicament_tree.xmlgnuhealth_occupation.xmlgnuhealth_occupation_tree.xmlgnuhealth_operational_area.xmlgnuhealth_operational_area_tree.xmlgnuhealth_operational_sector.xmlgnuhealth_operational_sector_tree.xmlgnuhealth_pathology.xmlgnuhealth_pathology_category_form.xmlgnuhealth_pathology_category_list.xmlgnuhealth_pathology_category_tree.xmlgnuhealth_pathology_group_form.xmlgnuhealth_pathology_group_tree.xmlgnuhealth_pathology_tree.xmlgnuhealth_patient_diseases_form.xmlgnuhealth_patient_diseases_tree.xmlgnuhealth_patient_ecg_form.xmlgnuhealth_patient_ecg_tree.xmlgnuhealth_patient_evaluation.xmlgnuhealth_patient_evaluation_tree.xmlgnuhealth_patient_form.xmlgnuhealth_patient_medication_form.xmlgnuhealth_patient_medication_tree.xmlgnuhealth_patient_tree.xmlgnuhealth_person_name_form.xmlgnuhealth_person_name_tree.xmlgnuhealth_pol_form.xmlgnuhealth_pol_tree.xmlgnuhealth_prescription.xmlgnuhealth_prescription_line.xmlgnuhealth_prescription_line_tree.xmlgnuhealth_prescription_tree.xmlgnuhealth_procedure_form.xmlgnuhealth_procedure_tree.xmlgnuhealth_product_form.xmlgnuhealth_product_tree.xmlgnuhealth_secondary_condition_form.xmlgnuhealth_secondary_condition_tree.xmlgnuhealth_signs_and_symptoms_form.xmlgnuhealth_signs_and_symptoms_tree.xmlgnuhealth_specialty.xmlgnuhealth_specialty_tree.xmlgnuhealth_vaccination_form.xmlgnuhealth_vaccination_tree.xmlmodule_form.xmlmodule_tree.xmlparty_address_form.xmlparty_contact_mechanism_tree.xmlparty_form.xmlparty_tree.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_appointment_evaluation.cpython-36.opt-1.pycwizard_appointment_evaluation.cpython-36.pycwizard_check_immunization_status.cpython-36.opt-1.pycwizard_check_immunization_status.cpython-36.pycappointment_evaluation.xmlcheck_immunization_status.xmlwizard_appointment_evaluation.pywizard_check_immunization_status.pyhealth_archives__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_archives.cpython-36.opt-1.pychealth_archives.cpython-36.pycdocindex.rsthealth_archives.pyhealth_archives_view.xmliconsarchives.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_archives.cpython-36.opt-1.pyctest_health_archives.cpython-36.pyctest_health_archives.pytryton.cfgviewgnuhealth_paper_archive_form.xmlgnuhealth_paper_archive_tree.xmlhealth_calendar__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_calendar.cpython-36.opt-1.pychealth_calendar.cpython-36.pycdocindex.rsthealth_calendar.pyhealth_calendar_view.xmliconscalendar_icon.svgexecute_icon.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_calendar.cpython-36.opt-1.pyctest_health_calendar.cpython-36.pyctest_health_calendar.pytryton.cfgviewgnuhealth_appointment_calendar.xmlgnuhealth_calendar_appointment.xmlgnuhealth_calendar_user.xmlgnuhealth_create_appointment_start_form.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_calendar.cpython-36.opt-1.pycwizard_health_calendar.cpython-36.pychealth_calendar_wizard.xmlwizard_health_calendar.pyhealth_contact_tracing__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_contact_tracing.cpython-36.opt-1.pychealth_contact_tracing.cpython-36.pycdocindex.rsthealth_contact_tracing.pyhealth_contact_tracing_view.xmliconscontact_tracing.svglocalede.poes.pofr.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_contact_tracing.cpython-36.opt-1.pyctest_health_contact_tracing.cpython-36.pyctest_health_contact_tracing.pytryton.cfgviewgnuhealth_contact_tracing_form.xmlgnuhealth_contact_tracing_tree.xmlhealth_crypto__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_crypto.cpython-36.opt-1.pychealth_crypto.cpython-36.pycdocindex.rsthealth_crypto.pyhealth_crypto_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_crypto.cpython-36.opt-1.pyctest_health_crypto.cpython-36.pyctest_health_crypto.pytryton.cfgviewgnuhealth_birth_certificate_form.xmlgnuhealth_death_certificate_form.xmlgnuhealth_patient_evaluation_form.xmlprescription_form.xmlhealth_crypto_lab__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_crypto_lab.cpython-36.opt-1.pychealth_crypto_lab.cpython-36.pycdocindex.rsthealth_crypto_lab.pyhealth_crypto_lab_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_crypto.cpython-36.opt-1.pyctest_health_crypto.cpython-36.pyctest_health_crypto.pytryton.cfgviewgnuhealth_lab_form.xmlgnuhealth_lab_tree.xmlhealth_dentistry__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_dentistry.cpython-36.opt-1.pychealth_dentistry.cpython-36.pycdatadentistry_procedures.xmldocindex.rsthealth_dentistry.pyhealth_dentistry_report.xmlhealth_dentistry_view.xmllocalees.pofr.poreport__pycache__odontogram_report.cpython-36.opt-1.pycodontogram_report.cpython-36.pycprocedures_report.cpython-36.opt-1.pycprocedures_report.cpython-36.pycodontogram_report.fodtodontogram_report.pyodontogram_template.pngprocedures_report.fodtprocedures_report.pysecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_dentistry.cpython-36.opt-1.pyctest_health_dentistry.cpython-36.pyctest_health_dentistry.pytryton.cfgviewgnuhealth_dentistry_procedure_form.xmlgnuhealth_dentistry_procedure_tree.xmlgnuhealth_dentistry_treatment_form.xmlgnuhealth_dentistry_treatment_procedure_form.xmlgnuhealth_dentistry_treatment_procedure_tree.xmlgnuhealth_dentistry_treatment_tree.xmlgnuhealth_patient_form.xmlload_procedure_start_form.xmlset_odontogram_start_form.xmlwizard__pycache__load_procedure.cpython-36.opt-1.pycload_procedure.cpython-36.pycpatient_set_odontogram.cpython-36.opt-1.pycpatient_set_odontogram.cpython-36.pycload_procedure.pyload_procedure.xmlpatient_set_odontogram.pypatient_set_odontogram.xmlhealth_disability__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_disability.cpython-36.opt-1.pychealth_disability.cpython-36.pycdataactivity_and_participation.xmlbody_functions.xmlbody_structures.xmlcategories.xmlenvironmental_factors.xmldocindex.rsthealth_disability.pyhealth_disability_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_disability.cpython-36.opt-1.pyctest_health_disability.cpython-36.pyctest_health_disability.pytryton.cfgviewgnuhealth_activity_and_participation_assessment_form.xmlgnuhealth_activity_and_participation_assessment_tree.xmlgnuhealth_activity_and_participation_form.xmlgnuhealth_activity_and_participation_tree.xmlgnuhealth_body_function_assessment_form.xmlgnuhealth_body_function_assessment_tree.xmlgnuhealth_body_function_form.xmlgnuhealth_body_function_tree.xmlgnuhealth_body_structure_assessment_form.xmlgnuhealth_body_structure_assessment_tree.xmlgnuhealth_body_structure_form.xmlgnuhealth_body_structure_tree.xmlgnuhealth_environmental_factor_assessment_form.xmlgnuhealth_environmental_factor_assessment_tree.xmlgnuhealth_environmental_factor_form.xmlgnuhealth_environmental_factor_tree.xmlgnuhealth_patient_amputation_form.xmlgnuhealth_patient_amputation_tree.xmlgnuhealth_patient_disability_assessment_form.xmlgnuhealth_patient_disability_assessment_tree.xmlgnuhealth_patient_form.xmlgnuhealth_patient_prothesis_form.xmlgnuhealth_patient_prothesis_tree.xmlgnuhealth_product_form.xmlhealth_ems__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_ems.cpython-36.opt-1.pychealth_ems.cpython-36.pycdatahealth_ems_sequence.xmlhealth_ems.pyhealth_ems_view.xmliconsambulance.svgoperator.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_ems.cpython-36.opt-1.pyctest_health_ems.cpython-36.pyctest_health_ems.pytryton.cfgviewambulance_form.xmlambulance_healthprofessional_form.xmlambulance_healthprofessional_tree.xmlambulance_support_form.xmlambulance_support_tree.xmlambulance_tree.xmlsupport_request_form.xmlsupport_request_log_form.xmlsupport_request_log_tree.xmlsupport_request_tree.xmlhealth_federation__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_federation.cpython-36.opt-1.pychealth_federation.cpython-36.pycdatafederation_objects.xmlgnuhealth_commands.xmldocindex.rsthealth_federation.pyhealth_federation_view.xmllocalezh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_federation.cpython-36.opt-1.pyctest_health_federation.cpython-36.pyctest_health_federation.pytryton.cfgviewgnuhealth_federation_config.xmlgnuhealth_federation_config_tree.xmlgnuhealth_federation_object.xmlgnuhealth_federation_object_tree.xmlgnuhealth_federation_queue.xmlgnuhealth_federation_queue_tree.xmlhealth_genetics__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_genetics.cpython-36.opt-1.pychealth_genetics.cpython-36.pycdatadisease_genes.xmlgnuhealth_commands.xmldocindex.rsthealth_genetics.pyhealth_genetics_view.xmliconsdna.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_genetics.cpython-36.opt-1.pyctest_health_genetics.cpython-36.pyctest_health_genetics.pytryton.cfgviewgnuhealth_disease_gene.xmlgnuhealth_disease_gene_tree.xmlgnuhealth_family_diseases.xmlgnuhealth_family_diseases_tree.xmlgnuhealth_gene_variant.xmlgnuhealth_gene_variant_phenotype.xmlgnuhealth_gene_variant_phenotype_tree.xmlgnuhealth_gene_variant_tree.xmlgnuhealth_genetic_risk.xmlgnuhealth_genetic_risk_tree.xmlgnuhealth_patient.xmlgnuhealth_protein_disease.xmlgnuhealth_protein_disease_tree.xmlhealth_genetics_uniprot__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdatadisease_genes_uniprot.xmlgene_variants.xmlprotein_diseases.xmlvariant_phenotypes.xmldocindex.rstlocalede.poel.poes.pofr.poit_IT.poja_JP.polo.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_genetics_uniprot.cpython-36.opt-1.pyctest_health_genetics_uniprot.cpython-36.pyctest_health_genetics_uniprot.pytryton.cfghealth_gyneco__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_gyneco.cpython-36.opt-1.pychealth_gyneco.cpython-36.pycdatagnuhealth_commands.xmldocindex.rsthealth_gyneco.pyhealth_gyneco_view.xmliconsgnuhealth_obstetrics.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_gyneco.cpython-36.opt-1.pyctest_health_gyneco.cpython-36.pyctest_health_gyneco.pytryton.cfgviewgnuhealth_colposcopy_history.xmlgnuhealth_colposcopy_history_tree.xmlgnuhealth_mammography_history.xmlgnuhealth_mammography_history_tree.xmlgnuhealth_menstrual_history.xmlgnuhealth_menstrual_history_tree.xmlgnuhealth_pap_history.xmlgnuhealth_pap_history_tree.xmlgnuhealth_patient.xmlgnuhealth_patient_pregnancy.xmlgnuhealth_patient_pregnancy_tree.xmlgnuhealth_perinatal.xmlgnuhealth_perinatal_monitor.xmlgnuhealth_perinatal_monitor_tree.xmlgnuhealth_perinatal_tree.xmlgnuhealth_prenatal_evaluation.xmlgnuhealth_prenatal_evaluation_tree.xmlgnuhealth_puerperium_monitor.xmlgnuhealth_puerperium_monitor_tree.xmlhealth_history__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_history_report.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpatient_evaluation_report.cpython-36.opt-1.pycpatient_evaluation_report.cpython-36.pycpatient_evaluation.fodtpatient_evaluation_report.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_history.cpython-36.opt-1.pyctest_health_history.cpython-36.pyctest_health_history.pytryton.cfghealth_icd10__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icd10.cpython-36.opt-1.pychealth_icd10.cpython-36.pycdatadisease_categories.xmldisease_groups.xmldiseases.xmldocindex.rsthealth_icd10.pylocalear.pode.poel.poeo.poes.pofr.poit_IT.poja_JP.polo.ponb_NO.popl.popt_BR.posq.pozh_CN.pozh_Hant.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icd10.cpython-36.opt-1.pyctest_health_icd10.cpython-36.pyctest_health_icd10.pytryton.cfghealth_icd10pcs__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icd10pcs.cpython-36.opt-1.pychealth_icd10pcs.cpython-36.pycdataicd_10_pcs_2009_part1.xmlicd_10_pcs_2009_part2.xmlicd_10_pcs_2009_part3.xmldocindex.rsthealth_icd10pcs.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icd10pcs.cpython-36.opt-1.pyctest_health_icd10pcs.cpython-36.pyctest_health_icd10pcs.pytryton.cfghealth_icd11__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icd11.cpython-36.opt-1.pychealth_icd11.cpython-36.pycdatacategories.xmldiseases.xmldocindex.rsthealth_icd11.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icd11.cpython-36.opt-1.pyctest_health_icd11.cpython-36.pyctest_health_icd11.pytryton.cfghealth_icd9procs__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icd9procs.cpython-36.opt-1.pychealth_icd9procs.cpython-36.pycdataicd9procs.xmldocindex.rsthealth_icd9procs.pylocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icd9procs.cpython-36.opt-1.pyctest_health_icd9procs.cpython-36.pyctest_health_icd9procs.pytryton.cfghealth_icpm__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icpm.cpython-36.opt-1.pychealth_icpm.cpython-36.pycdataicpm.xmldocindex.rsthealth_icpm.pylocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icpm.cpython-36.opt-1.pyctest_health_icpm.cpython-36.pyctest_health_icpm.pytryton.cfghealth_icu__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_icu.cpython-36.opt-1.pychealth_icu.cpython-36.pycdocindex.rsthealth_icu.pyhealth_icu_view.xmliconsgnuhealth_icu.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_icu.cpython-36.opt-1.pyctest_health_icu.cpython-36.pyctest_health_icu.pytryton.cfgviewgnuhealth_icu_apache2_form.xmlgnuhealth_icu_apache2_tree.xmlgnuhealth_icu_chest_drainage_form.xmlgnuhealth_icu_chest_drainage_tree.xmlgnuhealth_icu_glasgow_form.xmlgnuhealth_icu_glasgow_tree.xmlgnuhealth_icu_ventilation_form.xmlgnuhealth_icu_ventilation_tree.xmlgnuhealth_inpatient_icu_form.xmlgnuhealth_inpatient_icu_tree.xmlgnuhealth_patient_icu_rounding.xmlhealth_imaging__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_imaging.cpython-36.opt-1.pychealth_imaging.cpython-36.pycdatagnuhealth_commands.xmlhealth_imaging_sequences.xmlimaging_data.xmldocindex.rsthealth_imaging.pyhealth_imaging_view.xmliconsexecute_icon.svgimaging_icon.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_imaging.cpython-36.opt-1.pyctest_health_imaging.cpython-36.pyctest_health_imaging.pytryton.cfgviewimaging_test_form.xmlimaging_test_request_form.xmlimaging_test_request_tree.xmlimaging_test_result_form.xmlimaging_test_result_tree.xmlimaging_test_tree.xmlimaging_test_type_form.xmlimaging_test_type_tree.xmlpatient_imaging_test_request_start_form.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_imaging.cpython-36.opt-1.pycwizard_health_imaging.cpython-36.pycwizard_health_imaging.pyhealth_inpatient__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_inpatient.cpython-36.opt-1.pychealth_inpatient.cpython-36.pycdatahealth_inpatient_sequence.xmlinpatient_diets.xmldocindex.rsthealth_inpatient.pyhealth_inpatient_view.xmliconscancel.svggo-home.svghospital.svgmeals.svgok.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_inpatient.cpython-36.opt-1.pyctest_health_inpatient.cpython-36.pyctest_health_inpatient.pytryton.cfgviewecg_registration.xmlgnuhealth_bed_transfer_form.xmlgnuhealth_bed_transfer_tree.xmlgnuhealth_inpatient_diet_form.xmlgnuhealth_inpatient_diet_therapeutic_form.xmlgnuhealth_inpatient_diet_therapeutic_tree.xmlgnuhealth_inpatient_diet_tree.xmlgnuhealth_inpatient_meal_form.xmlgnuhealth_inpatient_meal_order_form.xmlgnuhealth_inpatient_meal_order_item_form.xmlgnuhealth_inpatient_meal_order_item_tree.xmlgnuhealth_inpatient_meal_order_tree.xmlgnuhealth_inpatient_meal_tree.xmlgnuhealth_inpatient_med_admin_time_form.xmlgnuhealth_inpatient_med_admin_time_tree.xmlgnuhealth_inpatient_med_log_form.xmlgnuhealth_inpatient_med_log_tree.xmlgnuhealth_inpatient_medication_form.xmlgnuhealth_inpatient_medication_tree.xmlgnuhealth_inpatient_registration.xmlgnuhealth_inpatient_registration_tree.xmlgnuhealth_patient_evaluation_form.xmlgnuhealth_patient_extd_tree.xmlpartner_form.xmlpatient_bed_transfer.xmlpatient_form.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_inpatient.cpython-36.opt-1.pycwizard_health_inpatient.cpython-36.pycwizard_inpatient_evaluation.cpython-36.opt-1.pycwizard_inpatient_evaluation.cpython-36.pycbed_transfer_wizard.xmlinpatient_evaluation.xmlwizard_health_inpatient.pywizard_inpatient_evaluation.pyhealth_inpatient_calendar__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_inpatient_calendar.cpython-36.opt-1.pychealth_inpatient_calendar.cpython-36.pycdocindex.rsthealth_inpatient_calendar.pyhealth_inpatient_calendar_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_inpatient_calendar.cpython-36.opt-1.pyctest_health_inpatient_calendar.cpython-36.pyctest_health_inpatient_calendar.pytryton.cfgviewgnuhealth_calendar_hospital_bed.xmlgnuhealth_calendar_inpatient_registration.xmlhealth_insurance__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_insurance.cpython-36.opt-1.pychealth_insurance.cpython-36.pycdocindex.rsthealth_insurance.pyhealth_insurance_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_insurance.cpython-36.opt-1.pyctest_health_insurance.cpython-36.pyctest_health_insurance.pytryton.cfgviewgnuhealth_health_service.xmlgnuhealth_insurance_plan.xmlgnuhealth_insurance_plan_product_policy.xmlgnuhealth_insurance_plan_product_policy_tree.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_insurance.cpython-36.opt-1.pycwizard_health_insurance.cpython-36.pycwizard_health_insurance.pyhealth_iss__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_iss.cpython-36.opt-1.pychealth_iss.cpython-36.pychealth_iss.pyhealth_iss_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_iss.cpython-36.opt-1.pyctest_health_iss.cpython-36.pyctest_health_iss.pytryton.cfgviewhealth_iss_form.xmlhealth_iss_tree.xmlhealth_lab__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_lab.cpython-36.opt-1.pychealth_lab.cpython-36.pycdatagnuhealth_commands.xmlhealth_lab_sequences.xmllab_test_data.xmldocindex.rsthealth_lab.pyhealth_lab_report.xmlhealth_lab_view.xmliconsexecute_icon.svglab_icon.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyclabtest.cpython-36.opt-1.pyclabtest.cpython-36.pyclabtest.pylabtest_report.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_lab.cpython-36.opt-1.pyctest_health_lab.cpython-36.pyctest_health_lab.pytryton.cfgviewgnuhealth_lab.xmlgnuhealth_lab_test.xmlgnuhealth_lab_test_request_form.xmlgnuhealth_lab_test_request_tree.xmlgnuhealth_lab_test_tree.xmlgnuhealth_lab_tree.xmlgnuhealth_lab_unit_form.xmlgnuhealth_lab_unit_tree.xmlgnuhealth_patient_health_condition_form.xmlgnuhealth_patient_health_condition_tree.xmllab_make_test.xmlpatient_lab_test_request_start_form.xmltest_critearea_form_lab.xmltest_critearea_form_test_type.xmltest_critearea_tree_lab.xmltest_critearea_tree_test_type.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_create_lab_test.cpython-36.opt-1.pycwizard_create_lab_test.cpython-36.pyccreate_lab_test.xmlwizard_create_lab_test.pyhealth_lifestyle__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_lifestyle.cpython-36.opt-1.pychealth_lifestyle.cpython-36.pycdatadiets_beliefs.xmlrecreational_drugs.xmlvegetarian_types.xmldocindex.rsthealth_lifestyle.pyhealth_lifestyle_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_lifestyle.cpython-36.opt-1.pyctest_health_lifestyle.cpython-36.pyctest_health_lifestyle.pytryton.cfgviewgnuhealth_diet_belief_form.xmlgnuhealth_diet_belief_tree.xmlgnuhealth_drugs_recreational.xmlgnuhealth_drugs_recreational_tree.xmlgnuhealth_patient.xmlgnuhealth_patient_cage.xmlgnuhealth_patient_cage_tree.xmlgnuhealth_recreational_drugs.xmlgnuhealth_recreational_drugs_tree.xmlgnuhealth_vegetarian_types_form.xmlgnuhealth_vegetarian_types_tree.xmlhealth_mdg6__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_mdg6.cpython-36.opt-1.pychealth_mdg6.cpython-36.pycdatalab_test_data.xmldocindex.rsthealth_mdg6.pylocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_mdg6.cpython-36.opt-1.pyctest_health_mdg6.cpython-36.pyctest_health_mdg6.pytryton.cfghealth_ntd__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_ntd.cpython-36.opt-1.pychealth_ntd.cpython-36.pycdocindex.rsthealth_ntd.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_ntd.cpython-36.opt-1.pyctest_health_ntd.cpython-36.pyctest_health_ntd.pytryton.cfghealth_ntd_chagas__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_ntd_chagas.cpython-36.opt-1.pychealth_ntd_chagas.cpython-36.pycdatahealth_ntd_chagas_sequence.xmllab_test_data.xmldocindex.rsthealth_ntd_chagas.pyhealth_ntd_chagas_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_ntd_chagas.cpython-36.opt-1.pyctest_health_ntd_chagas.cpython-36.pyctest_health_ntd_chagas.pytryton.cfgviewgnuhealth_chagas_du_survey_form.xmlgnuhealth_chagas_du_survey_tree.xmlhealth_ntd_dengue__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_ntd_dengue.cpython-36.opt-1.pychealth_ntd_dengue.cpython-36.pycdatahealth_ntd_dengue_sequence.xmllab_test_data.xmldocindex.rsthealth_ntd_dengue.pyhealth_ntd_dengue_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_ntd_dengue.cpython-36.opt-1.pyctest_health_ntd_dengue.cpython-36.pyctest_health_ntd_dengue.pytryton.cfgviewgnuhealth_dengue_du_survey_form.xmlgnuhealth_dengue_du_survey_tree.xmlhealth_nursing__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_nursing.cpython-36.opt-1.pychealth_nursing.cpython-36.pycdatahealth_nursing_sequences.xmldocindex.rsthealth_nursing.pyhealth_nursing_report.xmlhealth_nursing_view.xmliconsgnuhealth_nurse.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreportround_report.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_nursing.cpython-36.opt-1.pyctest_health_nursing.cpython-36.pyctest_health_nursing.pytryton.cfgviewgnuhealth_ambulatory_care.xmlgnuhealth_ambulatory_procedure_tree.xmlgnuhealth_patient_ambulatory_care.xmlgnuhealth_patient_ambulatory_care_tree.xmlgnuhealth_patient_rounding.xmlgnuhealth_patient_rounding_tree.xmlgnuhealth_procedure_tree.xmlgnuhealth_rounding_procedure.xmlhealth_ophthalmology__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_ophthalmology.cpython-36.opt-1.pychealth_ophthalmology.cpython-36.pychealth_ophthalmology.pyhealth_ophthalmology_report.xmlhealth_ophthalmology_view.xmliconsophthalmology.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreportophthalmology.fodttests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_ophthalmology.cpython-36.opt-1.pyctest_health_ophthalmology.cpython-36.pyctest_health_ophthalmology.pytryton.cfgviewfindings_form.xmlfindings_tree.xmloph_form.xmloph_tree.xmlhealth_pediatrics__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_pediatrics.cpython-36.opt-1.pychealth_pediatrics.cpython-36.pycdatagnuhealth_commands.xmldocindex.rsthealth_pediatrics.pyhealth_pediatrics_report.xmlhealth_pediatrics_view.xmliconsbaby_boy_sitting.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreportnewborn_card.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_pediatrics.cpython-36.opt-1.pyctest_health_pediatrics.cpython-36.pyctest_health_pediatrics.pytryton.cfgviewgnuhealth_neonatal_apgar.xmlgnuhealth_neonatal_apgar_tree.xmlgnuhealth_newborn.xmlgnuhealth_newborn_tree.xmlgnuhealth_pediatric_symptoms_checklist.xmlgnuhealth_pediatric_symptoms_checklist_tree.xmlhealth_pediatrics_growth_charts__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_pediatrics_growth_charts.cpython-36.opt-1.pychealth_pediatrics_growth_charts.cpython-36.pycdocindex.rsthealth_pediatrics_growth_charts.pylocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_pediatrics_growth_charts.cpython-36.opt-1.pyctest_health_pediatrics_growth_charts.cpython-36.pyctest_health_pediatrics_growth_charts.pytryton.cfghealth_pediatrics_growth_charts_who__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_pediatrics_growth_charts_who.cpython-36.opt-1.pychealth_pediatrics_growth_charts_who.cpython-36.pycdatabmi_boys_p.xmlbmi_boys_z.xmlbmi_girls_p.xmlbmi_girls_z.xmllhfa_boys_p.xmllhfa_boys_z.xmllhfa_girls_p.xmllhfa_girls_z.xmlwfa_boys_p.xmlwfa_boys_z.xmlwfa_girls_p.xmlwfa_girls_z.xmldocindex.rsthealth_pediatrics_growth_charts_who.pyhealth_pediatrics_growth_charts_who_report.xmlhealth_pediatrics_growth_charts_who_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycreport_health_pediatrics_growth_charts_who.cpython-36.opt-1.pycreport_health_pediatrics_growth_charts_who.cpython-36.pycbmi_for_age.fodtlength-height_for_age.fodtreport_health_pediatrics_growth_charts_who.pyweight_for_age.fodttests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_pediatrics_growth_charts_who.cpython-36.opt-1.pyctest_health_pediatrics_growth_charts_who.cpython-36.pyctest_health_pediatrics_growth_charts_who.pytryton.cfgviewgrowth_charts_who_open_start_form.xmlpediatrics_growth_charts_who_form.xmlpediatrics_growth_charts_who_tree.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_pediatrics_growth_charts_who.cpython-36.opt-1.pycwizard_health_pediatrics_growth_charts_who.cpython-36.pychealth_pediatrics_growth_charts_who_wizard.xmlwizard_health_pediatrics_growth_charts_who.pyhealth_profile__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdocindex.rstlocalear.pode.poes.pofr.poit_IT.poja_JP.polo.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_profile.cpython-36.opt-1.pyctest_health_profile.cpython-36.pyctest_health_profile.pytryton.cfghealth_qrcodes__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_qrcodes.cpython-36.opt-1.pychealth_qrcodes.cpython-36.pycdocindex.rsthealth_qrcodes.pyhealth_qrcodes_report.xmlhealth_qrcodes_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreportappointment_qrcode.fodtbarcode39.fodtlabtest_qrcode.fodtnewborn_card.fodtpatient_card.fodttests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_qrcodes.cpython-36.opt-1.pyctest_health_qrcodes.cpython-36.pyctest_health_qrcodes.pytryton.cfgviewgnuhealth_appointment.xmlgnuhealth_patient_form.xmlnewborn_form.xmlhealth_reporting__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdocindex.rsthealth_reporting_report.xmlhealth_reporting_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycepidemics_report.cpython-36.opt-1.pycepidemics_report.cpython-36.pycsummary_report.cpython-36.opt-1.pycsummary_report.cpython-36.pycepidemics_report.fodtepidemics_report.pysummary_report.fodtsummary_report.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_reporting.cpython-36.opt-1.pyctest_health_reporting.cpython-36.pyctest_health_reporting.pytryton.cfgviewepidemics_report_open_start_form.xmlevaluations_doctor_graph.xmlevaluations_doctor_tree.xmlevaluations_open_start_form.xmlevaluations_sector_graph.xmlevaluations_sector_tree.xmlevaluations_specialty_graph.xmlevaluations_specialty_tree.xmlsummary_report_open_start_form.xmltop_diseases_graph.xmltop_diseases_open_start_form.xmltop_diseases_tree.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_epidemics_report.cpython-36.opt-1.pycwizard_epidemics_report.cpython-36.pycwizard_evaluations.cpython-36.opt-1.pycwizard_evaluations.cpython-36.pycwizard_summary_report.cpython-36.opt-1.pycwizard_summary_report.cpython-36.pycwizard_top_diseases.cpython-36.opt-1.pycwizard_top_diseases.cpython-36.pycepidemics_report_wizard.xmlevaluations.xmlsummary_report_wizard.xmltop_diseases.xmlwizard_epidemics_report.pywizard_evaluations.pywizard_summary_report.pywizard_top_diseases.pyhealth_services__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_services.cpython-36.opt-1.pychealth_services.cpython-36.pycinvoice.cpython-36.opt-1.pycinvoice.cpython-36.pycdatagnuhealth_commands.xmlhealth_service_sequences.xmldocindex.rsthealth_services.pyhealth_services_report.xmlhealth_services_view.xmliconsfolder-documents.svgtryton-financial.svginvoice.pyinvoice.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreporthealth_services_report.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_services.cpython-36.opt-1.pyctest_health_services.cpython-36.pyctest_health_services.pytryton.cfgviewgnuhealth_health_service.xmlgnuhealth_health_service_line.xmlgnuhealth_health_service_line_tree.xmlgnuhealth_health_service_tree.xmlgnuhealth_prescription.xmlhealth_service_invoice.xmlinvoice_form.xmlinvoice_tree.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_services.cpython-36.opt-1.pycwizard_health_services.cpython-36.pyccreate_health_service_invoice.xmlwizard_health_services.pyhealth_services_lab__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_services_lab.cpython-36.opt-1.pychealth_services_lab.cpython-36.pycdocindex.rsthealth_services_lab.pyhealth_services_lab_view.xmllocalezh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_services_lab.cpython-36.opt-1.pyctest_health_services_lab.cpython-36.pyctest_health_services_lab.pytryton.cfgviewgnuhealth_lab_request.xmlgnuhealth_lab_start_request.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_health_services.cpython-36.opt-1.pycwizard_health_services.cpython-36.pycwizard_health_services.pyhealth_socioeconomics__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_socioeconomics.cpython-36.opt-1.pychealth_socioeconomics.cpython-36.pycdatagnuhealth_commands.xmldocindex.rsthealth_socioeconomics.pyhealth_socioeconomics_view.xmllocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_socioeconomics.cpython-36.opt-1.pyctest_health_socioeconomics.cpython-36.pyctest_health_socioeconomics.pytryton.cfgviewgnuhealth_patient.xmlgnuhealth_ses_assessment_form.xmlgnuhealth_ses_assessment_tree.xmlparty_form.xmlhealth_stock__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_stock.cpython-36.opt-1.pychealth_stock.cpython-36.pycdocindex.rsthealth_stock.pyhealth_stock_view.xmliconstryton-inventory.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_stock.cpython-36.opt-1.pyctest_health_stock.cpython-36.pyctest_health_stock.pytryton.cfgviewambulatory_care_form.xmlcreate_prescription_stock_move.xmlcreate_vaccination_stock_move.xmlgnuhealth_ambulatory_care_medical_supplies_tree.xmlgnuhealth_ambulatory_care_medicament_form.xmlgnuhealth_ambulatory_care_medicament_tree.xmlgnuhealth_ambulatory_care_vaccine_form.xmlgnuhealth_ambulatory_care_vaccine_tree.xmlgnuhealth_medicament_tree_stock.xmlgnuhealth_patient_ambulatory_care_tree.xmlgnuhealth_patient_rounding.xmlgnuhealth_patient_rounding_tree.xmlgnuhealth_rounding_medical_supply_tree.xmlgnuhealth_rounding_medicament_form.xmlgnuhealth_rounding_medicament_tree.xmlgnuhealth_rounding_vaccine_form.xmlgnuhealth_rounding_vaccine_tree.xmllot_form.xmllot_tree.xmlmove_form.xmlmove_tree.xmlparty_form.xmlvaccination_form.xmlwizard__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycwizard_create_prescription_stock_move.cpython-36.opt-1.pycwizard_create_prescription_stock_move.cpython-36.pycwizard_create_vaccination_stock_move.cpython-36.opt-1.pycwizard_create_vaccination_stock_move.cpython-36.pyccreate_prescription_stock_move.xmlcreate_vaccination_stock_move.xmlwizard_create_prescription_stock_move.pywizard_create_vaccination_stock_move.pyhealth_surgery__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_surgery.cpython-36.opt-1.pychealth_surgery.cpython-36.pycdatagnuhealth_commands.xmlhealth_surgery_sequence.xmldocindex.rsthealth_surgery.pyhealth_surgery_report.xmlhealth_surgery_view.xmliconssurgery.svglocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.poreport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycsurgery_report.cpython-36.opt-1.pycsurgery_report.cpython-36.pycsurgery_report.fodtsurgery_report.pysecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_surgery.cpython-36.opt-1.pyctest_health_surgery.cpython-36.pyctest_health_surgery.pytryton.cfgviewgnuhealth_operation.xmlgnuhealth_operation_tree.xmlgnuhealth_patient.xmlgnuhealth_procedure.xmlgnuhealth_procedure_tree.xmlgnuhealth_rcri_form.xmlgnuhealth_rcri_tree.xmlgnuhealth_surgery.xmlgnuhealth_surgery_supply.xmlgnuhealth_surgery_supply_tree.xmlgnuhealth_surgery_team.xmlgnuhealth_surgery_team_tree.xmlgnuhealth_surgery_tree.xmlhealth_who_essential_medicines__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychealth_who_essential_medicines.cpython-36.opt-1.pychealth_who_essential_medicines.cpython-36.pycdataWHO_list_of_essential_medicines.xmlWHO_products.xmlmedicament_categories.xmldocindex.rsthealth_who_essential_medicines.pylocalear.pode.poel.poes.pofr.poit_IT.poja_JP.polo.popt_BR.pozh_CN.potests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_health_who_essential_medicines.cpython-36.opt-1.pyctest_health_who_essential_medicines.cpython-36.pyctest_health_who_essential_medicines.pytryton.cfgwebdav__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycprotocol.cpython-36.opt-1.pycprotocol.cpython-36.pycserver.cpython-36.opt-1.pycserver.cpython-36.pycwebdav.cpython-36.opt-1.pycwebdav.cpython-36.pyclocalebg.poca.pocs.pode.poes.pofr.pohu_HU.poit_IT.poja_JP.polo.polt.ponl.popl.popt_BR.poru.posl.pozh_CN.poprotocol.pyserver.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_webdav.cpython-36.opt-1.pyctest_webdav.cpython-36.pyctest_webdav.pytryton.cfgviewattachment_form.xmlcollection_form.xmlcollection_list.xmlcollection_tree.xmlshare_form.xmlshare_list.xmlwebdav.pywebdav.xmlgnuhealth-webdav@.servicegnuhealth.servicegnuhealthChangelogGNUHealth.README.openSUSEREADMEexamplesfhirclientMANIFEST.inREADME__init__.pydocCREDITSindex.rstfhir.pysetup.pyversiongnu_health_fhirLICENSEMANIFEST.inREADME.mddev-requirements.txtgnu_health_fhirVERSION__init__.pyadapters__init__.pyappointment_adapter.pybase.pyclaim_adapter.pyclinical_impression_adapter.pycondition_adapter.pycoverage_adapter.pydiagnostic_report_adapter.pyencounter_adapter.pyfamily_member_history_adapter.pyimmunization_adapter.pymedication_statement_adapter.pyobservation_adapter.pypatient_adapter.pypractitioner_adapter.pyprocedure_adapter.pycommon__init__.pymixins.pyutils.pyconfig__init__.pyconverters__init__.pybase.pyconfig_admin_gender.pyconfig_appointment_status.pyconfig_immunization_route.pyconfig_immunization_site.pyconfig_marital_status.pyhelper_configs.pyvalue_sets__init__.pyact_encounter_code.pyencounter_status.pyfamily_member.pyorganization_type.pyexceptions__init__.pyexception.pyrequirements.txtsetup.pytests__init__.pytest_suite.pyserverCONTRIBUTING.mdMODULES.mdREADME.md__init__.pyapp.pycommon__init__.pyextensions.pyutils.pyconfig.pyfhir__init__.pyadverse_reaction.pyalert.pyallergy_intolerance.pyatom.pybase_classes.pybinary.pycare_plan.pycomposition.pyconcept_map.pycondition.pyconfig.pyconformance.pydata_types.pydevice.pydevice_observation_report.pydiagnostic_order.pydiagnostic_report.pydocument_manifest.pydocument_reference.pyencounter.pyfamily_history.pygroup.pyhtml.pyimaging_study.pyimmunization.pyimmunization_recommendation.pylist_.pylocation.pymedia.pymedication.pymedication_administration.pymedication_dispense.pymedication_prescription.pymedication_statement.pymessage_header.pymisc.pynarrative.pyobservation.pyoperation_outcome.pyorder.pyorder_response.pyorganization.pyother.pypatient.pypractitioner.pyprimitive_types.pyprocedure.pyprofile.pyprovenance.pyquery.pyquestionnaire.pyrelated_person.pysecurity_event.pyspecimen.pysubstance.pysupply.pysupport_functions.pyvalue_set.pyvalue_sets__init__.pyadmin_gender.pyfamily_member.pyimmunization_route.pyimmunization_site.pymarital_status.pyxmldsig.pyhealth_fhir__init__.pydatastore.pyhealth_fhir_atom.pyhealth_fhir_condition.pyhealth_fhir_conformance.pyhealth_fhir_diagnostic_report.pyhealth_fhir_family_history.pyhealth_fhir_immunization.pyhealth_fhir_medication.pyhealth_fhir_medication_statement.pyhealth_fhir_observation.pyhealth_fhir_operation_outcome.pyhealth_fhir_organization.pyhealth_fhir_patient.pyhealth_fhir_practitioner.pyhealth_fhir_procedure.pyhealth_fhir_search.pyhealth_mixin.pyrequirements.txtresources__init__.pyactions.pyauth.pycondition.pydiagnostic_report.pyfamily_history.pyimmunization.pymappings.pymedication.pymedication_statement.pyobservation.pyorganization.pypatient.pypractitioner.pyprocedure.pyroutes.pysystem.pyrun_server.pytemplateshome.htmllogin.htmltests__init__.pytests.pygnuhealth-setupgnuhealth_log.confgnuhealthrcsamplesinterfacesfederationgh_queue_manager.pylabREADMETEST006.csvgnuhealth_csv_lab_interface.pyproductsREADMEgnuhealth_product_uploader.pyproducts_sample.csvstartupREADMEgnuhealth.servicetrytond.confupgrade2.0READMEpre.py2.4READMEremove_test_module.sql2.6fix_appointments_instituion.sql3.2upgrade_32.sql3.4upgrade_34.sql3.6UPGRADE_INSTRUCTIONS.txtafter.sqlbefore.sqlversiongnuhealthCOPYING/etc//usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/gnuhealth-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_archives-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_caldav-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_calendar-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_contact_tracing-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_crypto-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_crypto_lab-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_dentistry-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_disability-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_ems-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_federation-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_genetics-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_genetics_uniprot-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_gyneco-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_history-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icd10-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icd10pcs-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icd11-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icd9procs-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icpm-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_icu-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_imaging-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_inpatient-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_inpatient_calendar-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_insurance-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_iss-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_lab-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_lifestyle-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_mdg6-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_ntd-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_ntd_chagas-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_ntd_dengue-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_nursing-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_ophthalmology-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_pediatrics-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_pediatrics_growth_charts-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_pediatrics_growth_charts_who-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_profile-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_qrcodes-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_reporting-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_services-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_services_lab-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_socioeconomics-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_stock-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_surgery-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_webdav3_server-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/gnuhealth_who_essential_medicines-3.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/trytond//usr/lib/python3.6/site-packages/trytond/modules//usr/lib/python3.6/site-packages/trytond/modules/calendar//usr/lib/python3.6/site-packages/trytond/modules/calendar/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/calendar/locale//usr/lib/python3.6/site-packages/trytond/modules/calendar/tests//usr/lib/python3.6/site-packages/trytond/modules/calendar/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/calendar/view//usr/lib/python3.6/site-packages/trytond/modules/health//usr/lib/python3.6/site-packages/trytond/modules/health/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health/data//usr/lib/python3.6/site-packages/trytond/modules/health/doc//usr/lib/python3.6/site-packages/trytond/modules/health/icons//usr/lib/python3.6/site-packages/trytond/modules/health/locale//usr/lib/python3.6/site-packages/trytond/modules/health/report//usr/lib/python3.6/site-packages/trytond/modules/health/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health/security//usr/lib/python3.6/site-packages/trytond/modules/health/tests//usr/lib/python3.6/site-packages/trytond/modules/health/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health/view//usr/lib/python3.6/site-packages/trytond/modules/health/wizard//usr/lib/python3.6/site-packages/trytond/modules/health/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_archives//usr/lib/python3.6/site-packages/trytond/modules/health_archives/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_archives/doc//usr/lib/python3.6/site-packages/trytond/modules/health_archives/icons//usr/lib/python3.6/site-packages/trytond/modules/health_archives/locale//usr/lib/python3.6/site-packages/trytond/modules/health_archives/tests//usr/lib/python3.6/site-packages/trytond/modules/health_archives/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_archives/view//usr/lib/python3.6/site-packages/trytond/modules/health_calendar//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/doc//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/icons//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/locale//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/tests//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/view//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_calendar/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/doc//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/icons//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/locale//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/tests//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_contact_tracing/view//usr/lib/python3.6/site-packages/trytond/modules/health_crypto//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/doc//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/locale//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/tests//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_crypto/view//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/doc//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/locale//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/tests//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_crypto_lab/view//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/data//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/doc//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/locale//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/report//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/security//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/tests//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/view//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_dentistry/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_disability//usr/lib/python3.6/site-packages/trytond/modules/health_disability/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_disability/data//usr/lib/python3.6/site-packages/trytond/modules/health_disability/doc//usr/lib/python3.6/site-packages/trytond/modules/health_disability/locale//usr/lib/python3.6/site-packages/trytond/modules/health_disability/tests//usr/lib/python3.6/site-packages/trytond/modules/health_disability/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_disability/view//usr/lib/python3.6/site-packages/trytond/modules/health_ems//usr/lib/python3.6/site-packages/trytond/modules/health_ems/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ems/data//usr/lib/python3.6/site-packages/trytond/modules/health_ems/icons//usr/lib/python3.6/site-packages/trytond/modules/health_ems/locale//usr/lib/python3.6/site-packages/trytond/modules/health_ems/tests//usr/lib/python3.6/site-packages/trytond/modules/health_ems/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ems/view//usr/lib/python3.6/site-packages/trytond/modules/health_federation//usr/lib/python3.6/site-packages/trytond/modules/health_federation/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_federation/data//usr/lib/python3.6/site-packages/trytond/modules/health_federation/doc//usr/lib/python3.6/site-packages/trytond/modules/health_federation/locale//usr/lib/python3.6/site-packages/trytond/modules/health_federation/security//usr/lib/python3.6/site-packages/trytond/modules/health_federation/tests//usr/lib/python3.6/site-packages/trytond/modules/health_federation/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_federation/view//usr/lib/python3.6/site-packages/trytond/modules/health_genetics//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/data//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/doc//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/icons//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/locale//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/security//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/tests//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_genetics/view//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/data//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/doc//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/locale//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/tests//usr/lib/python3.6/site-packages/trytond/modules/health_genetics_uniprot/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/data//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/doc//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/icons//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/locale//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/security//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/tests//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_gyneco/view//usr/lib/python3.6/site-packages/trytond/modules/health_history//usr/lib/python3.6/site-packages/trytond/modules/health_history/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_history/locale//usr/lib/python3.6/site-packages/trytond/modules/health_history/report//usr/lib/python3.6/site-packages/trytond/modules/health_history/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_history/tests//usr/lib/python3.6/site-packages/trytond/modules/health_history/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd10//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/data//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/locale//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icd10/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs/data//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icd10pcs/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd11//usr/lib/python3.6/site-packages/trytond/modules/health_icd11/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd11/data//usr/lib/python3.6/site-packages/trytond/modules/health_icd11/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icd11/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icd11/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/data//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/locale//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icd9procs/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icpm//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/data//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/locale//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icpm/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icu//usr/lib/python3.6/site-packages/trytond/modules/health_icu/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icu/doc//usr/lib/python3.6/site-packages/trytond/modules/health_icu/icons//usr/lib/python3.6/site-packages/trytond/modules/health_icu/locale//usr/lib/python3.6/site-packages/trytond/modules/health_icu/tests//usr/lib/python3.6/site-packages/trytond/modules/health_icu/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_icu/view//usr/lib/python3.6/site-packages/trytond/modules/health_imaging//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/data//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/doc//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/icons//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/locale//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/tests//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/view//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_imaging/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/data//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/doc//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/icons//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/locale//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/security//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/tests//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/view//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/doc//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/locale//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/tests//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_inpatient_calendar/view//usr/lib/python3.6/site-packages/trytond/modules/health_insurance//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/doc//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/locale//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/tests//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/view//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_insurance/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_iss//usr/lib/python3.6/site-packages/trytond/modules/health_iss/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_iss/locale//usr/lib/python3.6/site-packages/trytond/modules/health_iss/tests//usr/lib/python3.6/site-packages/trytond/modules/health_iss/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_iss/view//usr/lib/python3.6/site-packages/trytond/modules/health_lab//usr/lib/python3.6/site-packages/trytond/modules/health_lab/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lab/data//usr/lib/python3.6/site-packages/trytond/modules/health_lab/doc//usr/lib/python3.6/site-packages/trytond/modules/health_lab/icons//usr/lib/python3.6/site-packages/trytond/modules/health_lab/locale//usr/lib/python3.6/site-packages/trytond/modules/health_lab/report//usr/lib/python3.6/site-packages/trytond/modules/health_lab/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lab/security//usr/lib/python3.6/site-packages/trytond/modules/health_lab/tests//usr/lib/python3.6/site-packages/trytond/modules/health_lab/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lab/view//usr/lib/python3.6/site-packages/trytond/modules/health_lab/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_lab/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/data//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/doc//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/locale//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/security//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/tests//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_lifestyle/view//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/data//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/doc//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/locale//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/tests//usr/lib/python3.6/site-packages/trytond/modules/health_mdg6/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd//usr/lib/python3.6/site-packages/trytond/modules/health_ntd/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd/doc//usr/lib/python3.6/site-packages/trytond/modules/health_ntd/tests//usr/lib/python3.6/site-packages/trytond/modules/health_ntd/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/data//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/doc//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/locale//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/tests//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_chagas/view//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/data//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/doc//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/locale//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/tests//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ntd_dengue/view//usr/lib/python3.6/site-packages/trytond/modules/health_nursing//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/data//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/doc//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/icons//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/locale//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/report//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/security//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/tests//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_nursing/view//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/icons//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/locale//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/report//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/tests//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_ophthalmology/view//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/data//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/doc//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/icons//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/locale//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/report//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/security//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/tests//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics/view//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts/doc//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts/locale//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts/tests//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/data//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/doc//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/locale//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/report//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/tests//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/view//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_pediatrics_growth_charts_who/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_profile//usr/lib/python3.6/site-packages/trytond/modules/health_profile/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_profile/doc//usr/lib/python3.6/site-packages/trytond/modules/health_profile/locale//usr/lib/python3.6/site-packages/trytond/modules/health_profile/tests//usr/lib/python3.6/site-packages/trytond/modules/health_profile/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/doc//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/locale//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/report//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/tests//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_qrcodes/view//usr/lib/python3.6/site-packages/trytond/modules/health_reporting//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/doc//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/locale//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/report//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/tests//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/view//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_reporting/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services//usr/lib/python3.6/site-packages/trytond/modules/health_services/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services/data//usr/lib/python3.6/site-packages/trytond/modules/health_services/doc//usr/lib/python3.6/site-packages/trytond/modules/health_services/icons//usr/lib/python3.6/site-packages/trytond/modules/health_services/locale//usr/lib/python3.6/site-packages/trytond/modules/health_services/report//usr/lib/python3.6/site-packages/trytond/modules/health_services/security//usr/lib/python3.6/site-packages/trytond/modules/health_services/tests//usr/lib/python3.6/site-packages/trytond/modules/health_services/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services/view//usr/lib/python3.6/site-packages/trytond/modules/health_services/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_services/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/doc//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/locale//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/tests//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/view//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_services_lab/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/data//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/doc//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/locale//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/security//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/tests//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_socioeconomics/view//usr/lib/python3.6/site-packages/trytond/modules/health_stock//usr/lib/python3.6/site-packages/trytond/modules/health_stock/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_stock/doc//usr/lib/python3.6/site-packages/trytond/modules/health_stock/icons//usr/lib/python3.6/site-packages/trytond/modules/health_stock/locale//usr/lib/python3.6/site-packages/trytond/modules/health_stock/tests//usr/lib/python3.6/site-packages/trytond/modules/health_stock/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_stock/view//usr/lib/python3.6/site-packages/trytond/modules/health_stock/wizard//usr/lib/python3.6/site-packages/trytond/modules/health_stock/wizard/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_surgery//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/data//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/doc//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/icons//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/locale//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/report//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/report/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/security//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/tests//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_surgery/view//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/data//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/doc//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/locale//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/tests//usr/lib/python3.6/site-packages/trytond/modules/health_who_essential_medicines/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/webdav//usr/lib/python3.6/site-packages/trytond/modules/webdav/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/webdav/locale//usr/lib/python3.6/site-packages/trytond/modules/webdav/tests//usr/lib/python3.6/site-packages/trytond/modules/webdav/tests/__pycache__//usr/lib/python3.6/site-packages/trytond/modules/webdav/view//usr/lib/systemd/system//usr/share/doc/packages//usr/share/doc/packages/gnuhealth//usr/share/doc/packages/gnuhealth/examples//usr/share/doc/packages/gnuhealth/examples/fhir//usr/share/doc/packages/gnuhealth/examples/fhir/client//usr/share/doc/packages/gnuhealth/examples/fhir/client/doc//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/adapters//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/common//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/config//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/config/converters//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/config/value_sets//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/gnu_health_fhir/exceptions//usr/share/doc/packages/gnuhealth/examples/fhir/gnu_health_fhir/tests//usr/share/doc/packages/gnuhealth/examples/fhir/server//usr/share/doc/packages/gnuhealth/examples/fhir/server/common//usr/share/doc/packages/gnuhealth/examples/fhir/server/fhir//usr/share/doc/packages/gnuhealth/examples/fhir/server/fhir/value_sets//usr/share/doc/packages/gnuhealth/examples/fhir/server/health_fhir//usr/share/doc/packages/gnuhealth/examples/fhir/server/resources//usr/share/doc/packages/gnuhealth/examples/fhir/server/templates//usr/share/doc/packages/gnuhealth/examples/fhir/server/tests//usr/share/doc/packages/gnuhealth/samples//usr/share/doc/packages/gnuhealth/samples/interfaces//usr/share/doc/packages/gnuhealth/samples/interfaces/federation//usr/share/doc/packages/gnuhealth/samples/interfaces/lab//usr/share/doc/packages/gnuhealth/samples/interfaces/products//usr/share/doc/packages/gnuhealth/startup//usr/share/doc/packages/gnuhealth/upgrade//usr/share/doc/packages/gnuhealth/upgrade/2.0//usr/share/doc/packages/gnuhealth/upgrade/2.4//usr/share/doc/packages/gnuhealth/upgrade/2.6//usr/share/doc/packages/gnuhealth/upgrade/3.2//usr/share/doc/packages/gnuhealth/upgrade/3.4//usr/share/doc/packages/gnuhealth/upgrade/3.6//usr/share/licenses//usr/share/licenses/gnuhealth/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17397/openSUSE_Leap_15.3_Update/a011e8ed69b3fb2cc8bd997704ba993d-gnuhealth.openSUSE_Leap_15.3_Updatedrpmxz5noarch-suse-linux                                                                                                                directoryBourne-Again shell script, ASCII text executablePython script, ASCII text executableUTF-8 Unicode textASCII textpython 3.6 byte-compiledXML 1.0 document, ASCII textGNU gettext message catalogue, UTF-8 Unicode textGNU gettext message catalogue, ASCII textXML 1.0 document, UTF-8 Unicode textPython script, UTF-8 Unicode text executableSVG Scalable Vector Graphics imageGNU gettext message catalogue, UTF-8 Unicode text, with very long linesXML 1.0 document, ASCII text, with very long linesPNG image data, 1355 x 420, 8-bit/color RGB, non-interlacedXML 1"? document, ASCII textXML 1.0 document, UTF-8 Unicode text, with very long linesUTF-8 Unicode text, with very long linesHTML document, ASCII textASCII text, with very long linesPython script, ASCII text executable, with very long linesempty  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR+"ϿZY8v systemdgnuhealth-clientnanosystemdutf-88a7234f61f919f060be38d4c54d70dae19c4d639e023ca0fc666b351f76db73e?@7zXZ !t/T]"k%{JCj@PNʙ5 uIr=ypE 8HCgwvU82*[qhJ0s3>jJFgװA"L둗_\Y&0@>2n+ܯO]~x☮zvxBc؋n䝇xCfd')huNͶG_=n\1\k,T>!Y]k1gR2hj% }t?\AI؊ zzN׀. C7933ΊYB)?ڊhO|01 J^\v&-jmqۋCڲ f|oy8AY feY>;BqfzԂ(@]X 9LE_iK]FdhOUxyp/ lLTbEà5^i&tX6KVyi FR!̤z}.:̩ 讫I q)w!\yf~Gٮ 1$>JctO{s4>Pm)E >A28SQꀝD7Rf~QikJ:A\ka{Jdr4,]k7’B,Sf%+/݀P^ՌMEeGxRxs&Қ9yՅŏ|]MI A/٫"zD܂C)OhI*0VunT8E&*1%pm&ŵϤ`2I{7|GN"cϢ:s<69c~I>jz<Ķ ۲4Vީ"&g +w7^_ v@MJ3c%Y%"@QϾ` yꝆ/#,[n$Xxz8gQoԞ&LjX%n aܒ jt^Q}]L(ل/ @6z K"ρ LWaHszq%yyW&`o /E[ B=:y1rSdO_ƒƩ,qooWtyf! !6Y?QZ~XgZ"{z+E3z "5]qFuZnU/WE w^1ot r$wY256z\豋`+9(*࣮R%szx6F%KPiB@KD\ XN~W 0ՙg@lmڲC°@zݻk%)X864  mB&o-,\b։aMυR*orR_ ^XKߝ'$2ߨb@NCmNj9s_C w+h}哾0*m)9 K};N:C `-S+yi]TVsG܅CH[~=i_p5F5O2DUDPӡxFJ(+ tt'͸N@Kd0Pm(BeNC]4Kn!đHV4qS`m, Obt6tYwr?ֹ(j?U>%sl:;fLm)u32z[ldySiu5㛎x龣*+rѸIݜBE]4"F|<-S­d+m.ྤc@/(xu #e~P>}۪v0\`_ z dA`?fzyĉ<7MH,s~_\y'R}Sa]%ĶX5BJGR 蔎".V.'!q~"Q2Lj X+ICr2d?V=z+is\WСd\ȎΟn[=Ozl|iJ[;mcy)l._2'R*ɩ/)<8\=/^)BiNyIbiZy&5pyݎdGgo8-Xm7\> &Oun"R:~CmWp'7G$Iwprrc"}g\'͕q22v q!+vSdޑXeЎƠnĺq^€ZpPPHުKH^޴׽j52e\LonY3LrS8N#m _fԞ?;߇7RYj`H\bS* c?|ʊ@OATz/ ʫEΰel-_"rl Ʃ^A_H 0=fB+>&ӄ5n"&flĖۺPJۋy#Å(n-H*MX_d.G+F$ـP(Sd0AQbUC)#`0<']'~S'@d32Uf9W>AIqVl8Y4hy8B"nʰQ@҉smji&}õt8LF^&oY_<1nv h wܬAx` Hz!uJrBCz21KUy͌{W@'[H9|14IJ [:J:t,X^h Y-T:3܎_ғ}/FJ*ӽee#O+܏0S['R,w58SA $ 5҅vybՠoEz!v+QqdGa7j[EՒ[K\ؼ\.4c>ިFֹWPrSWfO((9(*۷k4 mL4R"YVw\LHFls=>9(x}珀I.nZw4j#eb:2Č|ҌQLq Mu!I&,D.%E+%Ȇ6ǒ&6ٱ$NՔ,Fya75?dQrvcM맖c_-ci[s@Wr/Nِ ?)?D'M(o1F15ud.~0@)u8V[+GPqhyVo]4?.W.!"&3Rbr0_{d" >z4jK_RBqx~ַ)AQxEJ'ͫ ,9c)^IxT0,Jue,"(DjyF)u7?79r]?j% LzDUC}oG}`,.EDch|;)wW;=}p#eS0f[e2J$YPxt=c}b{@vGrLT(Ďl nDXF$Yw 9|se6!P8+|f0ɹA緡O38 ,3@Cߚ>%mn``z>i3ʷk>0.{\ cSĮׁ?H*f=A]C|iVFcр]',>D~qH|an) ?ܨlbqR~ 0;uR=&6ȋekB R?o|Br,C㘒ŗ|GVMsUW!ӈKH/TX QZC-!7l𧷻:H1p-1s7jF?|Jl%>~M9ʨ|}f"U]HB0~/rY ywq\b tn %?pT%; uۛ ,+#ovIGim*s&=ZS%KnZ{,R$[U.K: >Gs9*UtiCm=㥭/\ cJ$wL` ugv#3~#Rj%iD`wR}fח\|K#{ƺwk`˄<Zs'u7+!eqCUx[IO7&A0~C*$ucv]UfINQ~rEv+>1F·_ (st wg"5X 4UXL GsI \]|2EahkRfiN?Z*R -|hybӖ@ {8'q0$~tY{'S3/=\)X\q""ֽd z/"K3)U9:5l\Txx$r)GwE#𺾩IR($ #RԜxZo #S‘yN?(]bhԨYL"~#瞳ςXau6("_tS9\b*S'He6)=t`gh~P>HKa-`/hyMId >MB]#;, ժAxɈκ^$'R%_s?mDÅ4g' ?y'X[pv +:^. 9- <:.h%PX ҙr,be:\q^TC7ʵn}xzwJnS:S(룸Kw"+Z>Nfvf˨VElj&LOZ]G)m7q 3jg4 ~!, n kq?/<>uOne/Q@Ĉu0~xM:B<^W- `_B簁zt,4/q@oA0c(]֜EɽՂz? >jn2"t]![[[dyj|nZ,`Gd@ubN!ow!sF P5ͣ/7(Լ/KJ'QESR1yNHx9b: %,J!W(J@erj$Usé<.ܼ2Ӭz+)/5yzk໮Rꕦkpdhᎄ7 u;I'M+nfdE/YZ`8ԑ=M~ֺڲDy(,^]Lƀ),r11͋\ ѕ.z UcZmn_Z8VTw(j Kµ0jd;/9b^[H7H<# W63>fMgn-UX$zDlXO0A];s4ecKnn/,s$^n=l>,m&x*yj=9Գp^ Ne쒍]Λ9#ilgxDu˺)HZ޾J]8mW GSKC+ƾۏ:ц#]7ҎZZx.9FĺV|P o1|Gһ's-`h~a68>Ke\%=COD̾v$і gךv΁EGa,E{)1 [\- f CG]<>&-/3hp+y?">Nۃ+0`jIU vy3ӠׅrMǼkvh`Rw#0x7.ەd=^G2=Rw*ZgCKï9[OfX\W`0J D8GFd< 2z{_j1d}W2Edw6<,y`H%A6Rie#S4})iCv<ϋ 4 :T,4g`8ïA9ʬ eN`Z#YĢ-*MQ1|S2DB+3&"U/&%ƕǚjAD|¨ͽp̹Q bUC)5P#3> ͖n0-X^!݆\/KDz \7'ۅ9gh}$rd`⩓Yf1gRlUqՠ0`S3q7H؂t]eQ+fPYґ|zqvݜb^ Ű)"Xmt JbKLcaYGG2AV_&f1j񾜤^+)yU,}IuaZ3[Gc>O'j ,iJ" eBr:qI;Eܪq>FtBaX 8+SRqU+6{ۆ~\QRK&aљ>o":n?m%*oȊ:NOY<6) ~! wK1@[Fku^p`4`.aE5ڐl2~|~~8j}qdFr7)9H+t^2MSSr2t%j]*Nś_$ۤZoaBBxSR^so`ODuDU Rѷ:Ii=V?byɉlIe)+l72B-?key]`U7WyŘo[s >t$C>u೰{7 EkR#B-45En~ʘuW)e=35+ØdA9CKvP$CşVP8fY"ID2$Yj?SNY+=f֝OVp/Ĕ?rAMMt sR<Q.AP(^J+K'8Zƣe C x/7Gn|F )Y=MUuׅɿPUI9]iEAHZjym8S.n%#3*0Q};(Ea' "(*.CG!OH$rAƋS]N'1 xtK֔܀R~Mw{h7F:3Y! sk^O{ 3Ma,)dc4ĸO \wkE:6NPVG'i8ƈT l @x%`*h!d3\_-zgCAC͹"m%1UN-Xz/66@m|PKAd 6MQJeɮО_EZu >l-tO68jWv9>Z?W.=OlL31B'U{BDzS`aBπ]Of215x/b[?Q!۞b1=;vs}L5akCAQ>5FIH CŰF ; ,g5a(u(GkK Nj cc2Q)p탤Ji FL '9QEw=E\uz8 0fTުB#Y#nDT~F ts³^Il4GY@7s{TyV'pmVj5>S[OuLDulى>N, IXAfBbKWZ5zb^ DNG2Vb}[˭a wE/e}U%4PDA`cnm^d(W= 3I#|ȣP4)ZnFX뢁$2iݹEo@&z@3F*ăjۥW-EDP/o@6A盭 5{(F8ΜA=2*%"'ާ*Rt|>׬ u*Y7U=>HH2\VN,0xP4ZH nvg]/\dK χ>cx+6}8`q^.Ճg6$) /2*$^YxB!P͒`: qgVї!nTtWokO8/W @X4ϋx8ie3!Ţ8m]}9Br{#y1jU^!G;?4ZaY-| [P1Z#q!Qlve&!4`auܪ,lT‹4 N)X!#Z>]Wr?* Z~R hS5F f' 7-;NӡqLgOm.U`W5Zf1lj2 }}-d.twBFB1n尜^mwb4 )+J77VTn%' q+P'Kp(} ? pDfc rGN.?:]g䣧gʝ{n' ?޸u(,~c-NOJ tyܪG]qsUQn6`8KJi&QOJ]Bۉ[^ (X8QѦ+xՍcɴX(b1\s59Ph=p]ۜn\h[yF+ǿX k 1I\/ʬ}CtA8Yqc?3 "tU" Le:*ܕ*=iz1ܼKUa_bMXddCv̑Js.e52~c26dZ >(AQo*=r-;wIm%\=3t޸ZX Y5I wO-Z G_U@ qղƧF `"]bEL0eE6X'+-X"C#I|aj4(K/S~4IgvJ/:\9(LNNb8!c1Oj1GK<Kdr|#sNpǻ0w⿠d*)Xi*~=Ee^_ݱ@C<ܙ|01$ &eװ>!k.Ԡ5=Bnv WP=闞c{l%nprgn@lę? w8g,љ=ex 5?7a /$,2/(h.cBtPgx}nBJ;ᾅ7AlBm͘kfJqǯӽȃT%jFi(9NP\cG7hwXTЃ@#\pI7<;-vI=a/V0,WM9-T9u*ŵ*{xpogM9>qc`-Ү5{_d%ܚj0tSKl\ "n֨H"QCQd ,%l\=(z!^TE9d/Tkұ`jE?⩐!ܪl6RF'u}%J~|-Unhu@ʢ5 d4+gcQ-_]jzC}өo |(ݹ m!yќs*bd!b`!}"M=ȩ@n3*|Tĸ cN!d.B!^K.w+]-ds\WAVSxd\D_[I̤i2hԜU$">{ď[6%]g\?T7xHlɔZ`֏gm+Nx^Avx߫3^8`oM3B5`ORݬ!ET*oݧ2/vx~WS[:0| rK)^wm`=~+ЙqÎWܒMmQuĎy*g})\REL]r Cp Im w iP֏얍@_o|͉o#3/>ç;wN?cM&[rd-5Y&5z%2=/s4倒8[%qvMJf|,Oc̡s05ROq!UĚmr~utyt.sqsPѧQ;P$܊,\Y׏L%#=%C,G:tgĄ V)݅тbow0_``u۪[wp:\'- og=3@0w_L}:P};-%qٖcȞ5?U?N2 )`nX/)Ou'"+ }@Aspe-?dR{ B=y&*KZDؿ첏L/:p(/o>,M9_t׎B5mEI ׬T,@"t,:uضrt>nuT!@&zL ݞ\S&:$3+ꄿoGFrwٶb&2Wž HR_m2//ݝf=W%?s{HwOSɴ"D{I!Bcz$!t[Ճ?c-X:`l(Q~([f@V[{ H9b+OK Iik}]-|T8a5 N5\¶HȘ}wZ>uzc΢JFǜ[W5*AcN0wpsnɖ?f۝@ .jw akKzceDe >)3Z)EmN qy O"Qh9\}z.7ܪ5 82"7 rSگZL q(elk! ^FäT.MF8_rXf5)@B)N(N⣂ /e֮0#| uLCX;jxog:xmBRg?#J($jw]LZ&{|f BG#0c"9t:=$zaT$>`h%|ޠ L۹Wƣt!RMjwex(z/Mtd:p.:˘u"y|cfPVZ M:'3@<.wR*6ZԉDO-,-uMh3`vd_ڸJY|0K4~_iPVfPl x-|Mxl7>1k4̋y6;_W]dCr7M9߃UVm]xR&Ψyp˕-:4- \GkLv!ۼm/4 BZø=7Mt(* 5'Aj%K?>ur@Ȧ-1%dy Rf3${6!#DN Z_.xltGYC{m_}bT!Yvqgi0bKW*+p 2E!Lh"y΅[ehk>/<(@rJ۟6Ԑ{OmlC,2)!7&;#Nj/ BWR/-/=]3$97/x3[wB{6.w[`g^p8 i-A[mV 'T#,hQL A:,K- HorSU/U~Ѯ 휖ҚGNC|~WfqF@1Qs[#؈x4Ptnʍ+ɀCr^2NUmʜ)&{+k2S;<%0 2 LtDt$ʽ=P+=p3, 9 kv)0R%]'ua5Hao!3\>J J? }\M[ G$VjJSğSZT3EU hJwyc?=Ny @,7!NhUS5BpmǍg<<+Fwܵ ǜ͊ ~1= 8%HMϩ+m^Dho"3٬SKo1838t>ZS 'f=!=6w2[C^sTy4:&&P^V^Mmߌ cv;U!^ӫ2cіHsx7A/ClIqe >RVܨP5w,A-q YMڦ.\38*FE"CZy3BŧkhZߢ%F{,eH/YM~{Mg?l$LUqZBSx쎧'R{%=>Fk6bL` ebkXzҪ " 앪Oyd2{~TF;@TjI$ՠ{v1\{lëøyznж\Cfڽ$OuxTrinvblJd(9T>IsHh8}=/9E.6N/XoI8.-DC|Ȅ'&g6@[k:%#:JB-s4Oˢ_MF7=5T%kqIE32m>dBS63PӲs$'Ilkct+n^fVIyxQ|ꝭv:@ o}EFtOpqbjLsֱgȾ.W?_^t 4Aօ!V)iT.4n\amj$lpK*#vW-ɉGqF9HL^z4&XQ_KZV0Uitݹ*tP] kU@O f4B7q\ν dk;yu9^N4ؗ$@5}=bg; /QK`v`˒)hcx%,i7<J L,Q~BI54#bkoH 19Jti1"Pݞ]^^V4ڙ GGh2`VUyl|.is["*-IQ2n|(UN54*<5W[9Yu}ڢ?~teQ|;uQffĂ*7{b)Eg3*Qʹ3l|л'KP 5%azwHCr&|n4 ް++DwP9B} qSӮ{-_u QIKwlO-uCɱ]ڵ+v*%1&[RXiG oUi???m,7x鿹z 3VsƋ$Y&>|ۇ(֍3`H ^lBq#<1 /z`t2ROe[ EiUppZͺq{̀3e䅇*>=yj)uzbXr/apSD<ۯ52J}VʸcEaP堕t*sʽݱ)̾,Goku, eSpEP_lkE~TDIٱ &5ѱ ^Q)u;nۿbg-[/sFmu:ӫ~O7`7ۢYh?NBה`$my=b2@ L N4\{ZEv@R2C[|;"_l#$gG職VWYQiݭcPH ՗?w;VR4$Gm=ef spT1_aӄJTj&;T֡ű<(FոGf<9F(>P8NzL"q㞺{! HҗsEz7ApEpkQw0Wk?2HN]-yP۰YBOq7-Koź??ږ}ːO14eiPMΨc6 Ruy`gXf ݐX8f w汥kuq2G@ŃH;P 'hD}˂IpUo 7n*'+#6jt@%gIjn)t}ĖϵVX63Pv`#jZHgŅ0rbȡUp1$=MsK8>bƻhAY rN"%dY3<6MߥLqI>_ q\(Pp2@"p ATm.m=i+,i}SۡxRi2>qX(8 tVi+?Agq ~hL nۖyRdik}v>lId+n ӁW%"߳D{ ])jgY n8E( ا[==!ۢ=ӣ8-`o5E'laQbET֏&A9gгo79@ILH:"롫D"pѐ"xjHH+f๴,bAn=ydaw8(*2dnQ,r,Reϡ?dli4Gn]@fF [54̘nqlI zk^EJ991pЖR)) n ڝ}`y*e]rIC(՟.+Ç _&g`ɣ3 9hnMqǗ`+U6SYvDL$jrkA9Ξ_)W#|-5֞! FG5qt]]hc*vY] IN(wVֹus+=zsԜ>*E Bj7}'8꬐6>&8U䝫GI y轫(hC<•Sb\RxX C @mlӼMo GX:KK;1bU)_Q_a0$"#!y+ɲkM.C颪h=,|CZzb+9yU"ckAnɶ5>FZ#ַ]cXM&pNH/ 8ȭ d_l=7v^SY]ҔQqDe8m.*_y YZ