Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/orthanc-storage.rst @ 735:e6386c012438 Orthanc-1.9.5
Orthanc 1.9.5
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 08 Jul 2021 11:34:06 +0200 |
parents | 8a247c645ac6 |
children | b222924248f9 |
comparison
equal
deleted
inserted
replaced
734:ec7b42de3f6f | 735:e6386c012438 |
---|---|
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.4/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ | 60 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ |
61 and `InstallTrackAttachmentsSize.sql | 61 and `InstallTrackAttachmentsSize.sql |
62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.4/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. | 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. |
63 | 63 |
64 | 64 |
65 Direct access | 65 Direct access |
66 ------------- | 66 ------------- |
67 | 67 |