Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/orthanc-storage.rst @ 839:c29ac12e3160
Orthanc-1.11.0
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 09 May 2022 13:11:36 +0200 |
parents | e95713f90614 |
children | 3e8a3a900e9e |
comparison
equal
deleted
inserted
replaced
838:6afc236cd60a | 839:c29ac12e3160 |
---|---|
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://hg.orthanc-server.com/orthanc/file/Orthanc-1.10.1/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ | 62 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ |
63 and `InstallTrackAttachmentsSize.sql | 63 and `InstallTrackAttachmentsSize.sql |
64 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.10.1/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. | 64 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. |
65 | 65 |
66 | 66 |
67 Direct access | 67 Direct access |
68 ------------- | 68 ------------- |
69 | 69 |