annotate NEWS @ 5630:3b7fb32ecbb0 default tip

fix OrthancPlugin.doxygen
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 May 2024 13:23:58 +0200
parents 6045c696e86b
children 2c95a34af64f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5475
890df6501ffc back to mainline
Alain Mazy <am@osimis.io>
parents: 5474
diff changeset
1 Pending changes in the mainline
890df6501ffc back to mainline
Alain Mazy <am@osimis.io>
parents: 5474
diff changeset
2 ===============================
890df6501ffc back to mainline
Alain Mazy <am@osimis.io>
parents: 5474
diff changeset
3
5534
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
4 REST API
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
5 --------
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
6
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
7 * API version upgraded to 24
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
8 * Added "MaximumPatientCount" in /system
5558
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
9 * Added a new "LimitToThisLevelMainDicomTags" field in the payload of
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
10 /patients|studies|series/instances/../reconstruct to speed up the reconstruction
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
11 in case you just want to update the MainDicomTags of that resource level only
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
12 e.g. after you have updated the 'ExtraMainDicomTags' for this level.
5611
1a995c6f9dae deprecating the "requestedTags" GET argument in favor of "requested-tags"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5604
diff changeset
13 * The "requestedTags" GET argument was deprecated in favor of "requested-tags".
5534
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
14
5544
dce22a789a2b Multitenant DICOM plugin: added support for locales
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5535
diff changeset
15 Plugins
dce22a789a2b Multitenant DICOM plugin: added support for locales
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5535
diff changeset
16 -------
dce22a789a2b Multitenant DICOM plugin: added support for locales
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5535
diff changeset
17
dce22a789a2b Multitenant DICOM plugin: added support for locales
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5535
diff changeset
18 * Multitenant DICOM plugin: added support for locales
5558
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
19 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
20 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed
c1ed59a5bdc2 new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
Alain Mazy <am@orthanc.team>
parents: 5555
diff changeset
21 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
5573
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
22 * SDK: added OrthancPluginLogMessage() that is a new primitive for
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
23 plugins to log messages. This new primitive will display the plugin
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
24 name, the plugin file name, and the plugin line number in the
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
25 logs. If they are not using the LOG() facilities provided by the
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
26 OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(),
823aae1ea72a removed dependency of HouseKeeper upon Orthanc::Logging
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5561
diff changeset
27 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
5534
d7cca6fd3584 Added MaximumPatientCount in /system
Alain Mazy <am@osimis.io>
parents: 5527
diff changeset
28
5604
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
29 Maintenance
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
30 -----------
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
31
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
32 * In C-Find queries including GenericGroupLength tags, Orthanc was still
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
33 extracting these tags from the storage although they were already ignored
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
34 and not returned in the response.
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
35 They are now removed from the query earlier to avoid this disk access that
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
36 could slow down the response time. Note that this seems to happen mainly
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
37 when the query originates from some GE devices (AWS).
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
38 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
39 when received as a response to a C-Store.
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
40 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
41 * Removed potential PHI from the logs when Orthanc encounters an error while
5628
6045c696e86b upgraded to boost 1.85.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5611
diff changeset
42 creating a ZIP archive.
5604
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
43 * Monitoring of stable resources now also takes into consideration the
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
44 resource type, not only the resource identifier identifier.
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
45 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
46 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
5628
6045c696e86b upgraded to boost 1.85.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5611
diff changeset
47 * Upgraded dependencies for static builds:
6045c696e86b upgraded to boost 1.85.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5611
diff changeset
48 - boost 1.85.0
5604
c2a2fb8e868d reformatting NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5603
diff changeset
49
5527
93dcc555b655 Orthanc-1.12.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5515
diff changeset
50
93dcc555b655 Orthanc-1.12.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5515
diff changeset
51 Version 1.12.3 (2024-01-31)
93dcc555b655 Orthanc-1.12.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5515
diff changeset
52 ===========================
93dcc555b655 Orthanc-1.12.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5515
diff changeset
53
5493
b3ebe249ed5b At startup, when using a database plugin, display the latency to access the DB
Alain Mazy <am@osimis.io>
parents: 5475
diff changeset
54 General
b3ebe249ed5b At startup, when using a database plugin, display the latency to access the DB
Alain Mazy <am@osimis.io>
parents: 5475
diff changeset
55 -------
b3ebe249ed5b At startup, when using a database plugin, display the latency to access the DB
Alain Mazy <am@osimis.io>
parents: 5475
diff changeset
56
5515
f9e6d366661a cleaning NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5513
diff changeset
57 * Performance of databases:
f9e6d366661a cleaning NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5513
diff changeset
58 - At startup, if using a database plugin, displays the latency to access the DB.
f9e6d366661a cleaning NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5513
diff changeset
59 - Added support for new DB primitives to enable the "READ COMMITTED"
f9e6d366661a cleaning NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5513
diff changeset
60 transaction mode in the PostgreSQL plugin.
5493
b3ebe249ed5b At startup, when using a database plugin, display the latency to access the DB
Alain Mazy <am@osimis.io>
parents: 5475
diff changeset
61
5495
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
62 REST API
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
63 --------
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
64
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
65 * API version upgraded to 23
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
66 * Added a 'KeepLabels' option in /modify routes (default = false)
4b3f5986eca1 Added a 'KeepLabels' option in /modify routes (default = false)
Alain Mazy <am@osimis.io>
parents: 5487
diff changeset
67
5487
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
68 Maintenance
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
69 -----------
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
70
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
71 * Upgraded dependencies for static builds:
5500
7c5d30a3d5d2 upgraded boost to 1.84.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5495
diff changeset
72 - boost 1.84.0
5503
5910aa0c96ce upgraded to curl 8.5.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5502
diff changeset
73 - curl 8.5.0
5487
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
74 - dcmtk 3.6.8
5509
46fa46c83628 upgraded to jsoncpp 1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5508
diff changeset
75 - jsoncpp 1.9.5
5507
11a140c73bb6 upgraded to libjpeg 9f
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5506
diff changeset
76 - libjpeg 9f
5506
0446fa29de49 upgraded to libpng 1.6.40
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5505
diff changeset
77 - libpng 1.6.40
5502
834be222605b upgraded to OpenSSL 3.1.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5500
diff changeset
78 - openssl 3.1.4
5509
46fa46c83628 upgraded to jsoncpp 1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5508
diff changeset
79 - pugixml 1.14
5505
b305bc32b77d upgraded to zlib 1.3.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5503
diff changeset
80 - zlib 1.3.1
5487
33f8e180edcf upgraded static build to dcmtk 3.6.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5475
diff changeset
81
5475
890df6501ffc back to mainline
Alain Mazy <am@osimis.io>
parents: 5474
diff changeset
82
5474
6cb91df32207 Orthanc-1.12.2
Alain Mazy <am@osimis.io>
parents: 5470
diff changeset
83 Version 1.12.2 (2023-12-19)
6cb91df32207 Orthanc-1.12.2
Alain Mazy <am@osimis.io>
parents: 5470
diff changeset
84 ===========================
5172
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
85
5375
984300e70069 updated Housekeeper plugin to handle DicomWeb cache
Alain Mazy <am@osimis.io>
parents: 5372
diff changeset
86 General
984300e70069 updated Housekeeper plugin to handle DicomWeb cache
Alain Mazy <am@osimis.io>
parents: 5372
diff changeset
87 -------
984300e70069 updated Housekeeper plugin to handle DicomWeb cache
Alain Mazy <am@osimis.io>
parents: 5372
diff changeset
88
5411
ca9cf4d46883 ServerContextLock transformed into ServerContextReference /usr/bin/env /bin/sh /tmp/Microsoft-MIEngine-Cmd-owukncoo.ob4
Alain Mazy <am@osimis.io>
parents: 5410
diff changeset
89 * Performance:
ca9cf4d46883 ServerContextLock transformed into ServerContextReference /usr/bin/env /bin/sh /tmp/Microsoft-MIEngine-Cmd-owukncoo.ob4
Alain Mazy <am@osimis.io>
parents: 5410
diff changeset
90 - Allow multiple plugins to use the plugin SDK at the same time. In previous versions,
ca9cf4d46883 ServerContextLock transformed into ServerContextReference /usr/bin/env /bin/sh /tmp/Microsoft-MIEngine-Cmd-owukncoo.ob4
Alain Mazy <am@osimis.io>
parents: 5410
diff changeset
91 functions like instance transcoding or instance reading where mutually exclusive.
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
92 This can bring some significant improvements, especially in viewers.
5420
d37dff2c0028 Optimized the MemoryStringCache to prevent loading the same file multiple times if multiple users request the same file at the same time
Alain Mazy <am@osimis.io>
parents: 5411
diff changeset
93 - Optimized the StorageCache to prevent loading the same file multiple times if
d37dff2c0028 Optimized the MemoryStringCache to prevent loading the same file multiple times if multiple users request the same file at the same time
Alain Mazy <am@osimis.io>
parents: 5411
diff changeset
94 multiple users request the same file at the same time.
5426
c65e036d649b StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
Alain Mazy <am@osimis.io>
parents: 5420
diff changeset
95 - The StorageCache is now also storing transcoded instances that have been requested by /file?transcode=...
c65e036d649b StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
Alain Mazy <am@osimis.io>
parents: 5420
diff changeset
96 that is now used by the DICOMweb plugin. This speeds up retrieval of transcoded frames through WADO-RS.
5430
b83192e7ad10 Now displaying timings when reading from/writing to disk in the verbose logs
Alain Mazy <am@osimis.io>
parents: 5429
diff changeset
97 - Now displaying timings when reading from/writing to disk in the verbose logs.
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
98 * HTTP compression:
5407
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
99 - The default value of the "HttpCompressionEnabled" is now false by default. This reduces
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
100 the Orthanc overall CPU usage and latency. This is suitable for setups with large
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
101 bandwidth network like LAN.
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
102 - When "HttpCompressionEnabled" is true, only the content that is clearly identified as
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
103 compressible is compressed (JSON, XML, HTML, text, ...). DICOM files are never
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
104 compressed over HTTP. In prior versions, all content types were compressed.
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
105 This notably greatly improves loading time of large DICOM
5407
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
106 files through WADO-RS e.g in StoneViewer when working on large bandwidth networks.
3206537cbb56 HttpCompression: now disabled by default + only compress known compressible content types
Alain Mazy <am@osimis.io>
parents: 5405
diff changeset
107 - When "HttpCompressionEnabled" is true, content < 2KB are never compressed.
5450
9ffd6d18daf3 log lines now contain the thread name
Alain Mazy <am@osimis.io>
parents: 5448
diff changeset
108 * Logs:
9ffd6d18daf3 log lines now contain the thread name
Alain Mazy <am@osimis.io>
parents: 5448
diff changeset
109 - Each line of log now contains the name of the thread that is logging the message.
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
110 A new "--logs-no-thread" command line option can be used to get back to the previous behavior to
5450
9ffd6d18daf3 log lines now contain the thread name
Alain Mazy <am@osimis.io>
parents: 5448
diff changeset
111 keep backward compatibility.
9ffd6d18daf3 log lines now contain the thread name
Alain Mazy <am@osimis.io>
parents: 5448
diff changeset
112
5369
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
113 REST API
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
114 --------
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
115
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
116 * API version upgraded to 22
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
117 * Added a route to delete completed jobs from history: DELETE /jobs/{id}
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
118 * Added a "transcode" option to the /file route:
5426
c65e036d649b StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
Alain Mazy <am@osimis.io>
parents: 5420
diff changeset
119 e.g: /instances/../file?transcode=1.2.840.10008.1.2.4.80
5447
dacdce5e5c22 now accepting GET requests on the /tools/create-archive route and siblings
Alain Mazy <am@osimis.io>
parents: 5446
diff changeset
120 * now accepting GET requests on these 3 routes to create archive/media:
dacdce5e5c22 now accepting GET requests on the /tools/create-archive route and siblings
Alain Mazy <am@osimis.io>
parents: 5446
diff changeset
121 /tools/create-archive?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
dacdce5e5c22 now accepting GET requests on the /tools/create-archive route and siblings
Alain Mazy <am@osimis.io>
parents: 5446
diff changeset
122 /tools/create-media?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
dacdce5e5c22 now accepting GET requests on the /tools/create-archive route and siblings
Alain Mazy <am@osimis.io>
parents: 5446
diff changeset
123 /tools/create-media-extended?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
124 * All "expand" GET arguments now accepts "expand=true" and "expand=false" values.
5405
62bb63346185 All 'expand' GET arguments now accepts expand=true and expand=false values + /studies/../instances now supports expand=false
Alain Mazy <am@osimis.io>
parents: 5402
diff changeset
125 The /studies/../instances and sibling routes are the only whose expand is true if not specified.
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
126 These routes now accepts "expand=false" to simply list the child resources ids.
5431
4be5f117aa0d metrics
Alain Mazy <am@osimis.io>
parents: 5430
diff changeset
127 * In /tools/metrics-prometheus:
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
128 - "orthanc_dicom_cache_size" renamed as "orthanc_dicom_cache_size_mb"
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
129 - added "orthanc_storage_cache_count" and "orthanc_storage_cache_size_mb"
5369
13494da9925d fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5368
diff changeset
130
5446
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
131 Plugins
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
132 -------
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
133
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
134 * Housekeeper plugin:
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
135 - Update to rebuild the cache of the DICOMweb plugin when updating to DICOMweb 1.15.
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
136 - New trigger configuration: "DicomWebCacheChange"
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
137 - Fixed reading the triggers configuration.
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
138 - Introduced a "sleep" to lower CPU usage when idle.
5446
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
139 * Plugins are now allowed to modify/delete private metadata/attachments
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
140 (i.e. whose identifiers are < 1024)
5452
8345267e8de5 Added OrthancPluginSetCurrentThreadName() in the plugin SDK
Alain Mazy <am@osimis.io>
parents: 5450
diff changeset
141 * Added "OrthancPluginSetCurrentThreadName()" in the plugin SDK.
5446
912565317b9a plugins are now allowed to modify/delete private metadata/attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5442
diff changeset
142
5357
fddb5d8d0021 Prevent the leak of the full path of the source files in the binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5353
diff changeset
143 Maintenance
fddb5d8d0021 Prevent the leak of the full path of the source files in the binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5353
diff changeset
144 -----------
fddb5d8d0021 Prevent the leak of the full path of the source files in the binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5353
diff changeset
145
5368
91b3154bd4e1 Fix unit test PngWriter.Color16Pattern on big-endian architectures
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5364
diff changeset
146 * Fix unit test PngWriter.Color16Pattern on big-endian architectures,
91b3154bd4e1 Fix unit test PngWriter.Color16Pattern on big-endian architectures
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5364
diff changeset
147 as suggested by Etienne Mollier: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041813
5357
fddb5d8d0021 Prevent the leak of the full path of the source files in the binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5353
diff changeset
148 * Prevent the leak of the full path of the source files in the binaries
5372
94a52168480b Fix loading of DCMTK dictionary in the MultitenantDicom plugin when built dynamically
Alain Mazy <am@osimis.io>
parents: 5369
diff changeset
149 * Fix loading of DCMTK dictionary in the MultitenantDicom plugin when built dynamically:
94a52168480b Fix loading of DCMTK dictionary in the MultitenantDicom plugin when built dynamically
Alain Mazy <am@osimis.io>
parents: 5369
diff changeset
150 https://discourse.orthanc-server.org/t/dimse-failure-using-multitenant-plugin/3665
5396
c5f1865aaa3b Support multiple values in SpecificCharacterSet in C-Find answers
Alain Mazy <am@osimis.io>
parents: 5395
diff changeset
151 * Support multiple values in SpecificCharacterSet in C-Find answers:
c5f1865aaa3b Support multiple values in SpecificCharacterSet in C-Find answers
Alain Mazy <am@osimis.io>
parents: 5395
diff changeset
152 https://discourse.orthanc-server.org/t/c-find-fails-on-unknown-specific-character-set-iso-2022-ir-6-iso-2022-ir-100/3947
5401
fc604681e6be When exporting a study archive, make sure to use the PatientName from the study and not from the patient in case of PatientID collision
Alain Mazy <am@osimis.io>
parents: 5396
diff changeset
153 * When exporting a study archive, make sure to use the PatientName from the study and not from the patient
fc604681e6be When exporting a study archive, make sure to use the PatientName from the study and not from the patient in case of PatientID collision
Alain Mazy <am@osimis.io>
parents: 5396
diff changeset
154 in case of PatientID collision.
5442
ac68a4383e51 improved C-Store negotiation and logging
Alain Mazy <am@osimis.io>
parents: 5438
diff changeset
155 * DICOM C-Store:
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
156 - Avoid some unnecessary renegotiation of DICOM association.
5442
ac68a4383e51 improved C-Store negotiation and logging
Alain Mazy <am@osimis.io>
parents: 5438
diff changeset
157 - Force renegotiation in case no presentation context were accepted in previous association (we have
ac68a4383e51 improved C-Store negotiation and logging
Alain Mazy <am@osimis.io>
parents: 5438
diff changeset
158 observed PACS that were not consistent in the accepted presentation contexts)
ac68a4383e51 improved C-Store negotiation and logging
Alain Mazy <am@osimis.io>
parents: 5438
diff changeset
159 - Improved logging
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
160 * Solved a deadlock related to the Job Engine events and plugins. Job events are now pushed
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
161 into a queue to be handled asynchronously by plugins.
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
162 * ZIP of studies whose PatientName and PatientID did not contain any ASCII character are now valid.
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
163 * Upgraded minizip library to stay away from CVE-2023-45853 although Orthanc is likely not affected since ZIP
5428
8174e45f48d8 Upgraded minizip library to stay away from CVE-2023-45853
Alain Mazy <am@osimis.io>
parents: 5426
diff changeset
164 filenames are based on DICOM Tag values whose length is limited in size.
5429
d40ac28b9702 News: thanks to James Addison
Alain Mazy <am@osimis.io>
parents: 5428
diff changeset
165 Great thanks to James Addison for notifying us about the vulnerability and patch to apply !
5462
505416b269a0 Fix XSS in Orthanc error reporting (as reported by Sébastien Doria, Vumetric Cybersecurity)
Alain Mazy <am@osimis.io>
parents: 5452
diff changeset
166 * Fix XSS in Orthanc error reporting (as reported by Sébastien Doria, Vumetric Cybersecurity) by:
5470
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
167 - always including a "Content-Type" header in HTTP responses with a body.
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
168 - always including "X-Content-Type-Options: nosniff"
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
169 * Upgraded dependencies for static builds:
1dc6e4b7f5d8 reviewed NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5462
diff changeset
170 - boost 1.83.0
5357
fddb5d8d0021 Prevent the leak of the full path of the source files in the binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5353
diff changeset
171
5353
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
172
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
173 Version 1.12.1 (2023-07-04)
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
174 ===========================
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
175
5334
5b2a5cc64cb1 upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5329
diff changeset
176 General
5b2a5cc64cb1 upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5329
diff changeset
177 -------
5b2a5cc64cb1 upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5329
diff changeset
178
5b2a5cc64cb1 upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5329
diff changeset
179 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1
5346
566e8d32bd3a Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
Alain Mazy <am@osimis.io>
parents: 5337
diff changeset
180 * Added metrics:
566e8d32bd3a Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
Alain Mazy <am@osimis.io>
parents: 5337
diff changeset
181 - "orthanc_storage_read_bytes"
566e8d32bd3a Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
Alain Mazy <am@osimis.io>
parents: 5337
diff changeset
182 - "orthanc_storage_written_bytes"
566e8d32bd3a Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
Alain Mazy <am@osimis.io>
parents: 5337
diff changeset
183 - "orthanc_memory_trimming_duration_ms"
5334
5b2a5cc64cb1 upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5329
diff changeset
184
5310
b5c502bcaf99 added a route to DELETE /jobs/../archive
Alain Mazy <am@osimis.io>
parents: 5308
diff changeset
185 REST API
b5c502bcaf99 added a route to DELETE /jobs/../archive
Alain Mazy <am@osimis.io>
parents: 5308
diff changeset
186 --------
b5c502bcaf99 added a route to DELETE /jobs/../archive
Alain Mazy <am@osimis.io>
parents: 5308
diff changeset
187
b5c502bcaf99 added a route to DELETE /jobs/../archive
Alain Mazy <am@osimis.io>
parents: 5308
diff changeset
188 * API version upgraded to 21
5348
303e930fff0f "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5346
diff changeset
189 * "/tools/create-dicom" can now be used to create Encapsulated 3D
303e930fff0f "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5346
diff changeset
190 Manufacturing Model IODs (MTL, OBJ, or STL)
5319
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
191 * Added a route to delete the output of an asynchronous job (right now
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
192 only for archive jobs): e.g. DELETE /jobs/../archive
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
193
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
194 Plugins
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
195 -------
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
196
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
197 * Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
5326
fbe857e942cd store metrics as integers instead of floats to avoid precision loss in increments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5320
diff changeset
198 * Added "OrthancPluginSetMetricsIntegerValue()" to track metrics with integer values
5310
b5c502bcaf99 added a route to DELETE /jobs/../archive
Alain Mazy <am@osimis.io>
parents: 5308
diff changeset
199
5283
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
200 Maintenance
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
201 -----------
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
202
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
203 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
204 tag (0028,0006) equals 1
5291
800261398381 Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
Alain Mazy <am@osimis.io>
parents: 5288
diff changeset
205 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
5348
303e930fff0f "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5346
diff changeset
206 * Modality worklists plugin: Allow searching on private tags (exact match only)
5296
5053a10da5a2 Fix orphan files remaining in storage when working with MaximumStorageSize
Alain Mazy <am@osimis.io>
parents: 5294
diff changeset
207 * Fix orphan files remaining in storage when working with MaximumStorageSize
5053a10da5a2 Fix orphan files remaining in storage when working with MaximumStorageSize
Alain Mazy <am@osimis.io>
parents: 5294
diff changeset
208 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
5348
303e930fff0f "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5346
diff changeset
209 * When deleting a resource, the "LastUpdate" metadata of its parents are now updated
5326
fbe857e942cd store metrics as integers instead of floats to avoid precision loss in increments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5320
diff changeset
210 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
5337
b376abae664a Metrics can be stored either as floating-point numbers, or as integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5334
diff changeset
211 * Metrics can be stored either as floating-point numbers, or as integers
5353
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
212 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
e2746201996a Orthanc-1.12.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5348
diff changeset
213 CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
5319
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
214 * Upgraded dependencies for static builds:
f2e1ad71e49c added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5310
diff changeset
215 - boost 1.82.0
5283
57c0fba5e5c7 fix decoding of YBR_FULL RLE images with PlanarConfiguration=1
Alain Mazy <am@osimis.io>
parents: 5277
diff changeset
216
5277
acaea72a3e91 Orthanc-1.12.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5274
diff changeset
217
acaea72a3e91 Orthanc-1.12.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5274
diff changeset
218 Version 1.12.0 (2023-04-14)
acaea72a3e91 Orthanc-1.12.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5274
diff changeset
219 ===========================
acaea72a3e91 Orthanc-1.12.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5274
diff changeset
220
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
221 General
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
222 -------
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
223
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
224 * Support for labels associated with patients, studies, series, and instances
5273
7cb1b851f5c8 Added a sample plugin bringing multitenant DICOM support through labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5258
diff changeset
225 * Added a sample plugin bringing multitenant DICOM support through labels
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
226
5204
08e0c9c0ab39 added UserMetadata in /system
Alain Mazy <am@osimis.io>
parents: 5200
diff changeset
227 REST API
08e0c9c0ab39 added UserMetadata in /system
Alain Mazy <am@osimis.io>
parents: 5200
diff changeset
228 --------
08e0c9c0ab39 added UserMetadata in /system
Alain Mazy <am@osimis.io>
parents: 5200
diff changeset
229
08e0c9c0ab39 added UserMetadata in /system
Alain Mazy <am@osimis.io>
parents: 5200
diff changeset
230 * API version upgraded to 20
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
231 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels
5238
367e8af46cfd added "HasLabels" in /system
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5229
diff changeset
232 * "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}"
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
233 contain the "Labels" field
5249
f22c8fac764b added "/tools/labels" to list all the labels that are associated with any resource
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5248
diff changeset
234 * "/tools/find" now accepts the "Labels" and "LabelsConstraint" arguments
f22c8fac764b added "/tools/labels" to list all the labels that are associated with any resource
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5248
diff changeset
235 * "/tools/labels" lists all the labels that are associated with any resource
5238
367e8af46cfd added "HasLabels" in /system
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5229
diff changeset
236 * "/system": added "UserMetadata" and "HasLabels"
5274
e5b0bd6b2242 Added option "?numeric" if listing metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5273
diff changeset
237 * Added option "?numeric" if listing metadata
5217
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
238
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
239 Plugins
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
240 -------
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
241
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
242 * Added "OrthancPluginRegisterDatabaseBackendV4()" to communicate using Google
eb41e1833cea documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5205
diff changeset
243 Protocol Buffers between the Orthanc core and database plugins
5204
08e0c9c0ab39 added UserMetadata in /system
Alain Mazy <am@osimis.io>
parents: 5200
diff changeset
244
5245
b2de3a2ad3b9 Orthanc Explorer: buttons to copy the URL of ZIP/DICOM to the clipboard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5228
diff changeset
245 Orthanc Explorer
b2de3a2ad3b9 Orthanc Explorer: buttons to copy the URL of ZIP/DICOM to the clipboard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5228
diff changeset
246 ----------------
b2de3a2ad3b9 Orthanc Explorer: buttons to copy the URL of ZIP/DICOM to the clipboard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5228
diff changeset
247
5247
eb2684260c19 support labels for mysql
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5246
diff changeset
248 * Added support for labels
5245
b2de3a2ad3b9 Orthanc Explorer: buttons to copy the URL of ZIP/DICOM to the clipboard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5228
diff changeset
249 * Added buttons to copy the URL of ZIP archives and DICOM files to the clipboard
b2de3a2ad3b9 Orthanc Explorer: buttons to copy the URL of ZIP/DICOM to the clipboard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5228
diff changeset
250
5172
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
251 Maintenance
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
252 -----------
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
253
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
254 * Enforce the existence of the patient/study/instance while creating its archive
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
255 * Security: New configuration option "RestApiWriteToFileSystemEnabled"
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
256 to allow "/instances/../export" (the latter is now disabled by default)
5173
f9ab3aec3bed Fix issue 214: VOILUTSequence is not returned in Wado-RS
Alain Mazy <am@osimis.io>
parents: 5172
diff changeset
257 * Fix issue 214: VOILUTSequence is not returned in Wado-RS
5195
32df369198ac fix /tools/reset crashing when ExtraMainDicomTags were defined
Alain Mazy <am@osimis.io>
parents: 5173
diff changeset
258 * Fix /tools/reset crashing when ExtraMainDicomTags were defined
5223
a47b24f231d0 Fix Housekeeper plugin infinite loop if Orthanc is empty
Alain Mazy <am@osimis.io>
parents: 5205
diff changeset
259 * Fix Housekeeper plugin infinite loop if Orthanc is empty.
5224
feba2b0e91bc Fix a crash in /tools/reconstruct triggered by the Housekeeper plugin when only changing the StorageCompression.
Alain Mazy <am@osimis.io>
parents: 5223
diff changeset
260 * Fix a crash in /tools/reconstruct triggered by the Housekeeper plugin
feba2b0e91bc Fix a crash in /tools/reconstruct triggered by the Housekeeper plugin when only changing the StorageCompression.
Alain Mazy <am@osimis.io>
parents: 5223
diff changeset
261 when only changing the StorageCompression.
5257
0b183bb77c83 Avoid the use of "externalproject_add()" to build the sample plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5245
diff changeset
262 * Avoid the use of "externalproject_add()" to build the sample plugins
5228
993a6b23f032 upgraded to openssl 3.1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5225
diff changeset
263 * Upgraded dependencies for static builds:
993a6b23f032 upgraded to openssl 3.1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5225
diff changeset
264 - openssl 3.1.0
5172
ff6893099248 fix NEWS
Alain Mazy <am@osimis.io>
parents: 5169
diff changeset
265
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
266
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
267 Version 1.11.3 (2023-02-03)
5161
b6dc4606ab04 release notes for 1.11.3
Alain Mazy <am@osimis.io>
parents: 5159
diff changeset
268 ===========================
5086
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
269
5089
80ac0955e4e7 Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP instead of Orthanc own AcceptedTransferSyntaxes
Alain Mazy <am@osimis.io>
parents: 5088
diff changeset
270 General
80ac0955e4e7 Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP instead of Orthanc own AcceptedTransferSyntaxes
Alain Mazy <am@osimis.io>
parents: 5088
diff changeset
271 -------
5090
cc1a8b3ff319 Made the default SQLite DB more robust wrt future updates like adding new columns in DB.
Alain Mazy <am@osimis.io>
parents: 5089
diff changeset
272
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
273 * C-Store SCU now gives priority to the preferred TransferSyntax
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
274 proposed by the receiving SCP instead of Orthanc own
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
275 AcceptedTransferSyntaxes.
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
276 * Made the default SQLite DB more robust wrt future updates like
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
277 adding new columns in DB.
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
278 * Made the HTTP Client errors more verbose by including the URL in the logs.
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
279 * Optimization: now using multiple threads to transcode files for
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
280 asynchronous download of studies archive.
5119
bdec57f3cbf2 New configuration KeepAliveTimeout with a default value of 1 second
Alain Mazy <am@osimis.io>
parents: 5113
diff changeset
281 * New configuration "KeepAliveTimeout" with a default value of 1 second.
5130
f2dcdbe05884 ResourceModification jobs can now use multiple threads
Alain Mazy <am@osimis.io>
parents: 5122
diff changeset
282 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
f2dcdbe05884 ResourceModification jobs can now use multiple threads
Alain Mazy <am@osimis.io>
parents: 5122
diff changeset
283 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
284 * For systems using glibc > 2.8 (most of Linux systems except LSB
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
285 binaries): Introduced a new thread for to trim memory in Orthanc (different
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
286 from the Housekeeper sample plugin). This thread regularly try to
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
287 give back memory that Orthanc no longer uses to the system. This
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
288 reduces the overall memory consumption. More information in
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
289 OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
5089
80ac0955e4e7 Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP instead of Orthanc own AcceptedTransferSyntaxes
Alain Mazy <am@osimis.io>
parents: 5088
diff changeset
290
5086
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
291 REST API
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
292 --------
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
293
5162
bc4ffd47ce86 Orthanc-1.11.3
Alain Mazy <am@osimis.io>
parents: 5161
diff changeset
294 * API version upgraded to 19
5122
8638522eeda1 revert changeset df4a90a65af9 that removes features used elsewhere, and protect by Force the change of UIDs
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5120
diff changeset
295 * Loosen the sanity checks for DICOM modifications, if "Force" option is given:
5086
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
296 - allow modification of PatientID at study level
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
297 - allow modification of PatientID, StudyInstanceUID at series level
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
298 - allow modification of PatientID, StudyInstanceUID, SeriesInstanceUID at instance level
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
299 - allow modification of a patient without changing her PatientID
5137
15109c3f0f7d added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Alain Mazy <am@osimis.io>
parents: 5131
diff changeset
300 Added sanity checks for modifications to make sure the user preserves the DICOM model when modifying high level tags.
15109c3f0f7d added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Alain Mazy <am@osimis.io>
parents: 5131
diff changeset
301 E.g. if you modify the PatientID at study level, also make sure to modify all other Patient related
15109c3f0f7d added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Alain Mazy <am@osimis.io>
parents: 5131
diff changeset
302 tags (PatientName, PatientBirthDate, ...)
15109c3f0f7d added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Alain Mazy <am@osimis.io>
parents: 5131
diff changeset
303 * Automatically reconstruct the modified resources at the end of the DICOM modifications job to ensure
15109c3f0f7d added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Alain Mazy <am@osimis.io>
parents: 5131
diff changeset
304 improved consistency of the DICOM model.
5148
2df546a76e17 If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding' global configuration
Alain Mazy <am@osimis.io>
parents: 5147
diff changeset
305 * If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding'
2df546a76e17 If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding' global configuration
Alain Mazy <am@osimis.io>
parents: 5147
diff changeset
306 global configuration
5097
d842e4446e63 Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
Alain Mazy <am@osimis.io>
parents: 5090
diff changeset
307 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
5110
98da039474b1 /store: allows overriding CalledAet, Host, Port
Alain Mazy <am@osimis.io>
parents: 5108
diff changeset
308 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
98da039474b1 /store: allows overriding CalledAet, Host, Port
Alain Mazy <am@osimis.io>
parents: 5108
diff changeset
309 from the configuration file for a specific operation.
5111
7547c7dfd017 /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
Alain Mazy <am@osimis.io>
parents: 5110
diff changeset
310 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
5113
a3c3f13368ea clarification that "image/jpg" is not a correct MIME type
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5112
diff changeset
311 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
5120
a6fa660ec26e /system: added MaximumStorageMode and MaximumStorageSize
Alain Mazy <am@osimis.io>
parents: 5119
diff changeset
312 * /system: added MaximumStorageMode and MaximumStorageSize
5086
0b27bbd19b1f loosen the sanity checks for DICOM modifications
Alain Mazy <am@osimis.io>
parents: 5078
diff changeset
313
5138
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
314 Plugins
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
315 -------
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
316
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
317 * Added a "header" argument to all OrthancPeers::DoPost, DoPut, ... in the "OrthancPluginCppWrapper"
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
318 * Added "OrthancPluginCreateJob2()" in the plugin SDK to avoid
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
319 possible crashes when "OrthancPluginJobGetContent()" or
d00db9fb48fb added OrthancPluginCreateJob2() in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5137
diff changeset
320 "OrthancPluginJobGetSerialized()" get called
5129
16138d6d568d fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5122
diff changeset
321
16138d6d568d fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5122
diff changeset
322 Maintenance
16138d6d568d fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5122
diff changeset
323 -----------
16138d6d568d fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5122
diff changeset
324
16138d6d568d fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5122
diff changeset
325 * Fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
5147
19ccae2e0371 Fix issue #212 (Anonymization process transcodes data and loses resource link)
Alain Mazy <am@osimis.io>
parents: 5138
diff changeset
326 * Fix issue #212 (Anonymization process transcodes data and loses resource link).
5169
8b74aa4f3515 enforce the existence of the patient/study/instance while creating its archive
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5162
diff changeset
327
5101
fcb2ed6c88ff Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ...
Alain Mazy <am@osimis.io>
parents: 5100
diff changeset
328
5201
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5200
diff changeset
329 Version 1.11.2 (2022-08-30)
5078
201a500dcff4 Orthanc-1.11.2
Alain Mazy <am@osimis.io>
parents: 5077
diff changeset
330 ===========================
5054
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
331
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
332 General
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
333 -------
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
334
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
335 * Added support for RGBA64 images in tools/create-dicom and /preview
5061
e95fadefeb72 new MaximumStorageMode configuration
Alain Mazy <am@osimis.io>
parents: 5059
diff changeset
336 * New configuration "MaximumStorageMode" to choose between recyling of
e95fadefeb72 new MaximumStorageMode configuration
Alain Mazy <am@osimis.io>
parents: 5059
diff changeset
337 old patients (default behavior) and rejection of new incoming data when
e95fadefeb72 new MaximumStorageMode configuration
Alain Mazy <am@osimis.io>
parents: 5059
diff changeset
338 the MaximumStorageSize has been reached.
5054
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
339
5058
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
340 Bug Fixes
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
341 ---------
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
342
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
343 * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
344 files (bug introduced in 1.11.0).
5077
Alain Mazy <am@osimis.io>
parents: 5068
diff changeset
345 * Fix the Storage Cache for compressed files (bug introduced in 1.11.1).
5058
d4e5ca0c9307 Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5057
diff changeset
346
5056
191e86305f19 DelayedDeletion plugin: Fix leaking of symbols
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5054
diff changeset
347 Maintenance
191e86305f19 DelayedDeletion plugin: Fix leaking of symbols
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5054
diff changeset
348 -----------
191e86305f19 DelayedDeletion plugin: Fix leaking of symbols
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5054
diff changeset
349
191e86305f19 DelayedDeletion plugin: Fix leaking of symbols
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5054
diff changeset
350 * DelayedDeletion plugin: Fix leaking of symbols
5057
e6f26be401fa SQLite: close and delete WAL and SHM files on exit (contribution from Sebastian Höffner)
Alain Mazy <am@osimis.io>
parents: 5056
diff changeset
351 * SQLite now closes and deletes WAL and SHM files on exit. This should improve
e6f26be401fa SQLite: close and delete WAL and SHM files on exit (contribution from Sebastian Höffner)
Alain Mazy <am@osimis.io>
parents: 5056
diff changeset
352 handling of SQLite DB over network drives.
5062
caed453042db Fix static compilation of boost 1.69 on Ubuntu 22.04
Alain Mazy <am@osimis.io>
parents: 5061
diff changeset
353 * Fix static compilation of boost 1.69 on Ubuntu 22.04
5064
6156a970a2e1 upgrade to Boost 1.80.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5062
diff changeset
354 * Upgraded dependencies for static builds:
6156a970a2e1 upgrade to Boost 1.80.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5062
diff changeset
355 - boost 1.80.0
5078
201a500dcff4 Orthanc-1.11.2
Alain Mazy <am@osimis.io>
parents: 5077
diff changeset
356 - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120)
5068
02fae039a15d upgrade to openssl 3.0.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5067
diff changeset
357 - openssl 3.0.5
5054
255b02c68908 Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Alain Mazy <am@osimis.io>
parents: 5051
diff changeset
358
5059
5c997c72603c Fix the Storage Cache for compressed files (bug introduced in 1.11.0)
Alain Mazy <am@osimis.io>
parents: 5058
diff changeset
359
5051
eb657d880427 Orthanc-1.11.1
Alain Mazy <am@osimis.io>
parents: 5046
diff changeset
360 Version 1.11.1 (2022-06-30)
5005
258d1ae8f5a8 back to mainline
Alain Mazy <am@osimis.io>
parents: 5004
diff changeset
361 ===========================
258d1ae8f5a8 back to mainline
Alain Mazy <am@osimis.io>
parents: 5004
diff changeset
362
5016
c89ffa13173e Lua: new "SetHttpTimeout" function
Alain Mazy <am@osimis.io>
parents: 5012
diff changeset
363 General
c89ffa13173e Lua: new "SetHttpTimeout" function
Alain Mazy <am@osimis.io>
parents: 5012
diff changeset
364 -------
c89ffa13173e Lua: new "SetHttpTimeout" function
Alain Mazy <am@osimis.io>
parents: 5012
diff changeset
365
5031
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
366 * New sample plugin: "DelayedDeletion" that will delete files from disk
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
367 asynchronously to speed up deletion of large studies.
5016
c89ffa13173e Lua: new "SetHttpTimeout" function
Alain Mazy <am@osimis.io>
parents: 5012
diff changeset
368 * Lua: new "SetHttpTimeout" function
5017
0d61efc6256c Added Lua OnHeartBeat()
Alain Mazy <am@osimis.io>
parents: 5016
diff changeset
369 * Lua: new "OnHeartBeat" callback called at regular interval provided that
0d61efc6256c Added Lua OnHeartBeat()
Alain Mazy <am@osimis.io>
parents: 5016
diff changeset
370 you have configured "LuaHeartBeatPeriod" > 0.
5036
877bc3b96476 Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Alain Mazy <am@osimis.io>
parents: 5031
diff changeset
371 * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are
877bc3b96476 Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Alain Mazy <am@osimis.io>
parents: 5031
diff changeset
372 stored in a dedicated new metadata "MainDicomSequences". This should improve
877bc3b96476 Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Alain Mazy <am@osimis.io>
parents: 5031
diff changeset
373 DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when
5043
ec5c203a97ea returning sequences in MainDicomTags and RequestedTags
Alain Mazy <am@osimis.io>
parents: 5040
diff changeset
374 accessing series : 0040,0275".
ec5c203a97ea returning sequences in MainDicomTags and RequestedTags
Alain Mazy <am@osimis.io>
parents: 5040
diff changeset
375 Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags".
5016
c89ffa13173e Lua: new "SetHttpTimeout" function
Alain Mazy <am@osimis.io>
parents: 5012
diff changeset
376
5046
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
377 Bug Fixes
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
378 ---------
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
379
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
380 * Fix the storage cache that was not used by the Plugin SDK. This fixes the
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
381 DicomWeb plugin "/rendered" route performance issues.
2b3b0ab88c1d fix storage cache
Alain Mazy <am@osimis.io>
parents: 5043
diff changeset
382
5009
ed4ceb31bcf8 Housekeeper plugin: Fix resume of previous processing
Alain Mazy <am@osimis.io>
parents: 5005
diff changeset
383 Maintenance
ed4ceb31bcf8 Housekeeper plugin: Fix resume of previous processing
Alain Mazy <am@osimis.io>
parents: 5005
diff changeset
384 -----------
ed4ceb31bcf8 Housekeeper plugin: Fix resume of previous processing
Alain Mazy <am@osimis.io>
parents: 5005
diff changeset
385
ed4ceb31bcf8 Housekeeper plugin: Fix resume of previous processing
Alain Mazy <am@osimis.io>
parents: 5005
diff changeset
386 * Housekeeper plugin: Fix resume of previous processing
5012
6fbff89fd5a4 Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts()
Alain Mazy <am@osimis.io>
parents: 5009
diff changeset
387 * Added missing MOVEPatientRootQueryRetrieveInformationModel in
6fbff89fd5a4 Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts()
Alain Mazy <am@osimis.io>
parents: 5009
diff changeset
388 DicomControlUserConnection::SetupPresentationContexts()
5221
d0f7c742d397 started implementation of labels
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 5217
diff changeset
389 * Improved HttpClient error logging (add method + URL)
5009
ed4ceb31bcf8 Housekeeper plugin: Fix resume of previous processing
Alain Mazy <am@osimis.io>
parents: 5005
diff changeset
390
5024
c2ebc47f4f18 wip: adding DelayedDeletion plugin
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
391 REST API
c2ebc47f4f18 wip: adding DelayedDeletion plugin
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
392 --------
c2ebc47f4f18 wip: adding DelayedDeletion plugin
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
393
c2ebc47f4f18 wip: adding DelayedDeletion plugin
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
394 * API version upgraded to 18
c2ebc47f4f18 wip: adding DelayedDeletion plugin
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
395 * /system is now reporting "DatabaseServerIdentifier"
5025
afa427f65444 Added an Asynchronous mode to /modalities/../move
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
396 * Added an Asynchronous mode to /modalities/../move.
5036
877bc3b96476 Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Alain Mazy <am@osimis.io>
parents: 5031
diff changeset
397 * "RequestedTags" option can now include DICOM sequences.
5025
afa427f65444 Added an Asynchronous mode to /modalities/../move
Alain Mazy <am@osimis.io>
parents: 5021
diff changeset
398
5031
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
399 Plugins
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
400 -------
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
401
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
402 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
eec3e4a91663 DelayedDeletion plugin: first version
Alain Mazy <am@osimis.io>
parents: 5029
diff changeset
403
5040
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
404 OrthancFramework (C++)
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
405 ----------------------
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
406
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
407 * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
408 and use DicomMap::FromDicomAsJson instead
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
409
1c08cd68250a removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Alain Mazy <am@osimis.io>
parents: 5036
diff changeset
410
5004
f8d2defe8f17 Orthanc-1.11.0
Alain Mazy <am@osimis.io>
parents: 4998
diff changeset
411 Version 1.11.0 (2022-05-09)
f8d2defe8f17 Orthanc-1.11.0
Alain Mazy <am@osimis.io>
parents: 4998
diff changeset
412 ===========================
69
fce53dabac6d preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 68
diff changeset
413
4975
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
414 General
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
415 -------
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
416
4944
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
417 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
418 to speed up, e.g, building C-Find, dicom-web or tools/find answers
4979
f316413027fd renamed DbOptizer into Housekeeper + add Scheduler & triggers
Alain Mazy <am@osimis.io>
parents: 4978
diff changeset
419 * New sample plugin: "Housekeeper" that will re-construct the DB/Storage
4961
1b76853e1797 DbOptimizer plugin
Alain Mazy <am@osimis.io>
parents: 4950
diff changeset
420 when it detects there is room for improvements, e.g:
1b76853e1797 DbOptimizer plugin
Alain Mazy <am@osimis.io>
parents: 4950
diff changeset
421 - if files were stored with a version of Orthanc prior to 1.9.1,
1b76853e1797 DbOptimizer plugin
Alain Mazy <am@osimis.io>
parents: 4950
diff changeset
422 the storage might still contain dicom-as-json files that are not needed
4979
f316413027fd renamed DbOptizer into Housekeeper + add Scheduler & triggers
Alain Mazy <am@osimis.io>
parents: 4978
diff changeset
423 anymore -> it will remove them
f316413027fd renamed DbOptizer into Housekeeper + add Scheduler & triggers
Alain Mazy <am@osimis.io>
parents: 4978
diff changeset
424 - if "ExtraMainDicomTags" has changed.
4988
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
425 - if "StorageCompression" or "IngestTranscoding" has chagned.
4944
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
426 * New configuration "Warnings" to enable/disable individual warnings that can
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
427 be identified by a W0XX prefix in the logs.
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
428 These warnings have been added:
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
429 - W001_TagsBeingReadFromStorage
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
430 - W002_InconsistentDicomTagsInDb
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
431 * C-Find and QIDO-RS can now return the InstanceAvailability tag. Value is
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
432 always "ONLINE"
4975
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
433 * Improved decoding of US Images with Implicit VR.
4978
2cfa50d8eb60 Speed-up handling of DicomModalitiesInStudy in C-Find and tools/find queries
Alain Mazy <am@osimis.io>
parents: 4976
diff changeset
434 * Speed-up handling of DicomModalitiesInStudy in C-Find and tools/find queries.
4975
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
435
4944
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
436 REST API
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
437 --------
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
438
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
439 * API version upgraded to 17
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
440 * new options in tools/find:
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
441 - "RequestedTags" (to use together with "Expand": true) contains a list of tags
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
442 that you'll receive in the "RequestedTags" field in the answers. These tags
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
443 may be tags from the MainDicomTags in DB, from the DICOM file or 'computed'
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
444 like ModalitiesInStudy. Check the new configuration "ExtraMainDicomTags" and
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
445 "Warnings" to optimize your queries.
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
446 * new query argument "requestedTags" in all API routes listing resources:
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
447 - /patients, /patients/../studies, /patients/../series, /patients/../instances
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
448 - /studies, /studies/../series, /studies/../instances
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
449 - /series, /series/../instances
f377d5643538 new Warnings configuration + InstanceAvailability tag
Alain Mazy <am@osimis.io>
parents: 4940
diff changeset
450 - /instances
4998
e9f9711667e1 updated CA for HttpClient.Ssl test
Alain Mazy <am@osimis.io>
parents: 4989
diff changeset
451 ex:
e9f9711667e1 updated CA for HttpClient.Ssl test
Alain Mazy <am@osimis.io>
parents: 4989
diff changeset
452 - /studies/c27857df-4078c84c-1a79ea78-ac357bb2-9dadc119?requestedTags=ModalitiesInStudy
e9f9711667e1 updated CA for HttpClient.Ssl test
Alain Mazy <am@osimis.io>
parents: 4989
diff changeset
453 - /studies?expand&since=0&limit=10&requestedTags=ModalitiesInStudy
e9f9711667e1 updated CA for HttpClient.Ssl test
Alain Mazy <am@osimis.io>
parents: 4989
diff changeset
454
4988
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
455 * /reconstruct routes:
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
456 - new options "ReconstructFiles" (false by default to keep backward compatibility) to
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
457 potentialy compress/uncompress the files or transcode them if "StorageCompression"
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
458 or "IngestTranscoding" has changed since the file has been ingested.
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
459 POSSIBLE BREAKING-CHANGES:
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
460 - the /reconstruct routes now preserve all metadata
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
461 - the /reconstruct routes now skip the IncomingInstanceFilter
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
462 - the /reconstruct routes won't generate new events like NewStudy, StableStudy, ...
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
463 therefore, the corresponding callbacks won't be called anymore
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
464 - the /reconstruct routes won't affect the patient recycling anymore
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
465 * new fields reported in the /system route:
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
466 - "MainDicomTags" to list the tags that are saved in DB
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
467 - "StorageCompression", "OverwriteInstances", "IngestTranscoding" reported from the
8fba26292a9f Housekeeper plugin: finalizing + integration tests ok
Alain Mazy <am@osimis.io>
parents: 4979
diff changeset
468 configuration file
4987
48b53ac404d9 New option "filename" in "/.../{id}/archive" and "/.../{id}/media"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4979
diff changeset
469 * New option "filename" in "/.../{id}/archive" and "/.../{id}/media" to
48b53ac404d9 New option "filename" in "/.../{id}/archive" and "/.../{id}/media"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4979
diff changeset
470 manually set the filename in the "Content-Disposition" HTTP header
4975
5e7404f23fa8 Improved decoding of US Images with Implicit VR
Alain Mazy <am@osimis.io>
parents: 4963
diff changeset
471
4963
7ae27bc1f4bb Orthanc-1.10.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4943
diff changeset
472
7ae27bc1f4bb Orthanc-1.10.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4943
diff changeset
473 Version 1.10.1 (2022-03-23)
7ae27bc1f4bb Orthanc-1.10.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4943
diff changeset
474 ===========================
7ae27bc1f4bb Orthanc-1.10.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4943
diff changeset
475
4942
bd7ad1cb40b6 Improved DICOM authorization checks when multiple modalities are declared with the same AET
Alain Mazy <am@osimis.io>
parents: 4930
diff changeset
476 General
bd7ad1cb40b6 Improved DICOM authorization checks when multiple modalities are declared with the same AET
Alain Mazy <am@osimis.io>
parents: 4930
diff changeset
477 -------
bd7ad1cb40b6 Improved DICOM authorization checks when multiple modalities are declared with the same AET
Alain Mazy <am@osimis.io>
parents: 4930
diff changeset
478
4943
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
479 * Improved DICOM authorization checks when multiple modalities are
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
480 declared with the same AET.
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
481
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
482 Plugins
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
483 -------
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
484
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
485 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()"
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
486 to map a WebDAV virtual filesystem into the REST API of Orthanc.
4942
bd7ad1cb40b6 Improved DICOM authorization checks when multiple modalities are declared with the same AET
Alain Mazy <am@osimis.io>
parents: 4930
diff changeset
487
4930
1ce32c1ec4cf fix doc: removed 'LimitJobs' that is not used anymore
Alain Mazy <am@osimis.io>
parents: 4924
diff changeset
488 Documentation
1ce32c1ec4cf fix doc: removed 'LimitJobs' that is not used anymore
Alain Mazy <am@osimis.io>
parents: 4924
diff changeset
489 -------------
1ce32c1ec4cf fix doc: removed 'LimitJobs' that is not used anymore
Alain Mazy <am@osimis.io>
parents: 4924
diff changeset
490
4943
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
491 * Removed the "LimitJobs" configuration that is not used anymore since
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
492 the new JobEngine has been introduced (in Orthanc 1.4.0). The
47d734fa30f6 adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4942
diff changeset
493 pending list of jobs is unlimited.
4930
1ce32c1ec4cf fix doc: removed 'LimitJobs' that is not used anymore
Alain Mazy <am@osimis.io>
parents: 4924
diff changeset
494
4922
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
495
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
496 Version 1.10.0 (2022-02-23)
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
497 ===========================
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
498
4898
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
499 General
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
500 -------
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
501
4888
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
502 * New configuration "DicomAlwaysAllowFindWorklist" to complement the existing
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
503 "DicomAlwaysAllowFind" configuration. "DicomAlwaysAllowFind" applies now
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
504 only to C-Find for Patients/Studies/Series/Instances while C-Find for worklists are
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
505 covered by "DicomAlwaysAllowFindWorklist". The same changes applies to new
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
506 configurations in "DicomModalities": "AllowFind" is now complemented by
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
507 "AllowFindWorklist".
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
508 This new option allows improved security management. E.g: a modality might have
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
509 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind"
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
510 disabled to prevent listing past patient studies.
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
511 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind"
4893
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4888
diff changeset
512 to specifically authorize C-Find for worklist, you now need to explicitly enable
4888
8523078f3f4b added new configuration to authorize C-Find for worklist independently from other C-Find
Alain Mazy <am@osimis.io>
parents: 4883
diff changeset
513 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist"
4792
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
514 * Added a storage cache in RAM to avoid reading the same files multiple times from
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
515 the storage. This greatly improves, among other things, the performance of WADO-RS
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
516 retrieval of individual frames of multiframe instances.
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
517 * New configuration option "MaximumStorageCacheSize" to configure the size of
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
518 the new storage cache.
4918
eb23e13f8b0e experimental feature: zip loader threads
Alain Mazy <am@osimis.io>
parents: 4912
diff changeset
519 * New experimental configuration option "ZipLoaderThreads" to configure the number of
eb23e13f8b0e experimental feature: zip loader threads
Alain Mazy <am@osimis.io>
parents: 4912
diff changeset
520 threads used to read instances from storage when creating a Zip archive/media.
4827
4cfd96732076 Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4810
diff changeset
521 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
4853
b3d0a3a4d890 Added links to download attachments from the Orthanc Explorer
Alain Mazy <am@osimis.io>
parents: 4834
diff changeset
522 * Added links to download attachments from the Orthanc Explorer
4911
Alain Mazy <am@osimis.io>
parents: 4905
diff changeset
523 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group).
4922
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
524 XSS Issues were re-introduced in Orthanc 1.9.4.
4792
434843934307 Added a StorageCache in the StorageAccessor
Alain Mazy <am@osimis.io>
parents: 4789
diff changeset
525
4804
ae643f664628 new option returnUnsupportedImage for /preview & /rendered routes
Alain Mazy <am@osimis.io>
parents: 4802
diff changeset
526 REST API
ae643f664628 new option returnUnsupportedImage for /preview & /rendered routes
Alain Mazy <am@osimis.io>
parents: 4802
diff changeset
527 --------
ae643f664628 new option returnUnsupportedImage for /preview & /rendered routes
Alain Mazy <am@osimis.io>
parents: 4802
diff changeset
528
ae643f664628 new option returnUnsupportedImage for /preview & /rendered routes
Alain Mazy <am@osimis.io>
parents: 4802
diff changeset
529 * API version upgraded to 16
4922
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
530 * If an image can not be decoded, "../preview" and "../rendered" routes
4912
45d6ce72a84e fix linking of Sanitizer sample plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4911
diff changeset
531 are now returning "unsupported.png" only if the
45d6ce72a84e fix linking of Sanitizer sample plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4911
diff changeset
532 "?returnUnsupportedImage" option is specified; otherwise, it raises
45d6ce72a84e fix linking of Sanitizer sample plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4911
diff changeset
533 a 415 HTTP error code.
4805
0a38000b086d Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
Alain Mazy <am@osimis.io>
parents: 4804
diff changeset
534 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
4834
bec432ee1094 download of numpy arrays from the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4827
diff changeset
535 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
bec432ee1094 download of numpy arrays from the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4827
diff changeset
536 * "/instances/{...}/numpy": Download the instance as a Python numpy array
bec432ee1094 download of numpy arrays from the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4827
diff changeset
537 * "/series/{...}/numpy": Download the series as a Python numpy array
4922
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
538 * Added a "?full" option to "/patients|studies|series|instances/{...}/attachments" route
4883
504624b0a062 Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve the full information about an attachment (size, type, MD5 and UUID)
Alain Mazy <am@osimis.io>
parents: 4853
diff changeset
539 to show the mapping alias<->numerical id.
504624b0a062 Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve the full information about an attachment (size, type, MD5 and UUID)
Alain Mazy <am@osimis.io>
parents: 4853
diff changeset
540 * Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve
504624b0a062 Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve the full information about an attachment (size, type, MD5 and UUID)
Alain Mazy <am@osimis.io>
parents: 4853
diff changeset
541 the full information about an attachment (size, type, MD5 and UUID)
4834
bec432ee1094 download of numpy arrays from the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4827
diff changeset
542
4796
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
543 Lua
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
544 ---
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
545
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
546 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
547 through C-Store and return a specific C-Store status code.
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
548
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
549 Plugins
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
550 -------
94616af363ec added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
Alain Mazy <am@osimis.io>
parents: 4793
diff changeset
551
4924
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4922
diff changeset
552 * New functions in the SDK:
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4922
diff changeset
553 - OrthancPluginRegisterIncomingCStoreInstanceFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4922
diff changeset
554 - OrthancPluginRegisterReceivedInstanceCallback()
4789
51ec061516c9 Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4783
diff changeset
555
4898
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
556 Maintenance
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
557 -----------
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
558
4922
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
559 * Removed the OpenSSL license exception, as binary versions of Orthanc are now
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
560 designed to use OpenSSL 3.x, that was re-licensed under Apache 2.0, making
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
561 it compatible with the GPL/AGPL licenses used by the Orthanc project:
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
562 https://en.wikipedia.org/wiki/OpenSSL#Licensing
4dae452af79f Orthanc-1.10.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4918
diff changeset
563 https://people.gnome.org/~markmc/openssl-and-the-gpl.html
4898
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
564 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
565 * New configuration options:
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
566 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
567 * Fix instances accumulating in DB while their attachments were not stored because of
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
568 MaximumStorageSize limit reached with a single patient in DB.
4905
b5b693465295 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4898
diff changeset
569 * Dropped support for static compilation of OpenSSL 1.0.2
4898
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
570 * Upgraded dependencies for static builds (notably on Windows and LSB):
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
571 - openssl 3.0.1
181e67f9d129 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4894
diff changeset
572
4783
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
573
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
574 Version 1.9.7 (2021-08-31)
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
575 ==========================
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
576
4772
ec8aef42a7db new configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP
Alain Mazy <am@osimis.io>
parents: 4767
diff changeset
577 General
ec8aef42a7db new configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP
Alain Mazy <am@osimis.io>
parents: 4767
diff changeset
578 -------
ec8aef42a7db new configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP
Alain Mazy <am@osimis.io>
parents: 4767
diff changeset
579
4783
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
580 * New configuration option "DicomAlwaysAllowMove" to disable verification of
6a6d2a34a34e Orthanc-1.9.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4778
diff changeset
581 the remote modality in C-MOVE SCP
4772
ec8aef42a7db new configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP
Alain Mazy <am@osimis.io>
parents: 4767
diff changeset
582
4766
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
583 REST API
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
584 --------
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
585
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
586 * API version upgraded to 15
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
587 * Added "Level" option to POST /tools/bulk-modify
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
588 * Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize"
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
589
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
590 Maintenance
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
591 -----------
388d108f6e4b Added "Level" option to POST /tools/bulk-modify
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4765
diff changeset
592
4762
c563b7ad9931 Added file CITATION.cff
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4761
diff changeset
593 * Added file CITATION.cff
4761
31e12d2ce275 Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4758
diff changeset
594 * Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
4765
71fbdee4b832 Fix upload of ZIP archives containing a DICOMDIR file
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4762
diff changeset
595 * Fix upload of ZIP archives containing a DICOMDIR file
4767
e1711b6e141f Fix computation of the estimated time of arrival in jobs
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4766
diff changeset
596 * Fix computation of the estimated time of arrival in jobs
4778
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4777
diff changeset
597 * Support detection of windowing and rescale in Philips multiframe images
4761
31e12d2ce275 Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4758
diff changeset
598
4758
b1319a5304fb Orthanc-1.9.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4757
diff changeset
599
b1319a5304fb Orthanc-1.9.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4757
diff changeset
600 Version 1.9.6 (2021-07-21)
b1319a5304fb Orthanc-1.9.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4757
diff changeset
601 ==========================
b1319a5304fb Orthanc-1.9.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4757
diff changeset
602
4749
1a061bc2d6ca Clicking on "Send to remote modality" displays the job information to monitor progress
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4745
diff changeset
603 Orthanc Explorer
1a061bc2d6ca Clicking on "Send to remote modality" displays the job information to monitor progress
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4745
diff changeset
604 ----------------
1a061bc2d6ca Clicking on "Send to remote modality" displays the job information to monitor progress
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4745
diff changeset
605
4757
72a850947b11 In lookup and query/retrieve, possibility to provide a specific study date
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4752
diff changeset
606 * In lookup and query/retrieve, possibility to provide a specific study date
4749
1a061bc2d6ca Clicking on "Send to remote modality" displays the job information to monitor progress
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4745
diff changeset
607 * Clicking on "Send to remote modality" displays the job information to monitor progress
1a061bc2d6ca Clicking on "Send to remote modality" displays the job information to monitor progress
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4745
diff changeset
608
4752
2f35e6b765e5 Fix orphaned attachments if bad revision number is provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4749
diff changeset
609 Maintenance
2f35e6b765e5 Fix orphaned attachments if bad revision number is provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4749
diff changeset
610 -----------
2f35e6b765e5 Fix orphaned attachments if bad revision number is provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4749
diff changeset
611
2f35e6b765e5 Fix orphaned attachments if bad revision number is provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4749
diff changeset
612 * Fix orphaned attachments if bad revision number is provided
2f35e6b765e5 Fix orphaned attachments if bad revision number is provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4749
diff changeset
613
4745
c26a87e0fed7 Orthanc-1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4738
diff changeset
614
c26a87e0fed7 Orthanc-1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4738
diff changeset
615 Version 1.9.5 (2021-07-08)
c26a87e0fed7 Orthanc-1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4738
diff changeset
616 ==========================
c26a87e0fed7 Orthanc-1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4738
diff changeset
617
4737
979ae3ea3381 DANGEROUS commit: Anonymization is now also applied to nested sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4733
diff changeset
618 General
979ae3ea3381 DANGEROUS commit: Anonymization is now also applied to nested sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4733
diff changeset
619 -------
979ae3ea3381 DANGEROUS commit: Anonymization is now also applied to nested sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4733
diff changeset
620
4745
c26a87e0fed7 Orthanc-1.9.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4738
diff changeset
621 * Anonymization is applied recursively to nested tags
4737
979ae3ea3381 DANGEROUS commit: Anonymization is now also applied to nested sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4733
diff changeset
622
4729
4e2247df6327 Added "Short" and "Full" options in /modalities/id/find-worklist
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4720
diff changeset
623 REST API
4e2247df6327 Added "Short" and "Full" options in /modalities/id/find-worklist
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4720
diff changeset
624 --------
4e2247df6327 Added "Short" and "Full" options in /modalities/id/find-worklist
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4720
diff changeset
625
4e2247df6327 Added "Short" and "Full" options in /modalities/id/find-worklist
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4720
diff changeset
626 * API version upgraded to 14
4730
7826ac059c31 Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4729
diff changeset
627 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in:
7826ac059c31 Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4729
diff changeset
628 - POST /modalities/{id}/find-worklist
7826ac059c31 Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4729
diff changeset
629 - POST /queries/{id}/answers/{index}/retrieve
7826ac059c31 Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4729
diff changeset
630 - POST /queries/{id}/retrieve
4729
4e2247df6327 Added "Short" and "Full" options in /modalities/id/find-worklist
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4720
diff changeset
631
4731
283d246fafdb fix broken "Do lookup" button in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4730
diff changeset
632 Maintenance
283d246fafdb fix broken "Do lookup" button in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4730
diff changeset
633 -----------
283d246fafdb fix broken "Do lookup" button in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4730
diff changeset
634
283d246fafdb fix broken "Do lookup" button in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4730
diff changeset
635 * Fix broken "Do lookup" button in Orthanc Explorer
4733
1db3b79d97bd Error code and description of jobs are now saved into the Orthanc database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4731
diff changeset
636 * Error code and description of jobs are now saved into the Orthanc database
4731
283d246fafdb fix broken "Do lookup" button in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4730
diff changeset
637
4720
85102d5cc936 Orthanc-1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4715
diff changeset
638
85102d5cc936 Orthanc-1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4715
diff changeset
639 Version 1.9.4 (2021-06-24)
85102d5cc936 Orthanc-1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4715
diff changeset
640 ==========================
85102d5cc936 Orthanc-1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4715
diff changeset
641
4674
cdab941fe17d ZIP archive/media generated in synchronous mode are now streamed by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4667
diff changeset
642 General
cdab941fe17d ZIP archive/media generated in synchronous mode are now streamed by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4667
diff changeset
643 -------
cdab941fe17d ZIP archive/media generated in synchronous mode are now streamed by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4667
diff changeset
644
4677
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
645 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1
4696
dd6274412ff4 new configuration option "ExternalDictionaries" to load external DICOM dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4694
diff changeset
646 * New configuration options:
dd6274412ff4 new configuration option "ExternalDictionaries" to load external DICOM dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4694
diff changeset
647 - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE)
dd6274412ff4 new configuration option "ExternalDictionaries" to load external DICOM dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4694
diff changeset
648 - "SynchronousZipStream" to disable streaming of ZIP
4674
cdab941fe17d ZIP archive/media generated in synchronous mode are now streamed by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4667
diff changeset
649
4697
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
650 Orthanc Explorer
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
651 ----------------
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
652
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
653 * Orthanc Explorer supports the DICONDE dictionary
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
654
4667
08ee98bf103e "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4663
diff changeset
655 REST API
08ee98bf103e "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4663
diff changeset
656 --------
08ee98bf103e "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4663
diff changeset
657
4687
fcd2dc7c8f31 "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4679
diff changeset
658 * API version upgraded to 13
4698
d16c3c7f11ef new route "/tools/bulk-content" to get the content of a set of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4697
diff changeset
659 * New routes to handle groups of multiple, unrelated DICOM resources at once:
d16c3c7f11ef new route "/tools/bulk-content" to get the content of a set of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4697
diff changeset
660 - "/tools/bulk-anonymize" to anonymize a set of resources
d16c3c7f11ef new route "/tools/bulk-content" to get the content of a set of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4697
diff changeset
661 - "/tools/bulk-content" to get the content of a set of resources
d16c3c7f11ef new route "/tools/bulk-content" to get the content of a set of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4697
diff changeset
662 - "/tools/bulk-delete" to delete a set of resources
d16c3c7f11ef new route "/tools/bulk-content" to get the content of a set of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4697
diff changeset
663 - "/tools/bulk-modify" to modify a set of resources
4674
cdab941fe17d ZIP archive/media generated in synchronous mode are now streamed by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4667
diff changeset
664 * ZIP archive/media generated in synchronous mode are now streamed by default
4663
72af097bb92b "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4658
diff changeset
665 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
4667
08ee98bf103e "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4663
diff changeset
666 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
4687
fcd2dc7c8f31 "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4679
diff changeset
667 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
fcd2dc7c8f31 "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4679
diff changeset
668 using the syntax of the dcmodify command-line tool (wildcards are supported as well)
4697
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
669 * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in:
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
670 - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand")
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
671 - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id}
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
672 - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
673 - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
674 - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
675 - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
676 - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
677 - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
678 - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
679 - GET /patients/{id}/module, GET /patients/{id}/patient-module
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
680 - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module
4730
7826ac059c31 Added Short/Simplify/Full options to format "/modalities/{id}/find-worklist" and "/queries/{id}/retrieve"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4729
diff changeset
681 - GET /queries/{id}/answers&expand, GET /queries/{id}/answers/{index}/content
4697
569d9ef165b1 Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4696
diff changeset
682 - POST /tools/find
4712
bad8935cd5f2 "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4698
diff changeset
683 * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series
4715
fb98db281d1d "/studies/{id}/merge" accepts instances inside its "Resources" parameter
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4713
diff changeset
684 * "/studies/{id}/merge" accepts instances inside its "Resources" parameter
4663
72af097bb92b "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4658
diff changeset
685
4677
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
686 Maintenance
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
687 -----------
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
688
4679
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4678
diff changeset
689 * Full support of hierarchical relationships in tags whose VR is UI during anonymization
4692
e68edf92e5cc C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4687
diff changeset
690 * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures"
4677
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
691 * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
4710
dbb1a90c4df4 upgrade to curl 7.77.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4698
diff changeset
692 * Upgraded dependencies for static builds (notably on Windows):
dbb1a90c4df4 upgrade to curl 7.77.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4698
diff changeset
693 - curl 7.77.0
4677
521e39b3f2c0 Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4674
diff changeset
694
4658
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
695
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
696 Version 1.9.3 (2021-05-07)
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
697 ==========================
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
698
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
699 General
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
700 -------
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
701
4656
82a314325351 New configuration option: "DicomTlsRemoteCertificateRequired"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4655
diff changeset
702 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS
82a314325351 New configuration option: "DicomTlsRemoteCertificateRequired"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4655
diff changeset
703 connections without certificate
4658
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
704
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
705 REST API
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
706 --------
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
707
4640
66109d24d26e "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4638
diff changeset
708 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
4658
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
709
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
710 Maintenance
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
711 -----------
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
712
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
713 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
714 * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media:
4641
b02dc8303cf6 Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4640
diff changeset
715 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
b02dc8303cf6 Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4640
diff changeset
716 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled
4646
4beebbb3636e Fix regression in the handling of "DicomCheckModalityHost" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4641
diff changeset
717 * Fix regression in the handling of "DicomCheckModalityHost" configuration option
4beebbb3636e Fix regression in the handling of "DicomCheckModalityHost" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4641
diff changeset
718 introduced by changeset 4182 in Orthanc 1.7.4
4650
9804d6490872 Reduced memory consumption of HTTP/REST plugins calls on POST/PUT if chunked transfer is disabled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4649
diff changeset
719 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and
9804d6490872 Reduced memory consumption of HTTP/REST plugins calls on POST/PUT if chunked transfer is disabled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4649
diff changeset
720 "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled
4655
9f7eef20bc7d Fix issue #195 (No need for BulkDataURI when Data Element is empty)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4650
diff changeset
721 * Fix issue #195 (No need for BulkDataURI when Data Element is empty)
4658
66f6fd77deaf Orthanc-1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4656
diff changeset
722
4638
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
723
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
724 Version 1.9.2 (2021-04-22)
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
725 ==========================
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
726
4623
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
727 General
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
728 -------
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
729
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
730 * New configuration options related to multiple readers/writers:
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
731 - "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
732 - "CheckRevisions" to protect against concurrent modifications of metadata and attachments
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
733
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
734 REST API
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
735 --------
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
736
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
737 * API version upgraded to 12
4628
5fabef29c4ff added new primitive "hasRevisionsSupport" in database SDK, added "CheckRevisions" to URI "/system"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4627
diff changeset
738 * "/system" reports the value of the "CheckRevisions" global option
4627
f7d5372b59b3 handling revisions of attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4626
diff changeset
739 * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the
f7d5372b59b3 handling revisions of attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4626
diff changeset
740 HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions
4533
409cba9c1dba Orthanc-1.9.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4527
diff changeset
741
4605
c8f444e8556d new function in the plugin SDK: OrthancPluginCallRestApi()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4533
diff changeset
742 Plugins
c8f444e8556d new function in the plugin SDK: OrthancPluginCallRestApi()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4533
diff changeset
743 -------
c8f444e8556d new function in the plugin SDK: OrthancPluginCallRestApi()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4533
diff changeset
744
4623
95ffe3b6ef7c handling of revisions for metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4617
diff changeset
745 * New function in the SDK: OrthancPluginCallRestApi()
4638
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
746 * Full refactoring of the database plugin SDK to handle multiple readers/writers,
a7db05dcc2f8 Orthanc-1.9.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4636
diff changeset
747 which notably implies the handling of retries in the case of collisions
4605
c8f444e8556d new function in the plugin SDK: OrthancPluginCallRestApi()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4533
diff changeset
748
4610
8661811abca3 Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4605
diff changeset
749 Maintenance
8661811abca3 Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4605
diff changeset
750 -----------
8661811abca3 Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4605
diff changeset
751
8661811abca3 Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4605
diff changeset
752 * Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
4625
844ec5ecb6ef Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4616
diff changeset
753 * Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x
4636
7e2c1196b98b notice that issue #83 (ServerIndex shall implement retries for DB temporary errors) is fixed by db refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4635
diff changeset
754 * Fix issue #83 (ServerIndex shall implement retries for DB temporary errors)
4616
57b1a36645ae upgrade to civetweb 1.14
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4610
diff changeset
755 * Upgraded dependencies for static builds (notably on Windows and LSB):
57b1a36645ae upgrade to civetweb 1.14
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4610
diff changeset
756 - civetweb 1.14
4635
0524d6e93672 upgrade to openssl 1.1.1k
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4628
diff changeset
757 - openssl 1.1.1k
4610
8661811abca3 Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4605
diff changeset
758
4605
c8f444e8556d new function in the plugin SDK: OrthancPluginCallRestApi()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4533
diff changeset
759
4533
409cba9c1dba Orthanc-1.9.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4527
diff changeset
760 Version 1.9.1 (2021-02-25)
409cba9c1dba Orthanc-1.9.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4527
diff changeset
761 ==========================
409cba9c1dba Orthanc-1.9.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4527
diff changeset
762
4514
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
763 General
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
764 -------
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
765
4517
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
766 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
767 * If the storage area doesn't support range reading, or if "StorageCompression"
4527
31f940334496 Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4525
diff changeset
768 is enabled, a new type of attachment "dicom-until-pixel-data" is generated
4494
39192eb9b43d New metadata automatically computed at the instance level: "PixelDataOffset"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4492
diff changeset
769 * New metadata automatically computed at the instance level: "PixelDataOffset"
4518
cb8fcecf1b02 new option "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4517
diff changeset
770 * New configuration option related to networking:
cb8fcecf1b02 new option "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4517
diff changeset
771 - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
4523
fba1a8fff2b8 fix build
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4518
diff changeset
772 - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis
4514
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
773
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
774 REST API
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
775 --------
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
776
4524
f8660649ae96 added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4523
diff changeset
777 * API version upgraded to 11
4517
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
778 * BREAKING CHANGES:
4527
31f940334496 Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4525
diff changeset
779 - External applications should not call "/instances/.../attachments/dicom-as-json" anymore,
31f940334496 Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4525
diff changeset
780 and should use "/instances/.../tags" instead
4517
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
781 - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore
4524
f8660649ae96 added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4523
diff changeset
782 * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
4517
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
783 * New arguments in the REST API:
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
784 - "Timeout" in "/modalities/.../query"
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
785 - "Timeout" in "/modalities/.../storage-commitment"
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
786 - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}"
c494ee5d0101 Added "Timeout" parameter everywhere in "/modalities/.../"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4516
diff changeset
787
4514
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
788 Plugins
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
789 -------
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
790
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
791 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData
4516
671ee7c1fd46 added DicomToJsonFlags_SkipGroupLengths
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4515
diff changeset
792 * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths
4514
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
793
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
794 Maintenance
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
795 -----------
5b929e6b3c36 removal of "dicom-as-json" attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4508
diff changeset
796
4515
8734caa12448 Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4514
diff changeset
797 * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
4508
8f9090b137f1 Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4496
diff changeset
798 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
4492
0b2484663233 Fix build on big-endian architectures
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4490
diff changeset
799 * Fix build on big-endian architectures
4527
31f940334496 Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4525
diff changeset
800 * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
4525
8262ffb393ff The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4524
diff changeset
801 * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1)
4496
9ea70ccf0c21 Possibility to generate a static library containing the Orthanc Framework
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4494
diff changeset
802 * Possibility to generate a static library containing the Orthanc Framework
4492
0b2484663233 Fix build on big-endian architectures
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4490
diff changeset
803
4489
3fd0bf1cb361 Orthanc-1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4482
diff changeset
804
3fd0bf1cb361 Orthanc-1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4482
diff changeset
805 Version 1.9.0 (2021-01-29)
3fd0bf1cb361 Orthanc-1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4482
diff changeset
806 ==========================
3fd0bf1cb361 Orthanc-1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4482
diff changeset
807
4438
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
808 General
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
809 -------
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
810
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
811 * Support of DICOM TLS
4451
f4dbdb2dcba6 new configuration option "MaximumPduLength" to tune the maximum PDU length
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4440
diff changeset
812 * New configuration options related to DICOM networking:
4438
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
813 - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
814 - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
815 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
816 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
817 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis
4451
f4dbdb2dcba6 new configuration option "MaximumPduLength" to tune the maximum PDU length
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4440
diff changeset
818 - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit)
4463
522e13a60cfc "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4462
diff changeset
819 - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
4474
f8c1d94363b6 new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4473
diff changeset
820 - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP
f8c1d94363b6 new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4473
diff changeset
821 - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265
4482
8efeaba1b7f9 new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4479
diff changeset
822 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP
8efeaba1b7f9 new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4479
diff changeset
823 - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP
4465
fe774d8e904b New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4463
diff changeset
824 * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
4399
80fd140b12ba New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4391
diff changeset
825 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
4460
6831de40acd9 New metadata automatically computed at the series level: "RemoteAET"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4457
diff changeset
826 * New metadata automatically computed at the series level: "RemoteAET"
4438
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
827
4461
22abc6851191 The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4460
diff changeset
828 Orthanc Explorer
22abc6851191 The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4460
diff changeset
829 ----------------
22abc6851191 The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4460
diff changeset
830
22abc6851191 The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4460
diff changeset
831 * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
22abc6851191 The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4460
diff changeset
832
4462
da460bef88f8 "/modalities/{...}/query": New string argument "LocalAet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4461
diff changeset
833 REST API
da460bef88f8 "/modalities/{...}/query": New string argument "LocalAet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4461
diff changeset
834 --------
da460bef88f8 "/modalities/{...}/query": New string argument "LocalAet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4461
diff changeset
835
4490
e8800a0c6cb3 typo in NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4489
diff changeset
836 * API version upgraded to 10
4473
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
837 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
838 * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID
4462
da460bef88f8 "/modalities/{...}/query": New string argument "LocalAet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4461
diff changeset
839 * "/modalities/{...}/query": New string argument "LocalAet"
4479
1619cffd1948 "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4477
diff changeset
840 * "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags
4462
da460bef88f8 "/modalities/{...}/query": New string argument "LocalAet"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4461
diff changeset
841
4473
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
842 Lua
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
843 ---
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
844
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
845 * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
846 "IsUnknownSopClassAccepted()" have been removed
68f52897c119 new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4470
diff changeset
847
4440
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
848 Plugins
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
849 -------
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
850
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
851 * New functions in the SDK:
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
852 - OrthancPluginCreateMemoryBuffer64()
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
853 - OrthancPluginRegisterStorageArea2()
4477
0a2c9790cb41 new primitive in plugin SDK: OrthancPluginCreateDicom2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4474
diff changeset
854 - OrthancPluginCreateDicom2()
4440
eddb212b2df9 New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4438
diff changeset
855
4438
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
856 Maintenance
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
857 -----------
4a4e33c9082d configuration options for DICOM TLS in Orthanc SCU
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4399
diff changeset
858
4457
789676a8c96a Refactoring and improvements to the cache of DICOM files in ServerContext
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4455
diff changeset
859 * Refactoring and improvements to the cache of DICOM files (it can now hold many files)
789676a8c96a Refactoring and improvements to the cache of DICOM files in ServerContext
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4455
diff changeset
860 * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size"
4454
f20a7655fb1c Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4453
diff changeset
861 * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
f20a7655fb1c Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4453
diff changeset
862 Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox)
f20a7655fb1c Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4453
diff changeset
863 * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5
4455
a8f554ca5ac6 Explicitly use little-endian to encode uncompressed file size with zlib compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4454
diff changeset
864 * Explicitly use little-endian to encode uncompressed file size with zlib compression
4390
ee846712f5df upgraded to jsoncpp 1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4387
diff changeset
865 * Upgraded dependencies for static builds (notably on Windows):
4470
06d164d8a0fd upgrade to dcmtk 3.6.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4465
diff changeset
866 - dcmtk 3.6.6
4391
0c4ff5609548 upgraded to jsoncpp 1.9.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4390
diff changeset
867 - jsoncpp 1.9.4
4390
ee846712f5df upgraded to jsoncpp 1.9.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4387
diff changeset
868
4387
7874f6960d7a Orthanc-1.8.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4385
diff changeset
869
7874f6960d7a Orthanc-1.8.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4385
diff changeset
870 Version 1.8.2 (2020-12-18)
7874f6960d7a Orthanc-1.8.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4385
diff changeset
871 ==========================
7874f6960d7a Orthanc-1.8.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4385
diff changeset
872
4358
d6929f052ec4 ZIP archives containing DICOM files can be uploaded using WebDAV
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4357
diff changeset
873 General
d6929f052ec4 ZIP archives containing DICOM files can be uploaded using WebDAV
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4357
diff changeset
874 -------
d6929f052ec4 ZIP archives containing DICOM files can be uploaded using WebDAV
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4357
diff changeset
875
d6929f052ec4 ZIP archives containing DICOM files can be uploaded using WebDAV
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4357
diff changeset
876 * ZIP archives containing DICOM files can be uploaded using WebDAV
4366
6a39ca7083b9 New config option "MallocArenaMax" to control memory usage on GNU/Linux
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4364
diff changeset
877 * New config option "MallocArenaMax" to control memory usage on GNU/Linux
4373
c601f48c7c80 Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4367
diff changeset
878 * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into
c601f48c7c80 Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4367
diff changeset
879 a 64bit (resp. 32bit) version of Orthanc
4384
7e0d015ad109 new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4382
diff changeset
880 * New configuration options contributed by Varian Medical Systems:
4376
b002f9abe802 review of changeset 4375:208029732d51
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4373
diff changeset
881 - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND)
b002f9abe802 review of changeset 4375:208029732d51
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4373
diff changeset
882 - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs
4379
85b5b0e1bac9 added NEWS about "OrthancExplorerEnabled" option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4376
diff changeset
883 - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface
4382
3aacd2bd8bbc review changeset 4381:df313e410f0c
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4379
diff changeset
884 - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2)
3aacd2bd8bbc review changeset 4381:df313e410f0c
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4379
diff changeset
885 - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2)
4384
7e0d015ad109 new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4382
diff changeset
886 * New configuration options related to ingest transcoding:
7e0d015ad109 new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4382
diff changeset
887 - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded
7e0d015ad109 new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4382
diff changeset
888 - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded
4352
0ba23b4891b2 Orthanc-1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4348
diff changeset
889
4357
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
890 REST API
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
891 --------
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
892
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
893 * "/instances" can be used to import ZIP archives provided in the POST body
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
894
4364
d527a081f92d Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4358
diff changeset
895 Maintenance
d527a081f92d Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4358
diff changeset
896 -----------
d527a081f92d Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4358
diff changeset
897
d527a081f92d Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4358
diff changeset
898 * Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
4367
189e48f4a92a Allow empty request body in "/modalities/{id}/echo"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4366
diff changeset
899 * Allow empty request body in "/modalities/{id}/echo"
4385
92737070b301 If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4384
diff changeset
900 * If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"
4364
d527a081f92d Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4358
diff changeset
901
4357
886bc367aeb2 "/instances" can be used to import ZIP archives provided in the POST body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4352
diff changeset
902
4352
0ba23b4891b2 Orthanc-1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4348
diff changeset
903 Version 1.8.1 (2020-12-07)
0ba23b4891b2 Orthanc-1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4348
diff changeset
904 ==========================
0ba23b4891b2 Orthanc-1.8.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4348
diff changeset
905
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
906 General
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
907 -------
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
908
4337
7707fa761b71 OrthancImport.py sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4334
diff changeset
909 * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
910 * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=")
4301
6919242d2265 Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4281
diff changeset
911 * New command-line option "--trace-dicom" to access full debug information from DCMTK
4340
6fa8bb987be2 "DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4339
diff changeset
912 * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
913
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
914 REST API
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
915 --------
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
916
4338
1263e727d048 give access to the configuration of one single peer or modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4337
diff changeset
917 * API version upgraded to 9
4339
fc5caed6f940 "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4338
diff changeset
918 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities"
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
919 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories
4338
1263e727d048 give access to the configuration of one single peer or modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4337
diff changeset
920 * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand")
1263e727d048 give access to the configuration of one single peer or modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4337
diff changeset
921 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand")
4340
6fa8bb987be2 "DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4339
diff changeset
922 * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON
6fa8bb987be2 "DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4339
diff changeset
923 body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis)
4341
977c2759eb0a Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4340
diff changeset
924 * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB"
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
925
4343
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
926 Plugins
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
927 -------
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
928
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
929 * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
930
4275
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
931 Maintenance
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
932 -----------
d7a50b7b8466 Dynamically access and/or change the verbosity of logging categories with the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4270
diff changeset
933
4258
6f5d4bfb2c90 C-GET SCP: Fix responses and handling of cancel
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4257
diff changeset
934 * C-GET SCP: Fix responses and handling of cancel
4265
f9eaf14d3d19 Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4259
diff changeset
935 * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
4301
6919242d2265 Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4281
diff changeset
936 * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
4334
b2366bc023f8 Fix access to videos as a single raw frame
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4301
diff changeset
937 * Fix access to videos as a single raw frame (feature broken since Orthanc 1.6.0)
4301
6919242d2265 Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4281
diff changeset
938 * REST API now returns 404 error if deleting an inexistent peer or modality
4348
93c281752e7a reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4343
diff changeset
939 * Improved forward ABI compatibility of Orthanc Framework (notably, no inline methods anymore)
4259
5227df2a650f upgrade to civetweb 1.13
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4258
diff changeset
940 * Upgraded dependencies for static builds (notably on Windows and LSB):
5227df2a650f upgrade to civetweb 1.13
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4258
diff changeset
941 - civetweb 1.13
4257
c046d559edb3 Fix reporting of client-side store warnings/errors in C-GET SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4254
diff changeset
942
4254
a4af6eaca23e Orthanc-1.8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4252
diff changeset
943
a4af6eaca23e Orthanc-1.8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4252
diff changeset
944 Version 1.8.0 (2020-10-16)
a4af6eaca23e Orthanc-1.8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4252
diff changeset
945 ==========================
4252
f047e2734655 fix webdav
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4207
diff changeset
946
4343
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
947 General
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
948 -------
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
949
4252
f047e2734655 fix webdav
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4207
diff changeset
950 * Serving the content of Orthanc as a WebDAV network share
4254
a4af6eaca23e Orthanc-1.8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4252
diff changeset
951 * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"
4252
f047e2734655 fix webdav
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4207
diff changeset
952
4343
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
953 Plugins
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
954 -------
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
955
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
956 * New available origin for a DICOM instance: "OrthancPluginInstanceOrigin_WebDav"
e1e918e790e8 New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4341
diff changeset
957
4207
116bd42caf49 Orthanc-1.7.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4197
diff changeset
958
116bd42caf49 Orthanc-1.7.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4197
diff changeset
959 Version 1.7.4 (2020-09-18)
116bd42caf49 Orthanc-1.7.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4197
diff changeset
960 ==========================
116bd42caf49 Orthanc-1.7.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4197
diff changeset
961
4190
9ce5c89328f5 New configuration options to enable HTTP peers identification through certificates
Alain Mazy <alain@mazy.be>
parents: 4185
diff changeset
962 General
9ce5c89328f5 New configuration options to enable HTTP peers identification through certificates
Alain Mazy <alain@mazy.be>
parents: 4185
diff changeset
963 -------
9ce5c89328f5 New configuration options to enable HTTP peers identification through certificates
Alain Mazy <alain@mazy.be>
parents: 4185
diff changeset
964
9ce5c89328f5 New configuration options to enable HTTP peers identification through certificates
Alain Mazy <alain@mazy.be>
parents: 4185
diff changeset
965 * New configuration options to enable HTTP peers identification through certificates:
4197
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4196 4195
diff changeset
966 "SslVerifyPeers" and "SslTrustedClientCertificates"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4196 4195
diff changeset
967 * New configuration option "SyncStorageArea" to immediately commit the files onto the disk
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4196 4195
diff changeset
968 (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4196 4195
diff changeset
969 shutdown of the machine running Orthanc. This slows down adding new files into Orthanc.
4190
9ce5c89328f5 New configuration options to enable HTTP peers identification through certificates
Alain Mazy <alain@mazy.be>
parents: 4185
diff changeset
970
4164
b3c5418109a9 underscores are now allowed in peers/modalities symbolic names
Alain Mazy <alain@mazy.be>
parents: 4161
diff changeset
971 Maintenance
b3c5418109a9 underscores are now allowed in peers/modalities symbolic names
Alain Mazy <alain@mazy.be>
parents: 4161
diff changeset
972 -----------
b3c5418109a9 underscores are now allowed in peers/modalities symbolic names
Alain Mazy <alain@mazy.be>
parents: 4161
diff changeset
973
4165
e34c89e89aac Fix compatibility with C-MOVE SCU requests issued by Ambra
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4164
diff changeset
974 * Underscores are now allowed in peers/modalities symbolic names
e34c89e89aac Fix compatibility with C-MOVE SCU requests issued by Ambra
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4164
diff changeset
975 * Fix compatibility with C-MOVE SCU requests issued by Ambra
4174
067c679626a2 Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4165
diff changeset
976 * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true"
4182
1c9c2c41c015 When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP
Alain Mazy <alain@mazy.be>
parents: 4174
diff changeset
977 * When checking DICOM allowed methods, if there are multiple modalities with the same AET,
1c9c2c41c015 When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP
Alain Mazy <alain@mazy.be>
parents: 4174
diff changeset
978 differentiate them from the calling IP
4184
dbd74fa2f446 Enable the access to raw frames in Philips ELSCINT1 proprietary compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4182
diff changeset
979 * Enable the access to raw frames in Philips ELSCINT1 proprietary compression
4197
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4196 4195
diff changeset
980 * Support empty key passwords when using HTTP client certificates
4196
37310bb1cd30 Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4190
diff changeset
981 * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"
4184
dbd74fa2f446 Enable the access to raw frames in Philips ELSCINT1 proprietary compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4182
diff changeset
982
4159
2e540919aac9 Orthanc-1.7.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4155
diff changeset
983
4161
e60136686470 fix version in NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4159
diff changeset
984 Version 1.7.3 (2020-08-24)
4159
2e540919aac9 Orthanc-1.7.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4155
diff changeset
985 ==========================
2e540919aac9 Orthanc-1.7.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4155
diff changeset
986
4153
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
987 REST API
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
988 --------
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
989
4159
2e540919aac9 Orthanc-1.7.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4155
diff changeset
990 * API version upgraded to 8
4153
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
991 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
992 * "OrthancPeerStore" jobs now report the transmitted size in their public content
a4664f169cd7 "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4152
diff changeset
993
4151
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
994 Plugins
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
995 -------
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
996
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
997 * New config option "Worklist.LimitAnswers" for the sample modality worklist plugin
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
998
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
999 Maintenance
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
1000 -----------
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
1001
4143
1ec3e1e18f50 Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4142
diff changeset
1002 * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses
4155
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4153
diff changeset
1003 * Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching)
4142
0ea450e1f0ea "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4136
diff changeset
1004 * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags
4151
8c559dd5034b Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4145
diff changeset
1005 * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
4155
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4153
diff changeset
1006 * Support receiving multipart messages larger than 2GB in the embedded HTTP server
4136
2724977419fb Fix DICOM SCP filters if some query tag has more than 256 characters
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4131
diff changeset
1007
4131
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1008
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1009 Version 1.7.2 (2020-07-08)
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1010 ==========================
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1011
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1012 General
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1013 -------
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1014
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1015 * C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator")
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1016 * Packaging of the Orthanc framework as a shared library
4007
884b55ce01f6 Private tags returned by C-FIND SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3982
diff changeset
1017
4024
1d2b31fc782f new 'changes': JobSubmitted, JobSuccess, JobFailure
Alain Mazy <alain@mazy.be>
parents: 4007
diff changeset
1018 Plugins
1d2b31fc782f new 'changes': JobSubmitted, JobSuccess, JobFailure
Alain Mazy <alain@mazy.be>
parents: 4007
diff changeset
1019 -------
1d2b31fc782f new 'changes': JobSubmitted, JobSuccess, JobFailure
Alain Mazy <alain@mazy.be>
parents: 4007
diff changeset
1020
4131
eea760f20ed2 Orthanc-1.7.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4088
diff changeset
1021 * New change types in the SDK: JobSubmitted, JobSuccess, JobFailure
4024
1d2b31fc782f new 'changes': JobSubmitted, JobSuccess, JobFailure
Alain Mazy <alain@mazy.be>
parents: 4007
diff changeset
1022
4086
4cd94ed75a5b Issue #182: Better handling of errors in plugins reading chunked HTTP body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4041
diff changeset
1023 Maintenance
4cd94ed75a5b Issue #182: Better handling of errors in plugins reading chunked HTTP body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4041
diff changeset
1024 -----------
4cd94ed75a5b Issue #182: Better handling of errors in plugins reading chunked HTTP body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4041
diff changeset
1025
4088
ce7709cb380e Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4086
diff changeset
1026 * Issue #182: Better reporting of errors in plugins reading chunked HTTP body
ce7709cb380e Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4086
diff changeset
1027 * Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)
4086
4cd94ed75a5b Issue #182: Better handling of errors in plugins reading chunked HTTP body
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4041
diff changeset
1028
3968
22eb9453b3f5 Orthanc-1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3958
diff changeset
1029
3982
adc6f1fa7417 Orthanc-1.7.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3980
diff changeset
1030 Version 1.7.1 (2020-05-27)
adc6f1fa7417 Orthanc-1.7.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3980
diff changeset
1031 ==========================
3980
e42f5445d20d Fix decoding of DICOM images for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3977
diff changeset
1032
3982
adc6f1fa7417 Orthanc-1.7.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3980
diff changeset
1033 * Fix decoding of DICOM images for plugins (for compatibility with
adc6f1fa7417 Orthanc-1.7.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3980
diff changeset
1034 Orthanc Web Viewer 2.6)
3980
e42f5445d20d Fix decoding of DICOM images for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3977
diff changeset
1035
3968
22eb9453b3f5 Orthanc-1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3958
diff changeset
1036
22eb9453b3f5 Orthanc-1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3958
diff changeset
1037 Version 1.7.0 (2020-05-22)
22eb9453b3f5 Orthanc-1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3958
diff changeset
1038 ==========================
22eb9453b3f5 Orthanc-1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3958
diff changeset
1039
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1040 General
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1041 -------
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1042
3976
5f9a0e13ba2d extended news
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3968
diff changeset
1043 * Support of DICOM C-GET SCP (contribution by Varian Medical Systems)
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1044 * DICOM transcoding over the REST API
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1045 * Transcoding from compressed to uncompressed transfer syntaxes over DICOM
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1046 C-STORE SCU (if the remote modality doesn't support compressed syntaxes)
3939
c205f670098e new configuration options: BuiltinDecoderTranscoderOrder and IngestTranscoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3937
diff changeset
1047 * New configuration options related to transcoding:
c205f670098e new configuration options: BuiltinDecoderTranscoderOrder and IngestTranscoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3937
diff changeset
1048 "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder",
c205f670098e new configuration options: BuiltinDecoderTranscoderOrder and IngestTranscoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3937
diff changeset
1049 "IngestTranscoding" and "DicomLossyTranscodingQuality"
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1050
3860
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1051 REST API
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1052 --------
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1053
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1054 * API version upgraded to 7
3860
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1055 * Improved:
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1056 - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID".
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1057 Note that it was already possible to "Replace" it.
3870
09798f2b985f added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
Alain Mazy <alain@mazy.be>
parents: 3860
diff changeset
1058 - added "Timeout" parameter to every DICOM operation
09798f2b985f added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
Alain Mazy <alain@mazy.be>
parents: 3860
diff changeset
1059 - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore
09798f2b985f added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
Alain Mazy <alain@mazy.be>
parents: 3860
diff changeset
1060 (defaults to the local AET)
3899
104e27133ebd '/ordered-slices': reverted the change introduced in 1.5.8 and go-back to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3891
diff changeset
1061 * Changes:
3942
5b882ad2ffd0 "/{patients|studies|series}/.../modify": New option "KeepSource"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3939
diff changeset
1062 - "/{patients|studies|series}/.../modify": New option "KeepSource"
3943
b26d25d3c1c7 "/{patients|studies|series}/.../modify": New option "Transcode"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3942
diff changeset
1063 - "/{patients|studies|series|instances}/.../modify": New option "Transcode"
3950
5797ca4f3b8d "/peers/{id}/store": New option "Transcode"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3947
diff changeset
1064 - "/peers/{id}/store": New option "Transcode"
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1065 - ".../archive", ".../media", "/tools/create-media" and
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1066 "/tools/create-archive": New option "Transcode"
3899
104e27133ebd '/ordered-slices': reverted the change introduced in 1.5.8 and go-back to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3891
diff changeset
1067 - "/ordered-slices": reverted the change introduced in 1.5.8 and go-back
104e27133ebd '/ordered-slices': reverted the change introduced in 1.5.8 and go-back to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3891
diff changeset
1068 to 1.5.7 behaviour.
3860
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1069
3916
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1070 Plugins
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1071 -------
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1072
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1073 * New functions in the SDK:
3925
dd112d2b83f0 new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3924
diff changeset
1074 - OrthancPluginCreateDicomInstance()
3937
41eec97c23ef documented new primitives in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3935
diff changeset
1075 - OrthancPluginCreateMemoryBuffer()
3924
395c59208f10 new functions in SDK: OrthancPluginEncodeDicomWebJson2() and OrthancPluginEncodeDicomWebXml2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3919
diff changeset
1076 - OrthancPluginEncodeDicomWebJson2()
395c59208f10 new functions in SDK: OrthancPluginEncodeDicomWebJson2() and OrthancPluginEncodeDicomWebXml2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3919
diff changeset
1077 - OrthancPluginEncodeDicomWebXml2()
3916
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1078 - OrthancPluginFreeDicomInstance()
3937
41eec97c23ef documented new primitives in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3935
diff changeset
1079 - OrthancPluginGetInstanceAdvancedJson()
3925
dd112d2b83f0 new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3924
diff changeset
1080 - OrthancPluginGetInstanceDecodedFrame()
dd112d2b83f0 new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3924
diff changeset
1081 - OrthancPluginGetInstanceDicomWebJson()
dd112d2b83f0 new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3924
diff changeset
1082 - OrthancPluginGetInstanceDicomWebXml()
3916
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1083 - OrthancPluginGetInstanceFramesCount()
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1084 - OrthancPluginGetInstanceRawFrame()
3937
41eec97c23ef documented new primitives in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3935
diff changeset
1085 - OrthancPluginRegisterTranscoderCallback()
3925
dd112d2b83f0 new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3924
diff changeset
1086 - OrthancPluginSerializeDicomInstance()
3919
6f11b3233a06 OrthancPluginTranscodeDicomInstance() and OrthancPluginSerializeDicomInstance()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3917
diff changeset
1087 - OrthancPluginTranscodeDicomInstance()
3916
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1088 * "OrthancPluginDicomInstance" structure wrapped in "OrthancPluginCppWrapper.h"
3926
2910b0d30fe0 Allow concurrent calls to the custom image decoders provided by the plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3925
diff changeset
1089 * Allow concurrent calls to the custom image decoders provided by the plugins
3916
0e3849268a55 new plugin SDK primitives related to OrthancPluginDicomInstance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3913
diff changeset
1090
3890
35065dd39cc8 upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3860
diff changeset
1091 Maintenance
35065dd39cc8 upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3860
diff changeset
1092 -----------
35065dd39cc8 upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3860
diff changeset
1093
3935
09262122934c Moved the GDCM sample plugin out of the Orthanc repository as a separate plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3931
diff changeset
1094 * Moved the GDCM sample plugin out of the Orthanc repository as a separate plugin
3892
fe0e4ef52a72 Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3890
diff changeset
1095 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"
3917
04fb907dfc85 NEWS: issue #169 was fixed by 8f7ad4989fec
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3916
diff changeset
1096 * Fix issue #169 (TransferSyntaxUID change from Explicit to Implicit during C-STORE SCU)
3958
596912ebab5f integration mainline->c-get
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3927 3950
diff changeset
1097 * Fix issue #179 (deadlock in Python plugins)
3890
35065dd39cc8 upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3860
diff changeset
1098 * Upgraded dependencies for static builds (notably on Windows and LSB):
35065dd39cc8 upgrade to openssl 1.1.1g
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3860
diff changeset
1099 - openssl 1.1.1g
3860
9ccbbd55bc23 allow Keeping the SOPInstanceUID in /instances/../modify
Alain Mazy <alain@mazy.be>
parents: 3855
diff changeset
1100
3779
64a095d133a8 Orthanc-1.6.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3738
diff changeset
1101
3855
63cdac72d062 Orthanc-1.6.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3852
diff changeset
1102 Version 1.6.1 (2020-04-21)
63cdac72d062 Orthanc-1.6.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3852
diff changeset
1103 ==========================
63cdac72d062 Orthanc-1.6.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3852
diff changeset
1104
3808
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1105 REST API
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1106 --------
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1107
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1108 * API version has been upgraded to 6
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1109 * Added:
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1110 - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1111 body to another modality (alternative to command-line tools such as "storescu")
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1112
3846
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1113 Plugins
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1114 -------
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1115
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1116 * New functions in the SDK:
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1117 - OrthancPluginRegisterIncomingDicomInstanceFilter()
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1118 - OrthancPluginGetInstanceTransferSyntaxUid()
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1119 - OrthancPluginHasInstancePixelData()
67e765d51bdf preparing primitives to filter incoming DICOM instances in the plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3845
diff changeset
1120
3845
281045a1e6db new "info" field in "ReceivedInstanceFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3842
diff changeset
1121 Lua
281045a1e6db new "info" field in "ReceivedInstanceFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3842
diff changeset
1122 ---
281045a1e6db new "info" field in "ReceivedInstanceFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3842
diff changeset
1123
281045a1e6db new "info" field in "ReceivedInstanceFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3842
diff changeset
1124 * New "info" field in "ReceivedInstanceFilter()" callback, containing
281045a1e6db new "info" field in "ReceivedInstanceFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3842
diff changeset
1125 "HasPixelData" and "TransferSyntaxUID" information
3808
7f083dfae62b new REST route: /modalities/{id}/store-straight
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3805
diff changeset
1126
3793
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1127 Maintenance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1128 -----------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1129
3795
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3793
diff changeset
1130 * Source code repository moved from BitBucket to self-hosted server
3805
cdb429340112 Fix OpenSSL initialization on Linux Standard Base
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3803
diff changeset
1131 * Fix OpenSSL initialization on Linux Standard Base
3793
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1132 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
3797
d73ce7c537c3 fix signature of OrthancPluginRegisterStorageCommitmentScpCallback()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3795
diff changeset
1133 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK
3801
9fe1d64a748c upgrade to civetweb 1.12, error reporting if OpenSSL failure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3797
diff changeset
1134 * Error reporting on failure while initializing SSL
3832
ab9a0d1e0cc1 Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3808
diff changeset
1135 * Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
3841
be7df7fe3d80 avoid one memcpy of the DICOM buffer on "POST /instances"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3832
diff changeset
1136 * Avoid one memcpy of the DICOM buffer on "POST /instances"
3801
9fe1d64a748c upgrade to civetweb 1.12, error reporting if OpenSSL failure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3797
diff changeset
1137 * Upgraded dependencies for static builds (notably on Windows):
9fe1d64a748c upgrade to civetweb 1.12, error reporting if OpenSSL failure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3797
diff changeset
1138 - civetweb 1.12
3803
e9834343d327 upgrade to openssl 1.1.1f
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3801
diff changeset
1139 - openssl 1.1.1f
3793
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1140
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3779
diff changeset
1141
3779
64a095d133a8 Orthanc-1.6.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3738
diff changeset
1142 Version 1.6.0 (2020-03-18)
64a095d133a8 Orthanc-1.6.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3738
diff changeset
1143 ==========================
64a095d133a8 Orthanc-1.6.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3738
diff changeset
1144
3657
115f82775c46 handling of storage commitment failure reasons
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1145 General
115f82775c46 handling of storage commitment failure reasons
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1146 -------
115f82775c46 handling of storage commitment failure reasons
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1147
115f82775c46 handling of storage commitment failure reasons
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1148 * Support of DICOM storage commitment
115f82775c46 handling of storage commitment failure reasons
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1149
3592
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1150 REST API
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1151 --------
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1152
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1153 * API version has been upgraded to 5
3738
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1154 * Added:
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1155 - "/peers/{id}/system": Test the connectivity with a remote peer
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1156 (and also retrieve its version number)
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1157 - "/tools/log-level": Access and/or change the log level without restarting Orthanc
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1158 - "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered":
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1159 Render frames, taking windowing and resizing into account
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1160 - "/modalities/{...}/storage-commitment": Trigger storage commitment SCU
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1161 - "/storage-commitment/{...}": Access storage commitment reports
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1162 - "/storage-commitment/{...}/remove": Remove instances from storage commitment reports
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1163 * Improved:
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1164 - "/changes": Allow the "limit" argument to be greater than 100
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1165 - "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1166 - ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
bff4da769f6f new route: "/storage-commitment/{...}/remove"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3736
diff changeset
1167 - "/modalities/{...}/store": New Boolean argument "StorageCommitment"
3645
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1168
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1169 Plugins
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1170 -------
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1171
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1172 * New sample plugin: "ConnectivityChecks"
3662
d8371b4302ff OrthancPluginRegisterStorageCommitmentScpCallback()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3657
diff changeset
1173 * New primitives to handle storage commitment SCP by plugins
3592
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1174
3676
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1175 Lua
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1176 ---
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1177
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1178 * New events:
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1179 - "OnDeletedPatient", "OnDeletedStudy", "OnDeletedSeries", "OnDeletedInstance":
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1180 triggered when a resource is deleted
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1181 - "OnUpdatedPatient", "OnUpdatedStudy", "OnUpdatedSeries", "OnUpdatedInstance":
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1182 triggered when an attachment or a metadata is updated
231b46ce1984 Lua events for deleted/updated resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3672
diff changeset
1183
3592
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1184 Maintenance
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1185 -----------
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1186
3736
0540b54324f1 StorageCommitmentReports
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3734
diff changeset
1187 * New configuration options: "DefaultPrivateCreator" and "StorageCommitmentReportsSize"
3645
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1188 * Support of MPEG4 transfer syntaxes in C-Store SCP
3680
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3676
diff changeset
1189 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
3561
bdafff1ce443 C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). Source: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/orthanc-users/FYxHXzlaQ0M/rn6d0SowAAAJ
Alain Mazy <alain@mazy.be>
parents: 3560
diff changeset
1190 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
3680
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3676
diff changeset
1191 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3676
diff changeset
1192 matching on some VRs, ignore main tags below the queried level
3672
ea8c1c0e81eb Fix issue #65 (Logging improvements)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3653
diff changeset
1193 * Fix issue #65 (Logging improvements)
3700
5cbbf14e516b Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3697
diff changeset
1194 * Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors)
3691
4922bdd046dd Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3689
diff changeset
1195 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN)
3697
5331918773e7 Fix issue #154 (Matching against list of UID-s by C-MOVE)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3691
diff changeset
1196 * Fix issue #154 (Matching against list of UID-s by C-MOVE)
3592
de1665e7b341 added '/peers/{id}/system' route to test the connectivity with a remote peer
Alain Mazy <alain@mazy.be>
parents: 3562
diff changeset
1197 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
3616
b6a569e6e85b Fix issue #165
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3600
diff changeset
1198 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
3653
468181e2f090 Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3645
diff changeset
1199 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
3704
58f92b1c8061 Fix issue #167 (Job can't be cancelled - Handling of timeouts after established association)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3700
diff changeset
1200 * Fix issue #167 (Job can't be cancelled - Handling of timeouts after established association)
3709
1f4910999fe7 Fix issue #168 (Plugins can't read private tags from the configuration file)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3704
diff changeset
1201 * Fix issue #168 (Plugins can't read private tags from the configuration file)
3719
d737173197e1 upgraded DCMTK to 3.6.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3709
diff changeset
1202 * Upgraded dependencies for static builds (notably on Windows):
d737173197e1 upgraded DCMTK to 3.6.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3709
diff changeset
1203 - dcmtk 3.6.5
3720
faa695f433d5 upgraded OpenSSL to 1.1.1d
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3719
diff changeset
1204 - openssl 1.1.1d
3721
c575fb0adf91 upgraded jsoncpp to 0.10.7 for pre-C++11 compilers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3720
diff changeset
1205 - jsoncpp 0.10.7 for pre-C++11 compilers
3645
8aab20dde416 Support of MPEG4 transfer syntaxes in C-Store SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3622
diff changeset
1206
3541
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1207
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1208 Version 1.5.8 (2019-10-16)
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1209 ==========================
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1210
3538
23219b9da4d1 fix ordered-slices route to be closer to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3537
diff changeset
1211 REST API
23219b9da4d1 fix ordered-slices route to be closer to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3537
diff changeset
1212 --------
23219b9da4d1 fix ordered-slices route to be closer to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3537
diff changeset
1213
23219b9da4d1 fix ordered-slices route to be closer to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3537
diff changeset
1214 * API version has been upgraded to 4
3541
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1215 * In /ordered-slices route, ignore instances without position/normal/seriesIndex,
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1216 unless there are only such instances in the series
3538
23219b9da4d1 fix ordered-slices route to be closer to 1.5.7 behaviour
Alain Mazy <alain@mazy.be>
parents: 3537
diff changeset
1217
3463
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3449
diff changeset
1218 Maintenance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3449
diff changeset
1219 -----------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3449
diff changeset
1220
3527
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1221 * Security: If remote access is enabled, HTTP authentication is also
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1222 enabled by default. This modification was done to mitigate security
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1223 risks reported by independant security researcher Amitay Dan.
3526
f07352e0375c new configuration option ExecuteLuaEnabled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3513
diff changeset
1224 * Security: New configuration option "ExecuteLuaEnabled" to allow "/tools/execute-script"
3537
9cc09f4c0fa9 New configuration option: "HttpRequestTimeout"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3527
diff changeset
1225 * New configuration option: "HttpRequestTimeout"
3491
22bdb9c91ebf Log an explicit error if uploading an empty DICOM file using REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3463
diff changeset
1226 * Log an explicit error if uploading an empty DICOM file using REST API
3508
70524b4acc72 Name of temporary files now include the process ID to ease design of scripts cleaning /tmp
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3507
diff changeset
1227 * Name of temporary files now include the process ID to ease design of scripts cleaning /tmp
3463
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3449
diff changeset
1228 * Fix compatibility of LSB binaries with Ubuntu >= 18.04
3507
69e49fc044f8 Fix generation of "SOP Instance UID" on split and merge
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3506
diff changeset
1229 * Fix generation of "SOP Instance UID" on split and merge
3527
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1230 * Orthanc Explorer: include the URL search params into HTTP headers to
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1231 the REST API to ease usage of the Authorization plugin. Note that
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1232 only the 'token', 'auth-token' & 'authorization' search params are
40c80049fac7 thanks to Amitay Dan
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3526
diff changeset
1233 transmitted into HTTP headers.
3513
7db879b014ff Fix lost relationships between CT and RT-STRUCT during anonymization
amazy
parents: 3512
diff changeset
1234 * Fix lost relationships between CT and RT-STRUCT during anonymization
3449
90140b7796a1 Orthanc-1.5.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3446
diff changeset
1235
3541
4beabcea3a5c Orthanc-1.5.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3538
diff changeset
1236
3449
90140b7796a1 Orthanc-1.5.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3446
diff changeset
1237 Version 1.5.7 (2019-06-25)
90140b7796a1 Orthanc-1.5.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3446
diff changeset
1238 ==========================
90140b7796a1 Orthanc-1.5.7
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3446
diff changeset
1239
3370
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1240 REST API
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1241 --------
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1242
3436
64eafed9418a upgrade api version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3429
diff changeset
1243 * API version has been upgraded to 3
3370
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1244 * "/modalities/{id}/query": New argument "Normalize" can be set to "false"
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1245 to bypass the automated correction of outgoing C-FIND queries
3374
d0d6bd633e4c Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3370
diff changeset
1246 * Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs
3370
872bd3b6ec72 "/modalities/{id}/query": New argument "Normalize"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3356
diff changeset
1247
3387
a48d652f1500 new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3380
diff changeset
1248 Plugins
a48d652f1500 new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3380
diff changeset
1249 -------
a48d652f1500 new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3380
diff changeset
1250
a48d652f1500 new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3380
diff changeset
1251 * New functions in the SDK:
3396
4981405e6c5c new sdk: OrthancPluginRegisterMultipartRestCallback()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3387
diff changeset
1252 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
4981405e6c5c new sdk: OrthancPluginRegisterMultipartRestCallback()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3387
diff changeset
1253 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
3429
954d15f24366 new function in SDK: OrthancPluginGetTagName()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3428
diff changeset
1254 - OrthancPluginGetTagName(): Retrieve the name of a DICOM tag from its group and element
3387
a48d652f1500 new function OrthancPluginHttpClientChunkedBody(), new class OrthancPlugins::HttpClient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3380
diff changeset
1255
3344
90b4a5001c24 Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3343
diff changeset
1256 Maintenance
90b4a5001c24 Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3343
diff changeset
1257 -----------
90b4a5001c24 Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3343
diff changeset
1258
3356
f744730c294b Orthanc now accepts chunked transfer encoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3344
diff changeset
1259 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl
3333
2a38e00a0638 Size of the Orthanc static binaries are reduced by compressing ICU data
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3317
diff changeset
1260 * Size of the Orthanc static binaries are reduced by compressing ICU data
3344
90b4a5001c24 Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3343
diff changeset
1261 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
3377
05881bf99c83 Allow the serialization of signed 16bpp images in PAM format
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3374
diff changeset
1262 * Allow the serialization of signed 16bpp images in PAM format
3380
0528a6c36f3d HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3377
diff changeset
1263 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
3428
6add197274b1 default value of HttpTimeout is now 60 seconds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3396
diff changeset
1264 * The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions)
3446
52da6e9335dd Allow anonymizing/modifying instances without the PatientID tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3442
diff changeset
1265 * Allow anonymizing/modifying instances without the PatientID tag
3442
dd1e68f2d0c0 Fix issue #106 (Unable to export preview as jpeg from Lua script)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3441
diff changeset
1266 * Fix issue #106 (Unable to export preview as jpeg from Lua script)
3343
6e42d676401c Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3342
diff changeset
1267 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags)
6e42d676401c Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3342
diff changeset
1268 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
3341
8f44dadcdbc1 Fix issue #138 (POST to modalities/{name} accepts invalid characters)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3333
diff changeset
1269 * Fix issue #138 (POST to modalities/{name} accepts invalid characters)
3441
6cc72ebfd6ef Fix issue #141 (/tools/create-dicom removes non-ASCII characters from study description)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3436
diff changeset
1270 * Fix issue #141 (/tools/create-dicom removes non-ASCII characters from study description)
3333
2a38e00a0638 Size of the Orthanc static binaries are reduced by compressing ICU data
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3317
diff changeset
1271
3317
56d7f3d50c89 Orthanc-1.5.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3316
diff changeset
1272
56d7f3d50c89 Orthanc-1.5.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3316
diff changeset
1273 Version 1.5.6 (2019-03-01)
56d7f3d50c89 Orthanc-1.5.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3316
diff changeset
1274 ==========================
56d7f3d50c89 Orthanc-1.5.6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3316
diff changeset
1275
3314
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1276 Orthanc Explorer
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1277 ----------------
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1278
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1279 * If performing a Query/Retrieve operation, the default value for the
3973
d86bddb50972 fix spelling errors according to debian
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3968
diff changeset
1280 tags is set to an empty string instead of '*', which allows one to match
3314
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1281 even if the tag is not present. This allows malformed DICOM files to
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1282 be matched, even though they lack required tags such as "PatientSex"
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1283
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1284 Maintenance
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1285 -----------
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1286
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1287 * Enlarge the support of JSON-to-XML conversion in the REST API
3315
8bf33fa68435 Fix missing DB transactions in some write operations
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3314
diff changeset
1288 * Fix missing DB transactions in some write operations
3316
4b1017928fc4 Fix performance issue in DICOM protocol by disabling Nagle's algorithm
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3315
diff changeset
1289 * Fix performance issue in DICOM protocol by disabling Nagle's algorithm
3314
7eb5405b7ed8 Enlarge the support of JSON-to-XML conversion in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3309
diff changeset
1290
3306
010d5e6edabe Orthanc-1.5.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3305
diff changeset
1291
010d5e6edabe Orthanc-1.5.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3305
diff changeset
1292 Version 1.5.5 (2019-02-25)
010d5e6edabe Orthanc-1.5.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3305
diff changeset
1293 ==========================
010d5e6edabe Orthanc-1.5.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3305
diff changeset
1294
3279
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1295 General
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1296 -------
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1297
3226
45e1631febbb support of simplified chinese
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3221
diff changeset
1298 * Support of the following multi-byte specific character sets:
45e1631febbb support of simplified chinese
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3221
diff changeset
1299 - Japanese Kanji (ISO 2022 IR 87)
45e1631febbb support of simplified chinese
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3221
diff changeset
1300 - Korean (ISO 2022 IR 149)
45e1631febbb support of simplified chinese
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3221
diff changeset
1301 - Simplified Chinese (ISO 2022 IR 58)
3218
9a83d94b2a1e kanji encoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3217
diff changeset
1302 * Basic support for character sets with code extensions (ISO 2022 escape sequences)
3279
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1303
3303
a215182a0c2f "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3302
diff changeset
1304 REST API
a215182a0c2f "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3302
diff changeset
1305 --------
a215182a0c2f "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3302
diff changeset
1306
3305
aee8d160df43 changed API version to number 2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3303
diff changeset
1307 * API version has been upgraded to 2
3303
a215182a0c2f "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3302
diff changeset
1308 * "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
a215182a0c2f "DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3302
diff changeset
1309
3279
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1310 Plugins
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1311 -------
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1312
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1313 * Separation of ideographic and phonetic characters in DICOMweb JSON and XML
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1314
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1315 Maintenance
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1316 -----------
dd10fe965870 use of DCMTK 3.6.4 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3278
diff changeset
1317
3290
544905c73c7e upgrade to curl 1.64.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3289
diff changeset
1318 * Accept SOP classes: BreastProjectionXRayImageStorageForProcessing/Presentation
3277
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3276
diff changeset
1319 * More tolerance wrt. missing DICOM tags that must be returned by Orthanc C-FIND SCP
3302
8ed445e94486 Fix issue #126 (Orthanc and DCMDICTPATH)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3301
diff changeset
1320 * Orthanc now interprets the "DCMDICTPATH" environment variable the same way as DCMTK
3278
ce6a98f8ed85 New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3277
diff changeset
1321 * New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio
3302
8ed445e94486 Fix issue #126 (Orthanc and DCMDICTPATH)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3301
diff changeset
1322 * Fix issue #126 (Orthanc and DCMDICTPATH)
3301
6ce10c3b1eb7 Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3291
diff changeset
1323 * Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
6ce10c3b1eb7 Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3291
diff changeset
1324 * Fix issue #134 (/patient/modify gives 500, should really be 400)
3289
afc38fd21c78 upgrade to e2fsprogs 1.44.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3288
diff changeset
1325 * Upgraded dependencies for static builds (notably on Windows):
3288
8d1ea00a990a upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3287
diff changeset
1326 - boost 1.69.0
4710
dbb1a90c4df4 upgrade to curl 7.77.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 4698
diff changeset
1327 - curl 7.64.0
3288
8d1ea00a990a upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3287
diff changeset
1328 - dcmtk 3.6.4
3289
afc38fd21c78 upgrade to e2fsprogs 1.44.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3288
diff changeset
1329 - e2fsprogs 1.44.5 (libuuid)
3288
8d1ea00a990a upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3287
diff changeset
1330 - googletest 1.8.1
8d1ea00a990a upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3287
diff changeset
1331 - libjpeg 9c
3285
3f7d4b735f95 upgrade to libpng 1.6.36
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3282
diff changeset
1332 - libpng 1.6.36
3287
5e8e020893d0 upgrade to openssl 1.0.2p
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3286
diff changeset
1333 - openssl 1.0.2p
3288
8d1ea00a990a upgrade to pugixml 1.9
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3287
diff changeset
1334 - pugixml 1.9
3291
508fa367c493 upgrade to sqlite amalgamation 3.27.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3290
diff changeset
1335 - sqlite amalgamation 3.27.1
3217
cf8cbeb35f33 preliminary support of Korean character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3214
diff changeset
1336
3212
304184684107 Orthanc-1.5.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3205
diff changeset
1337
304184684107 Orthanc-1.5.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3205
diff changeset
1338 Version 1.5.4 (2019-02-08)
304184684107 Orthanc-1.5.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3205
diff changeset
1339 ==========================
304184684107 Orthanc-1.5.4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3205
diff changeset
1340
3174
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1341 General
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1342 -------
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1343
3180
07a2f637b76d new option: "HttpThreadsCount" to set the number of threads in the embedded HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3179
diff changeset
1344 * New configuration options:
3181
6fd38327e777 Fix issue #130 (Orthanc failed to start when /tmp partition was full)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3180
diff changeset
1345 - "MetricsEnabled" to enable the tracking of the metrics of Orthanc
3180
07a2f637b76d new option: "HttpThreadsCount" to set the number of threads in the embedded HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3179
diff changeset
1346 - "HttpThreadsCount" to set the number of threads in the embedded HTTP server
3181
6fd38327e777 Fix issue #130 (Orthanc failed to start when /tmp partition was full)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3180
diff changeset
1347 - "TemporaryDirectory" to set the folder containing the temporary files
3174
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1348
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1349 REST API
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1350 --------
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1351
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1352 * API version has been upgraded to 1.4
3203
810772486249 URI "/instances/.../file" can return DICOMweb JSON or XML, depending on Accept header
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3192
diff changeset
1353 * URI "/instances/.../file" can return DICOMweb JSON or XML, depending
810772486249 URI "/instances/.../file" can return DICOMweb JSON or XML, depending on Accept header
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3192
diff changeset
1354 on the content of the "Accept" HTTP header
3174
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1355 * New URI "/tools/metrics" to dynamically enable/disable the collection of metrics
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1356 * New URI "/tools/metrics-prometheus" to retrieve metrics using Prometheus text format
3192
595bfee4391a URI "/peers?expand" provides more information
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3189
diff changeset
1357 * URI "/peers?expand" provides more information about the peers
3174
8ea7c4546c3a primitives to collect metrics in Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3169
diff changeset
1358
3179
fca730c267d7 New primitives to set and refresh metrics
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3178
diff changeset
1359 Plugins
fca730c267d7 New primitives to set and refresh metrics
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3178
diff changeset
1360 -------
fca730c267d7 New primitives to set and refresh metrics
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3178
diff changeset
1361
3205
6c86d4d407da new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3203
diff changeset
1362 * New functions in the SDK:
6c86d4d407da new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3203
diff changeset
1363 - OrthancPluginSetMetricsValue() to set the value of a metrics
6c86d4d407da new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3203
diff changeset
1364 - OrthancPluginRegisterRefreshMetricsCallback() to ask to refresh metrics
6c86d4d407da new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3203
diff changeset
1365 - OrthancPluginEncodeDicomWebJson() to convert DICOM to "application/dicom+json"
6c86d4d407da new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3203
diff changeset
1366 - OrthancPluginEncodeDicomWebXml() to convert DICOM to "application/dicom+xml"
3189
6f89d22a6ec0 New extensions in the database SDK: LookupResourceAndParent and GetAllMetadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3183
diff changeset
1367 * New extensions in the database SDK: LookupResourceAndParent and GetAllMetadata
3179
fca730c267d7 New primitives to set and refresh metrics
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3178
diff changeset
1368
3178
6d558598d713 Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3174
diff changeset
1369 Maintenance
6d558598d713 Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3174
diff changeset
1370 -----------
6d558598d713 Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3174
diff changeset
1371
3182
5d51f87d8326 Fix regression if calling "/tools/find" with the tag "ModalitiesInStudy"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3181
diff changeset
1372 * Fix regression if calling "/tools/find" with the tag "ModalitiesInStudy"
3178
6d558598d713 Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3174
diff changeset
1373 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
3181
6fd38327e777 Fix issue #130 (Orthanc failed to start when /tmp partition was full)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3180
diff changeset
1374 * Fix issue #130 (Orthanc failed to start when /tmp partition was full)
3178
6d558598d713 Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3174
diff changeset
1375
3169
6f5e38ec1f12 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3167
diff changeset
1376
6f5e38ec1f12 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3167
diff changeset
1377 Version 1.5.3 (2019-01-25)
6f5e38ec1f12 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3167
diff changeset
1378 ==========================
6f5e38ec1f12 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3167
diff changeset
1379
3165
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1380 General
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1381 -------
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1382
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1383 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1384
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1385 Maintenance
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1386 -----------
1fe524e211af New configuration option: "SaveJobs" to specify whether jobs are stored in the database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3163
diff changeset
1387
3162
94a4f75cc746 Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3158
diff changeset
1388 * Don't return tags whose group is below 0x0008 in C-FIND SCP answers
3154
6e8822be2f08 Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3151
diff changeset
1389 * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
3167
860aed8258c3 Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3165
diff changeset
1390 * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404)
3163
cf91b6f22278 Fix issue #90 (C-Find shall match missing tags to null/empty string)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3162
diff changeset
1391 * Fix issue #90 (C-Find shall match missing tags to null/empty string)
3162
94a4f75cc746 Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3158
diff changeset
1392 * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
3157
8a9eb767280c Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3154
diff changeset
1393 * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)
3151
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1394
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1395
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1396 Version 1.5.2 (2019-01-18)
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1397 ==========================
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1398
3137
5a3b961e9524 New configuration option: 'TcpNoDelay' to disable Nagle's algorithm in HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3131
diff changeset
1399 General
5a3b961e9524 New configuration option: 'TcpNoDelay' to disable Nagle's algorithm in HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3131
diff changeset
1400 -------
5a3b961e9524 New configuration option: 'TcpNoDelay' to disable Nagle's algorithm in HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3131
diff changeset
1401
3139
af4fab776ff2 integration mainline->db-changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3132 3138
diff changeset
1402 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
3137
5a3b961e9524 New configuration option: 'TcpNoDelay' to disable Nagle's algorithm in HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3131
diff changeset
1403 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server
5a3b961e9524 New configuration option: 'TcpNoDelay' to disable Nagle's algorithm in HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3131
diff changeset
1404
3105
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1405 REST API
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1406 --------
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1407
3151
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1408 * API version has been upgraded to 1.3
3105
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1409 * More consistent handling of the "Last" field returned by the "/changes" URI
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1410
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1411 Plugins
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1412 -------
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1413
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1414 * New primitives to speed up databases (custom index plugins)
2e1711f80f74 More consistent handling of the "Last" field returned by the "/changes" URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1415
3045
095193bbd7b9 fix issue #118
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3042
diff changeset
1416 Maintenance
095193bbd7b9 fix issue #118
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3042
diff changeset
1417 -----------
095193bbd7b9 fix issue #118
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3042
diff changeset
1418
3162
94a4f75cc746 Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3158
diff changeset
1419 * Ignore tags whose group is below 0x0008 in C-FIND SCP requests
3118
8849677c2cbc compatibility with dcmtk 3.6.4
s.jodogne@gmail.com
parents: 3109
diff changeset
1420 * Compatibility with DCMTK 3.6.4
3109
6aa8d90aeee5 minor layout modification
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3108
diff changeset
1421 * Fix issue #21 (DICOM files missing after uploading with Firefox)
3126
b1787ba94eef fix issue #32 (HTTP keep-alive), make CivetWeb the default HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3119
diff changeset
1422 * Fix issue #32 (HTTP keep-alive is now enabled by default)
3124
c0d7aee8c3f8 Fix issue #58 (Patient recycling order should be defined by their received last instance)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3120
diff changeset
1423 * Fix issue #58 (Patient recycling order should be defined by their received last instance)
3045
095193bbd7b9 fix issue #118
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3042
diff changeset
1424 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)
3107
554832246eaa Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3068
diff changeset
1425 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
3119
8f2bda0719f4 Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3118
diff changeset
1426 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)
3068
ad37c21ec4db fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3065
diff changeset
1427 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results"
3126
b1787ba94eef fix issue #32 (HTTP keep-alive), make CivetWeb the default HTTP server
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3119
diff changeset
1428 and it's therefore impossible to browse the content
3068
ad37c21ec4db fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3065
diff changeset
1429 * Upgraded dependencies for static and Windows builds:
ad37c21ec4db fix compatibility with civetweb 1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3065
diff changeset
1430 - civetweb 1.11
2844
99863d6245b2 New URI: "/studies/.../split" to split a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2843
diff changeset
1431
3042
870d19e7ea59 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3015
diff changeset
1432
870d19e7ea59 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3015
diff changeset
1433 Version 1.5.1 (2018-12-20)
870d19e7ea59 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3015
diff changeset
1434 ==========================
870d19e7ea59 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3015
diff changeset
1435
3012
af1530b45290 Optimization: On finds, do not read JSON (disk) if main DICOM tags (DB) are sufficient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3009
diff changeset
1436 General
af1530b45290 Optimization: On finds, do not read JSON (disk) if main DICOM tags (DB) are sufficient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3009
diff changeset
1437 -------
af1530b45290 Optimization: On finds, do not read JSON (disk) if main DICOM tags (DB) are sufficient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3009
diff changeset
1438
3015
abe49ca61cd5 On C-FIND, avoid accessing the storage area whenever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3012
diff changeset
1439 * Optimization: On C-FIND, avoid accessing the storage area whenever possible
abe49ca61cd5 On C-FIND, avoid accessing the storage area whenever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3012
diff changeset
1440 * New configuration option:
abe49ca61cd5 On C-FIND, avoid accessing the storage area whenever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3012
diff changeset
1441 - "StorageAccessOnFind" to rule the access to the storage area during C-FIND
3012
af1530b45290 Optimization: On finds, do not read JSON (disk) if main DICOM tags (DB) are sufficient
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3009
diff changeset
1442
3009
750de70b3603 make "/tools/create-dicom" more tolerant to invalid specific character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3004
diff changeset
1443 Maintenance
750de70b3603 make "/tools/create-dicom" more tolerant to invalid specific character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3004
diff changeset
1444 -----------
750de70b3603 make "/tools/create-dicom" more tolerant to invalid specific character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3004
diff changeset
1445
3015
abe49ca61cd5 On C-FIND, avoid accessing the storage area whenever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3012
diff changeset
1446 * Removal of the "AllowFindSopClassesInStudy" old configuration option
abe49ca61cd5 On C-FIND, avoid accessing the storage area whenever possible
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3012
diff changeset
1447 * "/tools/create-dicom" is more tolerant wrt. invalid specific character set
3009
750de70b3603 make "/tools/create-dicom" more tolerant to invalid specific character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3004
diff changeset
1448
750de70b3603 make "/tools/create-dicom" more tolerant to invalid specific character set
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3004
diff changeset
1449
2991
38b71a1006fd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2987
diff changeset
1450 Version 1.5.0 (2018-12-10)
38b71a1006fd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2987
diff changeset
1451 ==========================
38b71a1006fd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2987
diff changeset
1452
2872
9d08edde614b Possibility to restrict the allowed DICOM commands for each modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2867
diff changeset
1453 General
9d08edde614b Possibility to restrict the allowed DICOM commands for each modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2867
diff changeset
1454 -------
9d08edde614b Possibility to restrict the allowed DICOM commands for each modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2867
diff changeset
1455
9d08edde614b Possibility to restrict the allowed DICOM commands for each modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2867
diff changeset
1456 * Possibility to restrict the allowed DICOM commands for each modality
2922
40131f0c25b5 Orthanc configuration file can use environment variables
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2909
diff changeset
1457 * The Orthanc configuration file can use environment variables
2946
2e751f615e03 new configuration options: DicomModalitiesInDatabase and OrthancPeersInDatabase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2932
diff changeset
1458 * New configuration options:
2e751f615e03 new configuration options: DicomModalitiesInDatabase and OrthancPeersInDatabase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2932
diff changeset
1459 - "DicomModalitiesInDatabase" to store the definitions of modalities in the database
2e751f615e03 new configuration options: DicomModalitiesInDatabase and OrthancPeersInDatabase
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2932
diff changeset
1460 - "OrthancPeersInDatabase" to store the definitions of Orthanc peers in the database
2872
9d08edde614b Possibility to restrict the allowed DICOM commands for each modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2867
diff changeset
1461
2873
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1462 Orthanc Explorer
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1463 ----------------
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1464
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1465 * The first screen of Orthanc Explorer is now a form to do studies lookups
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1466 * Support of large databases, by limiting the results to 100 patients or studies
703d1e848907 Orthanc Explorer: Lookup and limit the results to 100 patients/studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2872
diff changeset
1467
2844
99863d6245b2 New URI: "/studies/.../split" to split a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2843
diff changeset
1468 REST API
99863d6245b2 New URI: "/studies/.../split" to split a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2843
diff changeset
1469 --------
2929
e0c620f964e5 Go back to lookup if deleting a resource without an ancestor
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2928
diff changeset
1470
3151
169e09206340 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3139
diff changeset
1471 * API version has been upgraded to 1.2
2976
cb5d75143da0 Asynchronous generation of ZIP archives and DICOM medias
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2957
diff changeset
1472 * Asynchronous generation of ZIP archives and DICOM medias
2853
52b017d22a4f New URI: "/studies/.../merge" to merge a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2844
diff changeset
1473 * New URI: "/studies/.../merge" to merge a study
2844
99863d6245b2 New URI: "/studies/.../split" to split a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2843
diff changeset
1474 * New URI: "/studies/.../split" to split a study
2899
5dd649de253d POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2889
diff changeset
1475 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
3004
80d1a3452807 fix NEWS
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3000
diff changeset
1476 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array
2982
94c8222c52b7 New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2976
diff changeset
1477 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
2949
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2948
diff changeset
1478 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
2982
94c8222c52b7 New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2976
diff changeset
1479 * New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
94c8222c52b7 New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2976
diff changeset
1480 - "/queries/.../answers/.../query-instances" to C-FIND child instances
94c8222c52b7 New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2976
diff changeset
1481 - "/queries/.../answers/.../query-series" to C-FIND child series
94c8222c52b7 New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2976
diff changeset
1482 - "/queries/.../answers/.../query-studies" to C-FIND child studies
2987
96089d1aba4d New "DicomDiskSize" and "DicomUncompressedSize" fields in statistics about resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2984
diff changeset
1483 * New "DicomDiskSize" and "DicomUncompressedSize" fields in statistics about resources
2844
99863d6245b2 New URI: "/studies/.../split" to split a study
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2843
diff changeset
1484
2957
ccf61f6e22ef New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2954
diff changeset
1485 Plugins
ccf61f6e22ef New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2954
diff changeset
1486 -------
ccf61f6e22ef New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2954
diff changeset
1487
2984
db8f360fcb41 OrthancPluginAutodetectMimeType()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2982
diff changeset
1488 * New functions in the SDK:
db8f360fcb41 OrthancPluginAutodetectMimeType()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2982
diff changeset
1489 - "OrthancPluginSetHttpErrorDetails()"
db8f360fcb41 OrthancPluginAutodetectMimeType()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2982
diff changeset
1490 - "OrthancPluginAutodetectMimeType()"
2957
ccf61f6e22ef New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2954
diff changeset
1491
2843
4ee3a759afea Fix: Closing DICOM associations after running query/retrieve from REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2833
diff changeset
1492 Maintenance
4ee3a759afea Fix: Closing DICOM associations after running query/retrieve from REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2833
diff changeset
1493 -----------
4ee3a759afea Fix: Closing DICOM associations after running query/retrieve from REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2833
diff changeset
1494
2932
00504dcc996f "SynchronousCMove" is now "true" by default
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2931
diff changeset
1495 * "SynchronousCMove" is now "true" by default
2888
61a5667f37d9 New modality manufacturer: "GE" for GE Healthcare EA and AW
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2873
diff changeset
1496 * New modality manufacturer: "GE" for GE Healthcare EA and AW
2867
251614c2edac DicomMoveScuJob
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2853
diff changeset
1497 * Executing a query/retrieve from the REST API now creates a job
2843
4ee3a759afea Fix: Closing DICOM associations after running query/retrieve from REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2833
diff changeset
1498 * Fix: Closing DICOM associations after running query/retrieve from REST API
2907
0204af4ece6a Remove invalid characters from badly-encoded UTF-8 strings
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2899
diff changeset
1499 * Fix: Allow creation of MONOCHROME1 grayscale images in tools/create-dicom
0204af4ece6a Remove invalid characters from badly-encoded UTF-8 strings
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2899
diff changeset
1500 * Remove invalid characters from badly-encoded UTF-8 strings (impacts PostgreSQL)
2925
a80ba85d89e6 Orthanc starts even if jobs from a previous execution cannot be unserialized
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2922
diff changeset
1501 * Orthanc starts even if jobs from a previous execution cannot be unserialized
2928
85999ed092c5 New CMake option "ENABLE_DCMTK_LOG" to disable logging internal to DCMTK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2925
diff changeset
1502 * New CMake option "ENABLE_DCMTK_LOG" to disable logging internal to DCMTK
2931
89f2c302fc37 Fix issue #114
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2930
diff changeset
1503 * Fix issue 114 (Boost 1.68 doesn't support SHA-1 anymore)
2950
dc18d5804746 support of JobsHistorySize set to zero
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2949
diff changeset
1504 * Support of "JobsHistorySize" set to zero
2930
8341256c6941 upgrade to Boost 1.68 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2929
diff changeset
1505 * Upgraded dependencies for static and Windows builds:
8341256c6941 upgrade to Boost 1.68 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2929
diff changeset
1506 - boost 1.68.0
2947
11f8d72f366f Lua 5.3.5
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2946
diff changeset
1507 - lua 5.3.5
2907
0204af4ece6a Remove invalid characters from badly-encoded UTF-8 strings
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2899
diff changeset
1508
2833
afb581263e1d set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2827
diff changeset
1509
afb581263e1d set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2827
diff changeset
1510 Version 1.4.2 (2018-09-20)
afb581263e1d set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2827
diff changeset
1511 ==========================
afb581263e1d set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2827
diff changeset
1512
2800
dc7330089736 "OrthancPeers" configuration option now allows to specify HTTP headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2799
diff changeset
1513 General
dc7330089736 "OrthancPeers" configuration option now allows to specify HTTP headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2799
diff changeset
1514 -------
dc7330089736 "OrthancPeers" configuration option now allows to specify HTTP headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2799
diff changeset
1515
3973
d86bddb50972 fix spelling errors according to debian
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 3968
diff changeset
1516 * "OrthancPeers" configuration option now allows one to specify HTTP headers
2807
6356e2ceb493 Fix issue #99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2806
diff changeset
1517 * New main DICOM tag: "ImageOrientationPatient" at the instance level
2825
8aa6aef11b70 New configuration option "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2816
diff changeset
1518 * New configuration options:
8aa6aef11b70 New configuration option "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2816
diff changeset
1519 - "HttpVerbose" to debug outgoing HTTP connections
8aa6aef11b70 New configuration option "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2816
diff changeset
1520 - "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled
2804
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1521
2816
567d1be0849e Query/retrieve: Added button for "DX" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2815
diff changeset
1522 Orthanc Explorer
567d1be0849e Query/retrieve: Added button for "DX" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2815
diff changeset
1523 ----------------
567d1be0849e Query/retrieve: Added button for "DX" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2815
diff changeset
1524
567d1be0849e Query/retrieve: Added button for "DX" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2815
diff changeset
1525 * Query/retrieve: Added button for "DX" modality
567d1be0849e Query/retrieve: Added button for "DX" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2815
diff changeset
1526
2804
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1527 REST API
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1528 --------
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1529
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1530 * "/tools/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
d88970f1ffbf fix ordering of non-parallel slices + /tools/reconstruct
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2801
diff changeset
1531 the metadata of all the instances stored in Orthanc. This is a slow operation!
2799
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1532
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1533 Plugins
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1534 -------
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1535
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1536 * New primitives to access Orthanc peers from plugins
2801
3ee82c7313e7 New events in change callbacks: "UpdatedPeers" and "UpdatedModalities"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2800
diff changeset
1537 * New events in change callbacks: "UpdatedPeers" and "UpdatedModalities"
2815
925d8dc03a23 unserialization of jobs from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2809
diff changeset
1538 * New primitives to handle jobs from plugins: "OrthancPluginSubmitJob()"
2809
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2807
diff changeset
1539 and "OrthancPluginRegisterJobsUnserializer()"
2799
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1540
2827
d4fd4614f275 IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2825
diff changeset
1541 Lua
d4fd4614f275 IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2825
diff changeset
1542 ---
d4fd4614f275 IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2825
diff changeset
1543
d4fd4614f275 IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2825
diff changeset
1544 * IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
d4fd4614f275 IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2825
diff changeset
1545
2799
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1546 Maintenance
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1547 -----------
6e3a60b85da6 New primitives to access Orthanc peers from plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2797
diff changeset
1548
2807
6356e2ceb493 Fix issue #99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2806
diff changeset
1549 * Fix "/series/.../ordered-slices" in the presence of non-parallel slices
2786
e7a10626645f Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2776
diff changeset
1550 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
2787
ad2c32082653 Fix OrthancPluginHttpClient() to return the HTTP status on errors
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2786
diff changeset
1551 * Fix OrthancPluginHttpClient() to return the HTTP status on errors
2789
2a4ac74da1ed Fix HTTPS requests to sites using a certificate encrypted with ECDSA
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2788
diff changeset
1552 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA
2797
9a0c6a046cc2 Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2789
diff changeset
1553 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000)
2805
e02af4ca8003 Fix issue #54 (quoting multipart answers)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2804
diff changeset
1554 * Fix issue 54 (quoting multipart answers), for OsiriX compatibility through DICOMweb
2806
4fdb25c5df9c Fix issue #98 (DCMTK configuration fails with GCC 6.4.0 on Alpine)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2805
diff changeset
1555 * Fix issue 98 (DCMTK configuration fails with GCC 6.4.0 on Alpine)
2807
6356e2ceb493 Fix issue #99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2806
diff changeset
1556 * Fix issue 99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
2786
e7a10626645f Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2776
diff changeset
1557
2776
218854b02a71 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2773
diff changeset
1558
218854b02a71 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2773
diff changeset
1559 Version 1.4.1 (2018-07-17)
218854b02a71 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2773
diff changeset
1560 ==========================
218854b02a71 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2773
diff changeset
1561
2739
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2736
diff changeset
1562 * Fix deadlock in Lua scripting
2773
bb63068844ae moving DatabaseWrapperBase into graveyard
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2739
diff changeset
1563 * Simplification to the "DatabaseWrapper" class
2739
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2736
diff changeset
1564
2733
a2536c0d72de set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2726
diff changeset
1565
a2536c0d72de set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2726
diff changeset
1566 Version 1.4.0 (2018-07-13)
a2536c0d72de set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2726
diff changeset
1567 ==========================
a2536c0d72de set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2726
diff changeset
1568
2575
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1569 General
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1570 -------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1571
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1572 * New advanced job engine
2625
5469dda691cd new configuration option: SynchronousCMove
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2623
diff changeset
1573 * New configuration options:
2736
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2733
diff changeset
1574 - "ConcurrentJobs": Max number of jobs that are simultaneously running
2625
5469dda691cd new configuration option: SynchronousCMove
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2623
diff changeset
1575 - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously
5469dda691cd new configuration option: SynchronousCMove
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2623
diff changeset
1576 - "JobsHistorySize": Max number of completed jobs that are kept in memory
2726
46061a91c88a new metadata (RemoteIP, CalledAET, HttpUsername), "?expand" metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2725
diff changeset
1577 * New metadata automatically computed at the instance level:
46061a91c88a new metadata (RemoteIP, CalledAET, HttpUsername), "?expand" metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2725
diff changeset
1578 "RemoteIp", "CalledAet" and "HttpUsername"
2575
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1579
2595
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1580 Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1581 ----------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1582
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1583 * New screen listing all the available studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1584
2554
ea63d9f90377 /tags now returns multiple numerical values in a \ separated string
am@osimis.io
parents: 2549
diff changeset
1585 REST API
ea63d9f90377 /tags now returns multiple numerical values in a \ separated string
am@osimis.io
parents: 2549
diff changeset
1586 --------
2571
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1587
2575
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2571
diff changeset
1588 * "/jobs/..." to manage the jobs from the REST API
2622
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1589 * New option "?short" to list DICOM tags using their hexadecimal ID in:
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1590 - "/instances/.../tags?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1591 - "/instances/.../header?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1592 - "/{patients|studies|series}/.../instances-tags?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1593 - "/{patients|studies|series}/.../shared-tags?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1594 - "/{patients|studies|series|instances}/.../module?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1595 - "/studies/.../module-patient?short"
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1596 * "/instances/.../tags" URI was returning only the first value of
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1597 DicomTags containing multiple numerical value. It now returns all
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1598 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that,
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1599 for data already in Orthanc, you'll need to reconstruct the data by
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1600 sending a POST request to the ".../reconstruct" URI. This change
3603a2e14592 New option "?short" to list DICOM tags using their hexadecimal ID
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2595
diff changeset
1601 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
2699
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2679
diff changeset
1602 * "/instances/.../frame/../image-uint8 and friends now accepts a
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2679
diff changeset
1603 "image/pam" MIME type to retrieve images in PAM format
52217dc47a4e new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
am@osimis.io
parents: 2679
diff changeset
1604 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
2726
46061a91c88a new metadata (RemoteIP, CalledAET, HttpUsername), "?expand" metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2725
diff changeset
1605 * New option "?expand" to "/instances/.../metadata"
2549
78e5414d57f8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2525
diff changeset
1606
2697
e583478e0c6c New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2692
diff changeset
1607 Plugins
e583478e0c6c New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2692
diff changeset
1608 -------
e583478e0c6c New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2692
diff changeset
1609
e583478e0c6c New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2692
diff changeset
1610 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
2719
0bd1dfb14272 OrthancPluginCheckVersionAdvanced
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2711
diff changeset
1611 * New function in the SDK: "OrthancPluginCheckVersionAdvanced()"
2697
e583478e0c6c New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2692
diff changeset
1612
2571
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1613 Maintenance
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1614 -----------
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1615
2724
c8d369400ae1 fix issue #77
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2721
diff changeset
1616 * Configuration option "LogExportedResources" is now "false" by default
c8d369400ae1 fix issue #77
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2721
diff changeset
1617 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project
2571
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1618 * Fix generation of DICOMDIR if PatientID is empty
2619
4ecb79c6e81c fix issue #25
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2597
diff changeset
1619 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua
2721
062776ab4a21 fix issue #94
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2719
diff changeset
1620 * Fix issue 94 (Instance modification should not modify FrameOfReferenceUID)
2724
c8d369400ae1 fix issue #77
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2721
diff changeset
1621 * Fix issue 77 (Lua access to REST-API is null terminated)
2725
7caf01aa4d7b Fix memory leak introduced by changeset #99116ed6f38c in Orthanc 1.3.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2724
diff changeset
1622 * Fix memory leak introduced by changeset #99116ed6f38c in Orthanc 1.3.2
2679
ee9a6cd63891 boost 1.67.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2622
diff changeset
1623 * Upgraded dependencies for static and Windows builds:
ee9a6cd63891 boost 1.67.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2622
diff changeset
1624 - boost 1.67.0
2710
26eec77abc76 upgrade to openssl 1.0.2o
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2709
diff changeset
1625 - openssl 1.0.2o
2571
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1626
a84ce82fd55b Fix generation of DICOMDIR if PatientID is empty
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2554
diff changeset
1627
2549
78e5414d57f8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2525
diff changeset
1628 Version 1.3.2 (2018-04-18)
78e5414d57f8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2525
diff changeset
1629 ==========================
78e5414d57f8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2525
diff changeset
1630
2441
67c01a6f151e added ?expand argument to /peers and /modalities routes
amazy
parents: 2438
diff changeset
1631 REST API
67c01a6f151e added ?expand argument to /peers and /modalities routes
amazy
parents: 2438
diff changeset
1632 --------
67c01a6f151e added ?expand argument to /peers and /modalities routes
amazy
parents: 2438
diff changeset
1633
2444
d9e3781d2023 "/system" URI returns the version of the Orthanc REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2441
diff changeset
1634 * "/system" URI returns the version of the Orthanc REST API
2475
8cc3ca64a534 Orthanc now uses UTC (universal time) instead of local time in its database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2456
diff changeset
1635 * "/tools/now" returns the current UTC (universal) time
8cc3ca64a534 Orthanc now uses UTC (universal time) instead of local time in its database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2456
diff changeset
1636 * "/tools/now-local" returns the curent local time.
8cc3ca64a534 Orthanc now uses UTC (universal time) instead of local time in its database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2456
diff changeset
1637 This was the behavior of "/tools/now" until release 1.3.1.
2446
a894adc8bb03 /tools/create-media-extended to include type-3 tags in DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2445
diff changeset
1638 * Added "?expand" GET argument to "/peers" and "/modalities" routes
a894adc8bb03 /tools/create-media-extended to include type-3 tags in DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2445
diff changeset
1639 * New URI: "/tools/create-media-extended" to generate a DICOMDIR
a894adc8bb03 /tools/create-media-extended to include type-3 tags in DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2445
diff changeset
1640 archive from several resources, including additional type-3 tags
2506
51b91ead6c38 Preservation of UID relationships while anonymizing
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2497
diff changeset
1641 * Preservation of UID relationships while anonymizing
2441
67c01a6f151e added ?expand argument to /peers and /modalities routes
amazy
parents: 2438
diff changeset
1642
2478
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1643 Lua
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1644 ---
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1645
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1646 * New CMake option: "-DENABLE_LUA_MODULES=ON" to enable support for
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1647 loading external Lua modules if the Lua engine is statically linked
1e2d5e14b3d3 New CMake option: ENABLE_LUA_MODULES to enable Lua modules
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2475
diff changeset
1648
2486
ad8f30fc28d1 new error code: DatabaseUnavailable
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2478
diff changeset
1649 Plugins
ad8f30fc28d1 new error code: DatabaseUnavailable
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2478
diff changeset
1650 -------
ad8f30fc28d1 new error code: DatabaseUnavailable
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2478
diff changeset
1651
ad8f30fc28d1 new error code: DatabaseUnavailable
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2478
diff changeset
1652 * New error code: DatabaseUnavailable
ad8f30fc28d1 new error code: DatabaseUnavailable
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2478
diff changeset
1653
2445
6e5bc5c6d1a4 Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2444
diff changeset
1654 Maintenance
6e5bc5c6d1a4 Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2444
diff changeset
1655 -----------
6e5bc5c6d1a4 Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2444
diff changeset
1656
2475
8cc3ca64a534 Orthanc now uses UTC (universal time) instead of local time in its database
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2456
diff changeset
1657 * Orthanc now uses UTC (universal time) instead of local time in its database
2445
6e5bc5c6d1a4 Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2444
diff changeset
1658 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
2448
862d943115f9 working on linux standard base
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2446
diff changeset
1659 * Support of Linux Standard Base
2450
ade8b4ddd8a6 Static linking against libuuid
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2448
diff changeset
1660 * Static linking against libuuid (from e2fsprogs)
2456
cbb8deaacdf7 Fix static build on CentOS 6
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2450
diff changeset
1661 * Fix static build on CentOS 6
2497
0611aa383e62 Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2486
diff changeset
1662 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11
0611aa383e62 Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2486
diff changeset
1663 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option
2509
9d9f2d088dce upgrade to zlib 1.2.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2506
diff changeset
1664 * Upgraded dependencies for static and Windows builds:
2525
94423976888e boost 1.66.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2509
diff changeset
1665 - boost 1.66.0
2509
9d9f2d088dce upgrade to zlib 1.2.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2506
diff changeset
1666 - curl 7.57.0
9d9f2d088dce upgrade to zlib 1.2.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2506
diff changeset
1667 - jsoncpp 1.8.4
9d9f2d088dce upgrade to zlib 1.2.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2506
diff changeset
1668 - zlib 1.2.11
2445
6e5bc5c6d1a4 Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2444
diff changeset
1669
2438
4d4dff4693b8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2436
diff changeset
1670
4d4dff4693b8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2436
diff changeset
1671 Version 1.3.1 (2017-11-29)
4d4dff4693b8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2436
diff changeset
1672 ==========================
4d4dff4693b8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2436
diff changeset
1673
2423
5a7c5c541a1d Built-in decoding of palette images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2422
diff changeset
1674 General
5a7c5c541a1d Built-in decoding of palette images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2422
diff changeset
1675 -------
5a7c5c541a1d Built-in decoding of palette images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2422
diff changeset
1676
5a7c5c541a1d Built-in decoding of palette images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2422
diff changeset
1677 * Built-in decoding of palette images
5a7c5c541a1d Built-in decoding of palette images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2422
diff changeset
1678
2409
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1679 REST API
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1680 --------
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1681
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1682 * New URI: "/instances/.../frames/.../raw.gz" to compress raw frames using gzip
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1683 * New argument "ignore-length" to force the inclusion of too long tags in JSON
2422
b340f0a9022c New argument "/.../media?extended" to include additional type-3 tags in DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2409
diff changeset
1684 * New argument "/.../media?extended" to include additional type-3 tags in DICOMDIR
2409
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1685
2424
7ef9207f31d4 New pixel formats exposed in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2423
diff changeset
1686 Plugins
7ef9207f31d4 New pixel formats exposed in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2423
diff changeset
1687 -------
7ef9207f31d4 New pixel formats exposed in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2423
diff changeset
1688
7ef9207f31d4 New pixel formats exposed in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2423
diff changeset
1689 * New pixel formats exposed in SDK: BGRA32, Float32, Grayscale32, RGB48
7ef9207f31d4 New pixel formats exposed in plugin SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2423
diff changeset
1690
2409
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1691 Maintenance
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1692 -----------
e4045b3c9772 ignore-length argument if retrieving DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2408
diff changeset
1693
2436
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2435
diff changeset
1694 * Creation of ./Resources/CMake/OrthancFramework*.cmake to reuse the Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2435
diff changeset
1695 C++ framework in other projects
2375
3ec85ff48374 New security-related options: "DicomAlwaysAllowEcho"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2364
diff changeset
1696 * New security-related options: "DicomAlwaysAllowEcho"
2401
a051aba0037c Use "GBK" (frequently used in China) as an alias for "GB18030"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2377
diff changeset
1697 * Use "GBK" (frequently used in China) as an alias for "GB18030"
2377
32bea64e070b Experimental support of actively maintained Civetweb to replace Mongoose 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2376
diff changeset
1698 * Experimental support of actively maintained Civetweb to replace Mongoose 3.8
2435
07dd79e70b79 Upgrade to SQLite amalgamation 3.21.0 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2434
diff changeset
1699 * Fix issue 31 for good (create new modality types for Philips ADW, GE Xeleris, GE AWServer)
2364
ae50eccd41b7 compilation succeeds on OpenBSD
jodogne
parents: 2358
diff changeset
1700 * Fix issue 64 (OpenBSD support)
2376
c33ff8a7ffa9 Fix static compilation of DCMTK 3.6.2 on Fedora
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2375
diff changeset
1701 * Fix static compilation of DCMTK 3.6.2 on Fedora
2432
5a650eef0794 Upgrade to Boost 1.65.1 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2424
diff changeset
1702 * Upgrade to Boost 1.65.1 in static builds
2435
07dd79e70b79 Upgrade to SQLite amalgamation 3.21.0 in static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2434
diff changeset
1703 * Upgrade to SQLite amalgamation 3.21.0 in static builds
2364
ae50eccd41b7 compilation succeeds on OpenBSD
jodogne
parents: 2358
diff changeset
1704
2358
ed050cfd5898 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2352
diff changeset
1705
ed050cfd5898 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2352
diff changeset
1706 Version 1.3.0 (2017-07-19)
ed050cfd5898 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2352
diff changeset
1707 ==========================
ed050cfd5898 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2352
diff changeset
1708
2325
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1709 General
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1710 -------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1711
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1712 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2017c Table E.1-1
2326
423d3b692bb9 Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2325
diff changeset
1713 * In the "DicomModalities" configuration:
423d3b692bb9 Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2325
diff changeset
1714 - Manufacturer type MedInria is now obsolete
2352
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1715 - Manufacturer types AgfaImpax and SyngoVia are obsolete too
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1716 (use GenericNoWildcardInDates instead)
2326
423d3b692bb9 Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2325
diff changeset
1717 - Obsolete manufacturers are still accepted but might disappear in the future
2352
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1718 - Added new manufacturer: GenericNoUniversalWildcard to replace all '*' by '' in
2326
423d3b692bb9 Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2325
diff changeset
1719 outgoing C-Find requests
2352
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1720 * New security-related options: "DicomAlwaysAllowStore" and "DicomCheckModalityHost"
2325
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1721
2304
563bf878407a Argument "Since" in URI "/tools/find" (related to issue 53)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2299
diff changeset
1722 REST API
563bf878407a Argument "Since" in URI "/tools/find" (related to issue 53)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2299
diff changeset
1723 --------
563bf878407a Argument "Since" in URI "/tools/find" (related to issue 53)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2299
diff changeset
1724
563bf878407a Argument "Since" in URI "/tools/find" (related to issue 53)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2299
diff changeset
1725 * Argument "Since" in URI "/tools/find" (related to issue 53)
2309
4dc313b9a20a Argument "DicomVersion" in URIs "/{...}/{...}/anonymization"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2304
diff changeset
1726 * Argument "DicomVersion" in URIs "/{...}/{...}/anonymization"
2304
563bf878407a Argument "Since" in URI "/tools/find" (related to issue 53)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2299
diff changeset
1727
2268
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1728 Plugins
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1729 -------
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1730
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1731 * New function: "OrthancPluginRegisterIncomingHttpRequestFilter2()"
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1732
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1733 Lua
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1734 ---
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1735
2260
a7a4fd44286c updated changes
amazy
parents: 2241
diff changeset
1736 * Added HTTP headers support for Lua HttpPost/HttpGet/HttpPut/HttpDelete
2226
2bdc29af9589 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2222
diff changeset
1737
2293
9d87f308d35c Query/retrieve: Added button for "DR" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2292
diff changeset
1738 Orthanc Explorer
9d87f308d35c Query/retrieve: Added button for "DR" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2292
diff changeset
1739 ----------------
9d87f308d35c Query/retrieve: Added button for "DR" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2292
diff changeset
1740
9d87f308d35c Query/retrieve: Added button for "DR" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2292
diff changeset
1741 * Query/retrieve: Added button for "DR" modality
9d87f308d35c Query/retrieve: Added button for "DR" modality
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2292
diff changeset
1742
2274
bfcf5a7f92e7 fix issue #35
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2268
diff changeset
1743 Maintenance
bfcf5a7f92e7 fix issue #35
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2268
diff changeset
1744 -----------
bfcf5a7f92e7 fix issue #35
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2268
diff changeset
1745
2279
16e45af17a4d Ability to retrieve raw frames encoded as unsigned 32-bits integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2274
diff changeset
1746 * Ability to retrieve raw frames encoded as unsigned 32-bits integers
2299
03982a0db696 Fix issue #29 (more consistent handling of the "--upgrade" argument)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2297
diff changeset
1747 * Fix issue 29 (more consistent handling of the "--upgrade" argument)
2324
53df86a17e99 fix issue #55 (prevent anonymization/modification to unexpectingly break the database model)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2320
diff changeset
1748 * Fix issue 31 (create new modality types for Philips ADW, GE Xeleris, GE AWServer)
2274
bfcf5a7f92e7 fix issue #35
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2268
diff changeset
1749 * Fix issue 35 (AET name is not transferred to Orthanc using DCMTK 3.6.0)
2324
53df86a17e99 fix issue #55 (prevent anonymization/modification to unexpectingly break the database model)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2320
diff changeset
1750 * Fix issue 44 (bad interpretation of photometric interpretation MONOCHROME1)
2295
5465cab476cf Fix issue #45 (crash when providing a folder to "--config" command-line option)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2293
diff changeset
1751 * Fix issue 45 (crash when providing a folder to "--config" command-line option)
2316
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2309
diff changeset
1752 * Fix issue 46 (PHI remaining after anonymization)
2324
53df86a17e99 fix issue #55 (prevent anonymization/modification to unexpectingly break the database model)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2320
diff changeset
1753 * Fix issue 49 (worklists: accentuated characters are removed from C-Find responses)
2352
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1754 * Fix issue 52 (DICOM level security association problems)
2324
53df86a17e99 fix issue #55 (prevent anonymization/modification to unexpectingly break the database model)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2320
diff changeset
1755 * Fix issue 55 (modification/anonymization of tags that might break the database
2325
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2324
diff changeset
1756 model now requires the "Force" parameter to be set to "true" in the query)
2331
a47d07b5b39f Fix issue #56 (case-insensitive matching over accents)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2330
diff changeset
1757 * Fix issue 56 (case-insensitive matching over accents)
2287
9f3414878c02 Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2282
diff changeset
1758 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2)
2292
ccd44d546b47 Fix XSS inside DICOM in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2287
diff changeset
1759 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs)
2338
86a99fd1bbfb switch to just-released dcmtk 3.6.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2331
diff changeset
1760 * Upgrade to DCMTK 3.6.2 in static builds (released on 2017-07-17)
86a99fd1bbfb switch to just-released dcmtk 3.6.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2331
diff changeset
1761 * Upgrade to Boost 1.64.0 in static builds
2352
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1762 * New advanced "Locale" configuration option
3ab96768d144 Fix issue 52 (DICOM level security association problems)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2338
diff changeset
1763 * Removed configuration option "USE_DCMTK_361_PRIVATE_DIC"
2274
bfcf5a7f92e7 fix issue #35
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2268
diff changeset
1764
2268
ce5c13b95dac New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2260
diff changeset
1765
2226
2bdc29af9589 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2222
diff changeset
1766 Version 1.2.0 (2016/12/13)
2bdc29af9589 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2222
diff changeset
1767 ==========================
2bdc29af9589 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2222
diff changeset
1768
2074
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1769 General
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1770 -------
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1771
2115
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1772 * Handling of private tags/creators in the "Dictionary" configuration option
2151
8cbb55089a1d New configuration option: "LoadPrivateDictionary"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2134
diff changeset
1773 * New configuration options: "LoadPrivateDictionary", "DicomScuTimeout" and "DicomScpTimeout"
2208
90ea60bee5ff New metadata automatically computed at the instance level: "SopClassUid"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2207
diff changeset
1774 * New metadata automatically computed at the instance level: "TransferSyntax" and "SopClassUid"
2074
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1775
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1776 REST API
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1777 --------
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1778
2129
0c09d1af22f3 "/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2128
diff changeset
1779 * "/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
0c09d1af22f3 "/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2128
diff changeset
1780 (useful if private tags are registered, or if changing the default encoding)
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1781 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-STORE transfer errors
2072
f8d4543e3fef Asynchronous flags to avoid waiting for the completion of image transfers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2069
diff changeset
1782 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store"
f8d4543e3fef Asynchronous flags to avoid waiting for the completion of image transfers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2069
diff changeset
1783 to avoid waiting for the completion of image transfers
2129
0c09d1af22f3 "/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2128
diff changeset
1784 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries
2209
e3fd5bc429a2 URI to reconstruct the main DICOM tags, the JSON summary and the metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2208
diff changeset
1785 (useful if "Dictionary" has changed)
2194
3b40ca7470cc "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2189
diff changeset
1786 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
2202
9b373b7d6713 Fix handling of encodings in C-FIND requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2200
diff changeset
1787 * "/tools/default-encoding" to get or temporarily change the default encoding
2209
e3fd5bc429a2 URI to reconstruct the main DICOM tags, the JSON summary and the metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2208
diff changeset
1788 * "/{resource}/{id}/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
e3fd5bc429a2 URI to reconstruct the main DICOM tags, the JSON summary and the metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2208
diff changeset
1789 the metadata of a resource (useful to compute new metadata, or if using "Keep" above)
2067
02c543c42e61 "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2054
diff changeset
1790
2115
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1791 Plugins
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1792 -------
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1793
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1794 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags
2185
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2152
diff changeset
1795 * More control over client cache in the ServeFolders plugin
2209
e3fd5bc429a2 URI to reconstruct the main DICOM tags, the JSON summary and the metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2208
diff changeset
1796 * New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets from REST API
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1797 * New data structure: "OrthancPluginFindMatcher" to match DICOM against C-FIND queries
2115
a657f7772e69 Handling of private tags/creators in the "Dictionary" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2095
diff changeset
1798
2074
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1799 Maintenance
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1800 -----------
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1801
2207
6dc3bdb4088b Fix handling of encodings in C-FIND for worklists
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2204
diff changeset
1802 * Fix handling of encodings in C-FIND requests (including for worklists)
2152
cbebc5d072b0 Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2151
diff changeset
1803 * Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
2134
ddc75c6c712d Avoid hard crash if not enough memory
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2129
diff changeset
1804 * Avoid hard crash if not enough memory (handling of std::bad_alloc)
2119
e0517f25919e Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2118
diff changeset
1805 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)
2088
b9428d5f7eaf Fix serious performance issue with C-FIND
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2086
diff changeset
1806 * Fix serious performance issue with C-FIND
2074
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1807 * Fix extraction of the symbolic name of the private tags
2081
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2074
diff changeset
1808 * Performance warning if runtime debug assertions are turned on
2091
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2088
diff changeset
1809 * Improved robustness against files with no PatientID
2095
9e8b315625c1 Upgrade to curl 7.50.3 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2091
diff changeset
1810 * Upgrade to curl 7.50.3 for static and Windows builds
2118
9cf176bc21ad Content-Type for JSON documents is now "application/json; charset=utf-8"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2115
diff changeset
1811 * Content-Type for JSON documents is now "application/json; charset=utf-8"
2200
af60b784d2b8 Ignore "Group Length" tags in C-FIND queries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2194
diff changeset
1812 * Ignore "Group Length" tags in C-FIND queries
2204
0158f2de8cad Fix handling of worklist SCP with ReferencedStudySequence and ReferencedPatientSequence
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2202
diff changeset
1813 * Fix handling of worklist SCP with ReferencedStudySequence and ReferencedPatientSequence
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1814 * Fix handling of Move Originator AET and ID in C-MOVE SCP
2241
eb363ec95d86 vulnerabilities disclosed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2226
diff changeset
1815 * Fix vulnerability ZSL-2016-5379 "Unquoted Service Path Privilege Escalation" in the
eb363ec95d86 vulnerabilities disclosed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2226
diff changeset
1816 Windows service
eb363ec95d86 vulnerabilities disclosed
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2226
diff changeset
1817 * Fix vulnerability ZSL-2016-5380 "Remote Memory Corruption Vulnerability" in DCMTK 3.6.0
2074
4a151d26c98a fix extraction of the symbolic name of the private tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2072
diff changeset
1818
2051
8fdeb348f72b set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2039
diff changeset
1819
2054
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2051
diff changeset
1820 Version 1.1.0 (2016/06/27)
2051
8fdeb348f72b set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2039
diff changeset
1821 ==========================
8fdeb348f72b set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2039
diff changeset
1822
2019
9c9332e486ca HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2015
diff changeset
1823 General
9c9332e486ca HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2015
diff changeset
1824 -------
9c9332e486ca HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2015
diff changeset
1825
9c9332e486ca HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2015
diff changeset
1826 * HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
2022
fefbe71c2272 Possibility to use PKCS#11 authentication for hardware security modules with Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2019
diff changeset
1827 * Possibility to use PKCS#11 authentication for hardware security modules with Orthanc peers
2039
e33e0ae51d7b new configuration option AllowFindSopClassesInStudy
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2034
diff changeset
1828 * New command-line option "--logfile" to output the Orthanc log to the given file
2019
9c9332e486ca HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2015
diff changeset
1829 * Support of SIGHUP signal (restart Orthanc only if the configuration files have changed)
1924
6c73df12ca51 New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1911
diff changeset
1830
1999
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1831 REST API
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1832 --------
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1833
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1834 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding)
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1835 * New URI "/modalities/.../move" to issue C-MOVE SCU requests
1999
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1836 * "MoveOriginatorID" can be specified for "/modalities/.../store"
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1837
1960
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1959
diff changeset
1838 Dicom protocol
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1959
diff changeset
1839 --------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1959
diff changeset
1840
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1841 * Support of optional tags for counting resources in C-FIND:
1898
e018037d4d0e Support of optional tags for counting resources in C-Find
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1895
diff changeset
1842 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1843 * Support of Move Originator Message ID (0000,1031) in C-STORE responses driven by C-MOVE
1959
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1844
1961
ef1e9856c26f New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1960
diff changeset
1845 Plugins
ef1e9856c26f New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1960
diff changeset
1846 -------
ef1e9856c26f New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1960
diff changeset
1847
2000
39329372b667 Speedup in plugins by removing unnecessary locks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1999
diff changeset
1848 * Speedup in plugins by removing unnecessary locks
1961
ef1e9856c26f New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1960
diff changeset
1849 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1850 * New callback to handle non-worklists C-FIND requests: OrthancPluginRegisterFindCallback()
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1851 * New callback to handle C-MOVE requests: OrthancPluginRegisterMoveCallback()
1987
ce90d109bb64 new plugin functions: OrthancPluginHttpClient and OrthancPluginGenerateUuid
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1982
diff changeset
1852 * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control
ce90d109bb64 new plugin functions: OrthancPluginHttpClient and OrthancPluginGenerateUuid
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1982
diff changeset
1853 * New function: "OrthancPluginGenerateUuid()" to generate a UUID
2012
50b9bc19dc62 More than one custom image decoder can be installed (e.g. to handle different transfer syntaxes)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2011
diff changeset
1854 * More than one custom image decoder can be installed (e.g. to handle different transfer syntaxes)
1961
ef1e9856c26f New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1960
diff changeset
1855
1959
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1856 Lua
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1857 ---
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1858
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1859 * Possibility to dynamically fix outgoing C-FIND requests using "OutgoingFindRequestFilter()"
1959
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1860 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
45c4387a379c Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1955
diff changeset
1861
1999
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1862 Image decoding
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1863 --------------
1997
f9f2aa1cc594 "MoveOriginatorID" can be specified for /modalities/.../store
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1996
diff changeset
1864
1999
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1865 * Huge speedup if decoding the family of JPEG transfer syntaxes
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1866 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin)
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1867 * Support decoding of RLE Lossless transfer syntax
364cc624eb65 New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1998
diff changeset
1868 * Support of signed 16bpp images in ParsedDicomFile
1997
f9f2aa1cc594 "MoveOriginatorID" can be specified for /modalities/.../store
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1996
diff changeset
1869
1955
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1870 Maintenance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1871 -----------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1872
1996
66957f5c69ab new logo
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1995
diff changeset
1873 * New logo of Orthanc
1911
7a05144cb919 fix issue 11
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1907
diff changeset
1874 * Fix issue 11 (is_regular_file() fails for FILE_ATTRIBUTE_REPARSE_POINT)
2004
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2000
diff changeset
1875 * Fix issue 16 ("Limit" parameter error in REST API /tools/find method)
1955
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1876 * Fix of Debian bug #818512 ("FTBFS: Please install libdcmtk*-dev")
2034
07f2ba3677df Fix of Debian bug #823139 ("orthanc: Please provide RecoverCompressedFile.cpp")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2032
diff changeset
1877 * Fix of Debian bug #823139 ("orthanc: Please provide RecoverCompressedFile.cpp")
2032
65b1ce7cb84f Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2022
diff changeset
1878 * Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows
1955
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1879 * Compatibility with CMake >= 3.5.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1951
diff changeset
1880 * Possibility to use forthcoming DCMTK 3.6.1 in static builds (instead of 3.6.0)
1931
687ff92d173b Upgrade to Boost 1.60.0 for static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
1881 * Upgrade to Boost 1.60.0 for static builds
1964
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1961
diff changeset
1882 * Use of HTTP status 403 Forbidden (instead of 401) if access to a REST resource is disallowed
1973
7bd4cb780feb Option "HttpsVerifyPeers" can be used to connect against self-signed HTTPS certificates
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1964
diff changeset
1883 * Option "HttpsVerifyPeers" can be used to connect against self-signed HTTPS certificates
2039
e33e0ae51d7b new configuration option AllowFindSopClassesInStudy
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2034
diff changeset
1884 * New configuration option "AllowFindSopClassesInStudy"
1976
325772dadcd6 Macro "__linux" (now obsolete) replaced by macro "__linux__"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1973
diff changeset
1885 * Macro "__linux" (now obsolete) replaced by macro "__linux__" (maybe solves Debian bug #821011)
1982
b5d4f9c156ad Modification of instances can now replace PixelData
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1976
diff changeset
1886 * Modification of instances can now replace PixelData (resp. EncapsulatedDocument) with
b5d4f9c156ad Modification of instances can now replace PixelData
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1976
diff changeset
1887 provided a PNG/JPEG image (resp. PDF file) if it is encoded using Data URI Scheme
2014
e39a2657f1c6 Dropped support of Google Log
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2012
diff changeset
1888 * Dropped support of Google Log
1898
e018037d4d0e Support of optional tags for counting resources in C-Find
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1895
diff changeset
1889
1895
74cf1f350b45 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1892
diff changeset
1890
74cf1f350b45 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1892
diff changeset
1891 Version 1.0.0 (2015/12/15)
74cf1f350b45 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1892
diff changeset
1892 ==========================
74cf1f350b45 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1892
diff changeset
1893
2222
21713ce8717b Fix handling of Move Originator AET and ID in C-MOVE SCP
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2218
diff changeset
1894 * Lua: "IncomingFindRequestFilter()" to apply filters to incoming C-FIND requests
1895
74cf1f350b45 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1892
diff changeset
1895 * New function in plugin SDK: "OrthancPluginSendMultipartItem2()"
1885
5be57564ffc4 refactoring dicomdir generation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1882
diff changeset
1896 * Fix of DICOMDIR generation with DCMTK 3.6.1, support of encodings
1887
5e0a25642056 Fix range search if the lower or upper limit is absent
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1885
diff changeset
1897 * Fix range search if the lower or upper limit is absent
1890
74dc6b764ff0 Fix modality worklists lookups if tags with UN (unknown) VR are present
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1888
diff changeset
1898 * Fix modality worklists lookups if tags with UN (unknown) VR are present
1892
0001f8cd7849 Warn about badly formatted modality/peer definitions in configuration file at startup
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1890
diff changeset
1899 * Warn about badly formatted modality/peer definitions in configuration file at startup
1882
5cf2bd0abfa2 OrthancPluginSendMultipartItem2 for DICOMweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1879
diff changeset
1900
5cf2bd0abfa2 OrthancPluginSendMultipartItem2 for DICOMweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1879
diff changeset
1901
1879
b4e8a031b0d8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1877
diff changeset
1902 Version 0.9.6 (2015/12/08)
b4e8a031b0d8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1877
diff changeset
1903 ==========================
b4e8a031b0d8 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1877
diff changeset
1904
1875
a5cd02894534 fix multipart
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1872
diff changeset
1905 * Promiscuous mode (accept unknown SOP class UID) is now turned off by default
1877
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1875
diff changeset
1906 * Fix serialization of DICOM buffers that might contain garbage trailing
1867
769178f0ab2c Fix modality worklists server if some fields are null
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1863
diff changeset
1907 * Fix modality worklists server if some fields are null
1868
c8877965d67d More tolerant "/series/.../ordered-slices" with broken series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1867
diff changeset
1908 * More tolerant "/series/.../ordered-slices" with broken series
1870
a6c431193c79 Improved logging information if upgrade fails
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1868
diff changeset
1909 * Improved logging information if upgrade fails
1875
a5cd02894534 fix multipart
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1872
diff changeset
1910 * Fix formatting of multipart HTTP answers (bis)
1867
769178f0ab2c Fix modality worklists server if some fields are null
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1863
diff changeset
1911
1863
2684ded7c7b3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1861
diff changeset
1912
2684ded7c7b3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1861
diff changeset
1913 Version 0.9.5 (2015/12/02)
2684ded7c7b3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1861
diff changeset
1914 ==========================
2684ded7c7b3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1861
diff changeset
1915
1806
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1916 Major
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1917 -----
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1918
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1919 * Experimental support of DICOM C-FIND SCP for modality worklists through plugins
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1920 * Support of DICOM C-FIND SCU for modality worklists ("/modalities/{dicom}/find-worklist")
1806
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1921
1823
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1922 REST API
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1923 --------
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1924
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1925 * New URIs:
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1926 - "/series/.../ordered-slices" to order the slices of a 2D+t or 3D series
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1927 - "/tools/shutdown" to stop Orthanc from the REST API
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1928 - ".../compress", ".../uncompress" and ".../is-compressed" for attachments
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1929 - "/tools/create-archive" to create ZIP from a set of resources
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1930 - "/tools/create-media" to create ZIP+DICOMDIR from a set of resources
1831
3ae2ff249675 "/instances/.../header" to get the meta information (header) of the DICOM instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1830
diff changeset
1931 - "/instances/.../header" to get the meta information (header) of the DICOM instance
1823
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1932 * "/tools/create-dicom":
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1933 - Support of binary tags encoded using data URI scheme
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1934 - Support of hierarchical structures (creation of sequences)
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1935 - Create tags with unknown VR
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1936 * "/modify" can insert/modify sequences
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1937 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1938 * "Origin" metadata for the instances
0ef4e6e66b56 "Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
1939
1806
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1940 Minor
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1941 -----
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1942
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1943 * New configuration options:
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1944 - "UnknownSopClassAccepted" to disable promiscuous mode (accept unknown SOP class UID)
cd213ebcaefd UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1790
diff changeset
1945 - New configuration option: "Dictionary" to declare custom DICOM tags
1623
76ed4cf74bb5 Add ".dcm" suffix to files in ZIP archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1619
diff changeset
1946 * Add ".dcm" suffix to files in ZIP archives (cf. URI ".../archive")
1772
53e045b5a8ec MIME content type can be associated to custom attachments (cf. "UserContentType")
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1765
diff changeset
1947 * MIME content type can be associated to custom attachments (cf. "UserContentType")
1623
76ed4cf74bb5 Add ".dcm" suffix to files in ZIP archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1619
diff changeset
1948
1649
8040d56cb0b3 New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1641
diff changeset
1949 Plugins
8040d56cb0b3 New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1641
diff changeset
1950 -------
8040d56cb0b3 New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1641
diff changeset
1951
1815
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1952 * New functions:
1826
ac5b0b4e2434 refactoring of DicomImageDecoder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1824
diff changeset
1953 - "OrthancPluginRegisterDecodeImageCallback()" to replace the built-in image decoder
1815
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1954 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1955 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1956 - "OrthancPluginRegisterErrorCode()" to declare custom error codes
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1957 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
1861
a7bea843a7bc "OrthancPluginLookupDictionary()" to get information about some DICOM tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1859
diff changeset
1958 - "OrthancPluginLookupDictionary()" to get information about some DICOM tag
1815
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1959 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1960 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received
1827
4b6673e828f4 "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1826
diff changeset
1961 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images
1829
31df3b48925e OrthancPluginDecodeDicomImage
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1827
diff changeset
1962 - "OrthancPluginDecodeDicomImage()" to decode DICOM images
1833
47d032c48818 "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1832
diff changeset
1963 - "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash
1815
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1964 * New events in change callbacks:
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1965 - "OrthancStarted"
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1966 - "OrthancStopped"
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1967 - "UpdatedAttachment"
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1968 - "UpdatedMetadata"
1780
94990da8710e OrthancPluginRestApiGet2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1779
diff changeset
1969 * "/system" URI gives information about the plugins used for storage area and DB back-end
1815
2abfdca9b915 OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1806
diff changeset
1970 * Plugin callbacks must now return explicit "OrthancPluginErrorCode" (instead of integers)
1649
8040d56cb0b3 New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1641
diff changeset
1971
1658
54bafe0e7e7b Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1657
diff changeset
1972 Lua
54bafe0e7e7b Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1657
diff changeset
1973 ---
54bafe0e7e7b Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1657
diff changeset
1974
54bafe0e7e7b Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1657
diff changeset
1975 * Optional argument "keepStrings" in "DumpJson()"
54bafe0e7e7b Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1657
diff changeset
1976
1627
da7854deb662 Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1623
diff changeset
1977 Maintenance
da7854deb662 Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1623
diff changeset
1978 -----------
da7854deb662 Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1623
diff changeset
1979
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1980 * Full indexation of the patient/study tags to speed up searches and C-FIND
1824
b530c3dfe2a6 refactoring image decoding
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1823
diff changeset
1981 * Many refactorings, notably of the searching features and of the image decoding
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1982 * C-MOVE SCP for studies using AccessionNumber tag
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1983 * Fix issue 4 (C-STORE Association not renegotiated on Specific-to-specific transfer syntax change)
1832
b7da58699f92 Fix formatting of multipart HTTP answers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1831
diff changeset
1984 * Fix formatting of multipart HTTP answers
1734
e2675b37eb01 Under Windows, the exit status of Orthanc corresponds to the encountered error code
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1731
diff changeset
1985 * "--logdir" flag creates a single log file instead of 3 separate files for errors/warnings/infos
e2675b37eb01 Under Windows, the exit status of Orthanc corresponds to the encountered error code
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1731
diff changeset
1986 * "--errors" flag lists the error codes that could be returned by Orthanc
e2675b37eb01 Under Windows, the exit status of Orthanc corresponds to the encountered error code
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1731
diff changeset
1987 * Under Windows, the exit status of Orthanc corresponds to the encountered error code
1856
36ab170733d6 Made eFilm version explicit
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1852
diff changeset
1988 * New "AgfaImpax", "EFilm2" and "Vitrea" modality manufacturers
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
1989 * C-FIND SCP will return tags with sequence value representation
1830
2921384cc352 Upgrade to Boost 1.59.0 for static builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1829
diff changeset
1990 * Upgrade to Boost 1.59.0 for static builds
1627
da7854deb662 Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1623
diff changeset
1991
1555
d6a93e12b1c1 Creation of DICOM files with encapsulated PDF
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1554
diff changeset
1992
1619
a49aacb21a40 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1615
diff changeset
1993 Version 0.9.4 (2015/09/16)
a49aacb21a40 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1615
diff changeset
1994 ==========================
a49aacb21a40 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1615
diff changeset
1995
1556
b8dc2f855a83 Preview of PDF files encapsulated in DICOM from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1555
diff changeset
1996 * Preview of PDF files encapsulated in DICOM from Orthanc Explorer
1555
d6a93e12b1c1 Creation of DICOM files with encapsulated PDF
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1554
diff changeset
1997 * Creation of DICOM files with encapsulated PDF through "/tools/create-dicom"
1509
0586ed8897f1 limit and since arguments while retrieving DICOM resources in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1504
diff changeset
1998 * "limit" and "since" arguments while retrieving DICOM resources in the REST API
1514
d73a2178b319 support of deflate and gzip content-types
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1509
diff changeset
1999 * Support of "deflate" and "gzip" content-types in HTTP requests
1537
fbf763bb1fa3 error detection in patches
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1534
diff changeset
2000 * Options to validate peers against CA certificates in HTTPS requests
1594
2bac60a4f584 OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1593
diff changeset
2001 * New configuration option: "HttpTimeout" to set the default timeout for HTTP requests
1528
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1527
diff changeset
2002
1572
904096e7367e More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1567
diff changeset
2003 Lua
904096e7367e More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1567
diff changeset
2004 ---
904096e7367e More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1567
diff changeset
2005
1574
0c29ebe80ac9 give access to full request origin in ReceivedInstanceFilter (Lua)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1572
diff changeset
2006 * More information about the origin request in the "OnStoredInstance()" and
0c29ebe80ac9 give access to full request origin in ReceivedInstanceFilter (Lua)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1572
diff changeset
2007 "ReceivedInstanceFilter()" callbacks. WARNING: This can result in
0c29ebe80ac9 give access to full request origin in ReceivedInstanceFilter (Lua)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1572
diff changeset
2008 incompatibilities wrt. previous versions of Orthanc.
1587
d7e569640d09 New function "GetOrthancConfiguration()" to get the Orthanc configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1582
diff changeset
2009 * New function "GetOrthancConfiguration()" to get the Orthanc configuration
1572
904096e7367e More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1567
diff changeset
2010
1554
89ab71a68fcf New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1548
diff changeset
2011 Plugins
89ab71a68fcf New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1548
diff changeset
2012 -------
89ab71a68fcf New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1548
diff changeset
2013
1598
c6b50b803387 primitives for image encoding/decoding in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1597
diff changeset
2014 * New functions to compress/uncompress images using PNG and JPEG
1607
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1598
diff changeset
2015 * New functions to issue HTTP requests from plugins
1588
b5bc87a7212d OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1587
diff changeset
2016 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
b5bc87a7212d OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1587
diff changeset
2017 * New function "OrthancPluginReadFile()" to read files from the filesystem
b5bc87a7212d OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1587
diff changeset
2018 * New function "OrthancPluginWriteFile()" to write files to the filesystem
1593
235d89817b89 OrthancPluginGetErrorDescription
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1592
diff changeset
2019 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
1594
2bac60a4f584 OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1593
diff changeset
2020 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body
1595
e1e54a73ba8b OrthancPluginRegisterRestCallbackNoLock, documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1594
diff changeset
2021 * New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins
1581
357c4bb15701 Plugins have access to explicit error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1574
diff changeset
2022 * Plugins have access to explicit error codes
1597
415dfd1d1c61 Improvements to the sample "ServeFolders" plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1595
diff changeset
2023 * Improvements to the sample "ServeFolders" plugin
1615
c40fe92a68e7 Primitives to upgrade the database version in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1607
diff changeset
2024 * Primitives to upgrade the database version in plugins
1554
89ab71a68fcf New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1548
diff changeset
2025
1528
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1527
diff changeset
2026 Maintenance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1527
diff changeset
2027 -----------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1527
diff changeset
2028
1548
e9325f3ac496 Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1537
diff changeset
2029 * Many code refactorings
1594
2bac60a4f584 OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1593
diff changeset
2030 * Improved error codes (no more custom descriptions in exceptions)
2bac60a4f584 OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1593
diff changeset
2031 * If error while calling the REST API, the answer body contains description of the error
1592
d73124f6b439 configuration option HttpDescribeErrors
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1590
diff changeset
2032 (this feature can be disabled with the "HttpDescribeErrors" option)
1527
7b58e0048874 Upgrade to curl 7.44.0 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1514
diff changeset
2033 * Upgrade to curl 7.44.0 for static and Windows builds
2709
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2699
diff changeset
2034 * Upgrade to openssl 1.0.2d for static and Windows builds
1607
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1598
diff changeset
2035 * Depends on libjpeg 9a
1548
e9325f3ac496 Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1537
diff changeset
2036 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
1509
0586ed8897f1 limit and since arguments while retrieving DICOM resources in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1504
diff changeset
2037
1504
18518e1f5fb0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1502
diff changeset
2038
18518e1f5fb0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1502
diff changeset
2039 Version 0.9.3 (2015/08/07)
18518e1f5fb0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1502
diff changeset
2040 ==========================
18518e1f5fb0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1502
diff changeset
2041
1501
aaf368280f5a C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1496
diff changeset
2042 * C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
aaf368280f5a C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1496
diff changeset
2043 * Removal of the dependency upon Google Log, Orthanc now uses its internal logger
aaf368280f5a C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1496
diff changeset
2044 (use -DENABLE_GOOGLE_LOG=ON to re-enable Google Log)
1502
5e9c40419fb9 Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1501
diff changeset
2045 * Upgrade to JsonCpp 0.10.5 for static and Windows builds
1489
1389834e130f basic logger
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1482
diff changeset
2046
1482
0bde293d7ba0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1473
diff changeset
2047
0bde293d7ba0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1473
diff changeset
2048 Version 0.9.2 (2015/08/02)
0bde293d7ba0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1473
diff changeset
2049 ==========================
0bde293d7ba0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1473
diff changeset
2050
1502
5e9c40419fb9 Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1501
diff changeset
2051 * Upgrade to Boost 1.58.0 for static and Windows builds
1468
332af9bcabc8 Source code repository moved from Google Code to BitBucket
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1467
diff changeset
2052 * Source code repository moved from Google Code to BitBucket
1467
5068de14eef1 Inject version information into Windows binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1466
diff changeset
2053 * Inject version information into Windows binaries
1466
0cd0f2ad3599 Fix potential deadlock in the callbacks of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1461
diff changeset
2054 * Fix access to binary data in HTTP/REST requests by Lua scripts
0cd0f2ad3599 Fix potential deadlock in the callbacks of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1461
diff changeset
2055 * Fix potential deadlock in the callbacks of plugins
1430
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2056
1461
d659b6a4e736 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1455
diff changeset
2057
d659b6a4e736 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1455
diff changeset
2058 Version 0.9.1 (2015/07/02)
d659b6a4e736 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1455
diff changeset
2059 ==========================
d659b6a4e736 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1455
diff changeset
2060
1449
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2061 General
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2062 -------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2063
1423
7b7d597a190c The configuration can be splitted into several files stored inside the same folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1417
diff changeset
2064 * The configuration can be splitted into several files stored inside the same folder
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2065 * Custom setting of the local AET during C-STORE SCU (both in Lua and in the REST API)
1449
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2066 * Many code refactorings
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2067
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2068 Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2069 ---
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2070
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2071 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete)
1450
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1449
diff changeset
2072 * Functions to convert between Lua values and JSON strings: "ParseJson" and "DumpJson"
1455
a68545767975 Initialize() and Finalize() events in Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1450
diff changeset
2073 * New events: "OnStablePatient", "OnStableStudy", "OnStableSeries", "Initialize", "Finalize"
1430
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2074
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2075 Plugins
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2076 -------
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2077
1424
fe384a9d3b51 OrthancPluginGetConfiguration
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1423
diff changeset
2078 * Plugins can retrieve the configuration file directly as a JSON string
1430
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2079 * Plugins can send answers as multipart messages
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2080
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2081 Fixes
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2082 -----
ad94a3583b07 Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1427
diff changeset
2083
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2084 * Fix compatibility issues for C-FIND SCU to Siemens Syngo.Via modalities SCP
1449
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1447
diff changeset
2085 * Fix issue 15 (Lua scripts making HTTP requests)
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2086 * Fix issue 35 (Characters in PatientID string are not protected for C-FIND)
1417
8e23f16a198d fix issues 35 and 37
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1409
diff changeset
2087 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges)
1409
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2088
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2089
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2090 Version 0.9.0 (2015/06/03)
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2091 ==========================
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2092
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2093 Major
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2094 -----
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2095
1371
f528849ee9f7 DICOM Query/Retrieve available from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1363
diff changeset
2096 * DICOM Query/Retrieve available from Orthanc Explorer
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2097 * C-MOVE SCU and C-FIND SCU are accessible through the REST API
1342
9ec7ac03152d "?expand" flag for URIs "/patients", "/studies" and "/series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1341
diff changeset
2098 * "?expand" flag for URIs "/patients", "/studies" and "/series"
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2099 * "/tools/find" URI to search for DICOM resources from REST
1337
afaa55d42ddd FreeBSD support
jodogne
parents: 1332
diff changeset
2100 * Support of FreeBSD
1409
823e82ee43bb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1396
diff changeset
2101 * The "Orthanc Client" SDK is now a separate project
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2102
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2103 Minor
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2104 -----
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2105
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2106 * Speed-up in Orthanc Explorer for large amount of images
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2107 * Speed-up of the C-FIND SCP server of Orthanc
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2108 * Allow replacing PatientID/StudyInstanceUID/SeriesInstanceUID from Lua scripts
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2109 * Option "CaseSensitivePN" to enable case-insensitive C-FIND SCP
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2110
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2111 Fixes
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2112 -----
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2113
1331
77e129ba64e4 Prevent freeze on C-FIND if no DICOM tag is to be returned
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1318
diff changeset
2114 * Prevent freeze on C-FIND if no DICOM tag is to be returned
2086
630606097798 GNU/Linux
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2081
diff changeset
2115 * Fix slow C-STORE SCP on recent versions of GNU/Linux, if
1362
bf6db7d2f8b1 fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1347
diff changeset
2116 USE_SYSTEM_DCMTK is set to OFF (http://forum.dcmtk.org/viewtopic.php?f=1&t=4009)
1332
f2033e228864 fix issue 30
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1331
diff changeset
2117 * Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052))
1347
60cc0ee61edb fix issue 32
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1343
diff changeset
2118 * Fix issue 32 (Cyrillic symbols): Introduction of the "Windows1251" encoding
1363
feaf2840917c Plugins now receive duplicated GET arguments in their REST callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1362
diff changeset
2119 * Plugins now receive duplicated GET arguments in their REST callbacks
1331
77e129ba64e4 Prevent freeze on C-FIND if no DICOM tag is to be returned
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1318
diff changeset
2120
1318
6e275e35d01c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1316
diff changeset
2121
6e275e35d01c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1316
diff changeset
2122 Version 0.8.6 (2015/02/12)
6e275e35d01c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1316
diff changeset
2123 ==========================
6e275e35d01c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1316
diff changeset
2124
1284
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2125 Major
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2126 -----
1272
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2127
1281
8dac11c78d71 URIs to get all the parents of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1280
diff changeset
2128 * URIs to get all the parents of a given resource in a single REST call
1272
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2129 * Instances without PatientID are now allowed
1286
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2130 * Support of HTTP proxy to access Orthanc peers
1284
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2131
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2132 Minor
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2133 -----
1286
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2134
1272
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2135 * Support of Tudor DICOM in Query/Retrieve
1284
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2136 * More flexible "/modify" and "/anonymize" for single instance
1286
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2137 * Access to called AET and remote AET from Lua scripts ("OnStoredInstance")
1284
21ea32170764 Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1282
diff changeset
2138 * Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
1315
0c735fed8953 ZIP archives now display the accession number of the studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1307
diff changeset
2139 * ZIP archives now display the accession number of the studies
1272
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2140
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2141 Plugins
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2142 -------
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2143
1282
7bccdd221e2b Plugins can do REST calls to other plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1281
diff changeset
2144 * Introspection of plugins (cf. the "/plugins" URI)
1280
d6a65dc6d0ac Plugins can access the command-line arguments used to launch Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1279
diff changeset
2145 * Plugins can access the command-line arguments used to launch Orthanc
1232
f1c01451a8ee Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1231
diff changeset
2146 * Plugins can extend Orthanc Explorer with custom JavaScript
1249
40725595aaf0 Plugins can get/set global properties to save their configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1234
diff changeset
2147 * Plugins can get/set global properties to save their configuration
1282
7bccdd221e2b Plugins can do REST calls to other plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1281
diff changeset
2148 * Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()")
1272
7442097b41c9 Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1249
diff changeset
2149 * Scan of folders for plugins
1215
c416fe3e8022 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1212
diff changeset
2150
1286
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2151 Fixes
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2152 -----
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2153
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2154 * Code refactorings
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2155 * Fix issue 25 (AET with underscore not allowed)
1307
f796207e3df1 Fix replacement and insertion of private DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1286
diff changeset
2156 * Fix replacement and insertion of private DICOM tags
1316
1c8dfedefefe Fix anonymization generating non-portable DICOM files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1315
diff changeset
2157 * Fix anonymization generating non-portable DICOM files
1286
b4acdb37e43b refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1285
diff changeset
2158
1215
c416fe3e8022 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1212
diff changeset
2159
c416fe3e8022 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1212
diff changeset
2160 Version 0.8.5 (2014/11/04)
c416fe3e8022 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1212
diff changeset
2161 ==========================
c416fe3e8022 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1212
diff changeset
2162
1212
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2163 General
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2164 -------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2165
1197
61b71ccac362 integration mainline->db-changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1177 1190
diff changeset
2166 * Major speed-up thanks to a new database schema
1212
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2167 * Plugins can monitor changes through callbacks
1188
2e11c3353356 download dicomdir in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1181
diff changeset
2168 * Download ZIP + DICOMDIR from Orthanc Explorer
1212
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2169 * Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2170
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2171 Fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2172 -----
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1209
diff changeset
2173
1206
f5b0207967bc Fix issue 19 (YBR_FULL are decoded incorrectly)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1205
diff changeset
2174 * Fix issue 19 (YBR_FULL are decoded incorrectly)
1179
01c24da762da fix issue 21
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1168
diff changeset
2175 * Fix issue 21 (Microsoft Visual Studio precompiled headers)
1190
851a55d183c9 fix issue 22
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1188
diff changeset
2176 * Fix issue 22 (Error decoding multi-frame instances)
1205
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1202
diff changeset
2177 * Fix issue 24 (Build fails on OSX when directory has .DS_Store files)
1202
476a17cfdf42 Fix crash when bad HTTP credentials are provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1190
diff changeset
2178 * Fix crash when bad HTTP credentials are provided
1179
01c24da762da fix issue 21
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1168
diff changeset
2179
1168
2ee4e8f21c74 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1166
diff changeset
2180
2ee4e8f21c74 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1166
diff changeset
2181 Version 0.8.4 (2014/09/19)
2ee4e8f21c74 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1166
diff changeset
2182 ==========================
2ee4e8f21c74 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1166
diff changeset
2183
1166
a921e3b5e763 bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1165
diff changeset
2184 * "/instances-tags" to get the tags of all the child instances of a
a921e3b5e763 bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1165
diff changeset
2185 patient/study/series with a single REST call (bulk tags retrieval)
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2186 * Configuration/Lua to select the accepted C-STORE SCP transfer syntaxes
1165
0561f2087cc9 Fix reporting of errors in Orthanc Explorer when sending images to peers/modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1164
diff changeset
2187 * Fix reporting of errors in Orthanc Explorer when sending images to peers/modalities
1156
8c9574576f42 install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1152
diff changeset
2188 * Installation of plugin SDK in CMake
8c9574576f42 install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1152
diff changeset
2189
1148
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2190
1152
b3bc4de0a1e1 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1148
diff changeset
2191 Version 0.8.3 (2014/09/11)
b3bc4de0a1e1 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1148
diff changeset
2192 ==========================
b3bc4de0a1e1 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1148
diff changeset
2193
1148
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2194 Major
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2195 -----
1128
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2196
1121
82567bac5e25 Creation of ZIP archives for media storage, with DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1120
diff changeset
2197 * Creation of ZIP archives for media storage, with DICOMDIR
1140
94c5f6623b3a URIs to get all the children of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1139
diff changeset
2198 * URIs to get all the children of a given resource in a single REST call
94c5f6623b3a URIs to get all the children of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1139
diff changeset
2199 * "/tools/lookup" URI to map DICOM UIDs to Orthanc identifiers
1135
67c3c1e4a6e0 index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1131
diff changeset
2200 * Support of index-only mode (using the "StoreDicom" option)
67c3c1e4a6e0 index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1131
diff changeset
2201 * Plugins can implement a custom storage area
1128
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2202
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2203 Minor
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2204 -----
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2205
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2206 * Configuration option to enable HTTP Keep-Alive
1142
952cf9b6be83 Configuration option to disable the logging of exported resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1140
diff changeset
2207 * Configuration option to disable the logging of exported resources in "/exports"
1145
0479d02c6778 Plugins can retrieve the path to Orthanc and to its configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1142
diff changeset
2208 * Plugins can retrieve the path to Orthanc and to its configuration file
1148
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2209 * "/tools/create-dicom" now accepts the "PatientID" DICOM tag (+ updated sample)
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2210 * Possibility to set HTTP headers from plugins
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2211 * "LastUpdate" metadata is now always returned for patients, studies and series
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2212
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2213 Maintenance
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2214 -----------
ac36589f699e LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1145
diff changeset
2215
1135
67c3c1e4a6e0 index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1131
diff changeset
2216 * Refactoring of HttpOutput ("Content-Length" header is now always sent)
1128
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2217 * Upgrade to Mongoose 3.8
1115
da56a7916e8a Experimental "KeepAlive" configuration option to enable HTTP Keep-Alive
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1113
diff changeset
2218 * Fixes for Visual Studio 2013 and Windows 64bit
1131
ac6bd50a8c83 fix issue 16
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1128
diff changeset
2219 * Fix issue 16: Handling of "AT" value representations in JSON
1128
514492f61ead fix issue 17
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1121
diff changeset
2220 * Fix issue 17
1112
a119f9ae3640 upgrade to Mongoose 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1105
diff changeset
2221
1105
8c8a6bc7575e set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1103
diff changeset
2222
8c8a6bc7575e set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1103
diff changeset
2223 Version 0.8.2 (2014/08/07)
8c8a6bc7575e set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1103
diff changeset
2224 ==========================
8c8a6bc7575e set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1103
diff changeset
2225
1103
bec1eccf976c Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1099
diff changeset
2226 * Support of the standard text encodings
bec1eccf976c Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1099
diff changeset
2227 * Hot restart of Orthanc by posting to "/tools/reset"
1099
060e8918d7a4 More fault-tolerant commands in Lua scripts
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1098
diff changeset
2228 * More fault-tolerant commands in Lua scripts
1086
e56c3ed8d738 Parameter to set the default encoding for DICOM files without SpecificCharacterSet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1080
diff changeset
2229 * Parameter to set the default encoding for DICOM files without SpecificCharacterSet
1098
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1092
diff changeset
2230 * Fix of issue #14 (support of XCode 5.1)
1092
88fcf73fbe39 Upgrade to Google Test 1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1086
diff changeset
2231 * Upgrade to Google Test 1.7.0
1080
898796cedd3c version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1076
diff changeset
2232
898796cedd3c version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1076
diff changeset
2233
898796cedd3c version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1076
diff changeset
2234 Version 0.8.1 (2014/07/29)
898796cedd3c version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1076
diff changeset
2235 ==========================
898796cedd3c version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1076
diff changeset
2236
1054
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2237 General
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2238 -------
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2239
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2240 * Access patient module at the study level to cope with PatientID collisions
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2241 * On-the-fly conversion of JSON to XML according to the HTTP Accept header
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2242 * C-Echo SCU in the REST API
1073
01414536c930 complete DICOM conformance
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1071
diff changeset
2243 * DICOM conformance statement available at URI "/tools/dicom-conformance"
1065
921532f67770 Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1063
diff changeset
2244
921532f67770 Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1063
diff changeset
2245 Lua scripts
921532f67770 Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1063
diff changeset
2246 -----------
921532f67770 Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1063
diff changeset
2247
1055
6f923d52a46c call Web services from Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1054
diff changeset
2248 * Lua scripts can do HTTP requests, and thus can call Web services
1065
921532f67770 Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1063
diff changeset
2249 * Lua scripts can invoke system commands, with CallSystem()
1054
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2250
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2251 Plugins
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2252 -------
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2253
1038
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1034
diff changeset
2254 * Lookup for DICOM UIDs in the plugin SDK
1042
8d1845feb277 set cookies, not allowed methods, unauthorized in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1038
diff changeset
2255 * Plugins have access to the HTTP headers and can answer with HTTP status codes
1071
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1065
diff changeset
2256 * Callback to react to the incoming of DICOM instances
1038
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1034
diff changeset
2257
1063
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2258 Fixes
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2259 -----
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2260
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2261 * Fix build of Google Log with Visual Studio >= 11.0
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2262 * Fix automated generation of the list of resource children in the REST API
0332e6e8c679 Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1060
diff changeset
2263
1034
7f748bac15e5 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1019
diff changeset
2264
7f748bac15e5 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1019
diff changeset
2265 Version 0.8.0 (2014/07/10)
7f748bac15e5 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1019
diff changeset
2266 ==========================
7f748bac15e5 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1019
diff changeset
2267
988
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2268 Major changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2269 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2270
1019
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 989
diff changeset
2271 * Routing images with Lua scripts
914
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 890
diff changeset
2272 * Introduction of the Orthanc Plugin SDK
1076
4960ec84e391 os x version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1073
diff changeset
2273 * Official support of OS X (Darwin) 10.8
988
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2274
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2275 Minor changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2276 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 987
diff changeset
2277
965
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 963
diff changeset
2278 * Extraction of tags for the patient/study/series/instance DICOM modules
958
1fbe89dc18b5 extraction of the shared tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 941
diff changeset
2279 * Extraction of the tags shared by all the instances of a patient/study/series
941
83489fddd8c5 Options to limit the number of results for an incoming C-FIND query
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 934
diff changeset
2280 * Options to limit the number of results for an incoming C-FIND query
890
816dccaeb7cf Support of kFreeBSD
jodogne
parents: 878
diff changeset
2281 * Support of kFreeBSD
978
ce3106e5843f refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 965
diff changeset
2282 * Several code refactorings
987
cae4ba9af12d fix GetVoxelSizeZ
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 978
diff changeset
2283 * Fix OrthancCppClient::GetVoxelSizeZ()
878
760ab972604c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 874
diff changeset
2284
760ab972604c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 874
diff changeset
2285
760ab972604c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 874
diff changeset
2286 Version 0.7.6 (2014/06/11)
760ab972604c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 874
diff changeset
2287 ==========================
760ab972604c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 874
diff changeset
2288
869
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 824
diff changeset
2289 * Support of JPEG and JPEG-LS decompression
874
87791ebc1f50 download matlab images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 869
diff changeset
2290 * Download DICOM images as Matlab/Octave arrays
824
a811bdf8b8eb precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 819
diff changeset
2291 * Precompiled headers for Microsoft Visual Studio
a811bdf8b8eb precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 819
diff changeset
2292
819
992be7e1736a set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 814
diff changeset
2293
992be7e1736a set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 814
diff changeset
2294 Version 0.7.5 (2014/05/08)
992be7e1736a set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 814
diff changeset
2295 ==========================
992be7e1736a set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 814
diff changeset
2296
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2297 * Dynamic negotiation of SOP classes for C-STORE SCU
796
e7b1ca0f1e04 creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 791
diff changeset
2298 * Creation of DICOM instances using the REST API
801
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 796
diff changeset
2299 * Embedding of images within DICOM instances
807
566a2fb3c1fb update/delete modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 801
diff changeset
2300 * Adding/removal/modification of remote modalities/peers through REST
1054
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2301 * Reuse of the previous SCU connection to avoid unnecessary handshakes
814
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 807
diff changeset
2302 * Fix problems with anonymization and modification
796
e7b1ca0f1e04 creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 791
diff changeset
2303 * Fix missing licensing terms about reuse of some code from DCMTK
791
381f90e2b69d refactoring
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 786
diff changeset
2304 * Various code refactorings
755
584b59a80ffb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 753
diff changeset
2305
584b59a80ffb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 753
diff changeset
2306
584b59a80ffb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 753
diff changeset
2307 Version 0.7.4 (2014/04/16)
584b59a80ffb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 753
diff changeset
2308 ==========================
584b59a80ffb set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 753
diff changeset
2309
748
de9763f63510 upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 735
diff changeset
2310 * Switch to openssl-1.0.1g in static builds (cf. Heartbleed exploit)
753
a6576b478553 upgrade to boost 1.55.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 752
diff changeset
2311 * Switch to boost 1.55.0 in static builds (to solve compiling errors)
731
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 730
diff changeset
2312 * Better logging about nonexistent tags
732
b79eda29896d dcm4chee manufacturer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 731
diff changeset
2313 * Dcm4Chee manufacturer
735
ee0d5abf7958 dos2unix
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 732
diff changeset
2314 * Automatic discovering of the path to the DICOM dictionaries
752
45715eadc2e0 port number as a string
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 748
diff changeset
2315 * In the "DicomModalities" config, the port number can be a string
719
32465ad22bda set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 717
diff changeset
2316
32465ad22bda set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 717
diff changeset
2317
32465ad22bda set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 717
diff changeset
2318 Version 0.7.3 (2014/02/14)
32465ad22bda set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 717
diff changeset
2319 ==========================
32465ad22bda set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 717
diff changeset
2320
705
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2321 Major changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2322 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2323
717
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 715
diff changeset
2324 * Fixes in the implementation of the C-FIND handler for Query/Retrieve
703
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 698
diff changeset
2325 * Custom attachment of files to patients, studies, series or instances
698
aae83e1e31f7 verify MD5 of attachments through REST
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 694
diff changeset
2326 * Access to lowlevel info about the attached files through the REST API
705
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2327 * Recover pixel data for more transfer syntaxes (notably JPEG)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2328
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2329 Minor changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2330 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 703
diff changeset
2331
691
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 687
diff changeset
2332 * AET comparison is now case-insensitive by default
685
b01cc78caba4 possibility to disable the DICOM/HTTP servers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 684
diff changeset
2333 * Possibility to disable the HTTP server or the DICOM server
694
72dc919a028c upgrade database from v3 to v4
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 691
diff changeset
2334 * Automatic computation of MD5 hashes for the stored DICOM files
680
571583642ce2 Tool to recover compressed files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 669
diff changeset
2335 * Maintenance tool to recover DICOM files compressed by Orthanc
2086
630606097798 GNU/Linux
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2081
diff changeset
2336 * The newline characters in the configuration file are fixed for GNU/Linux
630606097798 GNU/Linux
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2081
diff changeset
2337 * Capture of the SIGTERM signal in GNU/Linux
629
0526d6246cc3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 625
diff changeset
2338
669
2d59a8b9bb84 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 665
diff changeset
2339
2d59a8b9bb84 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 665
diff changeset
2340 Version 0.7.2 (2013/11/08)
2d59a8b9bb84 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 665
diff changeset
2341 ==========================
2d59a8b9bb84 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 665
diff changeset
2342
665
41b3e5ccb291 fix for medInria
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 662
diff changeset
2343 * Support of Query/Retrieve from medInria
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2344 * Accept more transfer syntaxes for C-STORE SCP and SCU (notably JPEG)
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2345 * Create the meta-header when receiving files through C-STORE SCP
661
d233b5090105 accept more transfer syntaxes for C-Store SCP, write meta-header when receiving files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 658
diff changeset
2346 * Fixes and improvements thanks to the static analyzer cppcheck
657
5425bb6f1ea5 further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 653
diff changeset
2347
5425bb6f1ea5 further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 653
diff changeset
2348
653
b8af38c04ec6 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 648
diff changeset
2349 Version 0.7.1 (2013/10/30)
b8af38c04ec6 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 648
diff changeset
2350 ==========================
b8af38c04ec6 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 648
diff changeset
2351
648
bcf5c9a767a9 use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 647
diff changeset
2352 * Use ZIP64 only when required to improve compatibility (cf. issue #7)
bcf5c9a767a9 use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 647
diff changeset
2353 * Refactoring of the CMake options
641
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 629
diff changeset
2354 * Fix for big-endian architectures (RedHat bug #985748)
648
bcf5c9a767a9 use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 647
diff changeset
2355 * Use filenames with 8 characters in ZIP files for maximum compatibility
644
eb5a0b21d05e do not use ZIP64 as the default format anymore
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 641
diff changeset
2356 * Possibility to build Orthanc inplace (in the source directory)
641
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 629
diff changeset
2357
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 629
diff changeset
2358
629
0526d6246cc3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 625
diff changeset
2359 Version 0.7.0 (2013/10/25)
0526d6246cc3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 625
diff changeset
2360 ==========================
0526d6246cc3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 625
diff changeset
2361
625
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2362 Major changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2363 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2364
621
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 603
diff changeset
2365 * DICOM Query/Retrieve is supported
625
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2366
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2367 Minor changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2368 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 621
diff changeset
2369
602
d5043ff68d58 Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 597
diff changeset
2370 * Possibility to keep the PatientID during an anonymization
603
49945044b06d check the presence of external software in CMake
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 602
diff changeset
2371 * Check whether "unzip", "tar" and/or "7-zip" are installed from CMake
602
d5043ff68d58 Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 597
diff changeset
2372
597
11a195070841 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 584
diff changeset
2373
11a195070841 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 584
diff changeset
2374 Version 0.6.2 (2013/10/04)
11a195070841 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 584
diff changeset
2375 ==========================
11a195070841 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 584
diff changeset
2376
583
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 577
diff changeset
2377 * Build of the C++ client as a shared library
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 577
diff changeset
2378 * Improvements and documentation of the C++ client API
560
69c024f9c06b fix of Debian bug #724947
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 552
diff changeset
2379 * Fix of Debian bug #724947 (licensing issue with the SHA-1 library)
552
938d8461cf8f revert to boost 1.54.0, use ZIP instead of TGZ because of bad directory in package
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 551
diff changeset
2380 * Switch to Boost 1.54.0 (cf. issue #9)
584
a042693cc6a9 uninstall target for make
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 583
diff changeset
2381 * "make uninstall" is now possible
550
210c96710592 switch to boost 1.54.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 545
diff changeset
2382
545
586499635f4c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 530
diff changeset
2383
586499635f4c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 530
diff changeset
2384 Version 0.6.1 (2013/09/16)
586499635f4c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 530
diff changeset
2385 ==========================
586499635f4c set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 530
diff changeset
2386
511
3b735fdf320b monitoring of stable patients/studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 501
diff changeset
2387 * Detection of stable patients/studies/series
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2388 * C-FIND SCU at the instance level
515
a8be42bcf2bb Link from modified to original resource in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 511
diff changeset
2389 * Link from modified to original resource in Orthanc Explorer
524
d80376e73f52 fix of issue #8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 515
diff changeset
2390 * Fix of issue #8
530
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 524
diff changeset
2391 * Anonymization of the medical alerts tag (0010,2000)
439
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2392
489
6ad76c3f0efd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 486
diff changeset
2393
6ad76c3f0efd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 486
diff changeset
2394 Version 0.6.0 (2013/07/16)
6ad76c3f0efd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 486
diff changeset
2395 ==========================
6ad76c3f0efd set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 486
diff changeset
2396
482
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2397 Major changes
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2398 -------------
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2399
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2400 * Introduction of the C++ client
484
b8ace6fc1d1f preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 482
diff changeset
2401 * Send DICOM resources to other Orthanc instances through HTTP
482
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2402 * Access to signed images (instances/.../image-int16)
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2403 (Closes: Debian #716958)
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2404
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2405 Minor changes
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2406 -------------
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2407
484
b8ace6fc1d1f preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 482
diff changeset
2408 * Export of DICOM files to the host filesystem (instances/.../export)
482
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2409 * Statistics about patients, studies, series and instances
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2410 * Link from anonymized to original resource in Orthanc Explorer
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2411 * Fixes for Red Hat and Debian packaging
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2412 * Fixes for history in Orthanc Explorer
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2413 * Fixes for boost::thread, as reported by Cyril Paulus
486
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 484
diff changeset
2414 * Fix licensing (Closes: Debian #712038)
482
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2415
439
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2416 Metadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2417 --------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2418
482
b05eb8708aee fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 471
diff changeset
2419 * Access to the metadata through the REST API (.../metadata)
439
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2420 * Support of user-defined metadata
433
aa50783f9550 cardiopet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 421
diff changeset
2421 * "LastUpdate" metadata for patients, studies and series
446
b7ef1a7d857e /tools/now
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 444
diff changeset
2422 * "/tools/now" to be used in combination with "LastUpdate"
433
aa50783f9550 cardiopet
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 421
diff changeset
2423 * Improved support of series with temporal positions
439
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 433
diff changeset
2424
379
69920b9875a3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 376
diff changeset
2425
421
5ee6239e37e0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 416
diff changeset
2426 Version 0.5.2 (2013/05/07)
5ee6239e37e0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 416
diff changeset
2427 ==========================
5ee6239e37e0 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 416
diff changeset
2428
406
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 379
diff changeset
2429 * "Bulk" Store-SCU (send several DICOM instances with the same
1054
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2430 DICOM connection)
412
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 411
diff changeset
2431 * Store-SCU for patients and studies in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 411
diff changeset
2432 * Filtering of incoming DICOM instances (through Lua scripting)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 411
diff changeset
2433 * Filtering of incoming HTTP requests (through Lua scripting)
413
47d63c941902 clearing /exports and /changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 412
diff changeset
2434 * Clearing of "/exports" and "/changes"
412
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 411
diff changeset
2435 * Check MD5 of third party downloads
416
1188cb0ddaa5 http method faking
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 413
diff changeset
2436 * Faking of the HTTP methods PUT and DELETE
406
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 379
diff changeset
2437
379
69920b9875a3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 376
diff changeset
2438
69920b9875a3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 376
diff changeset
2439 Version 0.5.1 (2013/04/17)
69920b9875a3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 376
diff changeset
2440 ==========================
69920b9875a3 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 376
diff changeset
2441
369
4632a044746e simplification of the code
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 358
diff changeset
2442 * Support of RGB images
376
2cef9c2d4148 separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 369
diff changeset
2443 * Fix of store SCU in release builds
2cef9c2d4148 separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 369
diff changeset
2444 * Possibility to store the SQLite index at another place than the
406
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 379
diff changeset
2445 DICOM instances (for performance)
358
3e604c6f0a74 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 356
diff changeset
2446
3e604c6f0a74 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 356
diff changeset
2447
3e604c6f0a74 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 356
diff changeset
2448 Version 0.5.0 (2013/01/31)
3e604c6f0a74 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 356
diff changeset
2449 ==========================
3e604c6f0a74 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 356
diff changeset
2450
317
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2451 Major changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2452 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2453
311
26efccdff583 anonymisation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 309
diff changeset
2454 * Download of modified or anonymized DICOM instances
1054
1701dcb6f554 Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1049
diff changeset
2455 * Inplace modification and anonymization of DICOM series, studies and patients
317
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2456
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2457 Minor changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2458 -------------
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 311
diff changeset
2459
343
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 319
diff changeset
2460 * Support of private tags
319
760d0f32cb34 PMSCT_RLE1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 317
diff changeset
2461 * Implementation of the PMSCT_RLE1 image decoding for Philips modalities
343
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 319
diff changeset
2462 * Generation of random DICOM UID through the REST API (/tools/generate-uid)
306
326d5a4a5af3 modification of instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 293
diff changeset
2463
293
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2464
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2465 Version 0.4.0 (2012/12/14)
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2466 ==========================
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2467
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2468 Major changes
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2469 -------------
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2470
271
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 254
diff changeset
2471 * Recycling of disk space
293
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2472 * Raw access to the value of the DICOM tags in the REST API
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2473
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2474 Minor changes
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2475 -------------
7417915ce0f3 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 291
diff changeset
2476
275
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 271
diff changeset
2477 * Protection of patients against recycling (also in Orthanc Explorer)
291
4d7469f72a0b embedding of dicom dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 285
diff changeset
2478 * The DICOM dictionaries are embedded in Windows builds
254
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2479
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2480
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2481 Version 0.3.1 (2012/12/05)
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2482 ==========================
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2483
0b1e46ae6632 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 252
diff changeset
2484 * Download archives of patients, studies and series as ZIP files
252
bd009f0b1931 db version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 250
diff changeset
2485 * Orthanc now checks the version of its database schema before starting
250
f23318b11b39 creation of zip files
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 241
diff changeset
2486
241
391e7a9de203 preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 238
diff changeset
2487
391e7a9de203 preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 238
diff changeset
2488 Version 0.3.0 (2012/11/30)
391e7a9de203 preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 238
diff changeset
2489 ==========================
391e7a9de203 preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 238
diff changeset
2490
206
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2491 Major changes
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2492 -------------
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2493
236
6d9be2b470b4 compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 232
diff changeset
2494 * Transparent compression of the DICOM instances on the disk
211
b7aea293b965 list of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 207
diff changeset
2495 * The patient/study/series/instances are now indexed by SHA-1 digests
b7aea293b965 list of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 207
diff changeset
2496 of their DICOM Instance IDs (and not by UUIDs anymore): The same
b7aea293b965 list of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 207
diff changeset
2497 DICOM objects are thus always identified by the same Orthanc IDs
1859
4e7c318a3f69 C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1856
diff changeset
2498 * Log of exported instances through DICOM C-STORE SCU ("/exported" URI)
236
6d9be2b470b4 compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 232
diff changeset
2499 * Full refactoring of the DB schema and of the REST API
6d9be2b470b4 compression
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 232
diff changeset
2500 * Introduction of generic classes for REST APIs (in Core/RestApi)
166
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2501
206
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2502 Minor changes
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2503 -------------
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2504
238
e4148b0ab1d0 statistics URI
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 237
diff changeset
2505 * "/statistics" URI
237
16a4ac70bd8a last change and export
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 236
diff changeset
2506 * "last" flag to retrieve the last change from the "/changes" URI
211
b7aea293b965 list of resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 207
diff changeset
2507 * Generate a sample configuration file from command line
206
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2508 * "CompletedSeries" event in the changes API
231
8098448bd827 export log
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 211
diff changeset
2509 * Thread to continuously flush DB to disk (SQLite checkpoints for
232
5368bbe813cf refactoring of attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 231
diff changeset
2510 improved robustness)
206
4453a010d0db flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 190
diff changeset
2511
166
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2512
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2513 Version 0.2.3 (2012/10/26)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2514 ==========================
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2515
155
93e1b0e3b83a filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 152
diff changeset
2516 * Use HTTP Content-Disposition to set a filename when downloading JSON/DCM
93e1b0e3b83a filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 152
diff changeset
2517 * URI "/system" for general information about Orthanc
152
4829c054751a improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 151
diff changeset
2518 * Versioning info and help on the command line
147
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 134
diff changeset
2519 * Improved logging
134
bdc60d16cc98 improved cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 118
diff changeset
2520 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk
166
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 155
diff changeset
2521 for Debian packaging
147
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 134
diff changeset
2522 * Fix some bugs
155
93e1b0e3b83a filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 152
diff changeset
2523 * Switch to default 8042 port for HTTP
95
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2524
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2525
118
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 113
diff changeset
2526 Version 0.2.2 (2012/10/04)
111
0fc3b69c0357 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 95
diff changeset
2527 ==========================
0fc3b69c0357 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 95
diff changeset
2528
2014
e39a2657f1c6 Dropped support of Google Log
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 2012
diff changeset
2529 * Switch to Google Log
111
0fc3b69c0357 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 95
diff changeset
2530 * Fixes to Debian packaging
0fc3b69c0357 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 95
diff changeset
2531
0fc3b69c0357 preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 95
diff changeset
2532
95
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2533 Version 0.2.1 (2012/09/28)
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2534 ==========================
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2535
80
6212bf978584 status of series
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 69
diff changeset
2536 * Status of series
82
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 80
diff changeset
2537 * Continuous Integration Server is up and running
95
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2538 * Ready for Debian packaging
3f9569917745 preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 82
diff changeset
2539
69
fce53dabac6d preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 68
diff changeset
2540
68
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2541 Version 0.2.0 (2012/09/16)
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2542 ==========================
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2543
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2544 Major changes
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2545 -------------
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2546
57
4bc019d2f969 renaming
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 53
diff changeset
2547 * Renaming to "Orthanc"
68
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2548 * Focus on security: Support of SSL, HTTP Basic Authentication and
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2549 interdiction of remote access
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2550 * Access to multi-frame images (for nuclear medicine)
42
ea48f38afe5f access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 31
diff changeset
2551 * Access to the raw PNG images (in 8bpp and 16bpp)
68
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2552
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2553 Minor changes
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2554 -------------
74cc8cf8de92 preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 57
diff changeset
2555
48
0a04c70747d9 renaming
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 42
diff changeset
2556 * Change of the licensing of the "Core/SQLite" folder to BSD (to
31
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 19
diff changeset
2557 reflect the original licensing terms of Chromium, from which the
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 19
diff changeset
2558 code derives)
19
e85455ff6039 standalon
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 18
diff changeset
2559 * Standalone build for cross-compilation
18
f3551378e8f3 fixes for mingw
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 17
diff changeset
2560
7
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2561
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2562 Version 0.1.1 (2012/07/20)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2563 ==========================
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2564
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2565 * Fix Windows version
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2566 * Native Windows build with Microsoft Visual Studio 2005
17
db4d996ea264 licensing of sqlite
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 7
diff changeset
2567 * Add path to storage in Configuration.json
7
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2568
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2569
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2570 Version 0.1.0 (2012/07/19)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2571 ==========================
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2572
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2573 * Initial release