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

orthanc-source-1.9.3-bp153.1.1 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: orthanc-source Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.9.3 Vendor: openSUSE
Release: bp153.1.1 Build date: Thu May 13 15:56:35 2021
Group: Development/Sources Build host: s390p21
Size: 8218026 Source RPM: orthanc-1.9.3-bp153.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://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

* 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
* Wed Dec 30 2020 Axel Braun <axel.braun@gmx.de>
  - Workaround for boo#1180359
* Sat Dec 19 2020 Axel Braun <axel.braun@gmx.de>
  - 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"
* Tue Dec 08 2020 Axel Braun <axel.braun@gmx.de>
  - 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
* Fri Oct 16 2020 Axel Braun <axel.braun@gmx.de>
  - version 1.8.0
    * Serving the content of Orthanc as a WebDAV network share
    * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"
* Fri Sep 18 2020 Axel Braun <axel.braun@gmx.de>
  - 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"
* Tue Aug 25 2020 Axel Braun <axel.braun@gmx.de>
  - 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
* Sun Aug 02 2020 Axel Braun <axel.braun@gmx.de>
  - 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)
* Wed May 27 2020 Axel Braun <axel.braun@gmx.de>
  - version 1.7.1
    * Fix decoding of DICOM images for plugins (for compatibility with
    Orthanc Web Viewer 2.6)
* Fri May 22 2020 Axel Braun <axel.braun@gmx.de>
  - 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
* Wed Apr 22 2020 Axel Braun <axel.braun@gmx.de>
  - version 1.6.1
    sqlitewrapper.patch removed (included in 1.6.1)
* Sun Apr 05 2020 Axel Braun <axel.braun@gmx.de>
  - sqlitewrapper.patch (boo#1167431)
* Wed Mar 25 2020 Axel Braun <axel.braun@gmx.de>
  - various security hardenings (boo#1167431)
* Tue Mar 24 2020 Axel Braun <axel.braun@gmx.de>
  - ConnectivityCheck Plugin enabled in build
* Fri Mar 20 2020 Axel Braun <axel.braun@gmx.de>
  - version 1.6.0
    bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS
    rpmlintrc for some rpmlint warnings
* Tue Dec 17 2019 Axel Braun <axel.braun@gmx.de>
  - for i586, one test disabled (fail due to rounding issues)
* Thu Oct 17 2019 Axel Braun <axel.braun@gmx.de>
  - version 1.5.8
    * various bugfixes, see NEWS for details
* Tue Aug 13 2019 Axel Braun <axel.braun@gmx.de>
  - version 1.5.7
    * Documentation added
* Mon Feb 25 2019 Axel Braun <axel.braun@gmx.de>
  - version 1.5.5
* Fri Feb 08 2019 Axel Braun <axel.braun@gmx.de>
  - version 1.5.4
    civetweb.patch removed
    various bugfixes
* Wed Jan 30 2019 axel.braun@gmx.de
  - civetweb.patch added
* Tue Jan 29 2019 Axel Braun <axel.braun@gmx.de>
  - 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)
* Tue Jan 22 2019 Axel Braun <axel.braun@gmx.de>
  - version 1.5.2
    temporary fixes for civetweb 1.11 removed
* Sat Dec 22 2018 Axel Braun <axel.braun@gmx.de>
  - Version 1.5.1
    Initial OBS build
    spec file adapted from Fedora project <s.jodogne@gmail.com>

Files

/usr/src/orthanc
/usr/src/orthanc/AUTHORS
/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/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/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.0.2.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OpenSslConfigurationStatic-1.1.1.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake
/usr/src/orthanc/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.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/boost-1.65.1-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.66.0-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.67.0-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.68.0-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/boost-1.69.0-linux-standard-base.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/civetweb-1.11.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/civetweb-1.12.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/civetweb-1.13.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/curl-7.57.0-cmake.patch
/usr/src/orthanc/OrthancFramework/Resources/Patches/curl-7.64.0-cmake.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-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/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/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/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/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/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/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/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/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/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/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/README.txt
/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/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/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/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/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/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/Sources
/usr/src/orthanc/OrthancServer/Sources/Database
/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/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/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/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 Mar 9 15:01:09 2024