gnuhealth-4.4.1-bp156.2.3.1<>,\fۊI%z M<,߉y8gqSF'8%kpo6K4 p7( E<7GVd,$] zZ(i1+[h16T9߰t8P3O3`§jKb]LAzV0G㣟,Q^BmS*=UJQJWDk$[!4-{Àhf RQo+(c^*[$B^'e"%t{h+ 1}?.1$"mzt{g:i.Q=EKT]i]SR|݁Y^b6~"J҆;\F)mSȐZIVϨH1&~IQZ+XgBw #._ R;upkn/Q眞DYJ$ʭ EڐKgb=E4pK-=K2()bgVR-OS^ >Lp?`d   G 8Wnt{ {T ,Q , k\ ,  , d ,  ,  ,l ,H ,S$SH ,+++(8P94P:P=>?&@.F6GL ,H ,I# ,X0Y0\0 ,]e ,^Qbcndefl!u4 ,v#w' ,x[ ,yhPz\Cgnuhealth4.4.1bp156.2.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 instructionsfi03-ch1b h4SUSE Linux Enterprise 15openSUSEGPL-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=4.4.1 TRYTON_VERSION=6.0.48 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 -f "/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 -f "/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% !K` \2K N\D\)\@K\DK\RK\@K\HK\FK\HK{\:Kd\HK\DK \LKw\@c W\BK \>K\DK\>K \FK \<K-\:K|^\BK \FK\XKB\FKu )\:K\:K\FK \<Kx\:K\HK\HK4\BKr\NK\HK V\dK\lK\BK\BKn\FK]\Do\TK5\LK\PKE\>KW\NK\BK \V\PK\b\\1111 ̹̹% g 3 I>=s3 Fg b 5z j&&, H7s YJ&e4-K'wmW//66;pT: oh/b75HSBR(^܌2PP9K5GupIpI/@_333 _X&QX3C5::Y/5-amUt+b"9k a33ckW[ j#i!UI ad lGhpIMw3CVob- " "%{0 Xj {KK  w!} \ S  Y :||M?j?joo 7 7+ ;EaUSt@z;?IA^1:4;;98[<StY@ a78@|T@/0XXvdcJkUdcJUdzRR11UU& i<n4n _ ? I ?;||dd. }$$N[[ | , \ & & l % ( r & T & h &rT tLmmzX !J=UWO9f/rrPK**2[2[' %m & %0 B O % @q  % : ~~Xe h>@:@: +a8Xhhhtl`bfAkb!_dhf_8cnP44%% T;5a {\Q` 4R66 ? ?iiYgcRR1b" E;̞*ՇEkXd\`hxh'h[ b^+QYQY22?9%<;XT` RWpGHJ~KKH*L;PI IR6 ccDiSj#cZ __YYDY S2v]87J$# -~Xh<N*TTZ1Z1x0sG&&2+i87B;s8966O7g7B7a5;8x66>{{Vh3s-Sz  e  O        '   sE]]OO{di~ xzsByM^|D{ErrPn b *% i <}}z?w5j}YwwT[6iX'ڪ!$bR mmLMCMڋEk||X $nnM^ Mj2g"R! xpQ   !  !.)_  ]G 7P{OJle_j"OOj^OOOT{OO,hhHBTTrr' `$ dYkX1_K-K;XXMKO [bKoKWccD?RE8Q55vv 8! 'i5k4943-0J3o4s2U/2C1/0R6P'wwTW)OPkl  }}v+|})pQFo(&o5MJ)s\i \,p`CUgu> hXg%%.. vS k"vdpzNOry>>>s>>eEun(559 *  f c  } \ m$77&{&{&<:xD6;.a.26/[.)0[6.i.y3ccDI /[C[CgW8=T'i;{,Z~"r r~1yqQvzrKr f5 +ccDFwa!O3G}e%%H 22HqHq O;DGAVrkrb7t~ruD[rrAvj\` d"IoEdL(7IhhHZd(ccD:;!!04E)%+&)<}'O)& X &$ & l^;WW!!>3Yt&qddP l^ff[[YY\PCs\Uc`UV(XAKTT_R\K`SVLkLUo8+ OwwTb {1#9(9(3&r>r9|w}_ijlwjl^j;ktjDjriW  ^}I\iiq2f#K7|nTbMmqdac]b)bTmlQ`e6lXD{{bby""7b>ǵS"gGc3J\kZ]YH`eXyZ\X)WXZWX[@((..**_)?((QQn {???????wwTD$$Zt+ ; J = C c o P0V7jxxU56a5C7(5Y5525,6~3\2^642:28NN++A'c\QCQCTFM8pp ,f,f N N"".S;r;r K Kx+a&]()c+#*B+U)*M')t*(&))c&'- V||Xc)6l??WWV }MbjHHf ?n2lZ||N I;X@9 D--A   b .lcc:<<j6 GC6T>FS4;973;r@44;wpxw##__ZZcE %>-"4%l A"i! 5llK88]Execc<E_88  =>-U)TO!{8G  h8v i Xbb00 <E (جc=tt^tCEwwTFKxx ]<YuPExa $z`__hh==0 S J P 8 w d  J E " 9 VV]]bwMpX'd{(Jjk]jkTjjM  YQ&h!h W$!>D7 3B,& R@YdYX@YNT@YI@X׭@X@XqX@X@XN@X TX TXWWWV@V^T@Axel Braun Dominique Leuenberger Axel Braun Axel Braun Daniel Garcia Moreno Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun 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- version 4.4.1 * Issue #15: readfp on setup.py no longer supported since python 3.12 * Issue #33: health orthanc: Errors on imaging request when worklist template set on imaging test type- Use %patch -P N instead of deprecated %patchN.- Switch Leap packages to Python 3.11 shebang.diff removed (call in spec file)- version 4.4.0 See Changelog for details- Remove %python3_install prefix and root options, that's included in the macro by default.- version 4.2.3 * Fix bug #64706: Error saving party with photo due to PIL deprecation of ANTIALIAS- version 4.2.2 * Fix [bug #64665] Product cost_price needs to be passed as an argument in stock moves * Fix bug #64530: traceback on evaluation page of life if no institution is given * Fix bug #64457: Patient automatic critical information entries should be unique * Fix bug #64432: Gestational weeks show floating point instead of weeks- version 4.2.1 * Fix bug TypeError: unsupported operand type(s) for &=: 'bool' and 'GreaterEqual' * Fix bug #63871: Imaging Result Report: genshitemplateevalUndefinedError: None has no member named 'rec_name' * Fix bug #64009: Include signing health professional and avoid scrolling in patient evaluation * Fix bug #64014: Update gender identity in patient evaluations and reports- version 4.2.0 * Enhanced Medical Imaging functionality and ergonomics. * Introduced GNU Health "Focus on" section on patient main form. * Surgery package has been vastly revised and enhanced in collaboration with our colleagues from Cirugia Solidaria * Enhanced Insurance and billing functionality. * The Vital Record System (VRS) can now issue reports on birth and death certificates. * Demographics can now accept entering estimate age / DoB. * Health services has now the functionality of "grouping" all the tests from a single order - lab and medical imaging. * Improved Patient encounter / evaluation. * Weblate translations holds 35 languages * On the technical side, we have improved unit testing on each package, speedup load times on large datafiles and using python-sql for most queries. * GNU Health is now REUSE (Free Software Foundation Europe) compliant.- version 4.0.4 * various bugfixes - see changelog for details- version 4.0.3 * Remove pinning from vobject library version (Vanilla installation) * fix bug #62235: Traceback on default health professional- version 4.0.2 * Use ODT binary format for pediatric growth charts reports * Force Beren library to 0.7.0 to make it compatible with Python 3.6 * Allow Python minor versions > 10 (ej Python 3.10.2) * fix webdav import error, bug #62165- version 4.0.0 * based on Tryton 6.0 * Improved ergonomics on the GTK client * New HELP command that allows offline and contextualized documentation * WebDAV and CalDAV packages are fully integrated in GH (no links) * Weblate now holds 34 language teams! * Removed obsoleted binary ODT (except for some charts) * Improved integration with OpenStreetMap (OSM) * Improved surgery and patient evaluation flows * New health service Dx imaging package * Update person gender list * Add medical evaluations to health services * Include (optional) expiration date on the person ID * Add context field for Dx Imaging and Lab tests- 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/shi03-ch1b 1722613467     ! $%& (* -./ 13 678 :< ?@A CE HIJ LN QRS UW Z[\ ^` cde gi lmn pr uvw y{ ~                         ! #% ()* ,. 123 5I LMN PR UVW Y[ ^_` bd ghi km pqr tv yz{ }                          !"#$%&'()*++--//123456789:;<=>?@ABCDEEGGIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghihklmnopqrstuvwxyz{|}~{|hr]^h       !"#$%&'()*,-./0123456788:;<<>?@ABCDEFGHIJKLMNFGKLMNUVWXYY[[]]_`abcdefghijklmnopqrstuvwxyzw|}~      !"#$%%'')*+,-./0123456789:;<=>?@ABCDEFFHHJJLMNOPQRSTUUWWYZ[\]^_`abcdefghhjjllnopqrstuuwwyz{|}~      !"##%%'()*+,-./0123456789:;<=>?@ABCDEFGGIIKLMNOPQRSTUVWXYZ[\]^^`abcdefghijkggnogggsggvwxyzz||~     !"#$%&&((*+,-.//1234567899;;=>?@ABBDDFGHIJKLMNOPQRSTUQWXYZ[\]^__aacdefghhjjlmnopqrstuvwwyzwww~wwi      !"# %&'()*+,-./0123456789:;<<>>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_``bbddfghijklmmooqrstuvwxyz{|}~i      !!##%&'()*+,-.h0123456789:;;==?@ABCDDFFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdeffhhjklmHopqrstuvwxyz{{}}                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ @ B B D E F G H I J K L M N O P Q R R T T V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q q s s u v w x y z {                           ! " # $ % & ' ' ) ) + , - . / 0 1 2 3 4 5 6 7 7 9 9 ; < = > ? @ A B C D E F D D D J D D M N O P Q Q S S U V W X Y Z 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 { | } ~                           ! " # $ % & ' ( ) * * , , . . 0 0 2 2 4 5 6 7 8 9 : ; < = > ? ? A A C C E E G G 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 r t t v w x y z { | } ~                            ! " # $ % % ' ' ) ) + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H H J J L M N O P P R S T U V W X Y X [ S ] U _ ` a b c d e f g h i i k k m m o p q r s t u v v x x z z | } ~  4 P                            ! " # # % % ' ( ) * + , , . . 0 0 2 2 4 4 6 7 8 9 : ; < = > ? @ A B C D E F G H = J K L M N O P Q R S T U U W W Y Z [ \ ] ^ _ ` a b c d e f g g i i k l m n o p q r s t u v w x y z { | } ~  4.4.1-bp156.2.3.1      !!!!!!!!""""""""########$$$$$$$$%%%%%%%%&&&&&&&&''''''''(((((((())))))))********++++++++,,,,,,,,--------........////////000000001111111122222222333333344444444567788888888887799999999:999;997<77777=========================7>>>>>>>>>>>>>>>7??@@@@@@??????????????7A77BBCCCCB77DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD7EEFFFFFFFFEEEEEE6GGHHHHGIGGGJGKKKKKKKKKKKKKKKGLLMMMMLGGNN6OOPPPPPPPPPPPPOOOOQROOSSSSSSSSSSSSSSSSSSSSSOOTOUUVVVVVVUUOOWWWWWWWWWWWWWWWWWWWO6XXYYYYYYXZ[X\XXXX]]X^^^^^^^^^^^^^^^^^X__````_XXaaaaXbbccccbb6ddeeeedfdddgdhhhhhhhhhhhhhhhhhhhhhhhdiijjjjiddkk6llmmmmlnlllooooooooooooooooooooooolppqqqqpllrrrr6ssttttsusssvvvvvvvvvvvvvvvvvvvvvswwxxxxwssyy6zz{{{{z|z}zzzz~zzzzzzz6666666666666666                                 66  6!!""""""""!###!$!!!!!%%!&&&&&&&&&&&&&&&&!'!(!!))****)!!++++++++++++++++!,,----,,6..////.000.1...2222222222222222.3.4455554..666666666666778888797:77;;;;;;;;;;;;;;;;7<<====<76>>????>@>>A>BBCCCCB>6DDEEEEEEDFFDGDDDHHHHHHHHHHHHHHHHDDIIJJJJIDDKK6LLMMMMMMLNNLOLLLPPPPPPPPPPPPPPPPLLQQRRRRQLLSS6TTUUUUUUUUTVVWTXTTTTTYTZZZZZZZZZZZZZZZZT[[T\TT]]^^^^]TT________6``aaaa````b`cccccccccccccccc`d`eeffffe``gggg6hhiiiihjhkhhhhlhmmmmmmmmmmmmmmmhnhohppqqqqphhrrrrrr6ssttttsussvvvvvvvvvvvvvvvswwxxxxws6yyzzzzy{{{{{{{{{{{{y|yyyy}}}}}}}}}}}}}}}y~~~yyyy6666666666666                      trytongnuhealthgnuhealth-controlgnuhealth-webdav-serverinstall_demo_database.shopenSUSE-gnuhealth-setupgnuhealth-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_archives-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_caldav-4.4.1.dist-infoINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_calendar-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_contact_tracing-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_crypto-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_crypto_lab-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_dentistry-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_disability-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_ems-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_federation-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_genetics-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_genetics_uniprot-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_gyneco-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_history-4.4.1.dist-infoINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icd10-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icd10pcs-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icd11-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icd9procs-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icpm-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_icu-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_imaging-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_inpatient-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_inpatient_calendar-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_insurance-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_iss-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_lab-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_lifestyle-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_mdg6-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_ntd-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_ntd_chagas-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_ntd_dengue-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_nursing-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_ophthalmology-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_pediatrics-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_pediatrics_growth_charts-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_pediatrics_growth_charts_who-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_profile-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_qrcodes-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_reporting-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_services-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_services_imaging-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_services_lab-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_socioeconomics-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_stock-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_stock_surgery-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_surgery-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_surgery_protocols-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_webdav3_server-4.4.1.dist-infoINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txtgnuhealth_who_essential_medicines-4.4.1.dist-infoCOPYINGINSTALLERMETADATARECORDREQUESTEDWHEELentry_points.txttop_level.txttrytondmoduleshealth__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyccore.cpython-311.opt-1.pyccore.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth.cpython-311.opt-1.pychealth.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pyccore.pydatadose_units.xmldrug_administration_routes.xmlethnic_groups.xmlgnuhealth_commands.xmlhealth_product.xmlhealth_sequences.xmlhealth_specialties.xmlhelphelp.xmlmedicament_form.xmlmedication_frequencies.xmlmessagesmessages.xmloccupations.xmlpathology_groups.xmldocindex.rstexceptions.pyhealth.pyhealth_report.xmlhealth_view.xmliconsappointment.svgbol.svgcancel.svgdemography.svgdoctor.svgface-sick.svgfederation.svggnuhealth_icon.svghand-scalpel.svghealth-center.svghelp.svgimmunizations.svgmedicament.svgok.svgpatient.svgprescription.svgreport.svgstop.svgtryton-currency.svgtryton-list.svgtryton-open.svgtryton-party.svgtryton-preferences.svgtryton-product.svgwarning.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_report.cpython-311.opt-1.pychealth_report.cpython-311.pycimmunization_status_report.cpython-311.opt-1.pycimmunization_status_report.cpython-311.pycappointment_receipt.fodtbirth_certificate.fodtdeath_certificate.fodtdefault_gnuhealth_report_template.fodthealth_report.pyimmunization_status_report.fodtimmunization_status_report.pypatient_card.fodtpatient_conditions_history.fodtpatient_evaluation.fodtpatient_evaluation_brief.fodtpatient_medication_history.fodtpatient_vaccination_history.fodtprescription_orders.fodtsecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health.cpython-311.opt-1.pyctest_health.cpython-311.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_help_form.xmlgnuhealth_help_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_form_for_wizard.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-311.opt-1.pyc__init__.cpython-311.pycwizard_appointment_evaluation.cpython-311.opt-1.pycwizard_appointment_evaluation.cpython-311.pycwizard_check_immunization_status.cpython-311.opt-1.pycwizard_check_immunization_status.cpython-311.pycwizard_update_patient_disease_info.cpython-311.opt-1.pycwizard_update_patient_disease_info.cpython-311.pycappointment_evaluation.xmlcheck_immunization_status.xmlupdate_patient_disease_info.xmlwizard_appointment_evaluation.pywizard_check_immunization_status.pywizard_update_patient_disease_info.pyhealth_archives__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_archives.cpython-311.opt-1.pychealth_archives.cpython-311.pycdocindex.rsthealth_archives.pyhealth_archives_view.xmliconsarchives.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_archives.cpython-311.opt-1.pyctest_health_archives.cpython-311.pyctest_health_archives.pytryton.cfgviewgnuhealth_paper_archive_form.xmlgnuhealth_paper_archive_tree.xmlhealth_caldav__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyccaldav.cpython-311.opt-1.pyccaldav.cpython-311.pyccalendar_.cpython-311.opt-1.pyccalendar_.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pycres.cpython-311.opt-1.pycres.cpython-311.pycwebdav.cpython-311.opt-1.pycwebdav.cpython-311.pyccaldav.pycalendar.xmlcalendar_.pydatamessagesmessages.xmlexceptions.pylocalear.pobg.pocs.pode.poel.poes.pofr.pohu_HU.poid.poit_IT.poja_JP.poka.pokab.polo.polt.ponl.popt_BR.posl.posr_Cyrl.potr.pozh_CN.pores.pysecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycscenario_health_caldav.cpython-311.opt-1.pycscenario_health_caldav.cpython-311.pyctest_health_caldav.cpython-311.opt-1.pyctest_health_caldav.cpython-311.pycscenario_health_caldav.pytest_health_caldav.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_calendar__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_calendar.cpython-311.opt-1.pychealth_calendar.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_calendar.pyhealth_calendar_view.xmliconscalendar_icon.svgexecute_icon.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posq.posr_Cyrl.potr.pozh_CN.pozh_Hant.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_calendar.cpython-311.opt-1.pyctest_health_calendar.cpython-311.pyctest_health_calendar.pytryton.cfgviewgnuhealth_appointment_calendar.xmlgnuhealth_calendar_appointment.xmlgnuhealth_calendar_user.xmlgnuhealth_create_appointment_start_form.xmlwizard__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycwizard_health_calendar.cpython-311.opt-1.pycwizard_health_calendar.cpython-311.pychealth_calendar_wizard.xmlwizard_health_calendar.pyhealth_contact_tracing__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_contact_tracing.cpython-311.opt-1.pychealth_contact_tracing.cpython-311.pycdocindex.rsthealth_contact_tracing.pyhealth_contact_tracing_view.xmliconscontact_tracing.svglocalear.pockb.pode.poel.poeo.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.pokn.polo.ponb_NO.popt_BR.poru.posq.posr_Cyrl.potr.pozh_CN.pozh_Hant.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_contact_tracing.cpython-311.opt-1.pyctest_health_contact_tracing.cpython-311.pyctest_health_contact_tracing.pytryton.cfgviewgnuhealth_contact_tracing_form.xmlgnuhealth_contact_tracing_tree.xmlhealth_crypto__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_crypto.cpython-311.opt-1.pychealth_crypto.cpython-311.pycdocindex.rsthealth_crypto.pyhealth_crypto_view.xmllocalear.pockb.pode.poel.poeo.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.pokn.polo.ponb_NO.popt_BR.poru.posq.posr_Cyrl.potr.pozh_CN.pozh_Hant.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_crypto.cpython-311.opt-1.pyctest_health_crypto.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_crypto_lab.cpython-311.opt-1.pychealth_crypto_lab.cpython-311.pycdocindex.rsthealth_crypto_lab.pyhealth_crypto_lab_view.xmllocalear.pockb.pode.poel.poeo.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.pokn.polo.popt_BR.poru.posq.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_crypto.cpython-311.opt-1.pyctest_health_crypto.cpython-311.pyctest_health_crypto.pytryton.cfgviewgnuhealth_lab_form.xmlgnuhealth_lab_tree.xmlhealth_dentistry__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_dentistry.cpython-311.opt-1.pychealth_dentistry.cpython-311.pycdatadentistry_procedures.xmldocindex.rsthealth_dentistry.pyhealth_dentistry_report.xmlhealth_dentistry_view.xmliconsdentistry.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycodontogram_report.cpython-311.opt-1.pycodontogram_report.cpython-311.pycprocedures_report.cpython-311.opt-1.pycprocedures_report.cpython-311.pycodontogram_report.fodtodontogram_report.pyprocedures_report.fodtprocedures_report.pysecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_dentistry.cpython-311.opt-1.pyctest_health_dentistry.cpython-311.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__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycload_procedure.cpython-311.opt-1.pycload_procedure.cpython-311.pycpatient_set_odontogram.cpython-311.opt-1.pycpatient_set_odontogram.cpython-311.pycload_procedure.pyload_procedure.xmlpatient_set_odontogram.pypatient_set_odontogram.xmlhealth_disability__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_disability.cpython-311.opt-1.pychealth_disability.cpython-311.pycdataactivity_and_participation.xmlbody_functions.xmlbody_structures.xmlcategories.xmlenvironmental_factors.xmldocindex.rsthealth_disability.pyhealth_disability_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_disability.cpython-311.opt-1.pyctest_health_disability.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_ems.cpython-311.opt-1.pychealth_ems.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatahealth_ems_sequence.xmlhealth_ems.pyhealth_ems_view.xmliconsambulance.svgoperator.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_ems.cpython-311.opt-1.pyctest_health_ems.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_federation.cpython-311.opt-1.pychealth_federation.cpython-311.pycdatafederation_objects.xmlgnuhealth_commands.xmldocindex.rstexceptions.pyhealth_federation.pyhealth_federation_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_federation.cpython-311.opt-1.pyctest_health_federation.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_genetics.cpython-311.opt-1.pychealth_genetics.cpython-311.pycdatagnuhealth_commands.xmlhuman_genes_alt_loci.xmlhuman_genes_grch38.xmldocindex.rsthealth_genetics.pyhealth_genetics_view.xmliconsdna.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_genetics.cpython-311.opt-1.pyctest_health_genetics.cpython-311.pyctest_health_genetics.pytryton.cfgviewgnuhealth_family_diseases.xmlgnuhealth_family_diseases_tree.xmlgnuhealth_gene.xmlgnuhealth_gene_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-311.opt-1.pyc__init__.cpython-311.pycdatagene_variants.xmlprotein_diseases.xmlvariant_phenotypes.xmldocindex.rstlocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_genetics_uniprot.cpython-311.opt-1.pyctest_health_genetics_uniprot.cpython-311.pyctest_health_genetics_uniprot.pytryton.cfghealth_gyneco__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_gyneco.cpython-311.opt-1.pychealth_gyneco.cpython-311.pycdatagnuhealth_commands.xmlmessagesmessages.xmldocindex.rstexceptions.pyhealth_gyneco.pyhealth_gyneco_view.xmliconsgnuhealth_obstetrics.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_gyneco.cpython-311.opt-1.pyctest_health_gyneco.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_history_report.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycpatient_evaluation_report.cpython-311.opt-1.pycpatient_evaluation_report.cpython-311.pycpatient_evaluation.fodtpatient_evaluation_report.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_history.cpython-311.opt-1.pyctest_health_history.cpython-311.pyctest_health_history.pytryton.cfghealth_icd10__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_icd10.cpython-311.opt-1.pychealth_icd10.cpython-311.pycdatadisease_categories.xmldisease_groups.xmldiseases.xmldocindex.rsthealth_icd10.pylocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icd10.cpython-311.opt-1.pyctest_health_icd10.cpython-311.pyctest_health_icd10.pytryton.cfghealth_icd10pcs__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_icd10pcs.cpython-311.opt-1.pychealth_icd10pcs.cpython-311.pycdataicd_10_pcs_2009_part1.xmlicd_10_pcs_2009_part2.xmlicd_10_pcs_2009_part3.xmldocindex.rsthealth_icd10pcs.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icd10pcs.cpython-311.opt-1.pyctest_health_icd10pcs.cpython-311.pyctest_health_icd10pcs.pytryton.cfghealth_icd11__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycdatacategories.xmldiseases.xmldocindex.rsttests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icd11.cpython-311.opt-1.pyctest_health_icd11.cpython-311.pyctest_health_icd11.pytryton.cfghealth_icd9procs__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_icd9procs.cpython-311.opt-1.pychealth_icd9procs.cpython-311.pycdataicd9procs.xmldocindex.rsthealth_icd9procs.pylocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icd9procs.cpython-311.opt-1.pyctest_health_icd9procs.cpython-311.pyctest_health_icd9procs.pytryton.cfghealth_icpm__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_icpm.cpython-311.opt-1.pychealth_icpm.cpython-311.pycdataicpm.xmldocindex.rsthealth_icpm.pylocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icpm.cpython-311.opt-1.pyctest_health_icpm.cpython-311.pyctest_health_icpm.pytryton.cfghealth_icu__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_icu.cpython-311.opt-1.pychealth_icu.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_icu.pyhealth_icu_view.xmliconsgnuhealth_icu.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_icu.cpython-311.opt-1.pyctest_health_icu.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_imaging.cpython-311.opt-1.pychealth_imaging.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatagnuhealth_commands.xmlhealth_imaging_sequences.xmlimaging_data.xmldocindex.rsthealth_imaging.pyhealth_imaging_report.xmlhealth_imaging_view.xmliconsexecute_icon.svgimaging_icon.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportimaging_study_report.fodtsecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_imaging.cpython-311.opt-1.pyctest_health_imaging.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_health_imaging.cpython-311.opt-1.pycwizard_health_imaging.cpython-311.pycwizard_health_imaging.pyhealth_inpatient__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_inpatient.cpython-311.opt-1.pychealth_inpatient.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatahealth_inpatient_sequence.xmlinpatient_diets.xmlmessagesmessages.xmldocindex.rstexceptions.pyhealth_inpatient.pyhealth_inpatient_view.xmliconscancel.svggo-home.svghospital.svgmeals.svgok.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_inpatient.cpython-311.opt-1.pyctest_health_inpatient.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_health_inpatient.cpython-311.opt-1.pycwizard_health_inpatient.cpython-311.pycwizard_inpatient_evaluation.cpython-311.opt-1.pycwizard_inpatient_evaluation.cpython-311.pycbed_transfer_wizard.xmlinpatient_evaluation.xmlwizard_health_inpatient.pywizard_inpatient_evaluation.pyhealth_inpatient_calendar__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_inpatient_calendar.cpython-311.opt-1.pychealth_inpatient_calendar.cpython-311.pycdocindex.rsthealth_inpatient_calendar.pyhealth_inpatient_calendar_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_inpatient_calendar.cpython-311.opt-1.pyctest_health_inpatient_calendar.cpython-311.pyctest_health_inpatient_calendar.pytryton.cfgviewgnuhealth_calendar_hospital_bed.xmlgnuhealth_calendar_inpatient_registration.xmlhealth_insurance__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_insurance.cpython-311.opt-1.pychealth_insurance.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_insurance.pyhealth_insurance_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_insurance.cpython-311.opt-1.pyctest_health_insurance.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_health_insurance.cpython-311.opt-1.pycwizard_health_insurance.cpython-311.pycwizard_health_insurance.pyhealth_iss__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_iss.cpython-311.opt-1.pychealth_iss.cpython-311.pychealth_iss.pyhealth_iss_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_iss.cpython-311.opt-1.pyctest_health_iss.cpython-311.pyctest_health_iss.pytryton.cfgviewhealth_iss_form.xmlhealth_iss_tree.xmlhealth_lab__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_lab.cpython-311.opt-1.pychealth_lab.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatagnuhealth_commands.xmlhealth_lab_sequences.xmllab_test_data.xmldocindex.rstexceptions.pyhealth_lab.pyhealth_lab_report.xmlhealth_lab_view.xmliconsexecute_icon.svglab_icon.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportlabtest_report.fodtsecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_lab.cpython-311.opt-1.pyctest_health_lab.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_create_lab_test.cpython-311.opt-1.pycwizard_create_lab_test.cpython-311.pyccreate_lab_test.xmlwizard_create_lab_test.pyhealth_lifestyle__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_lifestyle.cpython-311.opt-1.pychealth_lifestyle.cpython-311.pycdatadiets_beliefs.xmlrecreational_drugs.xmlvegetarian_types.xmldocindex.rsthealth_lifestyle.pyhealth_lifestyle_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_lifestyle.cpython-311.opt-1.pyctest_health_lifestyle.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_mdg6.cpython-311.opt-1.pychealth_mdg6.cpython-311.pycdatalab_test_data.xmldocindex.rsthealth_mdg6.pylocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_mdg6.cpython-311.opt-1.pyctest_health_mdg6.cpython-311.pyctest_health_mdg6.pytryton.cfghealth_ntd__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_ntd.cpython-311.opt-1.pychealth_ntd.cpython-311.pycdocindex.rsthealth_ntd.pylocalezh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_ntd.cpython-311.opt-1.pyctest_health_ntd.cpython-311.pyctest_health_ntd.pytryton.cfghealth_ntd_chagas__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_ntd_chagas.cpython-311.opt-1.pychealth_ntd_chagas.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatahealth_ntd_chagas_sequence.xmllab_test_data.xmldocindex.rsthealth_ntd_chagas.pyhealth_ntd_chagas_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_ntd_chagas.cpython-311.opt-1.pyctest_health_ntd_chagas.cpython-311.pyctest_health_ntd_chagas.pytryton.cfgviewgnuhealth_chagas_du_survey_form.xmlgnuhealth_chagas_du_survey_tree.xmlhealth_ntd_dengue__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_ntd_dengue.cpython-311.opt-1.pychealth_ntd_dengue.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatahealth_ntd_dengue_sequence.xmllab_test_data.xmldocindex.rsthealth_ntd_dengue.pyhealth_ntd_dengue_view.xmllocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_ntd_dengue.cpython-311.opt-1.pyctest_health_ntd_dengue.cpython-311.pyctest_health_ntd_dengue.pytryton.cfgviewgnuhealth_dengue_du_survey_form.xmlgnuhealth_dengue_du_survey_tree.xmlhealth_nursing__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_nursing.cpython-311.opt-1.pychealth_nursing.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatahealth_nursing_sequences.xmlmessagesmessages.xmldocindex.rstexceptions.pyhealth_nursing.pyhealth_nursing_report.xmlhealth_nursing_view.xmliconsgnuhealth_nurse.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportambulatory_care_report.fodtround_report.fodtsecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_nursing.cpython-311.opt-1.pyctest_health_nursing.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_ophthalmology.cpython-311.opt-1.pychealth_ophthalmology.cpython-311.pychealth_ophthalmology.pyhealth_ophthalmology_report.xmlhealth_ophthalmology_view.xmliconsophthalmology.svglocalear.pode.poel.poes.pofr.pohu.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportophthalmology.fodttests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_ophthalmology.cpython-311.opt-1.pyctest_health_ophthalmology.cpython-311.pyctest_health_ophthalmology.pytryton.cfgviewfindings_form.xmlfindings_tree.xmloph_form.xmloph_tree.xmlhealth_pediatrics__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_pediatrics.cpython-311.opt-1.pychealth_pediatrics.cpython-311.pycdatagnuhealth_commands.xmldocindex.rsthealth_pediatrics.pyhealth_pediatrics_report.xmlhealth_pediatrics_view.xmliconsbaby_boy_sitting.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportnewborn_card.fodtsecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_pediatrics.cpython-311.opt-1.pyctest_health_pediatrics.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pychealth_pediatrics_growth_charts.cpython-311.opt-1.pychealth_pediatrics_growth_charts.cpython-311.pycdocindex.rsthealth_pediatrics_growth_charts.pylocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_pediatrics_growth_charts.cpython-311.opt-1.pyctest_health_pediatrics_growth_charts.cpython-311.pyctest_health_pediatrics_growth_charts.pytryton.cfghealth_pediatrics_growth_charts_who__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_pediatrics_growth_charts_who.cpython-311.opt-1.pychealth_pediatrics_growth_charts_who.cpython-311.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.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycreport_health_pediatrics_growth_charts_who.cpython-311.opt-1.pycreport_health_pediatrics_growth_charts_who.cpython-311.pycreport_health_pediatrics_growth_charts_who.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_pediatrics_growth_charts_who.cpython-311.opt-1.pyctest_health_pediatrics_growth_charts_who.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_health_pediatrics_growth_charts_who.cpython-311.opt-1.pycwizard_health_pediatrics_growth_charts_who.cpython-311.pychealth_pediatrics_growth_charts_who_wizard.xmlwizard_health_pediatrics_growth_charts_who.pyhealth_profile__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycdocindex.rstlocalear.pode.poes.pofr.poit_IT.poja_JP.polo.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_profile.cpython-311.opt-1.pyctest_health_profile.cpython-311.pyctest_health_profile.pytryton.cfghealth_qrcodes__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_qrcodes.cpython-311.opt-1.pychealth_qrcodes.cpython-311.pycdocindex.rsthealth_qrcodes.pyhealth_qrcodes_report.xmlhealth_qrcodes_view.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreportappointment_qrcode.fodtbarcode39.fodtlabtest_qrcode.fodtnewborn_card.fodtparty_wristband.fodtpatient_card.fodtpatient_wristband.fodttests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_qrcodes.cpython-311.opt-1.pyctest_health_qrcodes.cpython-311.pyctest_health_qrcodes.pytryton.cfgviewgnuhealth_appointment.xmlgnuhealth_party_form.xmlgnuhealth_patient_form.xmllab_form.xmlnewborn_form.xmlhealth_reporting__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycdatamessagesmessages.xmldocindex.rsthealth_reporting_report.xmlhealth_reporting_view.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycepidemics_report.cpython-311.opt-1.pycepidemics_report.cpython-311.pycsummary_report.cpython-311.opt-1.pycsummary_report.cpython-311.pycepidemics_report.pysummary_report.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_reporting.cpython-311.opt-1.pyctest_health_reporting.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_epidemics_report.cpython-311.opt-1.pycwizard_epidemics_report.cpython-311.pycwizard_evaluations.cpython-311.opt-1.pycwizard_evaluations.cpython-311.pycwizard_summary_report.cpython-311.opt-1.pycwizard_summary_report.cpython-311.pycwizard_top_diseases.cpython-311.opt-1.pycwizard_top_diseases.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_services.cpython-311.opt-1.pychealth_services.cpython-311.pycinvoice.cpython-311.opt-1.pycinvoice.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatagnuhealth_commands.xmlhealth_service_sequences.xmlhealth_services_data.xmlmessagesmessages.xmldocindex.rstexceptions.pyhealth_services.pyhealth_services_report.xmlhealth_services_view.xmliconsfolder-documents.svgtryton-financial.svginvoice.pyinvoice.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreporthealth_services_report.fodtsecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_services.cpython-311.opt-1.pyctest_health_services.cpython-311.pyctest_health_services.pytryton.cfgviewgnuhealth_health_service.xmlgnuhealth_health_service_line.xmlgnuhealth_health_service_line_tree.xmlgnuhealth_health_service_tree.xmlgnuhealth_patient_evaluation.xmlgnuhealth_prescription.xmlhealth_service_invoice.xmlinvoice_form.xmlinvoice_tree.xmlwizard__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycwizard_health_services.cpython-311.opt-1.pycwizard_health_services.cpython-311.pyccreate_health_service_invoice.xmlwizard_health_services.pyhealth_services_imaging__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_services_imaging.cpython-311.opt-1.pychealth_services_imaging.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_services_imaging.pyhealth_services_imaging_view.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_services_imaging.cpython-311.opt-1.pyctest_health_services_imaging.cpython-311.pyctest_health_services_imaging.pytryton.cfgviewgnuhealth_imaging_request.xmlgnuhealth_imaging_start_request.xmlwizard__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycwizard_health_services.cpython-311.opt-1.pycwizard_health_services.cpython-311.pycwizard_health_services.pyhealth_services_lab__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_services_lab.cpython-311.opt-1.pychealth_services_lab.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_services_lab.pyhealth_services_lab_view.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_services_lab.cpython-311.opt-1.pyctest_health_services_lab.cpython-311.pyctest_health_services_lab.pytryton.cfgviewgnuhealth_lab_request.xmlgnuhealth_lab_start_request.xmlwizard__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycwizard_health_services.cpython-311.opt-1.pycwizard_health_services.cpython-311.pycwizard_health_services.pyhealth_socioeconomics__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_socioeconomics.cpython-311.opt-1.pychealth_socioeconomics.cpython-311.pycdatagnuhealth_commands.xmldocindex.rsthealth_socioeconomics.pyhealth_socioeconomics_view.xmllocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.posecurityaccess_rights.xmltests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_socioeconomics.cpython-311.opt-1.pyctest_health_socioeconomics.cpython-311.pyctest_health_socioeconomics.pytryton.cfgviewgnuhealth_patient.xmlgnuhealth_ses_assessment_form.xmlgnuhealth_ses_assessment_tree.xmlparty_form.xmlhealth_stock__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_stock.cpython-311.opt-1.pychealth_stock.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_stock.pyhealth_stock_view.xmliconstryton-inventory.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_stock.cpython-311.opt-1.pyctest_health_stock.cpython-311.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-311.opt-1.pyc__init__.cpython-311.pycwizard_create_prescription_stock_move.cpython-311.opt-1.pycwizard_create_prescription_stock_move.cpython-311.pycwizard_create_vaccination_stock_move.cpython-311.opt-1.pycwizard_create_vaccination_stock_move.cpython-311.pyccreate_prescription_stock_move.xmlcreate_vaccination_stock_move.xmlwizard_create_prescription_stock_move.pywizard_create_vaccination_stock_move.pyhealth_stock_surgery__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_stock_surgery.cpython-311.opt-1.pychealth_stock_surgery.cpython-311.pycdatamessagesmessages.xmldocindex.rstexceptions.pyhealth_stock_surgery.pyhealth_stock_surgery_view.xmliconstryton-inventory.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_stock_surgery.cpython-311.opt-1.pyctest_health_stock_surgery.cpython-311.pyctest_health_stock_surgery.pytryton.cfgviewcreate_surgery_stock_move.xmlsurgery_form.xmlwizard__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycwizard_create_surgery_stock_move.cpython-311.opt-1.pycwizard_create_surgery_stock_move.cpython-311.pyccreate_surgery_stock_move.xmlwizard_create_surgery_stock_move.pyhealth_surgery__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pychealth_surgery.cpython-311.opt-1.pychealth_surgery.cpython-311.pycsequences.cpython-311.opt-1.pycsequences.cpython-311.pycdatagnuhealth_commands.xmlhealth_surgery_sequence.xmlmessagesmessages.xmldocindex.rstexceptions.pyhealth_surgery.pyhealth_surgery_report.xmlhealth_surgery_view.xmliconssurgery.svglocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.poreport__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycsurgery_report.cpython-311.opt-1.pycsurgery_report.cpython-311.pycpreoperative_assessment_report.fodtsurgery_outpatient_report.fodtsurgery_report.fodtsurgery_report.pysecurityaccess_rights.xmlsequences.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_surgery.cpython-311.opt-1.pyctest_health_surgery.cpython-311.pyctest_health_surgery.pytryton.cfgviewgnuhealth_operation.xmlgnuhealth_operation_tree.xmlgnuhealth_or_schedule.xmlgnuhealth_or_schedule_calendar.xmlgnuhealth_or_schedule_tree.xmlgnuhealth_patient.xmlgnuhealth_patient_evaluation.xmlgnuhealth_preoperative_assessment.xmlgnuhealth_preoperative_assessment_tree.xmlgnuhealth_procedure.xmlgnuhealth_procedure_tree.xmlgnuhealth_rcri_form.xmlgnuhealth_rcri_tree.xmlgnuhealth_surgery.xmlgnuhealth_surgery_complication.xmlgnuhealth_surgery_complication_tree.xmlgnuhealth_surgery_drain.xmlgnuhealth_surgery_drain_tree.xmlgnuhealth_surgery_protocol.xmlgnuhealth_surgery_protocol_tree.xmlgnuhealth_surgery_supply.xmlgnuhealth_surgery_supply_tree.xmlgnuhealth_surgery_team.xmlgnuhealth_surgery_team_tree.xmlgnuhealth_surgery_tree.xmlhealth_surgery_protocols__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_surgery_protocols.cpython-311.opt-1.pychealth_surgery_protocols.cpython-311.pycdatasurgery_protocols.xmldocindex.rsthealth_surgery_protocols.pylocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_surgery_protocols.cpython-311.opt-1.pyctest_health_surgery_protocols.cpython-311.pyctest_health_surgery_protocols.pytryton.cfghealth_webdav3_server__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycexceptions.cpython-311.opt-1.pycexceptions.cpython-311.pycprotocol.cpython-311.opt-1.pycprotocol.cpython-311.pycserver.cpython-311.opt-1.pycserver.cpython-311.pycwebdav.cpython-311.opt-1.pycwebdav.cpython-311.pycdatamessagesmessages.xmlexceptions.pylocalear.pobg.pocs.pode.poel.poes.pofr.pohu_HU.poid.poit_IT.poja_JP.poka.pokab.polo.polt.ponl.popt_BR.posl.posr_Cyrl.potr.pozh_CN.poprotocol.pyserver.pytests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_webdav.cpython-311.opt-1.pyctest_webdav.cpython-311.pyctest_webdav.pytryton.cfgviewattachment_form.xmlcollection_form.xmlcollection_list.xmlcollection_tree.xmlshare_form.xmlshare_list.xmlwebdav.pywebdav.xmlhealth_who_essential_medicines__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pychealth_who_essential_medicines.cpython-311.opt-1.pychealth_who_essential_medicines.cpython-311.pycdataWHO_list_of_essential_medicines.xmlWHO_products.xmlmedicament_categories.xmldocindex.rsthealth_who_essential_medicines.pylocalear.pode.poel.poes.pofr.poid.poit_IT.poja_JP.poka.pokab.polo.popt_BR.posr_Cyrl.potr.pozh_CN.potests__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyctest_health_who_essential_medicines.cpython-311.opt-1.pyctest_health_who_essential_medicines.cpython-311.pyctest_health_who_essential_medicines.pytryton.cfggnuhealth-webdav@.servicegnuhealth.servicegnuhealthChangelogGNUHealth.README.openSUSEREADME.rstexamplesREADME.rstgnuhealth-hmis.rstimagesgnuhealth-hmis.pngfederationgh_queue_manager.pygnuhealth-data-importLICENSEREADME.rstdata1-patients.csv1-patients.ods2-products.csv2-products.ods3-medicaments.csv3-medicaments.ods4-labtests.csv4-labtests.odsgnuhealth-data-import.pygnuhealth-pot-filldataicd10-chapter.txticd10-disease.txticd10-section.txticd9procs.txtgnuhealth-pot-fill.elgnuhealth-setupgnuhealth_log.confgnuhealthrcorthancsync_orthanc_server.pyupdate_worklists_database.pyworklists_service_demo.shpo-exportpo-export.pypo-export.shstartupREADME.rstgnuhealth.servicetrytond.confupgrade4.0after.sqlbefore.sqlversiongnuhealthCC-BY-SA-4.0.txtCOPYINGGPL-3.0-or-later.txt/etc//usr/bin//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/gnuhealth-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_archives-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_caldav-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_calendar-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_contact_tracing-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_crypto-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_crypto_lab-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_dentistry-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_disability-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_ems-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_federation-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_genetics-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_genetics_uniprot-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_gyneco-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_history-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icd10-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icd10pcs-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icd11-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icd9procs-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icpm-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_icu-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_imaging-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_inpatient-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_inpatient_calendar-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_insurance-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_iss-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_lab-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_lifestyle-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_mdg6-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_ntd-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_ntd_chagas-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_ntd_dengue-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_nursing-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_ophthalmology-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_pediatrics-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_pediatrics_growth_charts-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_pediatrics_growth_charts_who-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_profile-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_qrcodes-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_reporting-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_services-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_services_imaging-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_services_lab-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_socioeconomics-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_stock-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_stock_surgery-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_surgery-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_surgery_protocols-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_webdav3_server-4.4.1.dist-info//usr/lib/python3.11/site-packages/gnuhealth_who_essential_medicines-4.4.1.dist-info//usr/lib/python3.11/site-packages/trytond//usr/lib/python3.11/site-packages/trytond/modules//usr/lib/python3.11/site-packages/trytond/modules/health//usr/lib/python3.11/site-packages/trytond/modules/health/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health/data//usr/lib/python3.11/site-packages/trytond/modules/health/data/help//usr/lib/python3.11/site-packages/trytond/modules/health/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health/doc//usr/lib/python3.11/site-packages/trytond/modules/health/icons//usr/lib/python3.11/site-packages/trytond/modules/health/locale//usr/lib/python3.11/site-packages/trytond/modules/health/report//usr/lib/python3.11/site-packages/trytond/modules/health/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health/security//usr/lib/python3.11/site-packages/trytond/modules/health/tests//usr/lib/python3.11/site-packages/trytond/modules/health/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health/view//usr/lib/python3.11/site-packages/trytond/modules/health/wizard//usr/lib/python3.11/site-packages/trytond/modules/health/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_archives//usr/lib/python3.11/site-packages/trytond/modules/health_archives/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_archives/doc//usr/lib/python3.11/site-packages/trytond/modules/health_archives/icons//usr/lib/python3.11/site-packages/trytond/modules/health_archives/locale//usr/lib/python3.11/site-packages/trytond/modules/health_archives/tests//usr/lib/python3.11/site-packages/trytond/modules/health_archives/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_archives/view//usr/lib/python3.11/site-packages/trytond/modules/health_caldav//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/data//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/locale//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/security//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/tests//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_caldav/view//usr/lib/python3.11/site-packages/trytond/modules/health_calendar//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/data//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/doc//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/icons//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/locale//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/tests//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/view//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_calendar/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/doc//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/icons//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/locale//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/tests//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_contact_tracing/view//usr/lib/python3.11/site-packages/trytond/modules/health_crypto//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/doc//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/locale//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/tests//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_crypto/view//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/doc//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/locale//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/tests//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_crypto_lab/view//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/data//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/doc//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/icons//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/locale//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/report//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/security//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/tests//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/view//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_dentistry/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_disability//usr/lib/python3.11/site-packages/trytond/modules/health_disability/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_disability/data//usr/lib/python3.11/site-packages/trytond/modules/health_disability/doc//usr/lib/python3.11/site-packages/trytond/modules/health_disability/locale//usr/lib/python3.11/site-packages/trytond/modules/health_disability/tests//usr/lib/python3.11/site-packages/trytond/modules/health_disability/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_disability/view//usr/lib/python3.11/site-packages/trytond/modules/health_ems//usr/lib/python3.11/site-packages/trytond/modules/health_ems/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ems/data//usr/lib/python3.11/site-packages/trytond/modules/health_ems/icons//usr/lib/python3.11/site-packages/trytond/modules/health_ems/locale//usr/lib/python3.11/site-packages/trytond/modules/health_ems/tests//usr/lib/python3.11/site-packages/trytond/modules/health_ems/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ems/view//usr/lib/python3.11/site-packages/trytond/modules/health_federation//usr/lib/python3.11/site-packages/trytond/modules/health_federation/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_federation/data//usr/lib/python3.11/site-packages/trytond/modules/health_federation/doc//usr/lib/python3.11/site-packages/trytond/modules/health_federation/locale//usr/lib/python3.11/site-packages/trytond/modules/health_federation/security//usr/lib/python3.11/site-packages/trytond/modules/health_federation/tests//usr/lib/python3.11/site-packages/trytond/modules/health_federation/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_federation/view//usr/lib/python3.11/site-packages/trytond/modules/health_genetics//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/data//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/doc//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/icons//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/locale//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/security//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/tests//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_genetics/view//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/data//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/doc//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/locale//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/tests//usr/lib/python3.11/site-packages/trytond/modules/health_genetics_uniprot/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/data//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/doc//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/icons//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/locale//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/security//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/tests//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_gyneco/view//usr/lib/python3.11/site-packages/trytond/modules/health_history//usr/lib/python3.11/site-packages/trytond/modules/health_history/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_history/locale//usr/lib/python3.11/site-packages/trytond/modules/health_history/report//usr/lib/python3.11/site-packages/trytond/modules/health_history/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_history/tests//usr/lib/python3.11/site-packages/trytond/modules/health_history/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd10//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/data//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/locale//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icd10/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs/data//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icd10pcs/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd11//usr/lib/python3.11/site-packages/trytond/modules/health_icd11/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd11/data//usr/lib/python3.11/site-packages/trytond/modules/health_icd11/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icd11/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icd11/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/data//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/locale//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icd9procs/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icpm//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/data//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/locale//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icpm/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icu//usr/lib/python3.11/site-packages/trytond/modules/health_icu/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icu/data//usr/lib/python3.11/site-packages/trytond/modules/health_icu/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_icu/doc//usr/lib/python3.11/site-packages/trytond/modules/health_icu/icons//usr/lib/python3.11/site-packages/trytond/modules/health_icu/locale//usr/lib/python3.11/site-packages/trytond/modules/health_icu/tests//usr/lib/python3.11/site-packages/trytond/modules/health_icu/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_icu/view//usr/lib/python3.11/site-packages/trytond/modules/health_imaging//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/data//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/doc//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/icons//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/locale//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/report//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/security//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/tests//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/view//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_imaging/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/data//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/doc//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/icons//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/locale//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/security//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/tests//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/view//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/doc//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/locale//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/tests//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_inpatient_calendar/view//usr/lib/python3.11/site-packages/trytond/modules/health_insurance//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/data//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/doc//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/locale//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/tests//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/view//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_insurance/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_iss//usr/lib/python3.11/site-packages/trytond/modules/health_iss/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_iss/locale//usr/lib/python3.11/site-packages/trytond/modules/health_iss/tests//usr/lib/python3.11/site-packages/trytond/modules/health_iss/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_iss/view//usr/lib/python3.11/site-packages/trytond/modules/health_lab//usr/lib/python3.11/site-packages/trytond/modules/health_lab/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_lab/data//usr/lib/python3.11/site-packages/trytond/modules/health_lab/doc//usr/lib/python3.11/site-packages/trytond/modules/health_lab/icons//usr/lib/python3.11/site-packages/trytond/modules/health_lab/locale//usr/lib/python3.11/site-packages/trytond/modules/health_lab/report//usr/lib/python3.11/site-packages/trytond/modules/health_lab/security//usr/lib/python3.11/site-packages/trytond/modules/health_lab/tests//usr/lib/python3.11/site-packages/trytond/modules/health_lab/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_lab/view//usr/lib/python3.11/site-packages/trytond/modules/health_lab/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_lab/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/data//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/doc//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/locale//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/security//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/tests//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_lifestyle/view//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/data//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/doc//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/locale//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/tests//usr/lib/python3.11/site-packages/trytond/modules/health_mdg6/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd//usr/lib/python3.11/site-packages/trytond/modules/health_ntd/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd/doc//usr/lib/python3.11/site-packages/trytond/modules/health_ntd/locale//usr/lib/python3.11/site-packages/trytond/modules/health_ntd/tests//usr/lib/python3.11/site-packages/trytond/modules/health_ntd/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/data//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/doc//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/locale//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/tests//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_chagas/view//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/data//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/doc//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/locale//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/tests//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ntd_dengue/view//usr/lib/python3.11/site-packages/trytond/modules/health_nursing//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/data//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/doc//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/icons//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/locale//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/report//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/security//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/tests//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_nursing/view//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/icons//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/locale//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/report//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/tests//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_ophthalmology/view//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/data//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/doc//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/icons//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/locale//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/report//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/security//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/tests//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics/view//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts/doc//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts/locale//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts/tests//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/data//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/doc//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/locale//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/report//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/tests//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/view//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_pediatrics_growth_charts_who/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_profile//usr/lib/python3.11/site-packages/trytond/modules/health_profile/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_profile/doc//usr/lib/python3.11/site-packages/trytond/modules/health_profile/locale//usr/lib/python3.11/site-packages/trytond/modules/health_profile/tests//usr/lib/python3.11/site-packages/trytond/modules/health_profile/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/doc//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/locale//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/report//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/tests//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_qrcodes/view//usr/lib/python3.11/site-packages/trytond/modules/health_reporting//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/data//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/doc//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/locale//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/report//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/tests//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/view//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_reporting/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services//usr/lib/python3.11/site-packages/trytond/modules/health_services/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services/data//usr/lib/python3.11/site-packages/trytond/modules/health_services/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_services/doc//usr/lib/python3.11/site-packages/trytond/modules/health_services/icons//usr/lib/python3.11/site-packages/trytond/modules/health_services/locale//usr/lib/python3.11/site-packages/trytond/modules/health_services/report//usr/lib/python3.11/site-packages/trytond/modules/health_services/security//usr/lib/python3.11/site-packages/trytond/modules/health_services/tests//usr/lib/python3.11/site-packages/trytond/modules/health_services/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services/view//usr/lib/python3.11/site-packages/trytond/modules/health_services/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_services/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/data//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/doc//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/locale//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/tests//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/view//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_services_imaging/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/data//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/doc//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/locale//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/tests//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/view//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_services_lab/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/data//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/doc//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/locale//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/security//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/tests//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_socioeconomics/view//usr/lib/python3.11/site-packages/trytond/modules/health_stock//usr/lib/python3.11/site-packages/trytond/modules/health_stock/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_stock/data//usr/lib/python3.11/site-packages/trytond/modules/health_stock/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_stock/doc//usr/lib/python3.11/site-packages/trytond/modules/health_stock/icons//usr/lib/python3.11/site-packages/trytond/modules/health_stock/locale//usr/lib/python3.11/site-packages/trytond/modules/health_stock/tests//usr/lib/python3.11/site-packages/trytond/modules/health_stock/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_stock/view//usr/lib/python3.11/site-packages/trytond/modules/health_stock/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_stock/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/data//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/doc//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/icons//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/locale//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/tests//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/view//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/wizard//usr/lib/python3.11/site-packages/trytond/modules/health_stock_surgery/wizard/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_surgery//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/data//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/doc//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/icons//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/locale//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/report//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/report/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/security//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/tests//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_surgery/view//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/data//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/doc//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/locale//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/tests//usr/lib/python3.11/site-packages/trytond/modules/health_surgery_protocols/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/data//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/data/messages//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/locale//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/tests//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/tests/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_webdav3_server/view//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/__pycache__//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/data//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/doc//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/locale//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/tests//usr/lib/python3.11/site-packages/trytond/modules/health_who_essential_medicines/tests/__pycache__//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/images//usr/share/doc/packages/gnuhealth/federation//usr/share/doc/packages/gnuhealth/gnuhealth-data-import//usr/share/doc/packages/gnuhealth/gnuhealth-data-import/data//usr/share/doc/packages/gnuhealth/gnuhealth-pot-fill//usr/share/doc/packages/gnuhealth/gnuhealth-pot-fill/data//usr/share/doc/packages/gnuhealth/orthanc//usr/share/doc/packages/gnuhealth/po-export//usr/share/doc/packages/gnuhealth/startup//usr/share/doc/packages/gnuhealth/upgrade//usr/share/doc/packages/gnuhealth/upgrade/4.0//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-protectionobs://build.opensuse.org/openSUSE:Maintenance:18504/openSUSE_Backports_SLE-15-SP6_Update/8694e8284cebd4d15b2b8ed527d91f6b-gnuhealth.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5noarch-suse-linux                                                                                                                                                                                                                                                     directoryBourne-Again shell script, ASCII text executablePython script, UTF-8 Unicode text executableBourne-Again shell script, UTF-8 Unicode text executableASCII textUTF-8 Unicode textASCII text, with CRLF line terminatorsemptyXML 1.0 document, UTF-8 Unicode textSVG Scalable Vector Graphics imageGNU gettext message catalogue, UTF-8 Unicode text, with very long linesXML 1.0 document, UTF-8 Unicode text, with very long linesGNU gettext message catalogue, UTF-8 Unicode textGNU gettext message catalogue, ASCII textXML 1.0 document, ASCII textPython script, ASCII text executableUTF-8 Unicode text, with very long linesPNG image data, 1200 x 311, 8-bit/color RGB, non-interlacedASCII text, with no line terminators (OpenDocument Spreadsheet)Lisp/Scheme program, UTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNORRRRRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R m^;9Bsystemdgnuhealth-clientnanosystemdsystemd-sysvcompatutf-8271b93dae5ba4ff7c1d23028b9070f311892664300294e9d0dca2e1aa885faa2?@7zXZ !t/%7]"k%r^Cj@PNbo4ҦGq;.4vY<(r-܄2VRT_Uos|w_ƜU|Y|z{hK[>7;޸IA8\T&ϛqkEQBsX}Q0]9g1֒gh\ `lf+8\߄ 6:{ӛlDɫi"iΝb[@b1_[8l-; D3& ^iW{llne I 'vB!M L27NN:WCD+,]܎MV{IXr7X'yf(ﭨ+1Tn&Yj=.a?OxhDSP#mqI5_Jkݶ9HsR5 7TS7:ҭȳ: 9s}ӷ;}j~ ^+{H*d m2iqybJy26FJ-H(jʣȊCBbH8IvgT/|ZGWWt?F i/{:}Lz8iql[R)b u,/+3敼/C+rIVW.ņMZ6=e9}yW_D}5w@3Y.lUf={ܠUHyNـ MEpl/ŭ8ʟ`vm`_f)Z. ~m !LqCn]Ra&7\XDwp߮T>/^vZiM"IjR'/U ~M.jv>O!rȆ  vWH7G:4gK)!j.HM}jh(NYWg\ׅ!9.A//"ϊ oH݆ *Gۓ'zG0 )jȊքzp^]u6MT!tPJa 4IS5OF%=MA`g6T\pg:XvG.ƠS[1]/1$:SQX b-'pXfzF÷*9K= rQsbaqÞQz5C Nĺ~V ]^]һ߱UɆЧܣ r_`i&> ')h"e*KہrdCMaXvb7xi+_ʭ0-=xbqOyYDU͕# F̋g˛zRlVeWYmN$8SغZ0,nB @xQu3'p)P {-+4 J HnaqY(BHLle|R1F0хS00LJ8h'޶r>>C]66Q֏=Ŭλ*hn7$ueǗ7iNCܴʖ^o4dxlVIشM Q$xM>,BS$VS넜r]l΀y-{eYGSv]yOk!7o0,r(7Y$BphFo5ΑN0kŠPl~+ Hhhf}'Pq[2R eYصwMxVg4(XI2=k%% M.aG(0^.c+ErXK`@`3r< c:[/VBkhsljFq?3dp˴k]|X֡2-IEt {ra;pyßw'yGIIDGc}qUK'i󬩦}"*\Kô&Q1OE5p|A.O Eߢa[gCpB;wd3!7BCʬYl2I&Ll>wL;s!a|lxJ/z#ʸ#¨yv'\DКL"4I[?&-KX\[NBwEH{4KډL@:"wf52Q)%2<5 *=WJ ze7p>+S=t0tIn_9-N=ޅf (kH> 3±! hH0Ȝ_'tFtQ$_,1 6M00x펄LQsXl'QT]"9Pu~mΟ{7DQ wФP [ 7O sf1Vq:bP|DiB׽z3BZ!5F|8!]|aW6Si"ɫDLO_;܎0r{sUPʛMFuM<ȍX5~ j 3k#δ4n?VI&3$2E }]}?'VG~6*/?̷5 VXژg{/#R BOE((/|UnhrͼgńY03D:+Mz Zk1S̞,0 8-hwQxm}#x/p*WcZ/" : I)Hν)FsfFB- G5j;)$4l0>2:9g'h_IWnHZxN.Ş2y_izyv~4Z/ߋt$[v񹻜4 50%:w8 + [bZRJ_`ȴH$ rٗ}[5C)r\m7:Ov[K^Xd`|~vgzg>u ͝6zKO`y271~ 0hP`\=4\lH50R2]L6fTinl/RJWK6_=8X= UgU\c,\үQ*#w$FSӋ|+ \ǃrb?>VsY2ZhM@V;[Rmmt(OL;OWY=_q BZnbTݲh=deF 5 d~xgLH[Pf8ka/`@M9C#D));<ӐXD1zoDD]U*E2YCx5u(>0\2$Y:2Vo~(qi7Q71rZ+r%0|rջe6k8{R 2ttf ={|ɳ$1SxXݐ&1K, z$ Sq#8⡼xn. 0enS3-%0GȰ͗2bW^MrըqYX瞯ǂvh\wq4q8N*FY3?D d Yf &x!z㼷;eQ/guj6QBښ/,e ^69!bCW{1 ]ζGK/2_c@Y9oedocT(.Z&Cs~+4(/)JHd2&HcJ=ʁS}+{%"MYGmcwS2EzaΡ 5#$YmC9`$SmfQ/_xEhM_Č8nA.gRH2h&ٴ 6dn8'|o,f(\T:_|d停8(\F G3`a}\jQIM,T!F}Fz>p!&blJT_O zsnn 9b7I`c2̕[GTᮩ=q ѕvGPT`薳7:.r9:WQXq; Uy\m"Ơ&$JQQxkI ԆZ$qdIȴё_ca8ȩJbMΡ{$2$ȍXȄT..Q$F84@]0$f(E$~ae_fz8ImrSU-{j /N^oM#[[KG^:ON4zߎc.hGH$Ze8ޞ@:zU3_:L՞z9X՚<p|XMx4y<+uto2)n:驸JوNBlvRIRkN*ۖԮTA(|Tc+eL$ Ծ ;ߘ A sEҒؘsڠE8FF ̄1&romq ,n4wROb_418_#P$Vj^I~1/NHyځ?6vg0.i b]( UI!f ySe=3AWZPjumaWT>V7H9~Z =n%Ybᙩֲ!7@Qo+}8~E$k͆#ރLB|H=Wڿ Cvk:GX_yf!&3V#jƈTd!M%6u*z@9e%`},s1p1mr"- WD`A[$ze7~@!#ز j@*Zh+|Hj3u&'т"Q= L:"Psܟ&F"~+3^UrJ1m2%a΄^yXu;[C'X,' EYqDAjT7 0chUW;zu5 4GªI0%xDh[M¸%DȐuZm{*$U"ZߦOkOrHG=bXe+֔jG:^Re*dDDrX5G;"%q/Gr(s"-(tD|BBI2-.Z)`Xt &d<|0Lo[DVvqj:> saz`b(#Mܔʧ0{q%=Q8m} s', LYIt=#'Q _ɢ:ouH%KޛHSJ7)Y͉`w 2KD(SOS 74Sy}'(_} O4Vň>'q')=%>gW?凷 ç8&/0SÊY!hI1t_ZkF Zr љs$8U:10M\VlTCKCMs+j>h8.)x`vwhUB +?̝n,P'0'0KqE))o`iNN2N*FO~>|W)_n3 (% dO-B~Ϙm݆  !J:܅SjWnW6o[q{V!"`SKS_G@:Hq{~$W_#.GaKߚ?n\#aہInD{x82ANbiMͥ <HԢ&E%/n$-$Mmk-h /kZqAD-Dp[RBBu#'q~3~&gc'(=%EOt0H@?Q|Ki:5 d!Dϣg0IsSпz#y?'9'"O\zqF5tX gzWS [ݜ U͊ =ďvˠ_3ÉB}uyBj9GsD0#Um&KTETT *<{QjtwwUcALer\A=;1+=-tC73Y&8J s &ŏٔG={HIlU[IuM'mons.h9g$|_pOnp+ G2v]\7&CSTS>̢Ƭ.By@jD2K? ;SחuxHK :06 VoAVpӱR\ơkOG XڔDPK \TQLrB VFJ]%qPw1TaOxs赝5:>8K:?_ X÷ɭ*յH |Kæ&{cI`-Ǹ6[ -)sҔQ1`F 7\@~[Msh5 F+0XqoJlX5pjW>j)2Q] t:wCe#axj (W?z I4dn/MsK7 jh[tꡊKPlDĩ”zorN;8k#V9y%IfFՖ9N=fk/Z+WfOԿL(kGMmGÁHnls@y=S؍c653N9:`ޙw-9s*.坾kl_“+3`X $B*E) S6& d1sU{YC7'<}Tw.x~ Nڱ#NVR;u \@0b^)[[a,MGѲwg-~gS~B(*(>Ti"̹eW'Rx+\$:|'<ȧ40*j R9h0oϠ1Jgh[`6ɟ8 MeU"50ybiѪgGL-h&Gq?ɖԴL :SoH0߱0y &ڇLf`:Opƴ퐞kze0ItCVᣊ]r?eBʑ%m}ZAh\N gr<5zmď"l[&%-f'j)+X:`l1qcd0!Er ɱne^hϟxl\Gq#-C3lf78u1lK`iٳV2I'%M|ӭV>;+/, nAv'mݿ1:{UeakQj `?W œd|sF6Jzjsx}vI"B^Wx]lcv<; 5س*$HꊰMD4#:_&qywL2p9-+{z% ~XkSkڂPjtfH®+ϡmpH*?޷! v; i>·a j ҍ 2h'Ay +,rGX[YF9b|G~bdg?|o^{9'=nRQ4EVQHV~GZx{u=«3f|nQ)Cl0O-kdˠ':9ҥ)kh<b,a\Nښ[D_>cºd&dfY6 T)EZ,1~hJluџ zj*tM=7F( m%eڕ]qT_䶘^f~\_+f/WsWّ =%3]KR՝5BZ&~4 V `<ԁS)]7X(BǝC5.ffT\g?sX%enyar 5pz[?ԠpLw0ڎR-rew4KDKOtȭs| met6sKDzt܁KS޽dgrZ4N|:֨<-*G.rTʙrO~9W4x=ȇ~3'9j:c! 敻[m[;jQ.EN՜S ROMQ\DqGqbs94Y羒KoH|[zo:6R#a3Ci25kSp 5 BJIF.ͧ`Ka:˭ _HYN&69P˪W{F`u0N~ 9a4λ3S~b)g* %YmN %cKs%mfjh\m}Qڟе/`VY s6ݹoݚX0Ԩ_7,v15yns!CSgP]{ ?RM /"i|8! T=@e. fһ`m+s&7xnCP5m#ŀ 1$ˉZ'QEԕ5](Zw1">&5$.2z@V!Cl&K˃0nI~ȿ$fd ?Uu8A:У415tu`KVD>fVccMkt<;MIJ;t|3ld穃 6i?S#glu j+W:NJA"M~DoĸNPxb7p, +cůyR.2_9k @Wd=sh6gA LV^\)rŇmП7X$!$uE3ћ"mfV'Ԛ(B.Y303#bqfTxilOةU͆b;EsXm#ˑ,&qkm]y$̩gz+؏_ޞb<~BB@R1,Dώ/a^I Ǭ~" AXR^ cEz4b^1zP#ZlT51DIΣ(//W UyYm`|aB~ €.ĦDRJRu[kko(y$ I_o1]Ps?j/@H-F:lC”Yfʯ8#J( D|&ddh3 7[ u$<ՙf& P +x0Esj u|2DU6QǪ5Plm0pcT~6,;< 4tmT?q}V[DTګV;֡{ƶnJƮ.$XEĮ1硅srP 3U+pwj9h=)ҵXp*e?B!!(cfqժ˘Z M;jzE٭Ӭ'HuEKNjڿ~.l;ݷ{ٰJC8hȋŗn ߚ9B񦉒zu3W5u)%ʄ6OzBt*hejxNͺN唇/Km56㍇gN>e\$p4_K@KOģ?>ym B7qVռ))F)h!hVA6nUCumI:2Ex%\/{e0Dҏc[38&Rk57z(Jo'Lf=.p5eZM2+ʆrgPgέлlAqKϯ-EgoD2A`R\EژMy.?raȴo'Fm }]s IH2_x+cHoEρp ]Ejl J-ԑa:c=PĂVw-I].O\2d,F+ڄGMQkbKm)9 HGXߵ~X3YD5| C%C11&*}XTҭzB)fUr t13oB7@Yv"I}v9<lersf^X`+MY cZ ȋs:~>ih>82@}E{/l)Ka3gPSf 02zݞYEM|PF6m_W\hF^Ȫ8BrrbZͼ{5UQ[8BDjI"~ݺ nO p)}Peuo ^)v9E-l䒷tN{\*@ǵTj\O{-yv g_<%Z 19^mNˋ?E1'pWY|5\"C/-R?XU!T3QQ pƅgcu&?B ץF[mEk3K8veɼOw*|Ye5RMH XX Q7:YcĨ[.^߇`QZ̨ת^ʦ{_C'w4lm,o ++ ߾̲s@6'T>ny E'7KmLIwϙBxI 얒SL_@O5yK;ޖ[4M4ƿ`4\VY{gYχrB CϾUvMu ZϪ*j}Ǭ-6帰ʜNyl\ߛM)ky篍CR͏medrA};Mf ԵN@ ؙX(p@~(A Z~e)܎׬a虖&{d3LH)`%7Q<:-9XDDKl*ylP_N2>kJ˅T*QiTgBSTAeϒ2aW/~ ٱޘf F\ AY5w-[\c$Z MA♪ ] 4~f[s+ޠTtz/d/-ԁ+O wcPask9L/89L +4EH=e.b.~(νz9} U Q25KKŘx ә fīƃWg;+Mt}3%yU0l>o?g{;LI נakbA3N*{'OyCxm>CvJf4d,dUn 縉1^J͑ 6c8")SH\$I0 E$KZl8zlãk˓ Lͳ4.DV3jC1:1x{"F&a.2&S,2 3~A>%&Ds:-] qӭ}|h(ϒow/k2U_j)<\~\PoICMtg`0fS1/{qQDrk]2S;&] ۯQ0sdB0 ]Z:6wګ&]<2sC|rf)#j,Cwc芺TË\EDvI)qVoX5܋G'YRFGe,RL3Png"]KbuukֆA~>#  KB>k}h({h?w҇2” gveQm6]ezԐ? OT$e\FW.C_r;(e{N0L2mZYP`pI:{FS+Fn:zA5k-d{\"k57Σ2WT\ɦЁɷ F3Nluɏ=<17XzY*E;;r.* )g&πA>P}`ܙ N2!p(>T;.ZZ#Fqۖ"#a!pӧ,Dp=Y:30HIa6^ʝg¬A+ >"ZdYk_a)Օ)JmU=!xG҅@ʍvܓQK"͑5,j3ӍLVs9r#MU8)5SN 9QnI3e'%w~ >arxf֨cT+dHRWnL_t&2OoWR{RQ'nz&xK )T>ySZLV3JOK!)Rd&B"!5n/6gU)7tEUvRH_TZ &LJB9`'!݋efl`!zsɠXo2^z5[ve4ihn9K'{6Isv_Ҵ }:!1Tk%UMy;g݂B1:71zzoA&OzAAoV6Sak#(.%Ӻl',0G]Xj-լ(acқIQ )N!#W#7LlU]դ ^m} ,*UW=E9bWRvW~/ϠZ%27#`󢰏jtf̑dkL 5)k$bQl8ޥ MYOtIL^h71KbR>Uj30Zkh cu*,A`Pkc8ew[])QV; /o.)nX0D[z'-֧n8dG}{ـj {0uиFc$ݓ~:/sC4\N!s|rֺwŷrˬxMf[rvR3?HaikK˺- ѻ 8/2qHxZ\%.!; 5֬+ n9$| t\IgDŽN0&YiaNrXC!ZAq[~'/u 1 _A0L_*!s%XѯjPlVS _}UJ ck ,Dub<؂[țn"5jXe. & j5<%"Gu|5zj$;C=(rpKEc6R㑜9[ðdQU4s5sMi?2W0؄HdʇyyoiB<) \4ny.0>lDծ,߆yC [~lnTM˱jiq*WMTI^7c4gҢ9`Unߜ=*)eX,=[6? 65}%-<7Ll3jN;!O=' '_FƆ<*tɃK+6}wL=zJvMxY8kH95zJ*XJ"+s&6z54dm}`1)|,0am+WO&RNZ0+aO<ڡ#鷕JY-8.0/6jqY*g%Vpw+xFԄQԒ98;x3>irzBM0+Vs{;ZZ753Eؤ7FBG UHDZsKmJrV'{`M 6T8cLK &8YSR{>]GNq}kÞ1xTݜH:6.ݾtay9i5~w_+Jb6^jHgg3vl3Nn &59Z>0.s2i}_Ć1* r1V})[F rF,lE(AeylL;N葷u- .Zl_߃Gy/3{=)T+JE~/4=`4{ND_[f^Pɠw#_9ݎ Ѕy"5|mѭ<;kY`+ލ#ԞBH '`ڎ]ߜG*V+SoE#TOtT0=݄{ps]v?}JZl]sRM4}Gtivˣp:Ԥ LmrGih `-wsg[Q`GcJ" \9J# $-LتU'.!e 9I؅e,oy8hBL Bv[yN8}CP/keN:q͉ /H$ſIQJԼO_a7ͨ-fw=B/Kd rZoj3 -1ejOJyJ;! ?.X{SR?TS@ vLY(h}9@ToZd\zLDMޙ-%O~^_̀OޑHTNۘdx40nY*{}ii'S0|C:w8T V*mAS_1OY "U[l=!ǫ~5ao'Vi-ЙR{*\ (\-O0 f R8)Yc6gF"BAŕ)?A8W:\!5kJV-fϡ.qG' H_iw <{/Ȭ֋qj2cXCDOZH{79uuH~al30#"\6@®:-~B{'2f TRгy@<.$wb⇚*MfFf5_Zfg3$\J|)?2mo |NgPaE:QX El呣r4+{LxGweu0++Z*̲QόֽQ¥Úߒ+V恟MK6+n2ψnΔ%dn0uONQQZ<2fSIӥxa=aΔ ?-O#N16*&{x4wdFO*ޞBzt;d#{"w\}jw:^Ԭˬc6g4;ٜHxNڵ:o-϶gH Ȇz=Ѕ+Jr~cJH4'!jyAuNo4Uلˆ}شϭ+zS EZ4Fa@t$jmu鎭v`ϔW3;p)/Ƣo *b$bϧsj\Xi]91XRncGGQÚ&1+~ҷR ^c\I} a{*% g$ɡ>u^HN{DZAh#DEIxpW_,o&15Qɮt33"ok 5v $_e ' OcwfR5Mp\dyɭ[bTd[ORDfDhϗ"I%zJ~Qs5Rb%q$,Ofv"AK[HG;`1S׀n ԥΔ^laeﳼh-}\&~4Ə$(@a v[W/Ll{'f,kfJH!gܯrgxM%Jj$Ay;6[?WŵOЇQH1_Dg!@# D#\o4ac%!?|*ۂ9H|QA!r$縣얄v]+ xlcվ?4N[Gt lpXI9NlQ9@8j+at;zJ0CUieNvs$qsb.%~(|ysYXe2o.1qc++J7d~^259EI[$4LlWNVo%z#@|v揭768@TYUY%/jo!&l,]E<qY9/UsfA'jP;v xjz߸&bzfSPLi=*XfB8T'Z[ԒOvqqr~V.Gt 8K2ʦ?ΉW1v|%f+qEyx8mTgٸFrZ 8^{O!$6ꥧn.7-v&]*L,9߃A+6RH h]5%8}I3#c|nZJ<N&-CXMUeNѰNPE9G%:b KMY&u:r=kpzeu*Mw:cNihmɿSE~"_TjJ5fH!%zxiliDorVFViu.:dM(\a xxT68[8v|.w.g}ܥ(xfDž$WBah`=Jm'w~4|J?bŽi# 眑q>I<0RRr9!qprXF*E>%s.=QN1XUV7`)<'I7i}zmJCFҧץ\WalT-{&o=qJQ8l9FQRF(R%$7=VH6>Oft>L n(y\hfn~3WTB+WI'/ꊙ%C .mHţ](%u4!}lބ9PLr߆'N3$8VayTg0RZˆb{f\#ǷO4:q|y@%?+S\) iХ|hG5҆Gxn0mxw<UNۊ!Rx8ޛtEdvRNqjty9strQtɆYM@V,eU ]8qGChTXb[ ,zmYh"˴{%FV_a| X܁XRUB;<¨ _dHǙd§J?p衖cj(c_ꙤXħqjܣj&tJbM_|%EF(vGFϮߵ{g24a A*Vr9@n: &~$U"MZ6ЮSa˨ k̵r_=Iz.p2)tiTxb}z5c^L/l2>AR)|u:kU[%M\6)(~ayC&kZ"R)lTꦧx"P BKyqKgmLWƈL-EBK gךq#F\mY4Ha"<Լ~e U@ sI M(BK`V`Krrm|8NcFݔZƢ/nzETqoR(øš䗙UծiS l,>5[pKǕ-^m >s ^֢ <;)z^/b̰tgcK qڊ1yedpj&d3J HrBfQ&sVl2:̬jS } ղR:^PZcT=,wlܛpcx$_!pbDcU}A|',eIתJp ISF{RM ɭŃW;pXkɝ`.dCZ'@AiA Bb-fFHaە*ݫ*{w"w!"Sc4쎗Ǹ3}@Dl]Wܱlt_x n'.L8_s!-3~ U$jᡕwD&Q"k.1 Ca/2%%B[[W4 {לyh9Ww=h J\˫k,f 2;rRTUI /5vl#7ztz*teWqka 6v BJI^70JPJ̔/oХQ(;ƯNNT"hŰ~Qp_t`;2A[7Xho\ǒo '$o(k<(`SAA>ǭ.Ď~W W_EՔE( FI3Pkb!BH[RvV3pS~U'fz{"Pu`Ē7H,ŤZ6 Ze/UmzIT[KQ=s [=Csz\c1S0w [i'eov 9ʯ;oID^0i *a# G]UIC'Cz}7AHeg{oأ .CͨL@feR@]_7 OR'iRi_OBJ~_Ŗ͆(:^cL"PaDNe~LȾR|Sw EyTfY'8uqk=yuz~7U2ՖGEy0vע4dnB$`p9)[SZ)g;/Wo3uNϏm531e E7ÔUn66淒[YSp1L2\(0yiy2[FZόg[#nn=j?ҫ)Z`a;^-Tb@LKP1 @!zW曆z KJoE|=G4pM*Or|H d8C<+A wķG Dɒ0I՛Ts1ȸenuD#fh 򨺤^gیq'â|D?ĸ8Ofg};35rX^/a"5}II@f%:=]]ߞ^j>-Г :]:xp/8Ǖ?REL hT 5vKKΦ-Z5.Ɯ24;^!/"ZRyBk#½tQ}u=y1F`?^ ۹PHτ`\%3O7HA'NsVzDGp = <"!_F^erF`H@ݕ-HUC〪g.+>"St7 l9eF+%3 H $4Q-$%)g!! [aTKgw1_r-bNd%ΚnSZw1>k?we}dV6-tK/LЉFB~b&(0kIC iYRme.7s-,K_X=ʣgll>} 2sH@vZocfuu}\=%̙z1γz[|E|AF~ӸRc_pq0D5p??ǯ ul"|F;=r4co A_96,= 0*g>SX'"m[6q?*_ fXxLEė.s0 UXј;YwZ?7LkTPÓd ؕpc7)ꌾ`M- zYOyFavA!1]^9@I:VcRo wrNU Om'%'v5?6O =`2`!Ļ[0HdVEÝR"ߒ/`ao!P{(ʠ!xe4^%ɯ{#'X\ Ȁ.K1htPa9g~N,'iP&\<Y:5rF8RJ5ǂx/B̻Ջ& γi"9R+-m)3ĜhP8}nO9hiHx0,/9Epdͱ(*_|A/g Jt9֑\!7gI.^OEV48Ҷ )yq-0$df˃{ 1bQb<+ͼ2&ea DE.М zڞ~B! winwsypf.P>aLќbai)K:n}^4rM`LؑF#{ VrL T`}J |Q. Ht ..[jcHP\^ybN9Pidk(N%-2c֕g;c;9![89`&lP"gv9G8 G  ;I J"i^hqa3!ʐFʇ1%gO~݁^ cTvCV,,@`KʧZUM s@cOk,7ʸBpTPDw);NyK:XaR. h5‡McWOQ0p*9H+HMu"nȰZl^Zi:$bco=+c)m8:z$bv:s}9)R^>/m?!QWg#4GVNQЛ5_C-0lN%=>D&gJp.h+?;OI|2 Sr>[jG⥗>o˱S !ptt6+U` [ڜB&lrs ^c4zgW~ړ,CH;׺jhױ:M;\?(uß X?-lO_N9bapB1,0og>1F =`G$?VQA̋E5lc j-=[2օflFED(_ I7yw$wV­*Ml-qt&,>!p<{˴pdmƳIGrV?4=Z+ia"oB\9rsީ8IJ *po6zCyͱr* 8k-,xPJ-FpvLKj}]栗 Ѳ\#جӼ%iw򆐵{_I=2*|=/T 6LWlٌqC(q%#qq'@ G+:RWH+f0>ؠ> =iŸuy- WvvNgVwn̖9@{ aLcCP>UY[6JXiŨ*ݛYdz*i:~Sx ͣ)ׇ6\pɾ]е_4_p4Pp8OA_L`sNLjLkvTKH6#Oz+,0BfnKY!.{.&f>@v2?uY _P:^n\u$H / ta7bl+j VJj ٳ9(oeâ1Ď ~`:wK!#7)|Y5xo֫K/ )4IҾE 1{*"5 VGYQ77)f6,BQ_=i3\i&\Mǰk+#Jrs]oخ`%P22O[}Vum3*9`WACcSpoGKц|ʾSfcjqfNЁsrF-)KN y]GoJ4 B"5W z43Q=Z$@Atv<a( f73_86S{nt yTfSz2ebEzW2de s8 k8Kb0tgcXpjKVϦS]ؔZzl+n\TCj%.TGe k#܅2QuwZ-0Qo\OèD~ E%c@aZb#k?1J(BȨ]*:L1r?#Ej[ISnartc;rU,&ߏ$Q]:ZDɺe)}˽o!_yR-]Jf7HAcwSN &Y̕*~i{"h0ˬkcEpɣE{bA]s4Oс[ӇTo$jl@n}u~oTP+']2ⲏjF$3Sa. D+x;+;jvHeh3zOeKtoNxkҭHɶ0(_"Ѕ{ufQ k$mt3kB̨`)d[L@3HxSu(VS><#vq汖_)FKE:Z8 Syv8QAsU h(:HuH>zËza1-+d7#S~=QlkAq(z;۟K@ QhnB:E5ہdŷ Hb*TK宅7}#8ؔ6$p-JlzxA %؍ya==К O>tk9ErQ=LD\~Tsd1|VSm[@ 1-zz§bxb_h8%>IDu j28aYϵn1 F8xl+qy"čVo(@QNӜzW&BVL.8['ſlA5:B4ȆXjEqr3Kҡ3/݈,*i85NL)I;f!4h]۫Xc>h BY7g9{ nwf.FtZsrӄR\Y3z%Sb]IYkJlne ȅ"RgEs-nnw½ Rkℿ^xiۃPCwA Hu`Ey|PFQU[{P ˠ`@Wն6cBYHaAPl..rMhO;W8)"L%}$[ k;kXK$A/]g-ř4P ƒv easN:X«kܧ4Dfwb UϪ 1# O* Մh(w=jA?yP.ihj 4Dﳮ# -")\MBo~Rl',f ZqCڂ:]_j9>E68xHyBk*, 8۬zz(*}sꧏsi_ m5X=}UYY+i#nG].G|rnHh |>̰gr (0ɂ#k˲ 8Nk)`0]4*-G(JkjKJ&!ߡ>BBW?[nscY(܏Lu. Ps1&1 J !x}+$cQ k˶^]a.so=WӐquF !`۸+ }Z;O1Zcdf D,CHڟ4\DB%7"QXv,KWDc&)]F@$ux<*)2T:}$HwT8助]L. ɬ Ӳ/>FljLthȥrG){SO7R~[X7~T!j?mvejDf2Xa㊱j7k=>sX!|qV(x"J8mPC8H^k _h-=.0d2l i1Y01%g,L?g*:Nӄ.gR+M#m&dÖ1\V5۩/ Ml˲rRA4(gڵ2FU]$[Luپb$CY5c 'CMG8vb=q|Hvʘ_, R de2 o*NSbymz A:w\}~ 4~w_P[㍬Nhʸ>OBwiLd=v걉KᤅzbUrVL~KUjQj *UT,l_0taki кޣ6Y8G˹ľW"q$o7 6qs Cqe7ڤ)I` 3Bup17,9w"ޕHUx r) vP YN4hO cp쳄x{P>(@ cبkp9J! o)]Qno{ˎendfftIԉ?^-j&B!z@1i!Gu 筜DapL`Wk#O;{FuI\߁p쫓儽4n߃Ը蘛_9 \C1}eh??_NVc(옋 jҊ1O$\URa:"xI; K#ڴt>$#zj*b6S鷕X:h"'Ť^ځ]2) ~x1ƽY"/@舨@\ Gy.y{=X*#T0{D1xX xR)Nq do\o aߨ^m>\-^K} ?Sknc Ɛޱ-VC*@ 7'Fa z;*8em2`0Bn=ղFEBS(Ξ]K0#r4!<iEƶa|KɋE^֬aW+9uQHB f'0@e(f#\9boC:E(}5?ZSd(ӎ[Z*chi g;;{~8d[kQi@<DY P4jzv@)|cZ#mVkvVCm>r^ B:{L)VhX8ܻ́VE&ڠ2jI.D:؎lwY&>U#ִ?#v<,\hhx4O_L#U,nسC?MAitvU8ᗻjYH%t/?dB(JM[;P`-lZ9evI@T?Y藴b>YJ:GDp$%bvsa:H=A TᙣiBѷkB.?$j`y}׍Tg |)YCa|D2&!? ,ĕzJ,o]cB.!|P7Τ ~H@:M؏y58Kv"Sv*El4͂?鍩aE=;!%-iQ1ʿ2\J7{qw::a%JSo\z5 Czg炳͸b)Kn_OM̓O _4FE B##&C͚ R29ˌpl2zF?RzZKkkE/txc.i\ds/ƃxR +ڪ݆ܽ39o5~>B+/]\o6 vwRf's9n1o\ pĔd8!J\pzR7V2Z'-2[7~X/8Y\ _7@CcdRsطWI!$D-~i!cHmWL6hQ1Daɇ>T@ #Fh4 Fc,n]'QBhvP7%@vfgݑr0SkUaʦs8'#Ꮸmr5%il]/Z_@O硈ZM)p/zҴyS1ΨqF/ ɧu7B<ѿv&AईaiM].xKDIDm>`WGckq*ܠ;AWc\~b \T#ߡ!#:n{|<ݵ0\tIdY-쳻a3W֔)dc{ZҤ75M5HV@vHS?bd !#Tb.Xz = PXbۊgq.6 #4t/H}A@O 3(2 $:D^&"%@L^Y`SE?xLȉ}YѶݑ2jir ='u8n~zn}J`gv"ՙ\< FC.^׭Q X,Md 1JD,Z'1^'z2G!t6MÁfHUEq_lLQL0WGDxցZvԵκEuDQ>hl_: m{͕  {(%)3yCcac)@pNvL(&G#1 ^^HDnB!LmsSA7x 9,m{G^6Ṡؑm3LNHݐ/8fzbVVp>g|!sh{F;HUr'!b p泗&Z~K9eW ɔ1 (S 4 E5Bwspp%dϏD=sT#6U&IiP=9W~LsNy9 g"K{ ,/ (6Uc!Mwkg9:' 9$S˱mAro`G#؇}34;u=Rך9Sd)1jI,_{IIub`xJw5u1X{jE%f6>BFQ7M5NF;ImC%AU81 Dm$ ^#IWp}m h^ Xf| YW(KT!5f @]/ ̬0fjIn2t SKJ,X8:7t-ETdrR>gr|!]]Кm*}{sy ,>w]4g~E<ԪjWUQ+|@X|ak7߲'I}r<EZkR1Qr(?6/h_@bqh $ 2U~~*Vvfy ᰳu!Hۊձ|d|1N>SR\b%.&]<[;8ZA}0XyEx%)Z{@ƊlǮ:osArڑym'L˲(P;w1Yeӧ1ѶwԼ@Cttؐ?.62=Ⓢy&)A̲kP}a_ҫD|I2Ĺ7w^7ގ³Wm(V\hUb48ehܨr[/xx-Aibzɞӻhm|vt1  p 1@΋dmdlpϟG( / wXΦ:bN^ ߂/0SR=/kZ&EdduO(b]?.І!4WEԎ QL \iVo i+Hip% g=!^܀'<.:Q!DZ;au5o)s՜׊h\Oi*+z{nM> IGX}.dkPo(M^0}e3͔Es ?"Vf톀,/JȶM,jUH兮&$1.o=4l֨Jk/|yWF9A[qYJǓ9FwhHץk.e4U"!Lhs³!bO4 h˩e[⟒x}ō8Vw!ߣ?BtvKI=>`H+k6 Y1Kֳt V{a~JE3O_6rI<cn;&Ͼ*IkتQ7 Ԅc` WGn SSB@Ǚle}zvd5T`4 Lܣp L`Iq㺚 F+5BO r1HAM`bO=OM'2^ĺKyn\{k͕wkȥϝ 0.#j,k~&H32(lg[v@ZNLMk>D-y4k>úf-] FtSfu2ڭMқᖓTD"`r=EV YE~Tt-c(\Ue u5L1=8Q@ջ ϮZi\)M&O}OBK1:t3_6t {ccâi_5ʄDPp`L%Hpm*:up6T?jO~cWmGhA3%jHL\ {`ߢjqȀptdN2VIQZTe{.f;O{|G TئjcӺv,|9wF ICNǽtہB=QF/TQ4z=|v?sc͊rF  .*Wj$*m_BD9'!^%.OyiLz)5ԔЬ{s؆4Q\w՝2K#P ݮZ*rgg:%I""܁Z¸?P~70YʅNu!82|o~`s~`΍#esILl6FNW#=r z9Kфj>\m}NG|k*5"thrdhH60pl׆*nAbhj R\fr"xO- %}7u&\Vrf\k95y90ds]v׆䥾ʍuQР4 ¤ \!5MjU"Ǖi30$ǫ6mVQh Ͱ^zzb YN"Bl H@š(dkJ=^KN|n>$^Pj |uXv/! T2JMϠsNkmo{V435G N!=ȡ[nf&:%0r7ET6 6±r_=d!ʛBԿatȂ|jcugx{|S<7iD[Lu W .OGɔW_ vp<(띠z,By̗l\WlE3yIΉC^_m=upI4 ?IZHOZ6RO-"&oD1I)x$P4z;|~ghJPVD3dLfAuQ x@ ' ..gʶR9j ="с Umy,,=M6BPťo ݢbx8`}hŖWaC)lMt,x^S|nNa0;IL&wN4%`,ǮbvcX3ݧs7;vpQ %mK#ydΩWӡ>Bۥ|` g} 9RW`kzxj4t+>񐜯,?e#Pbβ:RmXîa(W j3y))$P5xJDvu "7\q+q8~\6=*YRڙ/`* _}s:S<PD]1:HW>Y1-'gkY~TDĪ{%0OئeF0=>j(]q%-VQ!U;o3K/vN5淆Y( x(5N9ҟ Gk\T?mjNs7Aʓ+t' ƀh--?)ol=l&o٦Ѐ ʧiC |_F>Y4h٧> tpO&!_|ϗ&;t9zDlOљBнFB- "BBYտC[[{7bFyw1_WMG-ekn_6&Xc R_lJr4n+:ٮ[ڬ%w:΁lXOS>by'5#}Q"^S9ÅlgK11_H4<:(3VV>I:V)$Az44Oj9;]; Nc!|g b:ѱَރWK{4.2ӝT>ff VF-;rAlԿ.FwYX1 rNjFy4*_YƝb~5ٔ qH:`A.@G FcH\M7IImbc+j+cQ2'+< t8b?-ϲAk;CD| *u]4>7s-mbפ\=.uR(N;+T5E CжE"ws ~hJޔmP*s owR!9 FhTzWVs;O57h4,Vu\j6w㡏٠0R4gߙ&$C׷2ءS!79Q)v $kw9n_I`ףFm-t?DJ6t{LrHg)=N{RJ:WC"iX[*t+92S#\(3aT,߲7q=$2pZQ >bAO<R?Pqய){< xR<55[cFuQ&d*:vQl)s0vApN|B+'7#*x1x('[.gh &uE{QC /)'Q׌-\C=@WRn?W MZX c@ZDAA@0‹7<0ĩw(E+9l#)Ȑl8OLd1\uPS)y?n 1SM^B*2kr|8bi{דV}m- ;,\JELUG,P~:Br¤s{32CMKVJb+we$7b)/ols!q h1iPD IXӒK?[<Micq ;.T#%֙ksP򮚪"oYE}KƙR',}`@%pӷ_>:Ց2k<z^/BA;*!Qs3;UfS5J:{h]HviOOʝVARk!TH]~uTk9®rgt|lC2 O"00ӳkߢNfv("W-N@DyޱerKͨfWQ. x{i|CM3)gf$) 8L(.vѩiDs?yW!C| 4*4z|Bsn  W<$ ~bׯq\ϫ 'tܠ~'j oH.lAr]xJ7$).?(@$F0^ ɥy;t,~sN` Ϫ2[#ޏԏ4O/pqU. Q+I祲ca7Qh|ҿ d?`),ȫ[VmLoi1P37, ~JKeu5b2 =L_x|jlYuN^i} ũ`,0 T0LѹZ-&6c5u Y$I=ny /,@$,!t^9މC~-m~(0b읾q$+יcȍ!>N&uL$kx)u# ( "{2iʦ;RmvY(,o} \ OAXzU 'ZJ]q !x6gQٜ^hv8#^$/%HK:rD%z%PӎRD6|g]k#zj 9u +ffa[֒l^˧x9S-4`$Տ; 6&]>lR^f+377̛dz~x}P4 .ne%!/RǹMYoYO3JuQ*HOV^ |0a2{XO\Bo\,Ksf4]xrN{i]@I TNJ굇Nrq9VN"1(CMQmD. Qx=彩/}p5MګQijeWD7b̤YXv*cس-jh6h|΄EdGbQ\xP "u` Hhp?EzH񊆰 &E68b@pzqdefJf91?Cuoݲ]?>@>HQ(JozSK/vg?6 {ܡϝ^[oBr;ij~HK07Yڕ\E8$}DP&9:Cu2X/.[zJ0S<4|/ p\W}$K[7|ESPHEjHC4u嘐A"ub[GLZdap Ud,%[o4цYl,h"z1ƿ5?{VܧDrwښ;Uo0kB.jkS d۲f)Gu_&*KS~E`s! NIR]ٍc _<IK*~B!18Yfo|Ę[uAˁfb8&H>(eΰe5{GDkh+iq {́P)(H}p'X?['sJx~6?KU!@اƷ#ː5P{"D6}]gsc{5pFҨ NE/+"mN5:TMMXMt@H/mlOC4w%ız }?&aF_EU~kB+mxta% qKS(*i#œφ+IEfHtxd癨 9,"67׊(](e0X +0y`_sէg?΋LҧhG¹C^`3\΍gy s폫]?^I&孉Rt tn|ٗy@Z[*ʐɟ_#&vSIjJo+Tu%Q=[JRvY W<:4Q-~ʁ1s5#G89|/Y* [CB+-RZ%4-M#]z{)Kߊel1Jڶݠj{ySpTG͢I;q|׫?ZZ 3J ϛbǀ'T,rl7\% adӱ??(كX*"P?} Y] !XX8ݗ\Oۈ7!w:(֯Pƃ62 [Sdϥ,8傁XϳU(LOBq;rfz&ؽ lha/8gFl:T Δ.'Q hڜlH7x9X  EbIP #5B)~bm]_Q+1jsyH=mKY`saM۟RX@x#Qۨ{ ϚϫXTZ& tv_ЁfkO!]úO`pg}L%^+o%seq<wxɖx mR8Ԇwg^[b ?[kmԁN#Af|_-4N*b"15Qz1MBT$/dϰM"_M%͆Oq]u !ΓRC55с1a_.Yt0b|ؤrǤL,VZ34> .5:<_ %ENzW< }$Uu\%|#EtD:hЛ[.x(/)U<$m/&9,؞YSTKN7cD%ǁt{CN]QW :ZۿGu9 ;n"4b9V`(8fSJc27=۶Tc.u(PB\ox3Զ XsJ!MUƻWB_JPh&l+1%zjшi&B}/g a>_A@7EGzB /ԮGOne(g~@`tZ^A-#JC(l4?: 钑K*!mb_B?~鱬d\$6;ֱTS^PI WMgВHfJ}:7ꝒcOJeP*J,Xƕ"ȇ+%9K;P`l|"jV6g{.橠ez|âN7nh9]XMkc-GڨWn8Tsb MB8jdWssJn/1wsq7|$ .y|Q|^<.KZ T6dz%O}~gϑ8ڝlQX qs_^(Rv4'0+@|Fre??R:4.f̃DZ)Fmδ!`pxT!r cYָrOsYFp{1%"@ܴG-[z o?L6t!zlQNv9l-?Yk(I (޲I`b%p&Ii\~Y9lmp3Tq%O#1 Eb* ޿&Svn=pP_af q7Exr.Q\z|4acK7 ko{<¡v;)q%͋ۺsA_$w*&y/85$qjd?p' Y@ǹ#~MV,R!q]0&6҈YN?2^}'s=`8ѤWG@?_k$A5%3"a0zoBI.Cop4lrW/ v}v#1d#x6,xV;ApE>ZUUhS ME#.W쟕@,hE|XiZ2T"⒔E?]?ŚroRZ#mG9 "U} ~)^D =Plw^ n.X8WF 3ds1=CAG[[N&]4N$Y$ 55|igpRXx?p )܏!Ô7DkU>w>DYf+D$mGKwv4Dic-wWoiD?lx8In=:6ܺ#2+(2:Fd*U mp8sLpT&#*i2Qz{A5Y;)[ ᕼ+m~x N}W]QPx@EBU1Ѡ`QDZvq\x(-7hs.pdKnY>۽rs ]j[#C } 逢wY 0C#VjLAa'\+Hf /U_crY4%ZBH?ܜGsZ - X6dLPg`|c4|mwh?u=)j} qClerŶ9A>eP0[Y]I΢۵[q1 ^iܶ7ia[܅T@Fy78Ϻ$l #Xp[7umiN/SM'M-I; ݼ`0ve,Y~(LyJżewh0F,6B^’7T[4\GSs%C+RKrYݣcp pG%=P! Q9KH픑@Ny'6fLbx1G>jA>g6f/.YtQLCB_k[?iqg!U~ }7eةtQm Z^٪#4?*m&C°$#@ ]/E;ӳeL0IuTB6= KIxnu͸q=,= o2qᙥb41is +Y8Jr*s-_1%"T1GvEScirbI; iDdfXȎ>ǩrrL:>W]Z MN7ֶnxb_3ƽ_쏶hE%uD/Qϔ[vFUQ3}wtŏɈ~ K_9ɋk0$kS(8p>7rK @56:2(<},XcY'Yv(ةѫh{ ,%FcvSC':-8y@TQ]]`ӒV#T<"'Dce`,ƒW}yw6lMtGqɺ{FQ|ԍ?X.Dl]rrF[v72ʜdW*\8Vf.axVcb!Ѷ j'}2\Up_1ٹ[wPJ!M- "kxL~4Q]>Wf?qYG_ E]+ye1;3DDpǐn(u&-FU8s+mXbXMW%", Uolo?NjQ$Aa<9/C(TesG' (a^s1?Q )CyLR]".&vTZ[@\VCHEjk:=Q!}P`fM\Z'@-W?P"0$ᙢDGFAP)L=u.tDBe:җ I`G8؏JFSQXA=r->&e,ŷ:yө;Ƨ;F ߑV=:S#LA.v-)o| feut^T>p5Åhnm^~/qSϐo9zЌa|ֽ0Zx8MmG]? ;.%`Ui? !Z {979w8 VWqGdtDAh.>_+'t4ʄ 2b|roӝ2ٓ<^>R wps`@P1иA u"0!Iv׫^A1=~#wD& t -=rJ>ҋAae4u^H=a'|dVzUN߉~viWLG ;f?:a+I hզ,yCv'h!:&pҁ$nlTDʆ\>?1Bj-UpҮ.p= _IeOJ%Ua&ȼ&庶|Y?Mv2}xZ٠=.2.['4|5lD7%HDpٽrt 1χiℏE8ٲo5ڛ+ Dr#t+20UߗN,l`˘zr ]WŮkPĐ9®t$8߃SS_~U^i*g\ #Q Qnb"AN(DLV{N<d%)a)1,c$?[؍-9`0tjq[Ŋ)Y{C)m@w`&FO\U}Hji _8/@7{GneP1gK߁MG]A]w7"FVP4hyij"Ȋov6ˋtF?>3ˊ(Ǟ0GYү#GI]3^<>Ѵ_aTq,y35~B`CDw KvKW"/Nԛc%;~;T'i{!K4n˸l\ =:b'|fB[s/+Lh RQ>@,'3$j,?")x!ѫڙߡ`}1z#7IPJ` s2UeW뫮ڱrPqz8aV,>h)^ÚcuCt&H!`v@+Nq:1ܮA֋+5*a}u [t͹sYFo|Qoyk.HM9:'% }-(tCX8ʇahY?9Ws ~=(9SҼ:5r/X,'KmDO#c|lþ^ԼF靄 hUA:} -p_G[ְ4wׇ";slubȋTV,*>CXnc S|5_֭ ȬP. lGm`-:k'ATɝd97k3"ΘH[>gOx4È:j#,O3r i.Uǩ "bEVRFO0~XCx-LkGvw63C\$xuewth!2n7 OuW*} # ƁndT _& L\V"ͣTDBajgr݁_,YL #-Xw?n-kv nH,} !~SOe 21Wn^!kGkT^Dog6+N@uGڇDr՚wUAY0j^UӕI)·hI->'q`sV@ +YxXue8MזEsuuTrwX-F@%΄bat^k^\TZsKq1YިLu-9Jn}贊ى2F^:'kCOzQu"4,kJ_'bJK"ʊC846$> v@I'JB&$j4^ȕs*~yz:d1܂~ *$_f"kR|DRhtVo,כBH8U_07)@>1B%yTI(1U/c7b(X)cR=B>"ȄC<3FLDqlv{W$架ɘainC7z8?goœ6>%-VS+śidCw\KTO 4Q@B¢Ĩ)ː_U}0I)6$"+'|eWξTJʿA5vWP cO( 4UX9 4fj5T)9fD[%][U>7VʎU!EvGI>kt$'𶽵UO} 40 )=*-ijP0Μ޻?V:#ؕ(H[3J߳neVqLdO(}9ݧ_5xgsv6[܀G< 0Rنi"RueN&21' Dt[17kBb m!B>lX8z4뎴2+@gaePDaia6Bg`OS*Zya$`C ]I3,z~~w5lzqfED6ך="&B|k,UwoeNkG<Ō?IHPV-6my(O'%|o?ze.i=jH22`aNʍ0'K7%49ߦo%_24gVBn/9pAazA$1n}Qa]V7/kD02"I`Xy((d q %խfgδSUވ^'1ֻց{,aeב?ŀcAM g)use{n67OL :R=SP j)ݫZ  ȹ+U+#AP/R. Bw"MK꺒 OK܁7;ٌ_f1aOtv[T;!YA F#ӇPC25HbyR.F䭭%hyeR6h #'>݌/@cL_b]fs"ΜLmi躑wOgkMhܬ@59{CQ"dqđH/N/'833Xک4|LҶ(/uT!+~; Zw7AQ谔fT T!7'.n4Cm.XFd/30=kiC ػ!gᠲRu'yq*+hOV2.\K28# bٚ ď1ND7->K>;P .eѣBLdeq8#"W415*D* AڋCO='Gh&ubDMw>3;Q?!`POp!q5,/>5 S'G8Ԉfthp5l4$|cd߷z IN$пv(/!h,rHɱQ $a™ vZ-\WDt3m,!Tf퍵YE`O1HxjVu9-}[L5d_AT$MHC1,%)|շS/^$f5oE{ۏjK|הU|ExtrI\! J0n\7W+8R,Φ8)[KFeE#ح/!dwMg8n`I<>t\Tmӈ{BMAt$yc8 n&W^k$;9E;oSkgxC5cm5 [|9<(B]0! DQ] $!]P3滻3t֐ 9`BSW@xs Z0l[ kt6ǘt|xzzd#۝=f+ǡZE-Z!da.MZ11[>{CnWOHb+($b,up&NGzȴ:Gӟj^OmagK+ke+ཇ%f*Qh(Km"s4MM(P5_H>5&'-ғUCS]F aR>/k.O×̘&9,@IHcj.֕]~w|yd(E XD~yA.].X2Q'`.nn+K!qR$ W)t2!݂`G|飩m@ &Na7ӗW E\me=R?X` -*}?ULB¼޷~Lbc`  Z9NB9@6ﷺRa m;XrPz>lHވ_bOGgc|4 Or,.K#^5Tn4}/&'>76nqNg.{ m5pQ4~_V{PnL:ɞR0e-91!|n#Ъ]-)χcCv)tJ4c{#]C E%]f Dܬ4h`pŠ1i~(+Էkb]`W.m$W$6!CȰ&+6b '>ruPm,Pf e?Ul +n@B>% ~4OqaKA<<#}NIBܱb-֡߮6!zNWUyDD;l*Ac36#mσL(ž_?n6l?!Jl<ɥcz si8\ş?RJ=U@ķKͦ }4C%^pN '|-V32^ftak*8KR:Q$-fu ޛ)DVl'kǶ?X;pIeQ`ݯ=QF?n*8y#L#{y_?|WyR`?]{̋ʴ}oRԚ:5ZLV } >m{ēhLV KmH\_.9*Go_y4uL}|_^͝Ҙ"k n0a2Ʈ25ϑc e f -'k-*~p(5{-H74wS`^Y\{u^Gˁ=pFN$9g6C6 ZWAph[9 7"b1= DE*-E#+nGS|Z1D홖ӿ:E\ǝF'`Yg>w{ӍޝRy6hwZ6W߽5!ب˱Q,ʀVia'o5IǢ0w'9WV_; j& o4p媲^RTݏ׾&lUvۅy%;v坭 (= ܜ~oW.씁u#a9&Y'5K\Cf" %6"Amڼ>/bnm/Hw~أ ՜s3VQIhM3lbޑR@n#nL*5W*({cfqs musL:0rӵVX'1fwCt$9L!Et)y|Ȅ%?mIB`$a$׿ Dȇs`Lo])ap ,` g[+f\gsG8esA4E[riy9r+Cu|I;@B3h0F{Y~rIYSo)pnbvg ^OA9W]&PY~V1P^ Qd@{*pn86,G@vZ@F84(ń"XQQtjkZc8l'B8vӚ6FoɟMr7>V)hM ƊNO߯|2ƕ;s̪ s9Ph;7ױ*p0{BϵmkIiNTR ֞<1T^Ï$PVn}b' a5*5ij_x^p&ʹ۱"O vɵQq(>dY&XE^}2A<RW$*N5H,98}I~nXUIv9) Uį>jt \t_' KAb+ Wc^_*l+*h:r|h-_ 'x1"4o-TqjĹױY)uѮنj/䢍8 8䀚M+5Mu.HFxʁ7~6Bt\>>̬Ȳ]%[]CRmj tN #Tg|Ɗ#dD,)\B |g,: В:Dz=n?OYs(NccHoҹ+- lEVPcN kW2f"sL$o!?{PDs2~rׇL[jl$H혖>t_uzx8Fm\I.];_\w,R=dLwB0^ 4B.2mRĔV= {x U}vBs 4Xd+{oMF&9Ŗc8׻ZϻyvxUɤzUߙՂW;3 HJW|ɺ6ԋQ`q8T&J=v8vGqÂ[0^NT"!9VuA&5wM0SΖKp#TRţ"-a(4'!GAK}f{"BcJ{?zWdVђ#ݬ0HoB떎oIp 8&;:k$CCTGXZrg5bGq-1{EV4-mVQ%`8L/R}SZnEb4Z;66zTo>ZP=}jGR,GE@{YēfII;ezgZh<ɁVeWX̓\Bj%BxK$.DAiӥ~[Ȓsq~ +U /O4SJoؒ"a 77D4@3a2^tR\ʊFg"R-֐"P%IG\bn8ڈÝzՒfL3cXiZH[&㦲?WB Jyr23]zt8B}[ s-lU r򏖸d ,qHl dLO焖Wͩ&|&< mr7k+4-o D.#|6\DpHK%b \TZA1x9&0n#}ad8?EqT4TEݥWd:8(nP*)@̻WS?oö-2l#oqKGmͬ#% Z%|/.K?w7ǾMZFkЃ/1:=/2G|djWS B*tFݜh!gT⒳'7JJ`wh{q%%xyzya`kցms+??JNV+ |.Q~=gԂFoL(h/+2CnyQb[{T =4ܜ2[$iNR*?eoA(&r`'FñZ “cug tQ?ʔ ;J1y +@B!R7(S.CI) ?M=Oag󣶭i?h tXjH6b&BP<@ F@Q3\@}9֥ES6I"zj܌T!Րe(ċ@Ʉ{FgF}Kâq#ǣBBQ$` Ǵo[Y]4:9={"bM ;!wh@TWvq8;|6+N&Vl6Q\^0fsMU_b휣s[Ƅ YgE @X^G2Djak *]5)@Z :t0Y4,cYR #3VvUFuh]Lj]CrĤױ1`,+ZR\\zf/ՄZLb +?-gO@7 df3V3IGRDWi_~x㥋K]<푽(`K 9K[En8M#.&1 Ȓ JS&}*~;Qjv )"]Uzd EU`kywr Ŀ8CŐ_vVMA]sji R7KiVO:|%WjUIl9(դhi(PZՑ#BhO?>o[c¿bbkg+fwMCYԃ@T5(,V~ z"C%FaNul{ EK u]牠D֧k(&+TrXD^Iktڶ̋IǾwC&WHͤCR!م:Oh{Aayw7lfb+^2qڌޏy5V`欅0`*_ `芔H2\ou؀egCL4krDJDMVWu30o .FVbpՋ,oL9sRDž rAYe9iنS 4 ͅ*]xwlOQ(3a!c=Qb="])-`k^2y `m*swЗ.Ĭ9%n囖j NXœ|,(.pQ#E klſ  |0)AAOSGZs)j>ƩVCaM;* z0! qMaRO NJ;Q#2 ,7ޛ:I\$ IDHMK,pr,ʅTg dko[kw^y_V35k 2im*8v8JN.q4'P73'0_.+A lΙq.̎҅ K }Mb]=fa# 菅>O|k_Պ@nˌ;]́1Xb^*Ml3/^.ac$&ͫH\#bXVy \`5ggcs BINh018'Cܿ(6ClSlT%KL( Nm3xO dv X.~Md4/i-G3'X}ğzYi|~3B度SwWuòszH=*ӏ֣jE[1X- ʇBoI~(o&O\[?}+FDsY:YOPML `<\H FN % '#:icߛ?M;ha˪zv/GmOͿnU~pD+ćAg ꫓-rG:f&_|HKi^?J3BY\ƚtAE7$q䴎0 /}6`\7$f a8Ze*E\fdm A30JQQ3qaB4LEڃaҢh`-7tD8$2|;1<_ibOX\'z ;5!> RŔ1rXv\K]I>{ s;k1M\^/H|P?"5"zIF֓{^iMLlx6.i±=4t:*;4RcY('b_Rִ.fk&u-@PI#^nBrxbn_s/S6hA@*Dn#|V-{Dx]obGiIխ6oمc3s ߉bhrF)%aFjPRgIl`y7%i6]~BoBbyZ6wMl{[!PIóWw(tOuya(@9kuD 5%}d+7 ÈIzTf=fx2H2)eZ:^jrl?\E誊s.tOԁj^Ω[liMz{^e#!E2y>`~Vm3 %԰E,9>iݙbzZs?%g%SdPHd?}a UcȟiVlEŔ̩f7DчK0\OirL靖hx-*y5 ;6' ˱~ZrCtx!at}}L;dpẓrQyhDh!-nL|@rd"d1-i f* `?59PdE,8;~uv5e.9ri\q麴ND%#8~j;"*|{|/KMiU pd C57TBYEBP|I mi^ p [ſ'C@ 7K2wضL fsv4.VEI)})MH 0T[TJӓɤgM).sc =;7/9 M9_19Z_p% JR,ڝe,k!^Asі3 BzqM.X/_x6BeyQ@-h4gav#t q617iqxz{H`yynv OR nMGɌvf!E@n.ӗZo:nsT-3$2K^ٖźiމMVG r+ꯪTtUCui/vC]d"\֗.rV0=,8ͮzfv5IpX~aAQjF-H5Pj,!Y Qxw 킬4{wpxhs{9&V(T9t_vC; eԹLlX޲A鍜S)a *曦yMٳ W3Rء̑˯[h%_EדfKj-+r=Dz80O?QTHݒ\G9ye)K7QOJzHdi*U*:5#@(!U۱ionvz0Az0ĉx#>8* ,eiܦuV/LZ\BGdB (QJ{S5q{_Ib,G:{ps,UihWt9N]oDϪ[w^+w[A POF$ncky Z 7~q&sjaꏌDJ̥ A`Py*TSU'!lly<\DDL%V <%5 yV"Մu͘tIdpÙE J y(C_܃!o I(d|aA!,F$h.&^H: n[T1K|.cި9k7d݆:L?H&?`8fz&an9y"1ЭlQBX)8b_ި h\3o]2iZ|ʹDt\KXG/ l4&J˧U}Y>_8͓ii)>2-cϷ*h;|H5Y8H u,MIm׊x<)v%:\ޭa1.FTo j˔_UpgSf3h{င-s*x'PE5Eē80+ z){h&%?K$`"\a}k99 {ǂZw YNvM FzZo5έ)oY@:4 hd,w]9mtOVn1s}=M7G`pLk2L">#-~@A2H~nR^eL} d ڂ2\N0 Ӫ#"("S(p)Rp]ڱ4nd܀5A.F@{Sgih %,nķB4Tsz|kp<䊚))a^o5 c҃ ;nHn]E`!EQ.NLw䋭 o*33!"{1- yE#n+x٬X*G),.$әrЁ>;9"_oASO[B0x ,W|n΃`vF4d 7-D̤H䉦ecgsXBZ:VΎ%s߻8'6R!$QD i,%zO] aLXsDmy6%+70Lu Ҿ%}eb|1$1IQA!ϵ0Ut7-y9ccNd^)}S$|m[Vzdz"x[ >2)>s+-‘kakf'*81x1gɋ}ùquXn(][o܎%V9)ۤf>"k\˃܋ mSR.+$3D*!Ar$> _K!oDR)Ȝjя09W2+r*D X2r#W5T?T8.^)͌b )Wy@ټF;k"a`|Gۘ̿cP m8@%OvW=Ȁj ϾjtvG| ]DX;S"{8{T9㑼vj v$efGS|78"Z㒳@EN<(SAH #?%Ro!b\湯M\aBc@*R,kVy*p^VmfQ F&/@9Cpș9{R u赉:{ZBB&z_FH avflC'Y-[ v\6drkJc:a.Z:ApK8&v"DZAs9❛S²:o>{ kg+Ε;BRo ʀ7&p{s|Xp9O yIW~HI>QŸLxfJŶՍKr)_JnFzi %,sxI.hW[tĠ{D{-B+TV*_ʟ(m6m3lL56Q>Of AX4%;V=-:H܎:\㖌}=0GxCAS)2gIGe;6Q*ǀ<yjzKo:e=2( z^ƕMl|`x }W4L؝).$O\#8u ` Qq;niOmQD5SXAE$VQ?^LL\b4j Uc>бR()0 ,EQ=d,{$⟦ bSMyրPjB $BU8z6+g XMDf~s ɋγ ` 1J 6u.NBX8 R;+pEFAd:/X;/n.:,c Fwj f⛫>!"7mTe#x%KïIJ %%shk29ɀjB"&D/03uZB݌h?9\Rx’"O ܠ_߬hxpMq'\tEd(>aMndx 9*H0-y&~ f*R9rC}  DD*¨)V2ָL2,{N iB&z/'(xC$x& >4~7TŰrM/5XӆrBe*ٟӞ dj?YxTWkz/Y8w䱣fX32z\iesqt; (Bs\_KOgT[Wh,Cb?a}Fn;"xqVGs^jR-ye]Vg{7c+ѠkTfYik{5€fSմ=tYqJay~=Xdiӡx`AĬH2f'YEVB6Q% '1{= ?*oheWJ ǵ}^HLjz}ag{E[f /ft-?uD{#4G8A`uF `6o zjq?|tq\{6ۭ-asDCx>`$DTGܤI~*zf8a+{F=ij,ʯ+87\|ń;·: J/{p` $xRC՝B*?)[!`pR\kc"_ENAmD#ᕎ=.b48a"7I tzRyZ봙X1vJ_H5pgV;xX1UEyyJvfvk㕮a|NgUyI<^ mJ\U{`T7x#' kmEAgu]Oڕ}@uHp~[tG^ ş.d|<~TMNP?57F)E6r@> /P&č)Xr!hbvjѩwCH神BĶ,}VGȜoVY$|/zs:{?bUSFHYniFу-R[KXj{l ƞ(vT+Z?P(;ף4h `%3V: Ÿ~^" wwxVN#}_:f8}<VYNaurNXe>'%>qQ-<= *h|)Cw!%2 /v,7cMۗZnN`x@vM!aЮ@V)fCg6Z"z,"f56m4 zᅩūMuN90mh>OxH)A?2񦅢3:3ۢK4rJdz^ =s4~JZ"=L41ys~+LJJ) g]bֳȖuOoRcU~ui $N'1DfVpBs)ϭxJkAv4%3L#S SR\dmLUkE$PC*y{o */UEȡ1?N 6Xkc7O˾=ٽFᏘ}!R7Ѐ4Ӽwq&/'LKmLH_ޔTUz_"6] ^k?Z_ԋ݃Ԭ^o+zI3阈u)ޘJ$!BV)p#o9d+s_>?vbRv$mxd Y[[xl 8T 6îc츔PRb!Xpz."j.OF^t獌ʨ 82|%*3JM[b,]gIYqW /} OS|j0zg+؍ @ rdKUET nDO}!5cvnt3(}yh[Z|W0}MS,kږn"00pUh b<|;FZww Pvގ TU1SRB@,}A=ֈ 2)U*lk@ewzy5_bL_tzy 6RrQU<@ItzINߵKL}g.Q6mcA=+{nخvE\׻p3QԜ okX`Iåx+tn(%3lQF.զOo 1S@A"53D)w#0u4Q 2GW*tqP?oTu>-Ss<"\ X%qN~.ceeY+JN AǠ/0'Mꥈ#9_V>A^ c`?ήF܌OctsS &#iYiڽLp AmOo7zInCPd>C,U#~A8|ao w;GB]qy5]vRa~AK)hYe3 aoi0 tin\=^a$t=+k z$-j}x͓L<]G LlAuyxߑ`e~oR6 @iZIǞkb%hf|Gt b"פ09ӛs%&z%fzSkRlBAych6mgŭ,fvqW DuL+&SQ[ ޝn~{ѐJs1;B)EJv.T-x"us/ބʾѩt¾ mH "aףiJÔFgfIJF<4e,, *'8tǝYb[V;(?0!2Vѳ2 kbҬUFQN07t1t.w.gAJ0;HrيFSߔzr/pz(7-,q)taŻ0fH6Q-1y^ۨ\-cHK|Eyet"٩m=nWژxWb+<Q0ʆiiŪfEC7$,5d[T^\>-%՞dHkz`;h;ѽI>6ʭRo[\oik _mQb=[9e'y…i7 Zٲ_^yl.=# TQsUnJkLj5X9Q-6حi]*~[ba t8ܴ:y%~h.!U+u q0^&Z\Èn) Ha/x㾠Mr!+ 2Y{-طV28~r][`d!>K#]E8'Ƥc3&lh6khl׊}[c#ucpri8.:;` xK%N^˽F8e"W K"=>biFC:Ϊk#]M$82qB(R7 #OMP0Vq켳S<0|2ͳ\LpE}H+p(Y6%1A:*H;b 嫪ԍݰ|w ӚaȞ [N@"+rj4pPvkT]z껬= 5FtʝؒWɽTZOd6, qv_W[k2N r q[ƀc`sYPI^(-u | VAiA!6$V\8H jY3T=] aduknԇqJr%ZI[tAeh't`ݓ5I[b ']Mڒ)Tj"YeyerN᜶ SA,o|̻[5.)0j}XoIN7x:8x2gjPn[b2yΰ"ם!ZiS2 =cVR"XKh7.ͯהlփyzLïȹ*!([$e_l cX,-@z>-r5/g#$}1M /mtLVҜ1adb<*JWOd Ġkl#T2\WL/Q\r_&C>|W_ƱEP/Pa`=vmGR_i+[ߒ54BAaz3nw9W*ÈJVܙ!ǛI9%]>E,13b!@*yW"!0,# ؎ǺPTXv\̥r{#[cRosT]ğD89Gzσz/SyhNA1˽Vveaj?·V# A>d]M=ѻXu ϖ0b\-S 1,Wi@%EְB3Db@.g1f6W~|mOn|I=tP+mU6%(>m;SjAǕŏL~mp,gwʨF5n)%g/`{[(SG6;)vG⟵Pg+5g%VbMވ+ЗK 'g 6]*Ers nrw6Wb<]5& mK@] B&@6Z=N*R}gMŌ%z[7X $T9U|:ˬ*b7*){2)j[&Z^1Z10P&LV9ޓ\>69=hS}U7L Vl0-T>hd y=x5"_s~vgty0N* ksq6<{bLs9-`xIO-5<ղTA26͎uU.NCߴor, T}c"6dc ;?هB[h*fH<.#g3!*~d73 8p[Hl2c@`-j ",fW/0F359, lJ<">5d%TUNeH o$S810S/'_հ+g3 8_U! duք3!N6V},Mm. (C}Wc/@;wu({Hl[swh3 6[c? Y44+%!ӳB"#F11# t=y;=J o5Gyq Jj'R9^(I YZ