comparison Sphinx/source/faq/orthanc-storage.rst @ 618:cfeb018b9150 Orthanc-1.9.1

Orthanc 1.9.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Feb 2021 19:06:06 +0100
parents eaa6cdfa7ba6
children debcf6b6d070
comparison
equal deleted inserted replaced
617:324ca8f236b8 618:cfeb018b9150
59 associative map that stores the so-called "main" DICOM tags (to avoid 59 associative map that stores the so-called "main" DICOM tags (to avoid
60 accessing the storage folder are when this is not needed). The SQLite 60 accessing the storage folder are when this is not needed). The SQLite
61 database schema is kept as simple as possible, and can be found in the 61 database schema is kept as simple as possible, and can be found in the
62 following two files of the source code of Orthanc: 62 following two files of the source code of Orthanc:
63 `PrepareDatabase.sql 63 `PrepareDatabase.sql
64 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.0/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 64 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.1/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
65 and `InstallTrackAttachmentsSize.sql 65 and `InstallTrackAttachmentsSize.sql
66 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.0/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 66 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.1/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
67 67
68 68
69 Direct access 69 Direct access
70 ------------- 70 -------------
71 71