Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

orthanc-source-1.12.3-3.2 RPM for ppc64le

From OpenSuSE Ports Tumbleweed for ppc64le

Name: orthanc-source Distribution: openSUSE Tumbleweed
Version: 1.12.3 Vendor: openSUSE
Release: 3.2 Build date: Sat Mar 9 22:08:09 2024
Group: Development/Sources Build host: obs-power9-11
Size: 9393313 Source RPM: orthanc-1.12.3-3.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.orthanc-server.com/
Summary: This package includes the source files for Orthanc
This package includes the source files for Orthanc. Use it in conjunction with the -devel package

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Thu Mar 07 2024 Axel Braun <axel.braun@gmx.de>
  - fix build for Leap < 15.6
* Thu Mar 07 2024 Max Lin <mlin@suse.com>
  - Build orthanc with gcc13 on Leap 15
* Fri Feb 02 2024 Axel Braun <axel.braun@gmx.de>
  - version 1.12.3
    * dcmtk.diff added to fix TW build issue
    * add user/group orthanc
    * Performance of databases:
    - At startup, if using a database plugin, displays the latency to access the DB.
    - Added support for new DB primitives to enable the "READ COMMITTED"
      transaction mode in the PostgreSQL plugin.
    * API version upgraded to 23
    * Added a 'KeepLabels' option in /modify routes (default = false)
    * Upgraded dependencies for static builds:
    - boost 1.84.0
    - curl 8.5.0
    - dcmtk 3.6.8
    - jsoncpp 1.9.5
    - libjpeg 9f
    - libpng 1.6.40
    - openssl 3.1.4
    - pugixml 1.14
    - zlib 1.3.1
* Thu Dec 21 2023 Axel Braun <axel.braun@gmx.de>
  - version 1.12.2 - see NEWS for full changelog
    libboost.diff removed (included in source)
* Mon Dec 18 2023 Axel Braun <axel.braun@gmx.de>
  - libboost.diff to fix build error with boost 1.84
* Wed Jul 05 2023 Axel Braun <axel.braun@gmx.de>
  - 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
* Sun Apr 16 2023 Axel Braun <axel.braun@gmx.de>
  - 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
* Fri Apr 14 2023 Axel Braun <axel.braun@gmx.de>
  - version 1.11.3
    * cmake.diff removed (included in source)
    * install_cmd.diff removed (included in source)
    * Many improvements, for detailed log see NEWS
* Tue Oct 25 2022 Axel Braun <axel.braun@gmx.de>
  - Build fixed for new plugins
    cmake.diff added
    install_cmd.diff added
* Tue Sep 27 2022 Axel Braun <axel.braun@gmx.de>
  - 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
* Tue May 10 2022 Axel Braun <axel.braun@gmx.de>
  - version 1.11.0
    * new API version 1.7
    * new configuration parameter
    * for detailed changelog see NEWS
* Fri May 06 2022 Marcus Meissner <meissner@suse.com>
  - switched source urls to https
* Fri Mar 25 2022 Axel Braun <axel.braun@gmx.de>
  - version 1.10.1
    * for detailed changelog see NEWS
