comparison Sphinx/source/faq/orthanc-storage.rst @ 719:8a247c645ac6 Orthanc-1.9.4

Orthanc 1.9.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 09:52:22 +0200
parents 17c1ff4e6ae4
children e6386c012438
comparison
equal deleted inserted replaced
718:ab751f4ebd40 719:8a247c645ac6
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.3/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.4/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
61 and `InstallTrackAttachmentsSize.sql 61 and `InstallTrackAttachmentsSize.sql
62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.4/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
63 63
64 64
65 Direct access 65 Direct access
66 ------------- 66 -------------
67 67