comparison Sphinx/source/faq/orthanc-storage.rst @ 638:b3e75cef601d Orthanc-1.9.2

Orthanc 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Apr 2021 13:36:32 +0200
parents debcf6b6d070
children 17c1ff4e6ae4
comparison
equal deleted inserted replaced
637:88432d03b56a 638:b3e75cef601d
55 associative map that stores the so-called "main" DICOM tags (to avoid 55 associative map that stores the so-called "main" DICOM tags (to avoid
56 accessing the storage folder are when this is not needed). The SQLite 56 accessing the storage folder are when this is not needed). The SQLite
57 database schema is kept as simple as possible, and can be found in the 57 database schema is kept as simple as possible, and can be found in the
58 following two files of the source code of Orthanc: 58 following two files of the source code of Orthanc:
59 `PrepareDatabase.sql 59 `PrepareDatabase.sql
60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.1/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.2/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
61 and `InstallTrackAttachmentsSize.sql 61 and `InstallTrackAttachmentsSize.sql
62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.1/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.2/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
63 63
64 64
65 Direct access 65 Direct access
66 ------------- 66 -------------
67 67