Mercurial > hg > orthanc
changeset 4647:c8886cd6cae8
clarification about "StoreDicom" option
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Apr 2021 13:01:52 +0200 |
parents | 4beebbb3636e |
children | 56315be75a92 |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json Wed Apr 28 17:50:26 2021 +0200 +++ b/OrthancServer/Resources/Configuration.json Thu Apr 29 13:01:52 2021 +0200 @@ -555,8 +555,11 @@ "HttpThreadsCount" : 50, // If this option is set to "false", Orthanc will run in index-only - // mode. The DICOM files will not be stored on the drive. Note that - // this option might prevent the upgrade to newer versions of Orthanc. + // mode. The DICOM files will not be stored on the drive: Orthanc + // only indexes the small subset of the so-called "main DICOM tags" + // in its SQL database. Note that this option might prevent the + // upgrade to newer versions of Orthanc. Also note that this + // behavior might not be available with the storage area plugins. "StoreDicom" : true, // DICOM associations initiated by Lua scripts are kept open as long