comparison NEWS @ 1806:cd213ebcaefd

UnknownSopClassAccepted option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Nov 2015 15:24:39 +0100
parents bec9edcf0d98
children 2abfdca9b915
comparison
equal deleted inserted replaced
1804:bdef349f742c 1806:cd213ebcaefd
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Full indexation of the patient/study tags to speed up searches and C-Find 4 Major
5 -----
6
7 * Experimental support of DICOM C-Find SCP for modality worklists through plugins
8 * Support of DICOM C-Find SCU for modality worklists ("/modalities/{dicom}/find-worklist")
9
10 Minor
11 -----
12
13 * New configuration options:
14 - "UnknownSopClassAccepted" to disable promiscuous mode (accept unknown SOP class UID)
15 - New configuration option: "Dictionary" to declare custom DICOM tags
5 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive") 16 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive")
6 * "/tools/create-dicom": Support of binary tags encoded using data URI scheme 17 * "/tools/create-dicom":
7 * "/tools/create-dicom": Support of hierarchical structures (creation of sequences) 18 - Support of binary tags encoded using data URI scheme
19 - Support of hierarchical structures (creation of sequences)
20 - Create tags with unknown VR
8 * "/modify" can insert/modify sequences 21 * "/modify" can insert/modify sequences
9 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image 22 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image
10 * New URI "/tools/shutdown" to stop Orthanc from the REST API 23 * New URI "/tools/shutdown" to stop Orthanc from the REST API
11 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed" 24 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed"
12 * New configuration option: "Dictionary" to declare custom DICOM tags
13 * MIME content type can be associated to custom attachments (cf. "UserContentType") 25 * MIME content type can be associated to custom attachments (cf. "UserContentType")
14 * New URIs "/tools/create-archive" and "/tools/create-media" to create ZIP/DICOMDIR 26 * New URIs "/tools/create-archive" and "/tools/create-media" to create ZIP/DICOMDIR
15 from a set of resources 27 from a set of resources
16 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so 28 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so
17 29
33 * Optional argument "keepStrings" in "DumpJson()" 45 * Optional argument "keepStrings" in "DumpJson()"
34 46
35 Maintenance 47 Maintenance
36 ----------- 48 -----------
37 49
50 * Full indexation of the patient/study tags to speed up searches and C-Find
38 * Full refactoring of the searching features 51 * Full refactoring of the searching features
39 * C-Move SCP for studies using AccessionNumber tag 52 * C-Move SCP for studies using AccessionNumber tag
40 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change) 53 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change)
41 * "/tools/create-dicom" can create tags with unknown VR
42 * "--logdir" flag creates a single log file instead of 3 separate files for errors/warnings/infos 54 * "--logdir" flag creates a single log file instead of 3 separate files for errors/warnings/infos
43 * "--errors" flag lists the error codes that could be returned by Orthanc 55 * "--errors" flag lists the error codes that could be returned by Orthanc
44 * Under Windows, the exit status of Orthanc corresponds to the encountered error code 56 * Under Windows, the exit status of Orthanc corresponds to the encountered error code
45 57
46 58