comparison Sphinx/source/faq/orthanc-storage.rst @ 678:17c1ff4e6ae4 Orthanc-1.9.3

Orthanc 1.9.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 May 2021 12:25:36 +0200
parents b3e75cef601d
children 8a247c645ac6
comparison
equal deleted inserted replaced
677:25e44dba9dba 678:17c1ff4e6ae4
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.2/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
61 and `InstallTrackAttachmentsSize.sql 61 and `InstallTrackAttachmentsSize.sql
62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.2/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
63 63
64 64
65 Direct access 65 Direct access
66 ------------- 66 -------------
67 67