* Wed Oct 13 2021 Johannes Segitz <jsegitz@suse.com>
  - Added hardening to systemd service(s) (bsc#1181400). Modified:
    * orthanc.service
* Sun Sep 26 2021 Axel Braun <axel.braun@gmx.de>
  - Test for SharedLibrary.Basic disabled (fails with new glibc)
* Wed Sep 01 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Thu Jul 22 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Mon Jul 19 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Remove executable bits from Python scripts when creating the source
    tree for the -source package to stop it requiring /usr/bin/python
* Sun Jul 11 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Thu Jun 24 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Sun May 09 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Thu Feb 25 2021 Axel Braun <axel.braun@gmx.de>
  - 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
* Fri Jan 29 2021 Axel Braun <axel.braun@gmx.de>
  - 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

Files

/usr/src/orthanc
/usr/src/orthanc/AUTHORS
/usr/src/orthanc/CITATION.cff
/usr/src/orthanc/COPYING
/usr/src/orthanc/DarwinCompilation.txt
/usr/src/orthanc/INSTALL
/usr/src/orthanc/LinuxCompilation.txt
/usr/src/orthanc/NEWS
/usr/src/orthanc/OrthancFramework
/usr/src/orthanc/OrthancFramework/COPYING
/usr/src/orthanc/OrthancFramework/Resources
/usr/src/orthanc/OrthancFramework/Resources/CMake
/usr/src/orthanc/OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/BoostConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/BoostConfiguration.sh
/usr/src/orthanc/OrthancFramework/Resources/CMake/BoostConfigurationStatic-1.69.0.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/Compiler.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.0.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.2.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.4.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.5.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.6.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.7.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DcmtkConfigurationStatic-3.6.8.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/DownloadPackage.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/EmscriptenParameters.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/GoogleTestConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/JsonCppConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibIconvConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibIcuConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibJpegConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibP11Configuration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LibPngConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/LuaConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/MongooseConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OpenSslConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OpenSslConfigurationStatic-1.1.1.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OpenSslConfigurationStatic-3.0.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/ProtobufConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/PugixmlConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/SQLiteConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/Uninstall.cmake.in
/usr/src/orthanc/OrthancFramework/Resources/CMake/UuidConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/VisualStudioPrecompiledHeaders.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/Run2.cpp
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/app.js
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/arith.patch
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/index.html
/usr/src/orthanc/OrthancFramework/Resources/CMake/WebAssembly/arith.h
/usr/src/orthanc/OrthancFramework/Resources/CMake/ZlibConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CheckOrthancFrameworkSymbols.py
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/CheckDcmtkTransferSyntaxes.py
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/DicomTransferSyntaxes.json
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/EncodingTests.h
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/EncodingTests.py
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/GenerateErrorCodes.py
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/GenerateTransferSyntaxes.py
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/GenerateTransferSyntaxesDcmtk.mustache
/usr/src/orthanc/OrthancFramework/Resources/CodeGeneration/GenerateTransferSyntaxesEnumerations.mustache
/usr/src/orthanc/OrthancFramework/Resources/DcmtkTools
/usr/src/orthanc/OrthancFramework/Resources/DcmtkTools/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/Resources/DcmtkTools/dummy.cpp
/usr/src/orthanc/OrthancFramework/Resources/EmbedResources.py
/usr/src/orthanc/OrthancFramework/Resources/Graveyard
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/EclipseCodingStyle.xml
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/FromDcmtkBridge.cpp
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/BagOfTasks.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/BagOfTasksProcessor.cpp
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/BagOfTasksProcessor.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/ICommand.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/ILockable.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/Locker.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/Mutex.cpp
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/Mutex.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/ReaderWriterLock.cpp
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/Multithreading/ReaderWriterLock.h
/usr/src/orthanc/OrthancFramework/Resources/Graveyard/TestTranscoding.cpp
/usr/src/orthanc/OrthancFramework/Resources/Patches
/usr/src/orthanc/OrthancFramework/Resources/Patches/OpenSSL-ConfigureHeaders.py
/usr/src/orthanc/OrthancFramework/Resources/Patches/OpenSSL-ExtractProvidersOIDs.json
/usr/src/orthanc/OrthancFramework/Resources/Patches/OpenSSL-ExtractProvidersOIDs.py
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.69.0-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.84.0-emscripten.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/civetweb-1.13.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/civetweb-1.14.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/curl-8.5.0.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.0-dulparse-vulnerability.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.0-mingw64.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.0-speed.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.2-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.2-private.dic
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.2.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.4.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.5.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.6.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.7-visual-studio.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.7.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.8-visual-studio.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-3.6.8.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk-dcdict_orthanc.cc
/usr/src/orthanc/OrthancFramework/Resources/Patches/dcmtk.txt
/usr/src/orthanc/OrthancFramework/Resources/Patches/e2fsprogs-1.43.8-apple.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/e2fsprogs-1.44.5.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/libp11-0.4.0.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/mongoose-3.1-patch.diff
/usr/src/orthanc/OrthancFramework/Resources/Patches/mongoose-3.8-patch.diff
/usr/src/orthanc/OrthancFramework/Resources/Patches/openssl-1.1.1-conf.h.in
/usr/src/orthanc/OrthancFramework/Resources/Patches/openssl-1.1.1k.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/openssl-3.1.4.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/protobuf-3.5.1.patch
/usr/src/orthanc/OrthancFramework/Resources/ProtocolBuffers
/usr/src/orthanc/OrthancFramework/Resources/ProtocolBuffers/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/Resources/ProtocolBuffers/NOTES.txt
/usr/src/orthanc/OrthancFramework/Resources/ProtocolBuffers/ProtobufLibrary.cmake
/usr/src/orthanc/OrthancFramework/Resources/RetrieveCACertificates.py
/usr/src/orthanc/OrthancFramework/Resources/Samples
/usr/src/orthanc/OrthancFramework/Resources/Samples/MicroService
/usr/src/orthanc/OrthancFramework/Resources/Samples/MicroService/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/Resources/Samples/MicroService/README.txt
/usr/src/orthanc/OrthancFramework/Resources/Samples/MicroService/Sample.cpp
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/VisualStudio
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/VisualStudio/stdint.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/base64
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/base64/base64.cpp
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/base64/base64.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/icu
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/icu/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/icu/README.txt
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/icu/Version.cmake
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/md5
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/md5/md5.c
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/md5/md5.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/NOTES
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/crypt.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/ioapi.c
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/unzip.c
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/unzip.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/zip.c
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/minizip/zip.h
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch/NOTES.txt
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch/msys-1.0.dll
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch/patch.exe
/usr/src/orthanc/OrthancFramework/Resources/ThirdParty/patch/patch.exe.manifest
/usr/src/orthanc/OrthancFramework/Resources/Toolchains
/usr/src/orthanc/OrthancFramework/Resources/Toolchains/CrossToolchain.cmake
/usr/src/orthanc/OrthancFramework/Resources/Toolchains/LinuxStandardBaseToolchain.cmake
/usr/src/orthanc/OrthancFramework/Resources/Toolchains/MinGW-W64-Toolchain32.cmake
/usr/src/orthanc/OrthancFramework/Resources/Toolchains/MinGW-W64-Toolchain64.cmake
/usr/src/orthanc/OrthancFramework/Resources/Toolchains/MinGWToolchain.cmake
/usr/src/orthanc/OrthancFramework/Resources/WebAssembly.txt
/usr/src/orthanc/OrthancFramework/Resources/WindowsResources.py
/usr/src/orthanc/OrthancFramework/Resources/WindowsResources.rc
/usr/src/orthanc/OrthancFramework/SharedLibrary
/usr/src/orthanc/OrthancFramework/SharedLibrary/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/SharedLibrary/DllMain.cpp
/usr/src/orthanc/OrthancFramework/SharedLibrary/NOTES.txt
/usr/src/orthanc/OrthancFramework/SharedLibrary/OrthancFramework.h.in
/usr/src/orthanc/OrthancFramework/Sources
/usr/src/orthanc/OrthancFramework/Sources/Cache
/usr/src/orthanc/OrthancFramework/Sources/Cache/ICachePageProvider.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/ICacheable.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/LeastRecentlyUsedIndex.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryCache.cpp
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryCache.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryObjectCache.cpp
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryObjectCache.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryStringCache.cpp
/usr/src/orthanc/OrthancFramework/Sources/Cache/MemoryStringCache.h
/usr/src/orthanc/OrthancFramework/Sources/Cache/SharedArchive.cpp
/usr/src/orthanc/OrthancFramework/Sources/Cache/SharedArchive.h
/usr/src/orthanc/OrthancFramework/Sources/ChunkedBuffer.cpp
/usr/src/orthanc/OrthancFramework/Sources/ChunkedBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/Compatibility.h
/usr/src/orthanc/OrthancFramework/Sources/Compression
/usr/src/orthanc/OrthancFramework/Sources/Compression/DeflateBaseCompressor.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/DeflateBaseCompressor.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/GzipCompressor.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/GzipCompressor.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/HierarchicalZipWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/HierarchicalZipWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/IBufferCompressor.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/IBufferCompressor.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZipReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZipReader.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZipWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZipWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZlibCompressor.cpp
/usr/src/orthanc/OrthancFramework/Sources/Compression/ZlibCompressor.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomArray.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomArray.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomElement.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomElement.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomImageInformation.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomIntegerPixelAccessor.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomIntegerPixelAccessor.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomMap.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomMap.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomPath.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomPath.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomStreamReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomTag.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomTag.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomValue.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/DicomValue.h
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/StreamBlockReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomFormat/StreamBlockReader.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomAssociation.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomAssociation.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomAssociationParameters.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomAssociationParameters.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomFindAnswers.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomFindAnswers.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomServer.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomServer.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IApplicationEntityFilter.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IFindRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IFindRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IGetRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IGetRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IMoveRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IStorageCommitmentRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IStorageCommitmentRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IStoreRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IStoreRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IWorklistRequestHandler.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/IWorklistRequestHandlerFactory.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/DicomTls.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/DicomTls.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/FindScp.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/FindScp.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/GetScp.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/GetScp.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/StoreScp.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/Internals/StoreScp.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/NetworkingCompatibility.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/TimeoutDicomConnectionManager.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomNetworking/TimeoutDicomConnectionManager.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomDirWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomDirWriter.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomModification.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomModification.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomModification_Anonymization2017c.impl.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomModification_Anonymization2021b.impl.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomModification_Anonymization2023b.impl.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge_TransferSyntaxes.impl.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/IDicomTranscoder.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ITagVisitor.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/MemoryBufferTranscoder.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/MemoryBufferTranscoder.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomDir.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomDir.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ToDcmtkBridge.cpp
/usr/src/orthanc/OrthancFramework/Sources/DicomParsing/ToDcmtkBridge.h
/usr/src/orthanc/OrthancFramework/Sources/Endianness.h
/usr/src/orthanc/OrthancFramework/Sources/EnumerationDictionary.h
/usr/src/orthanc/OrthancFramework/Sources/Enumerations.cpp
/usr/src/orthanc/OrthancFramework/Sources/Enumerations.h
/usr/src/orthanc/OrthancFramework/Sources/Enumerations_TransferSyntaxes.impl.h
/usr/src/orthanc/OrthancFramework/Sources/FileBuffer.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/FileInfo.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/FileInfo.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/FilesystemStorage.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/IStorageArea.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/MemoryStorageArea.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/MemoryStorageArea.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/StorageAccessor.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/StorageAccessor.h
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/StorageCache.cpp
/usr/src/orthanc/OrthancFramework/Sources/FileStorage/StorageCache.h
/usr/src/orthanc/OrthancFramework/Sources/HttpClient.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpClient.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/BufferHttpSender.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/BufferHttpSender.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/CStringMatcher.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/CStringMatcher.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpContentNegociation.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpContentNegociation.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpFileSender.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpFileSender.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpOutput.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpOutput.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpServer.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpServer.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpStreamTranscoder.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpStreamTranscoder.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpToolbox.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/HttpToolbox.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IHttpHandler.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IHttpHandler.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IHttpOutputStream.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IHttpStreamAnswer.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IIncomingHttpRequestFilter.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IWebDavBucket.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/IWebDavBucket.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/MultipartStreamReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/MultipartStreamReader.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/StringHttpOutput.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/StringHttpOutput.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/StringMatcher.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/StringMatcher.h
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/WebDavStorage.cpp
/usr/src/orthanc/OrthancFramework/Sources/HttpServer/WebDavStorage.h
/usr/src/orthanc/OrthancFramework/Sources/IDynamicObject.h
/usr/src/orthanc/OrthancFramework/Sources/IMemoryBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/Images
/usr/src/orthanc/OrthancFramework/Sources/Images/Font.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/Font.h
/usr/src/orthanc/OrthancFramework/Sources/Images/FontRegistry.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/FontRegistry.h
/usr/src/orthanc/OrthancFramework/Sources/Images/IImageWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/IImageWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Images/Image.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/Image.h
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageAccessor.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageAccessor.h
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageBuffer.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageProcessing.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageProcessing.h
/usr/src/orthanc/OrthancFramework/Sources/Images/ImageTraits.h
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegErrorManager.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegErrorManager.h
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegReader.h
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/JpegWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Images/NumpyWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/NumpyWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Images/PamReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/PamReader.h
/usr/src/orthanc/OrthancFramework/Sources/Images/PamWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/PamWriter.h
/usr/src/orthanc/OrthancFramework/Sources/Images/PixelTraits.h
/usr/src/orthanc/OrthancFramework/Sources/Images/PngReader.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/PngReader.h
/usr/src/orthanc/OrthancFramework/Sources/Images/PngWriter.cpp
/usr/src/orthanc/OrthancFramework/Sources/Images/PngWriter.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/GenericJobUnserializer.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/GenericJobUnserializer.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/IJob.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/IJobUnserializer.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobInfo.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobInfo.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobStatus.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobStatus.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobStepResult.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobStepResult.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobsEngine.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobsEngine.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/JobsRegistry.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/IJobOperation.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/IJobOperationValue.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/JobOperationValues.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/JobOperationValues.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/LogJobOperation.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/LogJobOperation.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/NullOperationValue.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/NullOperationValue.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/StringOperationValue.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/Operations/StringOperationValue.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.h
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.cpp
/usr/src/orthanc/OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.h
/usr/src/orthanc/OrthancFramework/Sources/Logging.cpp
/usr/src/orthanc/OrthancFramework/Sources/Logging.h
/usr/src/orthanc/OrthancFramework/Sources/Lua
/usr/src/orthanc/OrthancFramework/Sources/Lua/LuaContext.cpp
/usr/src/orthanc/OrthancFramework/Sources/Lua/LuaContext.h
/usr/src/orthanc/OrthancFramework/Sources/Lua/LuaFunctionCall.cpp
/usr/src/orthanc/OrthancFramework/Sources/Lua/LuaFunctionCall.h
/usr/src/orthanc/OrthancFramework/Sources/MallocMemoryBuffer.cpp
/usr/src/orthanc/OrthancFramework/Sources/MallocMemoryBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/MetricsRegistry.cpp
/usr/src/orthanc/OrthancFramework/Sources/MetricsRegistry.h
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/IRunnableBySteps.h
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/Mutex.h
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.h
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/Semaphore.cpp
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/Semaphore.h
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/SharedMessageQueue.cpp
/usr/src/orthanc/OrthancFramework/Sources/MultiThreading/SharedMessageQueue.h
/usr/src/orthanc/OrthancFramework/Sources/OrthancException.cpp
/usr/src/orthanc/OrthancFramework/Sources/OrthancException.h
/usr/src/orthanc/OrthancFramework/Sources/OrthancFramework.cpp
/usr/src/orthanc/OrthancFramework/Sources/OrthancFramework.h
/usr/src/orthanc/OrthancFramework/Sources/Pkcs11.cpp
/usr/src/orthanc/OrthancFramework/Sources/Pkcs11.h
/usr/src/orthanc/OrthancFramework/Sources/PrecompiledHeaders.cpp
/usr/src/orthanc/OrthancFramework/Sources/PrecompiledHeaders.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApi.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApi.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiCall.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiCall.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiCallDocumentation.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiCallDocumentation.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiDeleteCall.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiGetCall.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiGetCall.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiHierarchy.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiHierarchy.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiOutput.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiOutput.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiPath.cpp
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiPath.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiPostCall.h
/usr/src/orthanc/OrthancFramework/Sources/RestApi/RestApiPutCall.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Connection.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Connection.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/FunctionContext.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/FunctionContext.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/IScalarFunction.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/ITransaction.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/NonCopyable.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/README.txt
/usr/src/orthanc/OrthancFramework/Sources/SQLite/SQLiteTypes.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Statement.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Statement.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/StatementId.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/StatementId.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/StatementReference.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/StatementReference.h
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Transaction.cpp
/usr/src/orthanc/OrthancFramework/Sources/SQLite/Transaction.h
/usr/src/orthanc/OrthancFramework/Sources/SerializationToolbox.cpp
/usr/src/orthanc/OrthancFramework/Sources/SerializationToolbox.h
/usr/src/orthanc/OrthancFramework/Sources/SharedLibrary.cpp
/usr/src/orthanc/OrthancFramework/Sources/SharedLibrary.h
/usr/src/orthanc/OrthancFramework/Sources/StringMemoryBuffer.cpp
/usr/src/orthanc/OrthancFramework/Sources/StringMemoryBuffer.h
/usr/src/orthanc/OrthancFramework/Sources/SystemToolbox.cpp
/usr/src/orthanc/OrthancFramework/Sources/SystemToolbox.h
/usr/src/orthanc/OrthancFramework/Sources/TemporaryFile.cpp
/usr/src/orthanc/OrthancFramework/Sources/TemporaryFile.h
/usr/src/orthanc/OrthancFramework/Sources/Toolbox.cpp
/usr/src/orthanc/OrthancFramework/Sources/Toolbox.h
/usr/src/orthanc/OrthancFramework/Sources/WebServiceParameters.cpp
/usr/src/orthanc/OrthancFramework/Sources/WebServiceParameters.h
/usr/src/orthanc/OrthancFramework/UnitTestsSources
/usr/src/orthanc/OrthancFramework/UnitTestsSources/BitbucketCACertificates.h
/usr/src/orthanc/OrthancFramework/UnitTestsSources/CMakeLists.txt
/usr/src/orthanc/OrthancFramework/UnitTestsSources/DicomMapTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/FileStorageTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/FrameworkTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/ImageTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/JobsTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/LoggingTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/LuaTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/RestApiTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/SQLiteChromiumTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/SQLiteTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/StreamTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/ToolboxTests.cpp
/usr/src/orthanc/OrthancFramework/UnitTestsSources/ZipTests.cpp
/usr/src/orthanc/OrthancServer
/usr/src/orthanc/OrthancServer/CMakeLists.txt
/usr/src/orthanc/OrthancServer/OrthancExplorer
/usr/src/orthanc/OrthancServer/OrthancExplorer/explorer.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/explorer.html
/usr/src/orthanc/OrthancServer/OrthancExplorer/explorer.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/file-upload.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/images
/usr/src/orthanc/OrthancServer/OrthancExplorer/images/favicon.ico
/usr/src/orthanc/OrthancServer/OrthancExplorer/images/unsupported.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/date.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/ajax-loader.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/icons-18-black.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/icons-18-white.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/icons-36-black.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/icons-36-white.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/images/notes.txt
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jqm.page.params.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jqtree-icons.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jqtree.css
/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/css/jquery.fileupload-ui.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/css/style.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/img
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/img/loading.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/img/progressbar.gif
/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/cors/jquery.postmessage-transport.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/cors/jquery.xdr-transport.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload-fp.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload-ui.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.iframe-transport.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/locale.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/vendor
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/vendor/jquery.ui.widget.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.blockui.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.min.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.mobile.min.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.mobile.min.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.mobile.simpledialog.min.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/jquery.mobile.simpledialog2.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/closelabel.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/loading.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/nextlabel.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/prevlabel.gif
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/slimbox2-rtl.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/slimbox2/slimbox2.css
/usr/src/orthanc/OrthancServer/OrthancExplorer/libs/tree.jquery.js
/usr/src/orthanc/OrthancServer/OrthancExplorer/orthanc-logo.png
/usr/src/orthanc/OrthancServer/OrthancExplorer/query-retrieve.js
/usr/src/orthanc/OrthancServer/Plugins
/usr/src/orthanc/OrthancServer/Plugins/Engine
/usr/src/orthanc/OrthancServer/Plugins/Engine/IPluginServiceProvider.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabase.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPlugins.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/OrthancPlugins.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsEnumerations.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsEnumerations.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsErrorDictionary.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsErrorDictionary.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsJob.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsJob.h
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsManager.cpp
/usr/src/orthanc/OrthancServer/Plugins/Engine/PluginsManager.h
/usr/src/orthanc/OrthancServer/Plugins/Include
/usr/src/orthanc/OrthancServer/Plugins/Include/orthanc
/usr/src/orthanc/OrthancServer/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
/usr/src/orthanc/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
/usr/src/orthanc/OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
/usr/src/orthanc/OrthancServer/Plugins/Samples
/usr/src/orthanc/OrthancServer/Plugins/Samples/AutomatedJpeg2kCompression
/usr/src/orthanc/OrthancServer/Plugins/Samples/AutomatedJpeg2kCompression/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/Basic
/usr/src/orthanc/OrthancServer/Plugins/Samples/Basic/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/Basic/Plugin.c
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/ExportedSymbolsPlugins.list
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/OrthancPlugins.cmake
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake
/usr/src/orthanc/OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/JavaScriptLibraries.cmake
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/OrthancFrameworkDependencies.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/app.js
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/index.html
/usr/src/orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css
/usr/src/orthanc/OrthancServer/Plugins/Samples/CustomImageDecoder
/usr/src/orthanc/OrthancServer/Plugins/Samples/CustomImageDecoder/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/CustomImageDecoder/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/LargeDeleteJob.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/LargeDeleteJob.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/OrthancFrameworkDependencies.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/Housekeeper
/usr/src/orthanc/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/README
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/Generate.py
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist1.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist10.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist2.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist3.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist4.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist5.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist6.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist7.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist8.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/wklist9.wl
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/DicomFilter.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/DicomFilter.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/FindRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/FindRequestHandler.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/MoveRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/MoveRequestHandler.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/MultitenantDicomServer.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/MultitenantDicomServer.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/NOTES.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/OrthancFrameworkDependencies.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/PluginEnumerations.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/PluginToolbox.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/PluginToolbox.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/StoreRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/MultitenantDicom/StoreRequestHandler.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/README.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/Sanitizer
/usr/src/orthanc/OrthancServer/Plugins/Samples/Sanitizer/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/Sanitizer/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ServeFolders
/usr/src/orthanc/OrthancServer/Plugins/Samples/ServeFolders/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/ServeFolders/README
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageArea
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageArea/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageArea/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageCommitmentScp
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageCommitmentScp/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/StorageCommitmentScp/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebDavFilesystem
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebDavFilesystem/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebDavFilesystem/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Configuration.h
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Framework
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Framework/Framework.cmake
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/NOTES.txt
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/StaticResources
/usr/src/orthanc/OrthancServer/Plugins/Samples/WebSkeleton/StaticResources/index.html
/usr/src/orthanc/OrthancServer/Resources
/usr/src/orthanc/OrthancServer/Resources/Configuration.json
/usr/src/orthanc/OrthancServer/Resources/DicomConformanceStatement.py
/usr/src/orthanc/OrthancServer/Resources/DicomConformanceStatement.txt
/usr/src/orthanc/OrthancServer/Resources/Fonts
/usr/src/orthanc/OrthancServer/Resources/Fonts/GenerateFont.py
/usr/src/orthanc/OrthancServer/Resources/Fonts/README.txt
/usr/src/orthanc/OrthancServer/Resources/Fonts/UbuntuMonoBold-16.json
/usr/src/orthanc/OrthancServer/Resources/GenerateAnonymizationProfile.py
/usr/src/orthanc/OrthancServer/Resources/Graveyard
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.cpp
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.h
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations/LookupResource.cpp
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabaseOptimizations/LookupResource.h
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/Database.cpp
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/Database.h
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h
/usr/src/orthanc/OrthancServer/Resources/Graveyard/DatabasePluginSample/Plugin.cpp
/usr/src/orthanc/OrthancServer/Resources/Graveyard/SetupAnonymization2011.cpp
/usr/src/orthanc/OrthancServer/Resources/ImplementationNotes
/usr/src/orthanc/OrthancServer/Resources/ImplementationNotes/JobsEngineStates.dot
/usr/src/orthanc/OrthancServer/Resources/ImplementationNotes/JobsEngineStates.pdf
/usr/src/orthanc/OrthancServer/Resources/ImplementationNotes/memory_consumption.txt
/usr/src/orthanc/OrthancServer/Resources/OldBuildInstructions.txt
/usr/src/orthanc/OrthancServer/Resources/Orthanc.doxygen
/usr/src/orthanc/OrthancServer/Resources/OrthancLogo.png
/usr/src/orthanc/OrthancServer/Resources/OrthancLogoDocumentation.png
/usr/src/orthanc/OrthancServer/Resources/OrthancPlugin.doxygen
/usr/src/orthanc/OrthancServer/Resources/PreventProtobufDirectoryLeaks.py
/usr/src/orthanc/OrthancServer/Resources/RunCppCheck.sh
/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/CppHelpers/Logging/ILogger.h
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging/NullLogger.h
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.cpp
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancLogger.h
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.cpp
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/Logging/OrthancPluginLogger.h
/usr/src/orthanc/OrthancServer/Resources/Samples/CppHelpers/README.md
/usr/src/orthanc/OrthancServer/Resources/Samples/ImportDicomFiles
/usr/src/orthanc/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py
/usr/src/orthanc/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/AutomatedJpeg2kCompression.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/Autorouting.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/AutoroutingConditional.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/AutoroutingModification.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/CallDcm2Xml.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/CallImageJ.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/CallWebService.js
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/CallWebService.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/ClassifyUsingAet.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/IncomingFindRequestFilter.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/ModifyInstanceWithSequence.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/OnStableStudy.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/ParseDoseReport.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Lua/WriteToDisk.lua
/usr/src/orthanc/OrthancServer/Resources/Samples/Python
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/AnonymizeAllPatients.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/ArchiveAllPatients.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/ArchiveStudiesInTimeRange.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/AutoClassify.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/ChangesLoop.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/ContinuousPatientAnonymization.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/DeleteAllStudies.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/DicomizeImage.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/DownloadAnonymized.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/HighPerformanceAutoRouting.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/ManualModification.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/MicroCTDicomization.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/Replicate.py
/usr/src/orthanc/OrthancServer/Resources/Samples/Python/RestToolbox.py
/usr/src/orthanc/OrthancServer/Resources/Samples/README.txt
/usr/src/orthanc/OrthancServer/Resources/Samples/Tools
/usr/src/orthanc/OrthancServer/Resources/Samples/Tools/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Resources/Samples/Tools/RecoverCompressedFile.cpp
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer.js
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer/drawing.js
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer/index.html
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/NodeToolbox.js
/usr/src/orthanc/OrthancServer/Resources/Samples/WebApplications/README.txt
/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/Cpp/CMakeLists.txt
/usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Cpp/main.cpp
/usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java
/usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/README.txt
/usr/src/orthanc/OrthancServer/Resources/Testing/Issue32/Java/pom.xml
/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/Resources/Testing/Issue32/Java/src/test/java/io/osimis/AppTest.java
/usr/src/orthanc/OrthancServer/Resources/Toolbox.lua
/usr/src/orthanc/OrthancServer/Resources/VersionScriptOrthanc.map
/usr/src/orthanc/OrthancServer/Sources
/usr/src/orthanc/OrthancServer/Sources/Database
/usr/src/orthanc/OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/BaseDatabaseWrapper.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/DatabaseLookup.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/DatabaseLookup.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ICreateInstance.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ICreateInstance.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/IGetChildrenMetadata.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/IGetChildrenMetadata.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ILookupResourceAndParent.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ILookupResourceAndParent.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ILookupResources.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ILookupResources.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/ISetResourcesContent.h
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/SetOfResources.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/Compatibility/SetOfResources.h
/usr/src/orthanc/OrthancServer/Sources/Database/IDatabaseListener.h
/usr/src/orthanc/OrthancServer/Sources/Database/IDatabaseWrapper.h
/usr/src/orthanc/OrthancServer/Sources/Database/InstallLabelsTable.sql
/usr/src/orthanc/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql
/usr/src/orthanc/OrthancServer/Sources/Database/PrepareDatabase.sql
/usr/src/orthanc/OrthancServer/Sources/Database/ResourcesContent.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/ResourcesContent.h
/usr/src/orthanc/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h
/usr/src/orthanc/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/StatelessDatabaseOperations.h
/usr/src/orthanc/OrthancServer/Sources/Database/Upgrade3To4.sql
/usr/src/orthanc/OrthancServer/Sources/Database/Upgrade4To5.sql
/usr/src/orthanc/OrthancServer/Sources/Database/VoidDatabaseListener.cpp
/usr/src/orthanc/OrthancServer/Sources/Database/VoidDatabaseListener.h
/usr/src/orthanc/OrthancServer/Sources/DicomInstanceOrigin.cpp
/usr/src/orthanc/OrthancServer/Sources/DicomInstanceOrigin.h
/usr/src/orthanc/OrthancServer/Sources/DicomInstanceToStore.cpp
/usr/src/orthanc/OrthancServer/Sources/DicomInstanceToStore.h
/usr/src/orthanc/OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/EmbeddedResourceHttpHandler.h
/usr/src/orthanc/OrthancServer/Sources/ExportedResource.cpp
/usr/src/orthanc/OrthancServer/Sources/ExportedResource.h
/usr/src/orthanc/OrthancServer/Sources/IDicomImageDecoder.h
/usr/src/orthanc/OrthancServer/Sources/IServerListener.h
/usr/src/orthanc/OrthancServer/Sources/JobEvent.h
/usr/src/orthanc/OrthancServer/Sources/LuaScripting.cpp
/usr/src/orthanc/OrthancServer/Sources/LuaScripting.h
/usr/src/orthanc/OrthancServer/Sources/OrthancConfiguration.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancConfiguration.h
/usr/src/orthanc/OrthancServer/Sources/OrthancFindRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancFindRequestHandler.h
/usr/src/orthanc/OrthancServer/Sources/OrthancGetRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancGetRequestHandler.h
/usr/src/orthanc/OrthancServer/Sources/OrthancHttpHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancHttpHandler.h
/usr/src/orthanc/OrthancServer/Sources/OrthancInitialization.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancInitialization.h
/usr/src/orthanc/OrthancServer/Sources/OrthancMoveRequestHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancMoveRequestHandler.h
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestChanges.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancWebDav.cpp
/usr/src/orthanc/OrthancServer/Sources/OrthancWebDav.h
/usr/src/orthanc/OrthancServer/Sources/PrecompiledHeadersServer.cpp
/usr/src/orthanc/OrthancServer/Sources/PrecompiledHeadersServer.h
/usr/src/orthanc/OrthancServer/Sources/QueryRetrieveHandler.cpp
/usr/src/orthanc/OrthancServer/Sources/QueryRetrieveHandler.h
/usr/src/orthanc/OrthancServer/Sources/Search
/usr/src/orthanc/OrthancServer/Sources/Search/DatabaseConstraint.cpp
/usr/src/orthanc/OrthancServer/Sources/Search/DatabaseConstraint.h
/usr/src/orthanc/OrthancServer/Sources/Search/DatabaseLookup.cpp
/usr/src/orthanc/OrthancServer/Sources/Search/DatabaseLookup.h
/usr/src/orthanc/OrthancServer/Sources/Search/DicomTagConstraint.cpp
/usr/src/orthanc/OrthancServer/Sources/Search/DicomTagConstraint.h
/usr/src/orthanc/OrthancServer/Sources/Search/HierarchicalMatcher.cpp
/usr/src/orthanc/OrthancServer/Sources/Search/HierarchicalMatcher.h
/usr/src/orthanc/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp
/usr/src/orthanc/OrthancServer/Sources/Search/ISqlLookupFormatter.h
/usr/src/orthanc/OrthancServer/Sources/ServerContext.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerContext.h
/usr/src/orthanc/OrthancServer/Sources/ServerEnumerations.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerEnumerations.h
/usr/src/orthanc/OrthancServer/Sources/ServerIndex.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerIndex.h
/usr/src/orthanc/OrthancServer/Sources/ServerIndexChange.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ArchiveJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/CleaningInstancesJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/CleaningInstancesJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/DicomModalityStoreJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/IStorageCommitmentFactory.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/LuaJobManager.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/LuaJobManager.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/MergeStudyJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/MergeStudyJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/DeleteResourceOperation.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/DeleteResourceOperation.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/DicomInstanceOperationValue.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/DicomInstanceOperationValue.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/ModifyInstanceOperation.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/ModifyInstanceOperation.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/StorePeerOperation.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/StorePeerOperation.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/StoreScuOperation.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/StoreScuOperation.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/OrthancJobUnserializer.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/OrthancJobUnserializer.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ResourceModificationJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/SplitStudyJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/SplitStudyJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.h
/usr/src/orthanc/OrthancServer/Sources/ServerToolbox.cpp
/usr/src/orthanc/OrthancServer/Sources/ServerToolbox.h
/usr/src/orthanc/OrthancServer/Sources/SliceOrdering.cpp
/usr/src/orthanc/OrthancServer/Sources/SliceOrdering.h
/usr/src/orthanc/OrthancServer/Sources/StorageCommitmentReports.cpp
/usr/src/orthanc/OrthancServer/Sources/StorageCommitmentReports.h
/usr/src/orthanc/OrthancServer/Sources/main.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources
/usr/src/orthanc/OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/LuaServerTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/PluginsTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/PrecompiledHeadersUnitTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/PrecompiledHeadersUnitTests.h
/usr/src/orthanc/OrthancServer/UnitTestsSources/ServerIndexTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/ServerJobsTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/SizeOfTests.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/SizeOfTests.impl.h
/usr/src/orthanc/OrthancServer/UnitTestsSources/UnitTestsMain.cpp
/usr/src/orthanc/OrthancServer/UnitTestsSources/VersionsTests.cpp
/usr/src/orthanc/README
/usr/src/orthanc/TODO


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:40:55 2024