comparison Sphinx/source/faq/features.rst @ 1087:faf18bfe89a0

fix
author Alain Mazy <am@orthanc.team>
date Fri, 28 Jun 2024 11:16:58 +0200
parents 05d37a5abcc4
children
comparison
equal deleted inserted replaced
1086:28c52e047cf1 1087:faf18bfe89a0
270 270
271 This caching might cause issues if the dictionary of DICOM tags is 271 This caching might cause issues if the dictionary of DICOM tags is
272 subsequently modified, which implies that the cached JSON file does 272 subsequently modified, which implies that the cached JSON file does
273 not perfectly match the new dictionary. 273 not perfectly match the new dictionary.
274 274
275 Starting from 1.9.0, these files are not necessary anymore. They can
276 possibly be removed by the :ref:`Housekeeper plugin <housekeeper-plugin>`
277 to reclaim disk space.
278
279 .. highlight:: bash 275 .. highlight:: bash
280 276
281 Since Orthanc 1.2.0, you can force the re-generation of the cached 277 Since Orthanc 1.2.0, you can force the re-generation of the cached
282 JSON file by DELETE-ing it, for instance:: 278 JSON file by DELETE-ing it, for instance::
283 279
294 I0222 08:56:00.923394 ServerContext.cpp:401] Reconstructing the missing DICOM-as-JSON summary for instance: 301896f2-1416807b-3e05dcce-ff4ce9bb-a6138832 290 I0222 08:56:00.923394 ServerContext.cpp:401] Reconstructing the missing DICOM-as-JSON summary for instance: 301896f2-1416807b-3e05dcce-ff4ce9bb-a6138832
295 I0222 08:56:00.929117 ServerContext.cpp:540] Adding attachment dicom-as-json to resource 301896f2-1416807b-3e05dcce-ff4ce9bb-a6138832 291 I0222 08:56:00.929117 ServerContext.cpp:540] Adding attachment dicom-as-json to resource 301896f2-1416807b-3e05dcce-ff4ce9bb-a6138832
296 I0222 08:56:00.929425 FilesystemStorage.cpp:118] Creating attachment "3c830b66-8a00-42f0-aa3a-5e37b4a8b5a4" of "JSON summary of DICOM" type (size: 1MB) 292 I0222 08:56:00.929425 FilesystemStorage.cpp:118] Creating attachment "3c830b66-8a00-42f0-aa3a-5e37b4a8b5a4" of "JSON summary of DICOM" type (size: 1MB)
297 293
298 These DICOM-as-JSON attachments are not automatically generated 294 These DICOM-as-JSON attachments are not automatically generated
299 anymore starting with Orthanc 1.9.1. 295 anymore starting with Orthanc 1.9.1. They can possibly be removed
300 296 by the :ref:`Housekeeper plugin <housekeeper-plugin>` to reclaim disk space.
301 297
302 .. _registry: 298 .. _registry:
303 299
304 Central registry of metadata and attachments 300 Central registry of metadata and attachments
305 -------------------------------------------- 301 --------------------------------------------