comparison NEWS @ 5647:f048683aa619

added "?whole" option to "/instances/{id}/tags" to access tags stored after pixel data
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Jun 2024 17:50:45 +0200
parents b1a18218860c
children 53ddff5dccaf
comparison
equal deleted inserted replaced
5646:9d27024a431f 5647:f048683aa619
10 /patients|studies|series/instances/../reconstruct to speed up the reconstruction 10 /patients|studies|series/instances/../reconstruct to speed up the reconstruction
11 in case you just want to update the MainDicomTags of that resource level only 11 in case you just want to update the MainDicomTags of that resource level only
12 e.g. after you have updated the 'ExtraMainDicomTags' for this level. 12 e.g. after you have updated the 'ExtraMainDicomTags' for this level.
13 * The "requestedTags" GET argument was deprecated in favor of "requested-tags". 13 * The "requestedTags" GET argument was deprecated in favor of "requested-tags".
14 * Fixed broken /instances/../tags route after the calling 14 * Fixed broken /instances/../tags route after the calling
15 /studies/../reconstruct when changing the "IngestTranscoding". 15 /studies/../reconstruct when changing the "IngestTranscoding".
16 * Added "?whole" option to "/instances/{id}/tags" to access tags stored after pixel data.
16 17
17 Plugins 18 Plugins
18 ------- 19 -------
19 20
20 * Multitenant DICOM plugin: added support for locales 21 * Multitenant DICOM plugin: added support for locales