comparison Sphinx/source/faq/orthanc-storage.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 83d822f11e78
children d217af5e6cb3
comparison
equal deleted inserted replaced
335:b7f045b23faa 336:a5f7fc9fb611
57 associative map that stores the so-called "main" DICOM tags (to avoid 57 associative map that stores the so-called "main" DICOM tags (to avoid
58 accessing the storage folder are when this is not needed). The SQLite 58 accessing the storage folder are when this is not needed). The SQLite
59 database schema is kept as simple as possible, and can be found in the 59 database schema is kept as simple as possible, and can be found in the
60 following two files of the source code of Orthanc: 60 following two files of the source code of Orthanc:
61 `PrepareDatabase.sql 61 `PrepareDatabase.sql
62 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/OrthancServer/Database/PrepareDatabase.sql>`__ 62 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/OrthancServer/Database/PrepareDatabase.sql>`__
63 and `InstallTrackAttachmentsSize.sql 63 and `InstallTrackAttachmentsSize.sql
64 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/OrthancServer/Database/InstallTrackAttachmentsSize.sql>`__. 64 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/OrthancServer/Database/InstallTrackAttachmentsSize.sql>`__.
65 65
66 66
67 Direct access 67 Direct access
68 ------------- 68 -------------
69 69