comparison Sphinx/source/faq/orthanc-storage.rst @ 741:97e6a0431c5e Orthanc-1.9.6

Orthanc 1.9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 12:30:42 +0200
parents b222924248f9
children 4e9dc26a5cb9
comparison
equal deleted inserted replaced
740:63f246134e5b 741:97e6a0431c5e
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.5/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
61 and `InstallTrackAttachmentsSize.sql 61 and `InstallTrackAttachmentsSize.sql
62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
63 63
64 64
65 Direct access 65 Direct access
66 ------------- 66 -------------
67 67