orthanc-source-1.12.1-bp155.2.3.1<>,|dDI%z +]k @wH]vQ&DO|.4,pYf! *9Y8iLj`V?pL@S`O'HNI>>$*c i|TUvF6OU,S ws')'_2N]C黛>o`?oPd $ W 0PV`H  0 .  *V<=LL,L@L(L8L)9Mx):Rt)FXGpHXI@XY\,]^!inb:c;d<(e<-f<0l<2uq h |  ) !'g9g$  [2r'  0n* =9) xs1DEs  8 |q${d C   I$s!#rj $ S~s0 @F !?.< H:k6"( D 2  7  [!s 7Z) E rF47 Q Fj(eUc2/ ~= Z ] ;[|kx x 8J*'(+05G  +]I-2e|X..q:{+ i0n - |s ,1 g |A  P! }e+8Q aj   YaNs{;+,0> 9 M:/ e, w j?! qONA HVq ! V=#Jm  $ ^ uy5 WXp_5p o aX!?D>  s5m#`   !k Wx? l+ p3Qs $$c *B : X _+ 4 ;FGB\s!O{.A0oЍK7\>r;|"O)^$' E%)B}|ȔnDd@ #9  k oxq>rxcB7#bs*s-Ϯ_~ ` t7F  [ & ;CZ?M-Lg \ B 5 < ; ,#k -h&%aL f L_ Bu 73j  6Pe#H)w!+pC 0<U0 :-!Y~z MZAl%#Bf.u )@aj] f< E  MW 2" L  {4M(4m 014 e`;*ggÐVfl } o#1  N<r'"F7 J ! N&0WfW x`ea6f JN U.1 & x' - QQJ@p C q\[  Z  /.] E7r  2  U%N e.* 2 B>T-e. '${yg35XOO& 6A큤A큤AA큤큤AA큤A큤A큤A큤A큤A큤A큤AA큤AA큤A큤A큤A큤A큤A큤큤A큤A큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤A큤AA큤A큤A큤AA큤AA큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤A큤A큤AAA큤A큤A큤A큤A큤AA큤AAA큤A큤AAAAA큤AAA큤A큤A큤A큤A큤A큤dAxel Braun Axel Braun Axel Braun Axel Braun Axel Braun Marcus Meissner Axel Braun Johannes Segitz Axel Braun Axel Braun Axel Braun Steve Kowalik 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 Axel Braun Axel Braun - version 1.12.1 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1 * Added metrics: - "orthanc_storage_read_bytes" - "orthanc_storage_written_bytes" - "orthanc_memory_trimming_duration_ms" * API version upgraded to 21 * "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL) * Added a route to delete the output of an asynchronous job (right now only for archive jobs): e.g. DELETE /jobs/../archive * Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database * Added "OrthancPluginSetMetricsIntegerValue()" to track metrics with integer values * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" tag (0028,0006) equals 1 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet * Modality worklists plugin: Allow searching on private tags (exact match only) * Fix orphan files remaining in storage when working with MaximumStorageSize (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) * When deleting a resource, the "LastUpdate" metadata of its parents are now updated * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 * Metrics can be stored either as floating-point numbers, or as integers * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534). * Upgraded dependencies for static builds: - boost 1.82.0- version 1.12.0 * Support for labels associated with patients, studies, series, and instances * Added a sample plugin bringing multitenant DICOM support through labels * Many other fixes and improvements, see NEWS- version 1.11.3 * cmake.diff removed (included in source) * install_cmd.diff removed (included in source) * Many improvements, for detailed log see NEWS- Build fixed for new plugins cmake.diff added install_cmd.diff added- version 1.11.2 * Added support for RGBA64 images in tools/create-dicom and /preview * New configuration "MaximumStorageMode" to choose between recyling of old patients (default behavior) and rejection of new incoming data when the MaximumStorageSize has been reached. * New sample plugin: "DelayedDeletion" that will delete files from disk asynchronously to speed up deletion of large studies. * Lua: new "SetHttpTimeout" function * Lua: new "OnHeartBeat" callback called at regular interval provided that you have configured "LuaHeartBeatPeriod" > 0. * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are stored in a dedicated new metadata "MainDicomSequences". This should improve DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when accessing series : 0040,0275". Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags". * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0). * Fix the Storage Cache for compressed files (bug introduced in 1.11.1). * Fix the storage cache that was not used by the Plugin SDK. This fixes the DicomWeb plugin "/rendered" route performance issues. * DelayedDeletion plugin: Fix leaking of symbols * SQLite now closes and deletes WAL and SHM files on exit. This should improve handling of SQLite DB over network drives. * Fix static compilation of boost 1.69 on Ubuntu 22.04 * Upgraded dependencies for static builds: - boost 1.80.0 - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120) - openssl 3.0.5 * Housekeeper plugin: Fix resume of previous processing * Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts() * Improved HttpClient error logging (add method + url) * API version upgraded to 18 * /system is now reporting "DatabaseServerIdentifier" * Added an Asynchronous mode to /modalities/../move. * "RequestedTags" option can now include DICOM sequences. * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags and use DicomMap::FromDicomAsJson instead- version 1.11.0 * new API version 1.7 * new configuration parameter * for detailed changelog see NEWS- switched source urls to https- version 1.10.1 * for detailed changelog see NEWS- Added hardening to systemd service(s) (bsc#1181400). Modified: * orthanc.service- Test for SharedLibrary.Basic disabled (fails with new glibc)- Version 1.9.7 * New configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP * API version upgraded to 15 * Added "Level" option to POST /tools/bulk-modify * Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize" * Added file CITATION.cff * Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins * Fix upload of ZIP archives containing a DICOMDIR file * Fix computation of the estimated time of arrival in jobs * Support detection of windowing and rescale in Philips multiframe images- version 1.9.6 * In lookup and query/retrieve, possibility to provide a specific study date * Clicking on "Send to remote modality" displays the job information to monitor progress * Fix orphaned attachments if bad revision number is provided- Remove executable bits from Python scripts when creating the source tree for the -source package to stop it requiring /usr/bin/python- version 1.9.5 * Anonymization is applied recursively to nested tags * API version upgraded to 14 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in: - POST /modalities/{id}/find-worklist - POST /queries/{id}/answers/{index}/retrieve - POST /queries/{id}/retrieve * Fix broken "Do lookup" button in Orthanc Explorer * Error code and description of jobs are now saved into the Orthanc database- version 1.9.4 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1 * New configuration options: - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE) - "SynchronousZipStream" to disable streaming of ZIP * Orthanc Explorer supports the DICONDE dictionary * API version upgraded to 13 * New routes to handle groups of multiple, unrelated DICOM resources at once: - "/tools/bulk-anonymize" to anonymize a set of resources - "/tools/bulk-content" to get the content of a set of resources - "/tools/bulk-delete" to delete a set of resources - "/tools/bulk-modify" to modify a set of resources * ZIP archive/media generated in synchronous mode are now streamed by default * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences using the syntax of the dcmodify command-line tool (wildcards are supported as well) * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in: - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand") - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id} - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags - GET /patients/{id}/module, GET /patients/{id}/patient-module - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module - POST /tools/find * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series * "/studies/{id}/merge" accepts instances inside its "Resources" parameter * Full support of hierarchical relationships in tags whose VR is UI during anonymization * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b * Upgraded dependencies for static builds (notably on Windows): - curl 7.77.0- Version 1.9.3 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS connections without certificate * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media: - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled * Fix regression in the handling of "DicomCheckModalityHost" configuration option introduced by changeset 4182 in Orthanc 1.7.4 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled * Fix issue #195 (No need for BulkDataURI when Data Element is empty) - from version 1.9.2: * New configuration options related to multiple readers/writers: - "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers - "CheckRevisions" to protect against concurrent modifications of metadata and attachments * API version upgraded to 12 * "/system" reports the value of the "CheckRevisions" global option * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions * New function in the SDK: OrthancPluginCallRestApi() * Full refactoring of the database plugin SDK to handle multiple readers/writers, which notably implies the handling of retries in the case of collisions * Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before) * Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x * Fix issue #83 (ServerIndex shall implement retries for DB temporary errors) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.14 - openssl 1.1.1k- version 1.9.1 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance * If the storage area doesn't support range reading, or if "StorageCompression" is enabled, a new type of attachment "dicom-until-pixel-data" is generated * New metadata automatically computed at the instance level: "PixelDataOffset" * New configuration option related to networking: - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis * API version upgraded to 11 * BREAKING CHANGES: - External applications should not call "/instances/.../attachments/dicom-as-json" anymore, and should use "/instances/.../tags" instead - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer * New arguments in the REST API: - "Timeout" in "/modalities/.../query" - "Timeout" in "/modalities/.../storage-commitment" - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing * Fix build on big-endian architectures * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246) * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1) * Possibility to generate a static library containing the Orthanc Framework- Version 1.9.0 * Support of DICOM TLS * New configuration options related to DICOM networking: - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP - "DicomTlsPrivateKey" to provide the private key of the TLS certificate - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit) - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file * New metadata automatically computed at the series level: "RemoteAET" * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level * API version upgraded to 10 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID * "/modalities/{...}/query": New string argument "LocalAet" * "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and "IsUnknownSopClassAccepted()" have been removed * New functions in the SDK: - OrthancPluginCreateMemoryBuffer64() - OrthancPluginRegisterStorageArea2() - OrthancPluginCreateDicom2() * Refactoring and improvements to the cache of DICOM files (it can now hold many files) * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size" * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data" Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox) * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5 * Explicitly use little-endian to encode uncompressed file size with zlib compression * Upgraded dependencies for static builds (notably on Windows): - dcmtk 3.6.6 - jsoncpp 1.9.4- Workaround for boo#1180359- Version 1.8.2 * ZIP archives containing DICOM files can be uploaded using WebDAV * New config option "MallocArenaMax" to control memory usage on GNU/Linux * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc * New configuration options contributed by Varian Medical Systems: - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) * New configuration options related to ingest transcoding: - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded * "/instances" can be used to import ZIP archives provided in the POST body * Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks * Allow empty request body in "/modalities/{id}/echo" * If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"- Version 1.8.1 * adaption to new systemd-macros (OBS) * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") * New command-line option "--trace-dicom" to access full debug information from DCMTK * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU * API version upgraded to 9 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken() * C-GET SCP: Fix responses and handling of cancel * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header * Fix access to videos as a single raw frame (feature broken since Orthanc 1.6.0) * REST API now returns 404 error if deleting an inexistent peer or modality * Improved forward ABI compatibility of Orthanc Framework (notably, no inline methods anymore) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.13- version 1.8.0 * Serving the content of Orthanc as a WebDAV network share * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"- Version 1.7.4 * New configuration options to enable HTTP peers identification through certificates: "SslVerifyPeers" and "SslTrustedClientCertificates" * New configuration option "SyncStorageArea" to immediately commit the files onto the disk (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard shutdown of the machine running Orthanc. This slows down adding new files into Orthanc. * Underscores are now allowed in peers/modalities symbolic names * Fix compatibility with C-MOVE SCU requests issued by Ambra * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" * When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP * Enable the access to raw frames in Philips ELSCINT1 proprietary compression * Support empty key passwords when using HTTP client certificates * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"- Version 1.7.3 * API version upgraded to 8 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip * "OrthancPeerStore" jobs now report the transmitted size in their public content * New config option "Worklist.LimitAnswers" for the sample modality worklist plugin * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses * Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching) * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS) * Support receiving multipart messages larger than 2GB in the embedded HTTP server- Version 1.7.2 * C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator") * Packaging of the Orthanc framework as a shared library * New change types in the SDK: JobSubmitted, JobSuccess, JobFailure * Issue #182: Better reporting of errors in plugins reading chunked HTTP body * Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)- version 1.7.1 * Fix decoding of DICOM images for plugins (for compatibility with Orthanc Web Viewer 2.6)- new version 1.7.0 * Support of DICOM C-GET SCP (contribution by Varian) * DICOM transcoding over the REST API * Transcoding from compressed to uncompressed transfer syntaxes over DICOM C-STORE SCU (if the remote modality doesn't support compressed syntaxes) * New configuration options related to transcoding: "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder", "IngestTranscoding" and "DicomLossyTranscodingQuality" * See NEWS for details- version 1.6.1 sqlitewrapper.patch removed (included in 1.6.1)- sqlitewrapper.patch (boo#1167431)- various security hardenings (boo#1167431)- ConnectivityCheck Plugin enabled in build- version 1.6.0 bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS rpmlintrc for some rpmlint warnings- for i586, one test disabled (fail due to rounding issues)- version 1.5.8 * various bugfixes, see NEWS for details- version 1.5.7 * Documentation added- version 1.5.5- version 1.5.4 civetweb.patch removed various bugfixes- civetweb.patch added- version 1.5.3 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database * Don't return tags whose group is below 0x0008 in C-FIND SCP answers * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404) * Fix issue #90 (C-Find shall match missing tags to null/empty string) * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)- version 1.5.2 temporary fixes for civetweb 1.11 removed- Version 1.5.1 Initial OBS build spec file adapted from Fedora project obs-arm-10 1689060420  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~1.12.1-bp155.2.3.11.12.1-bp155.2.3.1     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""###############$$$$$$$$$$$$####%%%%&&&&&&&'''''''''''''''''(((((((((((((((((())))))))))))))))))))**+++++,,+--......----/00/11/2332222224--------555555-++*677777777777777777689996:;;:<<:=======:>>>>>???:@@:AAAAAAA:B:CCCCDDDDDDDDDDD:EEEEEEEEEEEEEEEEE::FF:GGG:HH:II:JJ:KKKLLLKKM*NNNNOOONNPQQQQPRRRRRRPNSSSNNNNNNNTUVVVVVVUTWWTXXXXXXXXXXXXXXTYYYYYYYYYYYYYYTTZZT[[\\\[[N]^__^```abcdeNN*fghhhhhhhhhhhhhgggggggggggggggfffffffffffffffffffffffffiiiiiiiifffffffjjjjjjjjjjffffffffkkkkkkkkkkkkkkllllllllllllkkkkkkkkkkkkfffffff*mmmmmmmmmmmorthancAUTHORSCITATION.cffCOPYINGDarwinCompilation.txtINSTALLLinuxCompilation.txtNEWSOrthancFrameworkCOPYINGResourcesCMakeAutoGeneratedCode.cmakeBoostConfiguration.cmakeBoostConfiguration.shBoostConfigurationStatic-1.69.0.cmakeCivetwebConfiguration.cmakeCompiler.cmakeDcmtkConfiguration.cmakeDcmtkConfigurationStatic-3.6.0.cmakeDcmtkConfigurationStatic-3.6.2.cmakeDcmtkConfigurationStatic-3.6.4.cmakeDcmtkConfigurationStatic-3.6.5.cmakeDcmtkConfigurationStatic-3.6.6.cmakeDcmtkConfigurationStatic-3.6.7.cmakeDownloadOrthancFramework.cmakeDownloadPackage.cmakeEmscriptenParameters.cmakeGoogleTestConfiguration.cmakeJsonCppConfiguration.cmakeLibCurlConfiguration.cmakeLibIconvConfiguration.cmakeLibIcuConfiguration.cmakeLibJpegConfiguration.cmakeLibP11Configuration.cmakeLibPngConfiguration.cmakeLuaConfiguration.cmakeMongooseConfiguration.cmakeOpenSslConfiguration.cmakeOpenSslConfigurationStatic-1.1.1.cmakeOpenSslConfigurationStatic-3.0.cmakeOrthancFrameworkConfiguration.cmakeOrthancFrameworkParameters.cmakeProtobufConfiguration.cmakePugixmlConfiguration.cmakeSQLiteConfiguration.cmakeUninstall.cmake.inUuidConfiguration.cmakeVisualStudioPrecompiledHeaders.cmakeWebAssemblyArithmeticTestsCMakeLists.txtRun2.cppapp.jsarith.patchindex.htmlarith.hZlibConfiguration.cmakeCheckOrthancFrameworkSymbols.pyCodeGenerationCheckDcmtkTransferSyntaxes.pyDicomTransferSyntaxes.jsonEncodingTests.hEncodingTests.pyErrorCodes.jsonGenerateErrorCodes.pyGenerateTransferSyntaxes.pyGenerateTransferSyntaxesDcmtk.mustacheGenerateTransferSyntaxesEnumerations.mustacheDcmtkToolsCMakeLists.txtdummy.cppEmbedResources.pyGraveyardEclipseCodingStyle.xmlFromDcmtkBridge.cppMultithreadingBagOfTasks.hBagOfTasksProcessor.cppBagOfTasksProcessor.hICommand.hILockable.hLocker.hMutex.cppMutex.hReaderWriterLock.cppReaderWriterLock.hTestTranscoding.cppPatchesOpenSSL-ConfigureHeaders.pyOpenSSL-ExtractProvidersOIDs.jsonOpenSSL-ExtractProvidersOIDs.pyboost-1.69.0-linux-standard-base.patchcivetweb-1.13.patchcivetweb-1.14.patchcurl-7.77.0.patchdcmtk-3.6.0-dulparse-vulnerability.patchdcmtk-3.6.0-mingw64.patchdcmtk-3.6.0-speed.patchdcmtk-3.6.2-linux-standard-base.patchdcmtk-3.6.2-private.dicdcmtk-3.6.2.patchdcmtk-3.6.4.patchdcmtk-3.6.5.patchdcmtk-3.6.6.patchdcmtk-3.6.7-visual-studio.patchdcmtk-3.6.7.patchdcmtk-dcdict_orthanc.ccdcmtk.txte2fsprogs-1.43.8-apple.patche2fsprogs-1.44.5.patchlibp11-0.4.0.patchmongoose-3.1-patch.diffmongoose-3.8-patch.diffopenssl-1.1.1-conf.h.inopenssl-1.1.1k.patchopenssl-3.1.0.patchprotobuf-3.5.1.patchProtocolBuffersCMakeLists.txtNOTES.txtProtobufLibrary.cmakeRetrieveCACertificates.pySamplesMicroServiceCMakeLists.txtREADME.txtSample.cppThirdPartyVisualStudiostdint.hbase64base64.cppbase64.hicuCMakeLists.txtREADME.txtVersion.cmakemd5md5.cmd5.hminizipNOTEScrypt.hioapi.cioapi.hunzip.cunzip.hzip.czip.hpatchNOTES.txtmsys-1.0.dllpatch.exepatch.exe.manifestToolchainsCrossToolchain.cmakeLinuxStandardBaseToolchain.cmakeMinGW-W64-Toolchain32.cmakeMinGW-W64-Toolchain64.cmakeMinGWToolchain.cmakeWebAssembly.txtWindowsResources.pyWindowsResources.rcSharedLibraryCMakeLists.txtDllMain.cppNOTES.txtOrthancFramework.h.inSourcesCacheICachePageProvider.hICacheable.hLeastRecentlyUsedIndex.hMemoryCache.cppMemoryCache.hMemoryObjectCache.cppMemoryObjectCache.hMemoryStringCache.cppMemoryStringCache.hSharedArchive.cppSharedArchive.hChunkedBuffer.cppChunkedBuffer.hCompatibility.hCompressionDeflateBaseCompressor.cppDeflateBaseCompressor.hGzipCompressor.cppGzipCompressor.hHierarchicalZipWriter.cppHierarchicalZipWriter.hIBufferCompressor.cppIBufferCompressor.hZipReader.cppZipReader.hZipWriter.cppZipWriter.hZlibCompressor.cppZlibCompressor.hDicomFormatDicomArray.cppDicomArray.hDicomElement.cppDicomElement.hDicomImageInformation.cppDicomImageInformation.hDicomInstanceHasher.cppDicomInstanceHasher.hDicomIntegerPixelAccessor.cppDicomIntegerPixelAccessor.hDicomMap.cppDicomMap.hDicomPath.cppDicomPath.hDicomStreamReader.cppDicomStreamReader.hDicomTag.cppDicomTag.hDicomValue.cppDicomValue.hStreamBlockReader.cppStreamBlockReader.hDicomNetworkingDicomAssociation.cppDicomAssociation.hDicomAssociationParameters.cppDicomAssociationParameters.hDicomControlUserConnection.cppDicomControlUserConnection.hDicomFindAnswers.cppDicomFindAnswers.hDicomServer.cppDicomServer.hDicomStoreUserConnection.cppDicomStoreUserConnection.hIApplicationEntityFilter.hIFindRequestHandler.hIFindRequestHandlerFactory.hIGetRequestHandler.hIGetRequestHandlerFactory.hIMoveRequestHandler.hIMoveRequestHandlerFactory.hIStorageCommitmentRequestHandler.hIStorageCommitmentRequestHandlerFactory.hIStoreRequestHandler.hIStoreRequestHandlerFactory.hIWorklistRequestHandler.hIWorklistRequestHandlerFactory.hInternalsCommandDispatcher.cppCommandDispatcher.hDicomTls.cppDicomTls.hFindScp.cppFindScp.hGetScp.cppGetScp.hMoveScp.cppMoveScp.hStoreScp.cppStoreScp.hNetworkingCompatibility.hRemoteModalityParameters.cppRemoteModalityParameters.hTimeoutDicomConnectionManager.cppTimeoutDicomConnectionManager.hDicomParsingDcmtkTranscoder.cppDcmtkTranscoder.hDicomDirWriter.cppDicomDirWriter.hDicomModification.cppDicomModification.hDicomModification_Anonymization2017c.impl.hDicomModification_Anonymization2021b.impl.hDicomModification_Anonymization2023b.impl.hDicomWebJsonVisitor.cppDicomWebJsonVisitor.hFromDcmtkBridge.cppFromDcmtkBridge.hFromDcmtkBridge_TransferSyntaxes.impl.hIDicomTranscoder.cppIDicomTranscoder.hITagVisitor.hInternalsDicomFrameIndex.cppDicomFrameIndex.hDicomImageDecoder.cppDicomImageDecoder.hMemoryBufferTranscoder.cppMemoryBufferTranscoder.hParsedDicomCache.cppParsedDicomCache.hParsedDicomDir.cppParsedDicomDir.hParsedDicomFile.cppParsedDicomFile.hToDcmtkBridge.cppToDcmtkBridge.hEndianness.hEnumerationDictionary.hEnumerations.cppEnumerations.hEnumerations_TransferSyntaxes.impl.hFileBuffer.cppFileBuffer.hFileStorageFileInfo.cppFileInfo.hFilesystemStorage.cppFilesystemStorage.hIStorageArea.hMemoryStorageArea.cppMemoryStorageArea.hStorageAccessor.cppStorageAccessor.hStorageCache.cppStorageCache.hHttpClient.cppHttpClient.hHttpServerBufferHttpSender.cppBufferHttpSender.hCStringMatcher.cppCStringMatcher.hFilesystemHttpHandler.cppFilesystemHttpHandler.hFilesystemHttpSender.cppFilesystemHttpSender.hHttpContentNegociation.cppHttpContentNegociation.hHttpFileSender.cppHttpFileSender.hHttpOutput.cppHttpOutput.hHttpServer.cppHttpServer.hHttpStreamTranscoder.cppHttpStreamTranscoder.hHttpToolbox.cppHttpToolbox.hIHttpHandler.cppIHttpHandler.hIHttpOutputStream.hIHttpStreamAnswer.hIIncomingHttpRequestFilter.hIWebDavBucket.cppIWebDavBucket.hMultipartStreamReader.cppMultipartStreamReader.hStringHttpOutput.cppStringHttpOutput.hStringMatcher.cppStringMatcher.hWebDavStorage.cppWebDavStorage.hIDynamicObject.hIMemoryBuffer.hImagesFont.cppFont.hFontRegistry.cppFontRegistry.hIImageWriter.cppIImageWriter.hImage.cppImage.hImageAccessor.cppImageAccessor.hImageBuffer.cppImageBuffer.hImageProcessing.cppImageProcessing.hImageTraits.hJpegErrorManager.cppJpegErrorManager.hJpegReader.cppJpegReader.hJpegWriter.cppJpegWriter.hNumpyWriter.cppNumpyWriter.hPamReader.cppPamReader.hPamWriter.cppPamWriter.hPixelTraits.hPngReader.cppPngReader.hPngWriter.cppPngWriter.hJobsEngineGenericJobUnserializer.cppGenericJobUnserializer.hIJob.hIJobUnserializer.hJobInfo.cppJobInfo.hJobStatus.cppJobStatus.hJobStepResult.cppJobStepResult.hJobsEngine.cppJobsEngine.hJobsRegistry.cppJobsRegistry.hOperationsIJobOperation.hIJobOperationValue.hJobOperationValues.cppJobOperationValues.hLogJobOperation.cppLogJobOperation.hNullOperationValue.cppNullOperationValue.hSequenceOfOperationsJob.cppSequenceOfOperationsJob.hStringOperationValue.cppStringOperationValue.hSetOfCommandsJob.cppSetOfCommandsJob.hSetOfInstancesJob.cppSetOfInstancesJob.hLogging.cppLogging.hLuaLuaContext.cppLuaContext.hLuaFunctionCall.cppLuaFunctionCall.hMallocMemoryBuffer.cppMallocMemoryBuffer.hMetricsRegistry.cppMetricsRegistry.hMultiThreadingIRunnableBySteps.hRunnableWorkersPool.cppRunnableWorkersPool.hSemaphore.cppSemaphore.hSharedMessageQueue.cppSharedMessageQueue.hOrthancException.cppOrthancException.hOrthancFramework.cppOrthancFramework.hPkcs11.cppPkcs11.hPrecompiledHeaders.cppPrecompiledHeaders.hRestApiRestApi.cppRestApi.hRestApiCall.cppRestApiCall.hRestApiCallDocumentation.cppRestApiCallDocumentation.hRestApiDeleteCall.hRestApiGetCall.cppRestApiGetCall.hRestApiHierarchy.cppRestApiHierarchy.hRestApiOutput.cppRestApiOutput.hRestApiPath.cppRestApiPath.hRestApiPostCall.hRestApiPutCall.hSQLiteConnection.cppConnection.hFunctionContext.cppFunctionContext.hIScalarFunction.hITransaction.hNonCopyable.hOrthancSQLiteException.hREADME.txtSQLiteTypes.hStatement.cppStatement.hStatementId.cppStatementId.hStatementReference.cppStatementReference.hTransaction.cppTransaction.hSerializationToolbox.cppSerializationToolbox.hSharedLibrary.cppSharedLibrary.hStringMemoryBuffer.cppStringMemoryBuffer.hSystemToolbox.cppSystemToolbox.hTemporaryFile.cppTemporaryFile.hToolbox.cppToolbox.hWebServiceParameters.cppWebServiceParameters.hUnitTestsSourcesBitbucketCACertificates.hCMakeLists.txtDicomMapTests.cppFileStorageTests.cppFrameworkTests.cppFromDcmtkTests.cppImageProcessingTests.cppImageTests.cppJobsTests.cppJpegLosslessTests.cppLoggingTests.cppLuaTests.cppMemoryCacheTests.cppRestApiTests.cppSQLiteChromiumTests.cppSQLiteTests.cppSharedLibraryUnitTests.cppStreamTests.cppToolboxTests.cppZipTests.cppOrthancServerCMakeLists.txtOrthancExplorerexplorer.cssexplorer.htmlexplorer.jsfile-upload.jsimagesfavicon.icounsupported.pnglibsdate.jsimagesajax-loader.gificons-18-black.pngicons-18-white.pngicons-36-black.pngicons-36-white.pngnotes.txtjqm.page.params.jsjqtree-icons.pngjqtree.cssjquery-file-uploadcssjquery.fileupload-ui.cssstyle.cssimgloading.gifprogressbar.gifjscorsjquery.postmessage-transport.jsjquery.xdr-transport.jsjquery.fileupload-fp.jsjquery.fileupload-ui.jsjquery.fileupload.jsjquery.iframe-transport.jslocale.jsvendorjquery.ui.widget.jsjquery.blockui.jsjquery.min.jsjquery.mobile.min.cssjquery.mobile.min.jsjquery.mobile.simpledialog.min.cssjquery.mobile.simpledialog2.jsslimbox2slimbox2.jscloselabel.gifloading.gifnextlabel.gifprevlabel.gifslimbox2-rtl.cssslimbox2.csstree.jquery.jsorthanc-logo.pngquery-retrieve.jsPluginsEngineIPluginServiceProvider.hOrthancPluginDatabase.cppOrthancPluginDatabase.hOrthancPluginDatabaseV3.cppOrthancPluginDatabaseV3.hOrthancPluginDatabaseV4.cppOrthancPluginDatabaseV4.hOrthancPlugins.cppOrthancPlugins.hPluginsEnumerations.cppPluginsEnumerations.hPluginsErrorDictionary.cppPluginsErrorDictionary.hPluginsJob.cppPluginsJob.hPluginsManager.cppPluginsManager.hIncludeorthancOrthancCDatabasePlugin.hOrthancCPlugin.hOrthancDatabasePlugin.protoSamplesAutomatedJpeg2kCompressionCMakeLists.txtPlugin.cppBasicCMakeLists.txtPlugin.cCommonExportedSymbolsPlugins.listOrthancPluginCppWrapper.cppOrthancPluginCppWrapper.hOrthancPluginException.hOrthancPlugins.cmakeOrthancPluginsExports.cmakeVersionScriptPlugins.mapConnectivityChecksCMakeLists.txtJavaScriptLibraries.cmakeOrthancFrameworkDependencies.cppPlugin.cppWebResourcesapp.jsindex.htmlstyle.cssCustomImageDecoderCMakeLists.txtPlugin.cppDelayedDeletionCMakeLists.txtLargeDeleteJob.cppLargeDeleteJob.hOrthancFrameworkDependencies.cppPendingDeletionsDatabase.cppPendingDeletionsDatabase.hPlugin.cppHousekeeperPlugin.cppModalityWorklistsCMakeLists.txtPlugin.cppREADMEWorklistsDatabaseGenerate.pywklist1.wlwklist10.wlwklist2.wlwklist3.wlwklist4.wlwklist5.wlwklist6.wlwklist7.wlwklist8.wlwklist9.wlMultitenantDicomCMakeLists.txtDicomFilter.cppDicomFilter.hFindRequestHandler.cppFindRequestHandler.hMoveRequestHandler.cppMoveRequestHandler.hMultitenantDicomServer.cppMultitenantDicomServer.hNOTES.txtOrthancFrameworkDependencies.cppPlugin.cppPluginEnumerations.hPluginToolbox.cppPluginToolbox.hStoreRequestHandler.cppStoreRequestHandler.hREADME.txtSanitizerCMakeLists.txtPlugin.cppServeFoldersCMakeLists.txtPlugin.cppREADMEStorageAreaCMakeLists.txtPlugin.cppStorageCommitmentScpCMakeLists.txtPlugin.cppWebDavFilesystemCMakeLists.txtPlugin.cppWebSkeletonCMakeLists.txtConfiguration.hFrameworkEmbedResources.pyFramework.cmakePlugin.cppNOTES.txtStaticResourcesindex.htmlResourcesConfiguration.jsonDicomConformanceStatement.pyDicomConformanceStatement.txtFontsGenerateFont.pyREADME.txtUbuntuMonoBold-16.jsonGenerateAnonymizationProfile.pyGraveyardDatabaseOptimizationsLookupIdentifierQuery.cppLookupIdentifierQuery.hLookupResource.cppLookupResource.hDatabasePluginSampleCMakeLists.txtDatabase.cppDatabase.hDatabaseWrapperBase.cppDatabaseWrapperBase.hPlugin.cppSetupAnonymization2011.cppImplementationNotesJobsEngineStates.dotJobsEngineStates.pdfmemory_consumption.txtOldBuildInstructions.txtOrthanc.doxygenOrthancLogo.pngOrthancLogoDocumentation.pngOrthancPlugin.doxygenRunCppCheck.shSamplesCppHelpersLoggingILogger.hNullLogger.hOrthancLogger.cppOrthancLogger.hOrthancPluginLogger.cppOrthancPluginLogger.hREADME.mdImportDicomFilesImportDicomFiles.pyOrthancImport.pyLuaAutomatedJpeg2kCompression.luaAutorouting.luaAutoroutingConditional.luaAutoroutingModification.luaCallDcm2Xml.luaCallImageJ.luaCallWebService.jsCallWebService.luaClassifyUsingAet.luaIncomingFindRequestFilter.luaModifyInstanceWithSequence.luaOnStableStudy.luaParseDoseReport.luaWriteToDisk.luaPythonAnonymizeAllPatients.pyArchiveAllPatients.pyArchiveStudiesInTimeRange.pyAutoClassify.pyChangesLoop.pyContinuousPatientAnonymization.pyDeleteAllStudies.pyDicomizeImage.pyDownloadAnonymized.pyHighPerformanceAutoRouting.pyManualModification.pyMicroCTDicomization.pyReplicate.pyRestToolbox.pyREADME.txtToolsCMakeLists.txtRecoverCompressedFile.cppWebApplicationsDrawingDicomizerDrawingDicomizer.jsdrawing.jsindex.htmlorthanc.jsNodeToolbox.jsREADME.txtTestingIssue32CppCMakeLists.txtmain.cppJavaREADME.txtpom.xmlsrctestjavaioosimisAppTest.javaToolbox.luaVersionScriptOrthanc.mapSourcesDatabaseCompatibilityDatabaseLookup.cppDatabaseLookup.hICreateInstance.cppICreateInstance.hIGetChildrenMetadata.cppIGetChildrenMetadata.hILookupResourceAndParent.cppILookupResourceAndParent.hILookupResources.cppILookupResources.hISetResourcesContent.hSetOfResources.cppSetOfResources.hIDatabaseListener.hIDatabaseWrapper.hInstallLabelsTable.sqlInstallTrackAttachmentsSize.sqlPrepareDatabase.sqlResourcesContent.cppResourcesContent.hSQLiteDatabaseWrapper.cppSQLiteDatabaseWrapper.hStatelessDatabaseOperations.cppStatelessDatabaseOperations.hUpgrade3To4.sqlUpgrade4To5.sqlVoidDatabaseListener.cppVoidDatabaseListener.hDicomInstanceOrigin.cppDicomInstanceOrigin.hDicomInstanceToStore.cppDicomInstanceToStore.hEmbeddedResourceHttpHandler.cppEmbeddedResourceHttpHandler.hExportedResource.cppExportedResource.hIDicomImageDecoder.hIServerListener.hLuaScripting.cppLuaScripting.hOrthancConfiguration.cppOrthancConfiguration.hOrthancFindRequestHandler.cppOrthancFindRequestHandler.hOrthancGetRequestHandler.cppOrthancGetRequestHandler.hOrthancHttpHandler.cppOrthancHttpHandler.hOrthancInitialization.cppOrthancInitialization.hOrthancMoveRequestHandler.cppOrthancMoveRequestHandler.hOrthancRestApiOrthancRestAnonymizeModify.cppOrthancRestApi.cppOrthancRestApi.hOrthancRestArchive.cppOrthancRestChanges.cppOrthancRestModalities.cppOrthancRestResources.cppOrthancRestSystem.cppOrthancWebDav.cppOrthancWebDav.hPrecompiledHeadersServer.cppPrecompiledHeadersServer.hQueryRetrieveHandler.cppQueryRetrieveHandler.hSearchDatabaseConstraint.cppDatabaseConstraint.hDatabaseLookup.cppDatabaseLookup.hDicomTagConstraint.cppDicomTagConstraint.hHierarchicalMatcher.cppHierarchicalMatcher.hISqlLookupFormatter.cppISqlLookupFormatter.hServerContext.cppServerContext.hServerEnumerations.cppServerEnumerations.hServerIndex.cppServerIndex.hServerIndexChange.hServerJobsArchiveJob.cppArchiveJob.hCleaningInstancesJob.cppCleaningInstancesJob.hDicomModalityStoreJob.cppDicomModalityStoreJob.hDicomMoveScuJob.cppDicomMoveScuJob.hIStorageCommitmentFactory.hLuaJobManager.cppLuaJobManager.hMergeStudyJob.cppMergeStudyJob.hOperationsDeleteResourceOperation.cppDeleteResourceOperation.hDicomInstanceOperationValue.cppDicomInstanceOperationValue.hModifyInstanceOperation.cppModifyInstanceOperation.hStorePeerOperation.cppStorePeerOperation.hStoreScuOperation.cppStoreScuOperation.hSystemCallOperation.cppSystemCallOperation.hOrthancJobUnserializer.cppOrthancJobUnserializer.hOrthancPeerStoreJob.cppOrthancPeerStoreJob.hResourceModificationJob.cppResourceModificationJob.hSplitStudyJob.cppSplitStudyJob.hStorageCommitmentScpJob.cppStorageCommitmentScpJob.hThreadedSetOfInstancesJob.cppThreadedSetOfInstancesJob.hServerToolbox.cppServerToolbox.hSliceOrdering.cppSliceOrdering.hStorageCommitmentReports.cppStorageCommitmentReports.hmain.cppUnitTestsSourcesDatabaseLookupTests.cppLuaServerTests.cppPluginsTests.cppPrecompiledHeadersUnitTests.cppPrecompiledHeadersUnitTests.hServerIndexTests.cppServerJobsTests.cppSizeOfTests.cppSizeOfTests.impl.hUnitTestsMain.cppVersionsTests.cppREADMETODO/usr/src//usr/src/orthanc//usr/src/orthanc/OrthancFramework//usr/src/orthanc/OrthancFramework/Resources//usr/src/orthanc/OrthancFramework/Resources/CMake//usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly//usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests//usr/src/orthanc/OrthancFramework/Resources/CodeGeneration//usr/src/orthanc/OrthancFramework/Resources/DcmtkTools//usr/src/orthanc/OrthancFramework/Resources/Graveyard//usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading//usr/src/orthanc/OrthancFramework/Resources/Patches//usr/src/orthanc/OrthancFramework/Resources/ProtocolBuffers//usr/src/orthanc/OrthancFramework/Resources/Samples//usr/src/orthanc/OrthancFramework/Resources/Samples/MicroService//usr/src/orthanc/OrthancFramework/Resources/ThirdParty//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/VisualStudio//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/base64//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/icu//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/md5//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip//usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch//usr/src/orthanc/OrthancFramework/Resources/Toolchains//usr/src/orthanc/OrthancFramework/SharedLibrary//usr/src/orthanc/OrthancFramework/Sources//usr/src/orthanc/OrthancFramework/Sources/Cache//usr/src/orthanc/OrthancFramework/Sources/Compression//usr/src/orthanc/OrthancFramework/Sources/DicomFormat//usr/src/orthanc/OrthancFramework/Sources/DicomNetworking//usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals//usr/src/orthanc/OrthancFramework/Sources/DicomParsing//usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals//usr/src/orthanc/OrthancFramework/Sources/FileStorage//usr/src/orthanc/OrthancFramework/Sources/HttpServer//usr/src/orthanc/OrthancFramework/Sources/Images//usr/src/orthanc/OrthancFramework/Sources/JobsEngine//usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations//usr/src/orthanc/OrthancFramework/Sources/Lua//usr/src/orthanc/OrthancFramework/Sources/MultiThreading//usr/src/orthanc/OrthancFramework/Sources/RestApi//usr/src/orthanc/OrthancFramework/Sources/SQLite//usr/src/orthanc/OrthancFramework/UnitTestsSources//usr/src/orthanc/OrthancServer//usr/src/orthanc/OrthancServer/OrthancExplorer//usr/src/orthanc/OrthancServer/OrthancExplorer/images//usr/src/orthanc/OrthancServer/OrthancExplorer/libs//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/css//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/img//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/cors//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/vendor//usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2//usr/src/orthanc/OrthancServer/Plugins//usr/src/orthanc/OrthancServer/Plugins/Engine//usr/src/orthanc/OrthancServer/Plugins/Include//usr/src/orthanc/OrthancServer/Plugins/Include/orthanc//usr/src/orthanc/OrthancServer/Plugins/Samples//usr/src/orthanc/OrthancServer/Plugins/Samples/AutomatedJpeg2kCompression//usr/src/orthanc/OrthancServer/Plugins/Samples/Basic//usr/src/orthanc/OrthancServer/Plugins/Samples/Common//usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks//usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources//usr/src/orthanc/OrthancServer/Plugins/Samples/CustomImageDecoder//usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion//usr/src/orthanc/OrthancServer/Plugins/Samples/Housekeeper//usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists//usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase//usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom//usr/src/orthanc/OrthancServer/Plugins/Samples/Sanitizer//usr/src/orthanc/OrthancServer/Plugins/Samples/ServeFolders//usr/src/orthanc/OrthancServer/Plugins/Samples/StorageArea//usr/src/orthanc/OrthancServer/Plugins/Samples/StorageCommitmentScp//usr/src/orthanc/OrthancServer/Plugins/Samples/WebDavFilesystem//usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton//usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Framework//usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/StaticResources//usr/src/orthanc/OrthancServer/Resources//usr/src/orthanc/OrthancServer/Resources/Fonts//usr/src/orthanc/OrthancServer/Resources/Graveyard//usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations//usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample//usr/src/orthanc/OrthancServer/Resources/ImplementationNotes//usr/src/orthanc/OrthancServer/Resources/Samples//usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers//usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging//usr/src/orthanc/OrthancServer/Resources/Samples/ImportDicomFiles//usr/src/orthanc/OrthancServer/Resources/Samples/Lua//usr/src/orthanc/OrthancServer/Resources/Samples/Python//usr/src/orthanc/OrthancServer/Resources/Samples/Tools//usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications//usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer//usr/src/orthanc/OrthancServer/Resources/Testing//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Cpp//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/src//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/src/test//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/src/test/java//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/src/test/java/io//usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/src/test/java/io/osimis//usr/src/orthanc/OrthancServer/Sources//usr/src/orthanc/OrthancServer/Sources/Database//usr/src/orthanc/OrthancServer/Sources/Database/Compatibility//usr/src/orthanc/OrthancServer/Sources/OrthancRestApi//usr/src/orthanc/OrthancServer/Sources/Search//usr/src/orthanc/OrthancServer/Sources/ServerJobs//usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations//usr/src/orthanc/OrthancServer/UnitTestsSources/-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:17981/openSUSE_Backports_SLE-15-SP5_Update/16ccc207cd128d43d73503b555b3ccdd-orthanc.openSUSE_Backports_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linux                        !!"               #$ % &       'directoryASCII textUTF-8 Unicode textBourne-Again shell script, ASCII text executableAlgol 68 source, ASCII textC source, ASCII textunified diff output, ASCII textHTML document, ASCII textPython script, ASCII text executablePython script, UTF-8 Unicode text executableC++ source, ASCII textXML 1.0 document, ASCII textunified diff output, ASCII text, with CRLF, LF line terminatorsC source, ISO-8859 textASCII text, with very long linesC++ source, UTF-8 Unicode textC++ source, UTF-8 Unicode (with BOM) textC++ source, ASCII text, with very long linesC source, UTF-8 Unicode text, with very long linesC source, ASCII text, with very long linesassembler source, ASCII textPNG image data, 150 x 83, 8-bit/color RGBA, non-interlacedGIF image data, version 89a, 16 x 11PNG image data, 776 x 18, 8-bit gray+alpha, non-interlacedPNG image data, 1548 x 36, 8-bit gray+alpha, non-interlacedPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedGIF image data, version 89a, 128 x 128GIF image data, version 89a, 48 x 22UTF-8 Unicode (with BOM) textHTML document, UTF-8 Unicode text, with very long linesGIF image data, version 87a, 66 x 22GIF image data, version 89a, 31 x 31GIF image data, version 89a, 63 x 32PNG image data, 644 x 156, 8-bit/color RGBA, non-interlacedPNG image data, 620 x 197, 8-bit/color RGBA, non-interlacedPNG image data, 173 x 55, 8-bit/color RGBA, non-interlacedASCII text, with CRLF line terminatorsJava source, ASCII textC source, UTF-8 Unicode textRR}VV [4`utf-8c7bbc4b15a97eeb01e5fc747880c5f0790768f78c87170c76e729610f94d6c66? 7zXZ !t/@m]"k%G%{VBߒK*85 *״B꣙5ʃ4 b\y% y˱͹8uӏf'zw*gDP%d<h=W5P%VLNPѡzձv``3$4w,AxH9mA(dN0hĠF/lZo%qCxPXIy)ef#B~vۺW& V^D._-s E4r?JP7q = #7ZÅ W&}}.%Bֽu ܵg.,4atbݞTZXAU+Z5>|?*rkDI`:ٚIllrW.: wQ}q@NNKJjg2J;l~K_zoLL x*!AaR1070,Y+Ɖ- Lsg S1bOu}i  Ds>Ӑ/ؿDŰWnsl-V bs(f +T2 7 cX ?u_^#6@:+&f62 ĠAGonʍxJϱyD?(DH9׍+JV dl$⟔ t"1HT 0A)Hd!h)JzP߇AO+s'7!_cEvtU\U$( w?0$}]m%(,+@2U wӑT ~rkMl0"QPi xJ |TIWc좭uD̪L&)󏲜l+QL[wyQyuЌq^s=g7-%QL,ݪR?@Z ߎoph*vE@6qVdyBThRsoH̷0-txXcAagׄ 鼫?ԆBs=nl9\]_ЋRx.錷m;+2"rs'-?rumnܤ'ՊpMfZ†pA +ϥ|].<$L{xiR|Q ʡ:0w?ƓB^A7E32Tðu8Ǻm4Z"r)=,/H%f'w[a{  v{퍯ݫgs6$yǖ_%~- [wpub!:mvaK EAQOfWtԹK'ASpm"LF[QfߡE~q>^f.n4?'!xN8CkMq|kBn @ +o>ZHc,zV;o/^$<Ț% 5|QO8s{m~CȥwР>mr\el0aZBGFO΋L!ʬT)|_Gʀ%qG)*1޸k@rvM=JSp\5.l(jmHQЊJab5b8fcaQ*y igb1ݘ;s4 )/U8."WHuYǧtJ1˘l3rEDR^Fގ0Uִo:ȥ*cU}Fמaܪ)\{M0cڝҳ%E4t(*cH  0pK㍸~ +ڞ'fIsjG^Z,:ZO͟4ׇ)6j=1՛Ϋǂ=yl L7Bd htєXɪTT U{r[\˼Py˙<|1: wj{n~wH\X5+48x,1꾑 (5S<9Xs,.jX/6~m8 7‹{FɚrC7X?q(sSxIl~b͘w[r L\IyNI)سijƕֱn*NzjƛLCG]r9χjrknh .(BPp*֤@Q Cl(Xhs4f *6HDDr̞O\/T?)׆>H1.=QqJPbg\vJƱCs *}T9 DߥyJQ0⏥f;wPqxG23"bxP+  XʹXR+h N*òQd c ͐Ufl.;Ui+ zl~^p <i1{f'* `lƟj" hڹD1{%U陗%d.Weƴ `0 T1V=)B~K/e:FB<2WDpղ}a֒ZMfC={)T7i >X@4q͇JF`twKNa1bc8l_os9gStZJj{Gm=Lnx$8u1B|Q ~IJ5ViyC9[I@VfєD Wwf-Mvoi>ɂxcp!TNPMA ±oηi?dr#VKǘXJDIB+1q*5dU#egPyqvhnЍR E|G*T_C5:p;xV.&`gĮP7/$WLYnuv5E?1>!ػ/̦ÇF(,hDةTRt@ 3;/Lݷ*th lf ͐EF+ݸZg/ G7Q *!Yf9z~sL(D. _){uNv&T_مc+-GS8se5[d@1s~hDK,7aPGńXv&z,%q]_7xƶF-qܺJ_%gD|3r*AR_NV\b&$/taRs{rP.eduMmǫv> '. ` LU@g(LhQư]yL7Kv/:!4wRղaoDy; {(wCiZى~!Zʤg&O&tLEi߭! Q]" [%# +IǶsje 8:SS&PE`:ӹ ~*wq' iNa]ѪA 2{JFYg$ &6c>[4y`?^3($d^ҀA:Hãz8(6?~COlCdttN[]׋"]]ͽ$9lz H% _[jba4VuF[o)lHӎ-5vw ?p19%TP֛&*wx7;V&i=g rXuoS+CBc^qf+. 6:zR9Ϋ2;)e*N]Rg} [XS{(sL]Pjf#45Mq)2X7IvKL6bGՈRugm,Rב[@v㬣w_C4cK;υu$3Xf, o>vZg=b'h(2@X>茒j$.l=)_;h@꛼Tfk3u2W?P0 <7ɝf,>&R 7y 58v}G>τS_e0*-u/:;&IӷZvIbb vaۆ`:Y4C o韍&?^gcNS &ajx4Jf,A).&9D7#m悻ZUpM*{; X$i8ϒݖzO2|eF.G;Gҥ>uqO 8~^'}2Z-sO~;hJ&5*f(~9z%e|3AҺd7r@+dp'DH+rfj]yBUJT2D(MƗn)4I'7f}(>3 CD\!pL'Z#$9#[z uMr^WVpBM#y4= Os^99{r-g(!̗r tHKӞgn,ys.ohЩ2Ja5j';k! a qkmo)n=`\qĶoL=̲p3/FڎAEa;WjZغSn3| !,3Bޭoi9ј7WT%|'<6?~cԣVVCH":{UMVJV~ 4WtӁqQg\ W52dEҦ^s#|%=Q)̯gg;mtA>@,:姌8w^m㡐ԡZ5º"=8VhHnֽjcuO9_z^&?Zw;2_+T8I 7cICqloH +:{ϗe-}c6oy@]u.n%,]fӣ{[mh{LkaDt8J[.=!YZ'z-u>,-lS^ҏ>K܍Uwt<#3֥ݧ܅ !Ak1Q" m>-^ BS~׶%a< އidNx<9ڃPHTϛ nWU䗗p7 ziIUXmK"$'3=}hA:U{SȎ(eKH9}\)F.?%קy9 NPu~oW Udg,\D QNAS:B_GʀvVDĠ`y x,!&ƛYW2GZ"JdY-{E.qOz|os vn!ވ~to׋1rvxDoӑT>6tqPE9Т&ƎE+{^YH}Տ p+4{%\ZLa$IKRy +>ܸmE 'V43dr[I´ m5$HF9sK} 䦺2ZFj~|[ˈҨC.(̀x(幪Qaכ7l=y-caOހOd;ۇ 7I:&,l,m Wy :+ցiTՐ m<=lVs;Qm}`U֦EG$445b/tNeC[؍+dA܇SD&)uXBڬi3lW)UkT6 0)kS~z2٩Wk}QFRaQ=͛Y|mbOruGx+G,gO":@Kb'_+(2rhQ}S&aS?in#yN>"N_d'NpNwms{k.aƁ~f0JTM?S=DvSjG^ d93*Ap_SLw & n2l6W򅲕jU{&KKIx>J"韅h¹L&*Ũ*O1!ީӤ~ѫwߣW黻wרK)MOtQ9m=aC7L>c\%8ft'Pr/wlY~{*P9UAoX~1V*O(q8!|ϔ[w;Mnhx%ZHGlE*|\}׸~-&.[b1-4DOQd\8F%&Z 9r`:&+=| yرz w8 A7_(lBJP.y -~Q:au`_ Mj$rnjV瓪 [A#FRc?=ㅂk֝N*d:PwFJ k^U jqz&ۅ*Dz@S$=[5j'ү;֖9HHz*|q8_tr}jBR>?ynEzaE뛻nUV.H2zt7I@Rg9:}@<1503yC_I~qpj]d{9KQa9 CrGIwfs ]l~r!4uNDAM(M՛ۗWF,b [s,>CV%-MYӞ?/ ,x2O$H[COf^.E[a2*9+i 3d#ܹ.|s'x-w5tu` R-wW?n Y2ֈ׉U9!6+CȫeyG烖Sk=hS_ $rx  {VǣL0ءobtep_eh-FHZû{؇IE"8xqfy; ˕Y'-ntiL*4kX 5Vvl+o2,0kFqY{|otw3'_̀9dPxReهLb%YNG{g=r>قK!TŦNOnu~#&a*T8%Iκ6?px⨺jֿZ游Ouk7I&g |^?cJ @spla6#;a,cKV]Zio!ݺ0+/rVvONd3W'^>*t]@;O?)yI&*q9ig˼8[W0GdPxZ%/%& mYO~'_$0?v❹zYa@18]5mۯPF hǒH,QX >!rݴ֨Pv) c_4+Q4Gba)ZhއeA6ϧؒʹ) :xibɾz LߢR$?ƈZ}<_\I.YnF=UdJH0:C2e9&꥖`BJ\c|V阠NSyG\u7s rYra+pf&_QzLD׶7/V1yMA"a,gʭl-KSpK$E#:D%)mB3;!PQ:$r-x;|} d{fR_u2Cgǽ b"3KTEk.?4һ@7삤-3TPכN$!P\`' \eV 1 Q#]}@&z;A"Mɼ9Ԫ߫Jo+tʋnRX-7: EnH2eω \PK&閫Vy|D*x-HjH`(fl1rKilS#7me;)c:Q,c^T+Hcͷ껻 xjt^U#"J PgDzL+Fl(( Et% ":lTmTݸo*cy2:ArgW% .+7ϊdebρؒ L c'yRamK.Itv<\}mﮮU?$KeI8| |q{p2I 0{-AnZ2 FĀ ?v+UeFM|NSNU>r/OS6h Ӑ ~ $PI5cXw $Ք![4erf W zk8٫ek4B!*KyN3f'giormxgؚˮ K(w1?T,x1wzb^U"`u628túU2U nFeBblS Ł%Ӫ0Ou-KҵXg~IܨxVaLd&AR)Cby}u8,Ӱ~%'y0SO%Q eU~dFÉQn MN;PK4%*xK"- Ԕed@_]% Rz`U?(ݸ%>x xrJUc' Z$߅R$EkvN`ѻڃPalt܅$ t rUw։vUc]R`8|W& AXMVi' =fH(9vV`G 5loRxh!0]K:԰JUEQl3;b LY&zҗÀn3/9\ \_ ^̾ rs1|<9LFF|,LSC2&j3dbtp޴ xb :|AWkd *n$HU9}/_$HXuF FsfiS{Y矚]E7t>#&&[ =|/Q(5Um_4~p9fcOPzD|<4Y@WN TNJy?*[J@%{+NH S"ήK ˺g;Hj/Ћu!p7"zr5m痰r^sQv?%=vN'SRQQy%i2Kc4iఖ:<0a6A6 ߫c襏KR3q#pԅ!߄uE k8)e16b.ZǡO~JA"/^خ` ^ڞ\@d&(p1,r,Wm7mIY}TpjXS( ʔ0$FteⱟP*Fi"f=QԓHaߴIX|Bd)T4`Rrv]6c:׭ >`+l64<7'4Gjo'nPCta "a䇚!5ۭ?i޳+KrD3y$rö!jBIk&w0VO (O_Ծ?@U#>2$r?x&^0{1-8F}ϧۛj>aGOWx=5YkW$5 b.٫Q?BPVAc+Kmy`d$g> 5HJ E1|{o} &@a$s s6A~յ)ff8r$ˑe3lSGR폏&y0dɩQ )'DD7aX4UVzW_/9_R8JayAŮygAn6zH+w@\g 6RZp}M#j3jaH#\<6RdN:#OGɚ`4wA\- ܾ=scɾfAKZQ}6qNU7[e-͛S3$ mU|8o0E&)Av%V͍'l k_$yk&lۡ2-y]/w[P^5O>z| aU0Od\,˜Q^_ِ"y% >;EXE߸܃-J8wx1 ucpKj/C>)9iy΃N UK //'M~*U >U?qU*XD_8*#FUͲ\B r zRyiVznƘa >k+whq.R@$:YӀW!gf1FWpry9|uP%k^{ʭb|S͒K2ba7s `2nLdE&Q HK'$sh/~0ҾȁZK"o8K|WlR}Jו[^gyy0`,|^+ iW)w*II=v-|G%io`qU=o TW5\q~HhV_wx- i7UzRC#v'XU uQ7W1M;TG\h Nh7L$JQQ5} Z`ݗ^FhۢP?rCݥ\#/,Ѓ.yU<ճiyhI1%y|XԮťQAXPe~cPCo~靧\m 醇"Njnk>zEas_}Ҏ"3j[Z#!-h )٦) +;3zQf-/)>Ѵz fCnhgevXq 4~ !ӿ[2}l< ),QI,࿮a2H:[/W'ʉ7}8x}r5hV1Ly?;롃 < 5e&+i"2}H6R9OBeN a#Q'^JP^~} y>}|eWu0&`Cw]IWϬjQ[1/:^2 ăsZcG8hNpNzP,aœa@9ܘqk g%9z;~H>B wb's#(dDMQ Lk RzQ[eX`ٙ"ZpDuy,}0m零˰{1̷ت]je#D۾:lii9b5*G(Rh: n0JCdU T/y5т /roc=A,Hbe6U%h:K;hۄ^ŋa=~lmS9'  $Iթ<; 5ڬ5UZFk\&jA7A;צ—Ӻr }w9[>Knt h1f`S lwjX.Ƶp2j<+oGΓ~,|\ d;D :ܽbj2Ԟt*C Or#9~Dְ8$#'ASܔr 3^)*ۼpEcab[[G,iCοoP4l 0A<:_02঩6W?c;\7eB~q@?Z&Wf9J#{~Pc1cSf ,HNVF|ɇrje/s;k`(}5S &f-PlW|_Rq(^6_ q:uSDS=H8qt}_I"p\ 'HH:4#)Tjt=RDl?(>;1~u璘Bc 2T}R&ں@++ʳ-Q,<4h|o ֦֗$nc! tt6j%xatk 9њ 7A=,(Mp*!#  @2p.qݕU?/ACX> < %2Z'D9Q`vjCvga2Y*~zj5ovRì\Le^OV5 )0tcR&S@UqpT0^Hu@` հ7yRY_ v#x9_ pꫣ֭3Q: A(xhH LV}oLV۠O{ҩ5?V.\n/ךCB aGt9YNس"U2 = rnZ$v} {~"@ȝ`W~{;ks\_b(1|5r?^Q,wX&Ec~ԩ@m/jO Y72O ~_T5>̛)Yϋn*|ÓLĻnhD3xRk4tNv!+@4I-9؄,]emth6tnを 6Ya_PLM1OoxRF6v7nN_[/4AV2;*P<&lҭH;345dƈ> 7o!TIJ@C1t*Q8+ ;nbvָ[QqDjѣ׺adp<7n'hsC/1q8-WdWd,{ioS*K'9ܙoؔ7#KyCפ)r-&5HJC}Xǰ}L\`ݝ_,s<~6t)OpZkRi,aZZp10.yA[d.w F`c_2L~ߛY{cFtFQXCBLE`═qWK\dZ}5 л6$=exx{ufKFB,DPeSS!8M69`͊I[ p['*=,e~6fJ+I7o4AMCkq?ռ;QKxh;rFq#$ni9Ay"y9%Fd*2r'v5kuʵF`Ɏ}=0];&~k)В⥋R6n<ٞn,(Ne"SUjp U9LX7Ⱥ?`8]"Ɠ%f9ǗQ Ɋ)({^u<̷b(yD> AW$ԝ,]$E!`+y7cv "|2.E ʧrf,l,>Hoft.]+1P kvM DG@tr%MU8"V::8FK (AOApH<-I8\{[Gqi1?xiga>61s5kCB%(`9jAuܿ{~2SI܀ TP.xv{))M5On7r` i}P%Ym1w؞U#l2m,^CB?5T48Ui(Ġ`MDH{.n>'ܜ諱uς_-,65;QU )>a֍1YlT#S3T]U'w֢NYXI 8Dh5hLދͅ겜\kyVvM?^8"u4xtDhrUM)y{CQ©. NHV8rznT$f0hd Y˻;ǘ#P_r@YρG)Յ!;RQU)U|cu L"`ctp=P6EbL!;Z:7:9{3٥2 t~G=Ҹ,HW? 2>,âP&Ik`Yc],ر ^: .Fo6շXconG`&b% :A$ Q0 ,n)-0h5 d̓08#)aBĄ@ٙ풁ȝ`}Z8&;snc(L UZo"Tz"ǔr#^!GQSJU,s;o}ܵ$i&c tT KdtGoTf%}FkSgtTFrr .{IAUQֱ<9=ڟ )eo Umk@]!RZSA P{nDzl'r ŃeH),o82->PK:T7^W(>C.A}׷˯k%_rmh yFDh;}o[\T^K[`%^K9!76vٔed-sZX< mçoyIP&LE4Wzl+ѱ"кv@ӦԪ+ԛd ]W`Ƭͭӑe%5x`fu"9n[ˎ}lXjd"s8B#̈!~?;'6p T]M#VK -a`踁r'4RbuQOQ6$%[]aˇOglcssǀUY]e?c(twi#uJaV&yy7o<^[Zw+1k~فǴˢ`;D/tis ؋#\X@%jIeKx5=Lvx7^N%S^gk#[fhiբ ^AIL\֜\I |L=Ҵq5sh?Sz0P]zU7UܻuOfDϑ FapqdUo ]|T;oopK\TApO0켳<YHhv"X$)$Tf TrwcE9`kR|ixOŶ¹)):FC(StnixuDAErfK!SZct(.=Ĉn1j/2.k Ge,Jxt"?/?I _̏CnӸNyPxX8ȹQL_?G&ci1.FPU ?'nm:E͇`BX <0YN=%?9]8TUm-c#_N\99.ۺ nF[ Oެ,U/N,-}~wN{AN ⍺w& da >[hg^Q #I@X:Q `0@Me! @GgT,و1WMgDp1אD|lHa>wC}6n {,|SHF4ܾ6|i R cOwhwӏ"@qrIa 3HRZwEKiK`xPO>z!]iAU3$ BV~6/^Oo޽ٗPc;|Z$1/:2VjjC7m0}N7c(|e?{e'# rQ}**{H% Q6Lf,0pِq(l3$iՉ3D`.cbߴN\QncSr9t{ˇkfF&׫ƥY WUf)B+4k/n\=*{!ģkthhƻy-MR*\~:<<#Vj4`oRMKet.R6"o/=}ֲ߃f,`CsLQXZ¢X+it* _ӟ3'M]#>)ŗO b'ъы^C2{L[bR{k{x}ڋɪ=mrj>=[D3/;uV@8>qfyqg?54*I:0_ |j掮N@$UIzo3Dcf 9o/CCy &Zs?JWpP;ЕӠUM+ #Sj[[ 7jFe9ĬH.M3a*fV)D@!#<[UI$Zˏ:qݨVOUA>Qˆf*;-#^7, "Nt7e{~dV[s :ޅgNaZNyJzMg]27ҚC(VtPeYZMWu`>|iZ~Z)C%UwռR=8\iЭ ۔so ,B9D %&.E{%{(}UL- 1":_Id/+ J@&K癓`99-D^̜L!Ԫp{!ͅcpz8[ɬ2ЉGt\Ƞ7&Eg){2cA+#n>&Fy* mhyta|PmVǛ)DI^+]| \24:(⟫/pZ~Y{f[lw&E7#sf~©. cd9nQ?'v:@ce4OԏzABEVS)4= \%B*?hݵErJ KVJf9˭%]Z9DSjfן;G$P/d t[mT8'&Kh.OHVQnv4JEEnSN )[ %ύT#]Qr '1m E6$w}ԣ"HiU^l sfNGơ CMn6YgxNNanUWE|Ŕ ]1YOĺf/rg\h!JoyHeTHWΠ6U7lDBeQ/Z|F NAF"]gD<R$4)SH`]U5\ ٸ _s #w]c&yW8iWV pH̿]UP[n@FQ~հfOT١ںnzotuNYV]7f)Sx=2u1X*9U^II ӬF[82&T9 ~'lb|s2FЪ %BAKNLn]v\SqC|uWBZe%* u0γ DYU+*=(ZgN^ϑg\F&`3 3u<_؜M]^dovLi?d=4~9vIWܳ~dǪh'}zsˍTP̈iB%˘XU|2~a5g!nܬcm0ri#z@Y+˫6X9]^#R* 7AKQSd/wNБJ% \!iчNokIuy^̫ "9oSNWKKoGxtq4"nK$5/ʧ|5A7n B ~XL/bR讅1b(g#)}c9\oəł]*|+~È;b1X>2`3ҊGSR-1bXs֗X0[Ț uõ5vdY v bO"5+p-Z(Dv0mhK`"LʾXyHHz֢(4`iaׁtmOe oOr$ǯN#9>Afc s!2\c:Wz.Mrt֥&cc.݋9t0AĮ)3町UЏ+B_<lb/D#?tsHfSJQ? ;9Ax .9vב峣&anXvͦ1GGl$/`Ƙ+Ϗ|`"i ]\sxOWu~TM̤|C,׶7)^a 9tQ;0زC]C$2%p;n0^I.A^MFx*(%2<^d~j! 2K_pP~uG%Gc3 yi-G+.e$rNUf#vœX_zf=X#G>d!GM؀C$$6.^Ӡ-jŗ47ɭ'NPDIfY-Sv k OmI"_5S)],܈>h9 O(=ǴJ,yknPYZi 6ww >@å˷?W̧|Dl z|K H"=AG\ ݊!"\hK`v^ ).NKp a̍NBd8 >92oH1vfRUJdʳplȳ47YY$f_}/j( Y "*lfqQ]*uz!p\nfv*r&F?Yu)z-怸[U;aՓz5 =ZtHGM摟U~q\mq#0\iRt"9iYuxd98f{X߯<k2KHw>LCfĜVE+7og@ak D†:QJS]/3qo'4 Im?`yG'=4{JTZKI@mHb3Xke΅՛N`Y] j*t]|ŜH]<qlKd2qK`zC;JYpFo>&y1l tf36Ԧ'f N'7?jw*l fܾAdFo'sk)4Ȱ vˤ'OHdʥ,B8i<=C(?p%( 0WvP/4"?Ƙxt|mmxjY@>,WLz`#r١w`jXSXHKͱ)mE51LT}7ͳh-*"h3,qFgvi1urH09k:]"L'ڶ^ثkI^s!\(AqM-bbSI p#~t.JXnRkBwmE0`I77Z@@T1/G^#fI1g0r#7{DQjwm1 ۾LJK9}$>~T f]^zP]L ?zoZ1U 17UO\[j{0FN;(X=Y >Kꅻ>&B8*.T ]~_頇UxB~PP 7RXu 3VDE1gqB+0EuNwtzy+؟ g: ?nfɃNg`z~.2@ĩT s܂՟)StNR5XM]8~2'` M)"L\Ĕn6U1KeE/kYn7 uJGS muV~I9 W$eĿ=ojzdUk1ز|+Dgö YZ