comparison Sphinx/source/faq/orthanc-storage.rst @ 607:eaa6cdfa7ba6 Orthanc-1.9.0

Orthanc 1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 12:26:47 +0100
parents 7d27154e70f9
children cfeb018b9150
comparison
equal deleted inserted replaced
606:2f000ee9b20d 607:eaa6cdfa7ba6
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.8.2/OrthancServer/Sources/Database/PrepareDatabase.sql>`__ 64 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.0/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
65 and `InstallTrackAttachmentsSize.sql 65 and `InstallTrackAttachmentsSize.sql
66 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.2/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__. 66 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.0/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
67 67
68 68
69 Direct access 69 Direct access
70 ------------- 70 -------------
71 71