gnuhealth-3.8.0-lp153.4.3.1<>,bPK/=„s@bY~"cp@:EV;:RМlth'm6諅Ow8R!:Umb`yjD$p) T,h+i!q@rxDѹ`" ;gHudõ,pwe&Ġ?0oxO~15̥/50]`>9vCF-x,ھ p`ߦg,>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%r^Cj@PNʙ5 uIr= b(< GOÊ`0ah$Pj\P C7]t?gTVMޱ_IRXXkS*G"A"kťcac^Z_`^ Y :#wVsDԆ`xixA"Kū#xG)Irm`:GD~n?"*N7+rnmʗ=S?&2Ѱ$͈ɖ.[!#_%Z"%Y8=ًN$hb@B9/;I.=BVk9 U H{7Iȼ# ڜȠpvqRlWLu&BT8X.֒7lZj1K1T)z nwY*|{4y B%"/\"~1% I A}WbWH<^LUor@a? G\Ls׵JvbySN}Na7\aɀ٤Z`ԪyJKnE"R.^e&O[(F2w Q0 V ޠۥ0=|¿j3j.9N'Lf0zl20y@ZIicEo1F.2+YQʩ-)c:U(;IgnProR%ŅIfKAEٕЌ Ov]/snj!2MXvl2u0ߡQXMC->3³Z>0ZdŽӿ IuJ(b ةo?.4EM[d]6Pb4^ʔF Ż篭gjtfCn7yALX'?x2i{PU'tÿ 亢#GK3{c8Ωί&2eڃ^nFgͦ y5p">Lϕ_K)8ʂra_i^U]%sv(\l2o ( {~vn ɕtČLLKLoipVs77taĽM~2/`YvwV%Y%ҍKGd&M~h{ߥ,2*.PDU;,lR-sE*o-u 2)H%r&!MMADE/p&*I-頪^ɳ& Մލ']UwóyO95,>Y"Ռ#ވ0p$ָ hj4m,[eJ&aV wj. 47;Vb7Nis"Mp Oī.dG/J:i >-1Iy~QsZvn|z6JP`"Oǎa(sEmA?z/ݶ 0Hl(0Hk&-Q:>%,IAdS2Q.^D)Av;iӳDZwF0^Ns!tv_π"W1 ? /^=C>3Bsn))' Rp'XOFYS͎$齄p;X+$kМ,-_Lzח\`ݏTM}‰^*?I9XxEkfplD}o\㔴)'%Z{OCD~h`\f^@}e%MH9Ů4>kw'9#fj*~w~+\*]zI2*'>jv^8m&87ϙ\:BLyu-םC #{DpW=vI0"Z H"s+ ߴ0z+K,c F&aTU kv#PU殣)~|~wD1 '0ٗhF2euf:L^I>&8xhQ1KeP!;uLI-VWyŌftAΔ1Ii*f60&̌Ԩ*d) ]yeџ՞!z$8Zީ"LyCY"p}'\5 V;S}vQ/b x9_#/ xc?72 tL ܛ.KOnl۽Y{Hw`> qmuf}5 4^:9^2}<8QD}syt QRvrdUE:pFg.lG3 ˬ;' C<6>E_jsK30⒥ԱYHZbXOCy!?3>9'SwfҧG7Bzm xAO[Ov%F&݉p{殅p\7dst (Ӻj8ќxaTeUVw@w9\)=7 ?hKm}u'+n\W](f _G& T}V>F\tr Ͱæ83V^:jEuA},LD܍Qha2 %I^tOUF=s$4t)œO\`1I5L .&.9Om-} slSE^sg:eL"LGjAxnjV_f̑˽wYVGn38 RM@|QU8DZ`I~86|Fr73^:ko@P}?gs3. _"lRv0y i@>>&k]qt*]֥Oƨ.1~2@vHL '/k]5=Pޥ A)G1 D焅_\y$c);8ư]TBBu5cU-&W0T<}Vs~oAW*st^j҄9tnf(C}e` P"So?^=dɬ!ؕ|1u kKjJm d$/JF$pVۍQ;ՇŃKSU//\x2:R`VPIPUt,R l~ "(악dq}) sQbUdOV}И+6/M7e]h%[~8-"Y[ף{+< v=;馨2X2+M^Xqѣ+A7K<_j4<3Ygm}d5nA 䚂%-5oTWgή%Oa>lfyño+ƹD]VW쵓?6> +`ȋ*^uXFXt{!nB bז0y6Tdu1۱mEkIOACftHeZ˾}&9XKOॸŝjr'nT+z:{ $r=kv[A[Q1VUZ<&ĎDy'/$EʈSNX̽wwOR#) uwJ Iآj/8͞KH#NP^֖ypJ,qgL%5uڈ%,Tgo`bUO_۪^!SoA~n \qu7M*`c=1pv(>s)$v˞C00ܦ!ұ{!Tb]szFq 04˧HDFwR,E2Mi(2Y%{@KP$$V nl#rN^kmI&w{C0ߺ `U¡?ulЀnDK‘O9N=o7՜Ob]N3D*rkDD,4sw:?R^(M`4rؤ˭Hio]jd#-Weكq:]h˧+*.Fbz_ہ2 {K$]9Ctu{4Pt"CX`t;FLĵ& !{{>̶w" -D%#Z1zKqWWAkWgg>~$Z65eg=w٬xUp_Ȧze49>*s PIV' qv)S'*2lg QTNwHyϱq'$>W{6xZeC ZR no{E DYŝ@'YX=猥8HH!M+ 0 UL|=Vz~El>?&Zqe/fQ/A,6"Bz|t!4mnJ4,CAXo'EHc݆jL;XZU -LSlf1H&xo4g@3jU$0 ^ I~EV5W VZɱ~$TS!,nDjDS B\֞wa2:OƝ)) &,-JimԖ֢Q~ :г޴r P7 _"m.=9Ƙ Qaxdq]Y p&PpRL뒋j;DHh{n'&H`AԹXr~,쇿]l!ќDdῥOr lu z{2K觌1қkmC#A. "8xgb'V)Ȳ~Fi; yfw`kY cWfF?j"V+\*Ζ|Y+ %v|Z@C?0lpd('l_!C砏{&b|$T=I(+U{k&|bn8^e!-HfC6Pk1GI ܶD U" VEK_oKB?Dȼ5$NĈiY-~0;* W30gOpF_j n=5-'KyޢC%ެprJ blA_q= 1nYVy'h =rlŒ;ݩ1\a򖄈HiQ#&G=0ca< |k_4GȌǶg՛ =/P=˞6'bCy'2\zٵ8Wkm sm)!ɃkpW4+\v"+#(V_ 0œ* -۱Џ_p2$|,.zo+TbӒNHjV7ZY&ZO?H/7`{o:E 9^SLX:+к饕8U3KCysc`WxRRJn@'ۥefߊt wk,P <$of 8N7QP%Gwh_#"bB9ѝYիA}vWok8`j ƣo?z`UzvX1e+OYu=- ihXZڤOJ{0+ޖw}쿙C P!uJz ̶0+Պg?KXG'԰ OoܒIsDW/6HOB`||;L{ $V4͊'6c8HzRJv%TǗ\/WI!X3<(>mwTOmKMyHnhw >1}iLkET7@eRm6?@rzS~\ l#GE'Ep3iA!' d*pn.B|ԧrFNx,ᦆBONjʋWK %\:Nvi,Q$j`IVd;5! ^c >m8DY*bzbm{P5$2AiH9.ŵ"˂ʫ4xAd)( .8Dςxy;]g:jcxU5\jN3!d%!͹t ڤ `?4\T'>hÝ8L1ig V9̝tƨKN`\O@^DIXJDz dvn0W)}DՍ?>q^%ZJV R6 /QHI Z2V~"Cy2iniRPC鈗ok7w'>rTWSJ?#s?BdřF8Kg)~7 {=ܗ5S SOeߧy4u tc\ky2J+6hj}w~t^s>3;/)RA=+L\*iVoȅSy"x!P ˆcyfi\U)3::6H{$}}?hۊK51=(^lkQu4HlWC ːJ;\-/^!tK-?ywV2?#fShTuhM|s?+Oj Ti77U⹗DzDUh[z0&ΠBِ)@Xt??{FNOFֳj Pzr,%lXeveJCA-䶩NGr[Ks*{AFuHsڙlLR?pnlR&;.dte,B81nAzj5 ,VsblA4䑢x\w ”y&,͟TNcT5sw׹=;rue'3G-Z[ak @#E?R=ł'_ĉ(#9ucRBxvFff|L/g,{gڞg,x0͢IFxZyM+6 E#*N F8S[׎gN#&Bi-İ(Rut6T\ )dNbEǰbh?ë* з&Vx]^żgJ ?XrT&=#Caxr/W;Ve= ! %ԡ?"@7PnآT'qŽ5oVU*5u [@{;7%AEfi__+H@X-4jtGDցr*1MQ ='Q,MBh 7DJ $V6} p$ZDffp/;}6`'˖ }- 80s C1"ŬZ<%Q?Rt^Z~V%&~m~YDX21Qo@BZHc{xOFq它isQ FRJ` ԲWw"YϬJ:S\hn Yi76J\SG( d}ca+|{FwyfoPN6x`y/em |L5wYQSvEp#"^C8oQ72`zx9E'r,4uqBvt^C8OWg(P ?HE_D*U.q3Adp2wIRm|rv7J|arQj:qc3ZOExi~zUa58w}N ܰ.IJw*!hbې[KĠTc b-~r4;G~*,wD·bŞ&v+CaQ3_)f Zx>_  2w؝1wB/3YHE4`犋d!=f]B,P6l$yb3\B%9}~Hb%Pӱ;tPKL֫ig=eT G|lvlHd}Imv=A+1\(e1f!T0b+x/X$߆|ÛK;OxϙÏM]&ݤ/%E%%n4ԁ@o_LqIe:ޓ@RSr))JոkLgu:֛8%(oBzBm,+CepA5^@5 /!If )VLsf ,|}񂐇6$QmS 3KO)Xɏ ޕ hEp}fzSv/%K>HX)»Q ?˄5W<#-weH87,Ω\* ͮTXSQi[˝oǚmK_r N~/5ެbV7N)O}8if'ި`c+Zaho![_. 6b$)*8xҏdSA-/#fc ފ! @ Ah9S?P߲if/po*iCt2klgYO|0'U:7zQӧ=2 Gf|A^C?BS0%GnD_L&:r FgU|'3kr z2ouzz6"lWKw\]ѩS+Fo-_rI+2]ϻxse 7EtBI vE%ˉjGɩ pxw-"N"l*jMϦyINpvq~oIބ9TFǫK+957_#0!l^Ft2++Z|jI9)n.nc0f352&2 BȆI` t| 'd {s%Qs1hjo|,s'.j`+:v*۷i3c;#ѿqF7zʃ3F /`0B}?yiacħ'>pCm˸E ̙Ala!Sɏ*N<)3 RŜ}|Bo#_*NB6+3Ne^Q4@"Y+l[\@#"TtJ@+%-ugu[\/'1(0B>̙DZQHʮc'ejԓxagYx5 W6p۴&O:ӝFX)Nfy?YCT{-bh^q0tӣok,Ԓ1fLJE ,iS3͓'6}!{;Q*zWy>s^izCyƵmH8$t;,#TrMh;^(*we"͵PWpbt!ˆ3tTܙvBO;؁q\V"Vhդ^d\Yvw#eMsbo9WFw΁o6r9iwA%1&`+{ͳGT^v쌪?v oOVp~=]׍󺡜7⿱ŐmS$#륺/C³_ngL?@KQn;!~i"GVyB}g 4<a$ y}3!a``o^Z-#>-&e3w-n P=Кpgғe5&IE8Ig|-ûOcX~ី_91K02 d"G$YO|"^||Tunx!5+-nCb=^m[1Ec96u^r)N&{EБƻ&@yGKWF񑂮(A'{i0ʎK<3=CqM >E/biY" *$ĩaՁCCcpM*lhx!Iω7@V= 5}!&NsR}^M= F[kGJaϖ_bg}"YD|^ܧAcD7/ƕzzVrLeCD>(MsY=K; &iwOs6gy1Z3XU0HNճDNb$lmO&r#~# "mir¶'gx3ʎ6tA8pJlknV%KBra㎁sOƜ'}ƻ1lLwف ̡8J4UpOҬ>ˤLcUL෶0j9'/+VSB<+b>8VT a))kXS*uK͕oְ16cH~KKm=7^̵F@ڑIQds, {*i=DÂ[T b!Qz Mx~Ob( }/Px)rA^(_L @RH+7m/-; ]7IR==:G'mH7惓{e(8 Ƌf!!Ù"1W}W446~ η@s.'QOecrQ|o's,399VNYugxy3;,&8%LK#Cv|{hZOH$;"Vːy,vhv?oĢ#bMmvc,1iDR^9HE!pnn*Sj]!jk)ó9<ÆImk˘"0|q,J^Kɂ"iNdjG _tчs%ُhěFeuuNjLgkUK^9kKC3#w|_.sg6$wK{K%NZҷi0T>2Syrɿbٴ[H>/ 7Lz -J ׏V6,c? *kf6T};穬R'lB)|@J&qrNIb6̝3dTsCEX(4x5S3`H2s/5t; R~m%͸Kc~9GSZiʹVc7 =s]iѓ+W!Қ">:a1DրF5ɓJ]a x#&g)ѕ逵[Uq"Tom- "=WCu(=DıfN/EmrIA{tYΟSO|{;P(Hπ_X]#PIXG9{C!"lu*ȊJ3H]jy>uq8j|pe/G|t dڐ}YMJo0]3mp.ĮJ{|ZyC@YxH?T83+Yz*sl\8T &dbcTb] WPH楠<vG3?C!: 1 SA0I6ފ㮗`H2DkϊDTgq}ACm1>S"@("mYN/P|pucY.[ޭ]Rݎ 6`_ ܜVk{' Wv/~I}k~CLW\M:=!ϋE< 6"l~G8-"8 x%`8A$."u0wpsCv.8ǐΔ-, ]42YU›X1(aU98c!h!:ۗDjU}i K-Ó|j(@1uyytewL)+f V1Ygd'U!H@&g̒'ܼ5\4,}BVLqMEXi>>j&!%jCttʛ͜N^o r[N5& ڋKЂ11)l7%"T)@Ult"*A0?םF0󠛙P6r|)s !-!"J Fpd(̈.';1ԋ/QB 3r5P#EJHqvI"2N՘— bORX{zIWaevEV?$cBwr4 wIs?=LRW;gQ$S9I+cr`ԳeN:Yypk 4teŠ  !$F2x6[X!nX;>'& <ɥl8oU ѫQh٤>=θ!WʜEHZI"4w u^ [etQ_~‚Ahe8,BTgI|j|=ؓQF' yt)1!Gx4w-绫1uԷ Љ96V f$>}*vGӸι,?^^%j5W6?!}D-IgJLwE5/_%1'*:O̬ς.1<*JJIE%]0i2;<9 L+ũӚ.sLP1eߝۃ՛A< *pYc.fń9c }9bTbYF:oƺ1l2@}踁!yMq(3V"NӨ.My@Yy)}ȲD4VVG{1B xHjp&oGu޽{ />mjNL,lJ; F j\Ũ܋6mOr(WgR ][T@)+[pI* 'ל)50W?1RV 8'CI +Fnx+"mˌU4 fk=\'xns$? O"jQn@vg=!~  ':  HWZ@# zn7Uw bdIxVEmb3ޙpj^Re>rSuj$9 ; ZZoFvQa/~;M?7ƝoRvK2ACU>?u]H8#u,rߧDxCoȸLgm@iY>h}[ӤHzӫjIhKtJFL6MV 1HUAVS~|>T*6Dz5R&j!ң\É#e)|%[̩3z!E0;jqzEs?$Hb|7v'..Y_giI: :8r`kG}m`7`BH+fa/:e%BH*l +QB[xH}`7~$%(-_DiîɽMD]Ʀ-c~n[(nKZv\Oиs56*si26>=.E'JJ ^w V*Kr $IYb qҘwHDJ#cbෞL*Cmb/ضF\R" IsШ_ EV|n 8UƇ BL9m؃'q !zV;8 B#\ hڵ>-4H8b(S{~K zH;P  )TL/P.ʗx}-cuԸքoaB=;P֪P.!)\g09-=i@Nz xyG1fW%J22~U=Q&b wUL9_ow}ϻ3}',2Εo{4i~$a5ݜ2ˣ:ڌ#v(!rnYbiV,3_qc15` Ebc ;IEdd.+RI~5p׳İƘ+ :}B.BBsuڛxuV.ьIDTW!|K) JOԭڕ0~nzKb{R0 V)+؀C~BiW$,1 ^C3uhXx=+f+z'),w}cɠP^=8 'r\%,X뮵L]jcN4{^:K'u;vv9wZh#KYQ&bYy%LhlVNԱ6ׅ4CG\ `u'y6Ey(|MqXcmQ"A[HɈWSR;\ U @ޱmf%ꜛ"9@MAu 67VW%V52MvȫzD@vD3h۞H%+rיN_3,@$O5ia]o\&K}:H}%D8U6ߠw}i⯐e1fZοAS69k2EuPFT(P)Cy3,0C3%:nī,9įڠ%UpKfNE KT"L^-!۬[!SqsQotxoDЄl# `i9%' !|Go>;4ݣcuJ @q5D.#ܤWϰEᇤC .w/e?,9f!y|/.X B߫=T聢5kt'ŦRzw$[G,%\p; ր vY/KW8%y?\CSSPhoVpTRH-h'Zm ނ pؗ ݬD็N am;+~:3+ j 2VAz}u0U@@~};[bS"peJH6Y A@+ }\榁_Î@:$ccI}WOV@p#\NK Y  DᛳNݲЕx`#I̔h[>j$TKuDb~k= 4 Fy/gҚxIҷk)5䃥9= DPakԓT(!傕$_ W=}_ݣPzE ƁPak uK<ۗ4afVX/" ҟhq] y;:pԑB>ƪ:[T7\!7*3G]d5P>4$H[#|`7kwWB@$0g|mK~MWu~L]i8c_ vm+Q*jlM` LC;YPsl6_p-!qr 3۟ícK-eBDh"Oʟc2"uJ# k..y=tpͅw6!Z fKcԎܧ즍m9F@*!/A szeѪӤlyl' CRﴛu{:jecw#8X4cYIЊD-RދOfNjBfh0ޔhK7As1wB:dzNdJo |X xbe0k ch,Um߄b/v KB\Uͫ#]ɴWڗ^20$!>w@_-WI >K LfS'FPr{L 3? VVymթ4^I}O#!N˽Gh֖d: bt Ҷ0-CfYW'{NѾppSKI1Pj*]m4Z@Ϗ8sOX)0Nwm4dy%9-(g{o) *m 7}2y4:!zV 0S"Jr[+g:!-8Wb*<3^Kzr:*CislZh =g@iqJjr#04uexUM7! *6C IXƅl[㵇>HRS24\E SUauLan>,A)1k6iBg>S^dzRZ͐@1`dڒ< 7aB`li돣Cf*`s P99gW%wso ba̷_! # YZ