Mercurial > hg > orthanc
annotate NEWS @ 2043:35ccba7adae9
Toolbox::UriEncode
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Jun 2016 10:08:27 +0200 |
parents | e33e0ae51d7b |
children | 8fdeb348f72b |
rev | line source |
---|---|
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
1 Pending changes in the mainline |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
2 =============================== |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
3 |
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
|
4 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
|
5 ------- |
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
|
6 |
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
|
7 * 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
|
8 * 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
|
9 * 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
|
10 * 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
|
11 |
1999
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
12 REST API |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
13 -------- |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
14 |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
15 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
16 * New URI "/modalities/.../move" to issue C-Move SCU requests |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
17 * "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
|
18 |
1960 | 19 Dicom protocol |
20 -------------- | |
21 | |
1898
e018037d4d0e
Support of optional tags for counting resources in C-Find
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1895
diff
changeset
|
22 * Support of optional tags for counting resources in C-Find: |
e018037d4d0e
Support of optional tags for counting resources in C-Find
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1895
diff
changeset
|
23 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 |
1907
5011a597b6ce
Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1905
diff
changeset
|
24 * 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
|
25 |
1961
ef1e9856c26f
New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1960
diff
changeset
|
26 Plugins |
ef1e9856c26f
New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1960
diff
changeset
|
27 ------- |
ef1e9856c26f
New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1960
diff
changeset
|
28 |
2000
39329372b667
Speedup in plugins by removing unnecessary locks
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1999
diff
changeset
|
29 * 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
|
30 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter() |
1999
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
31 * New callback to handle non-worklists C-Find requests: OrthancPluginRegisterFindCallback() |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
32 * 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
|
33 * 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
|
34 * 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
|
35 * 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
|
36 |
1959
45c4387a379c
Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1955
diff
changeset
|
37 Lua |
45c4387a379c
Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1955
diff
changeset
|
38 --- |
45c4387a379c
Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1955
diff
changeset
|
39 |
45c4387a379c
Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1955
diff
changeset
|
40 * 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
|
41 |
1999
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
42 Image decoding |
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
43 -------------- |
1997
f9f2aa1cc594
"MoveOriginatorID" can be specified for /modalities/.../store
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1996
diff
changeset
|
44 |
1999
364cc624eb65
New URI "/modalities/.../move" to issue C-Move SCU requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
45 * 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
|
46 * 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
|
47 * 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
|
48 * 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
|
49 |
1955 | 50 Maintenance |
51 ----------- | |
52 | |
1996 | 53 * New logo of Orthanc |
1911 | 54 * Fix issue 11 (is_regular_file() fails for FILE_ATTRIBUTE_REPARSE_POINT) |
2004 | 55 * Fix issue 16 ("Limit" parameter error in REST API /tools/find method) |
1955 | 56 * 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
|
57 * 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
|
58 * Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows |
1955 | 59 * Compatibility with CMake >= 3.5.0 |
60 * 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
|
61 * Upgrade to Boost 1.60.0 for static builds |
1964 | 62 * 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
|
63 * 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
|
64 * New configuration option "AllowFindSopClassesInStudy" |
1976
325772dadcd6
Macro "__linux" (now obsolete) replaced by macro "__linux__"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1973
diff
changeset
|
65 * 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
|
66 * 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
|
67 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
|
68 * 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
|
69 |
1895 | 70 |
71 Version 1.0.0 (2015/12/15) | |
72 ========================== | |
73 | |
1888
512b6e76f531
Lua: "IncomingFindRequestFilter()" to apply filters to incoming C-Find requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1887
diff
changeset
|
74 * Lua: "IncomingFindRequestFilter()" to apply filters to incoming C-Find requests |
1895 | 75 * New function in plugin SDK: "OrthancPluginSendMultipartItem2()" |
1885
5be57564ffc4
refactoring dicomdir generation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1882
diff
changeset
|
76 * 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
|
77 * 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
|
78 * 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
|
79 * 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
|
80 |
5cf2bd0abfa2
OrthancPluginSendMultipartItem2 for DICOMweb
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1879
diff
changeset
|
81 |
1879 | 82 Version 0.9.6 (2015/12/08) |
83 ========================== | |
84 | |
1875 | 85 * Promiscuous mode (accept unknown SOP class UID) is now turned off by default |
1877 | 86 * 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
|
87 * 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
|
88 * 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
|
89 * Improved logging information if upgrade fails |
1875 | 90 * 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
|
91 |
1863 | 92 |
93 Version 0.9.5 (2015/12/02) | |
94 ========================== | |
95 | |
1806
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
96 Major |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
97 ----- |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
98 |
1859
4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1856
diff
changeset
|
99 * 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
|
100 * 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
|
101 |
1823
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
102 REST API |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
103 -------- |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
104 |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
105 * New URIs: |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
106 - "/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
|
107 - "/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
|
108 - ".../compress", ".../uncompress" and ".../is-compressed" for attachments |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
109 - "/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
|
110 - "/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
|
111 - "/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
|
112 * "/tools/create-dicom": |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
113 - 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
|
114 - Support of hierarchical structures (creation of sequences) |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
115 - Create tags with unknown VR |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
116 * "/modify" can insert/modify sequences |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
117 * ".../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
|
118 * "Origin" metadata for the instances |
0ef4e6e66b56
"Origin" metadata for the instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
119 |
1806
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
120 Minor |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
121 ----- |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
122 |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
123 * New configuration options: |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
124 - "UnknownSopClassAccepted" to disable promiscuous mode (accept unknown SOP class UID) |
cd213ebcaefd
UnknownSopClassAccepted option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1790
diff
changeset
|
125 - 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
|
126 * 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
|
127 * 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
|
128 |
1649
8040d56cb0b3
New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1641
diff
changeset
|
129 Plugins |
8040d56cb0b3
New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1641
diff
changeset
|
130 ------- |
8040d56cb0b3
New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1641
diff
changeset
|
131 |
1815
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
132 * New functions: |
1826
ac5b0b4e2434
refactoring of DicomImageDecoder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1824
diff
changeset
|
133 - "OrthancPluginRegisterDecodeImageCallback()" to replace the built-in image decoder |
1815
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
134 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
135 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
136 - "OrthancPluginRegisterErrorCode()" to declare custom error codes |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
137 - "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
|
138 - "OrthancPluginLookupDictionary()" to get information about some DICOM tag |
1815
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
139 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
140 - "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
|
141 - "OrthancPluginCreateImage()" and "OrthancPluginCreateImageAccessor()" to create images |
1829
31df3b48925e
OrthancPluginDecodeDicomImage
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
142 - "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
|
143 - "OrthancPluginComputeMd5()" and "OrthancPluginComputeSha1()" to compute MD5/SHA-1 hash |
1815
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
144 * New events in change callbacks: |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
145 - "OrthancStarted" |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
146 - "OrthancStopped" |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
147 - "UpdatedAttachment" |
2abfdca9b915
OrthancPluginGetInstanceOrigin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1806
diff
changeset
|
148 - "UpdatedMetadata" |
1780
94990da8710e
OrthancPluginRestApiGet2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1779
diff
changeset
|
149 * "/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
|
150 * 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
|
151 |
1658
54bafe0e7e7b
Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
152 Lua |
54bafe0e7e7b
Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
153 --- |
54bafe0e7e7b
Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
154 |
54bafe0e7e7b
Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
155 * Optional argument "keepStrings" in "DumpJson()" |
54bafe0e7e7b
Optional argument "keepStrings" in "DumpJson()"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
156 |
1627
da7854deb662
Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1623
diff
changeset
|
157 Maintenance |
da7854deb662
Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1623
diff
changeset
|
158 ----------- |
da7854deb662
Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1623
diff
changeset
|
159 |
1859
4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1856
diff
changeset
|
160 * 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
|
161 * 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
|
162 * 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
|
163 * 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
|
164 * 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
|
165 * "--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
|
166 * "--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
|
167 * 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
|
168 * 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
|
169 * 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
|
170 * 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
|
171 |
1555
d6a93e12b1c1
Creation of DICOM files with encapsulated PDF
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
172 |
1619 | 173 Version 0.9.4 (2015/09/16) |
174 ========================== | |
175 | |
1556
b8dc2f855a83
Preview of PDF files encapsulated in DICOM from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1555
diff
changeset
|
176 * 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
|
177 * 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
|
178 * "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
|
179 * 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
|
180 * Options to validate peers against CA certificates in HTTPS requests |
1594
2bac60a4f584
OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1593
diff
changeset
|
181 * New configuration option: "HttpTimeout" to set the default timeout for HTTP requests |
1528 | 182 |
1572
904096e7367e
More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1567
diff
changeset
|
183 Lua |
904096e7367e
More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1567
diff
changeset
|
184 --- |
904096e7367e
More information about the origin request in OnStoredInstance() callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1567
diff
changeset
|
185 |
1574
0c29ebe80ac9
give access to full request origin in ReceivedInstanceFilter (Lua)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1572
diff
changeset
|
186 * 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
|
187 "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
|
188 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
|
189 * 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
|
190 |
1554
89ab71a68fcf
New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1548
diff
changeset
|
191 Plugins |
89ab71a68fcf
New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1548
diff
changeset
|
192 ------- |
89ab71a68fcf
New function OrthancPluginBufferCompression() to (un)compress memory buffers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1548
diff
changeset
|
193 |
1598
c6b50b803387
primitives for image encoding/decoding in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1597
diff
changeset
|
194 * New functions to compress/uncompress images using PNG and JPEG |
1607 | 195 * New functions to issue HTTP requests from plugins |
1588
b5bc87a7212d
OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1587
diff
changeset
|
196 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers |
b5bc87a7212d
OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1587
diff
changeset
|
197 * New function "OrthancPluginReadFile()" to read files from the filesystem |
b5bc87a7212d
OrthancPluginReadFile, OrthancPluginWriteFile
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1587
diff
changeset
|
198 * New function "OrthancPluginWriteFile()" to write files to the filesystem |
1593
235d89817b89
OrthancPluginGetErrorDescription
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1592
diff
changeset
|
199 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings |
1594
2bac60a4f584
OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1593
diff
changeset
|
200 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body |
1595
e1e54a73ba8b
OrthancPluginRegisterRestCallbackNoLock, documentation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1594
diff
changeset
|
201 * 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
|
202 * 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
|
203 * 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
|
204 * 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
|
205 |
1528 | 206 Maintenance |
207 ----------- | |
208 | |
1548
e9325f3ac496
Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1537
diff
changeset
|
209 * Many code refactorings |
1594
2bac60a4f584
OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1593
diff
changeset
|
210 * Improved error codes (no more custom descriptions in exceptions) |
2bac60a4f584
OrthancPluginSendHttpStatus
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1593
diff
changeset
|
211 * 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
|
212 (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
|
213 * Upgrade to curl 7.44.0 for static and Windows builds |
1530
766a42aac55d
Upgrade to libcurl 1.0.2d for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1528
diff
changeset
|
214 * Upgrade to libcurl 1.0.2d for static and Windows builds |
1607 | 215 * 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
|
216 * 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
|
217 |
1504 | 218 |
219 Version 0.9.3 (2015/08/07) | |
220 ========================== | |
221 | |
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
|
222 * 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
|
223 * 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
|
224 (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
|
225 * Upgrade to JsonCpp 0.10.5 for static and Windows builds |
1489 | 226 |
1482 | 227 |
228 Version 0.9.2 (2015/08/02) | |
229 ========================== | |
230 | |
1502
5e9c40419fb9
Upgrade to JsonCpp 0.10.5 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1501
diff
changeset
|
231 * 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
|
232 * 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
|
233 * 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
|
234 * 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
|
235 * 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
|
236 |
1461 | 237 |
238 Version 0.9.1 (2015/07/02) | |
239 ========================== | |
240 | |
1449 | 241 General |
242 ------- | |
243 | |
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
|
244 * 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
|
245 * Custom setting of the local AET during C-STORE SCU (both in Lua and in the REST API) |
1449 | 246 * Many code refactorings |
247 | |
248 Lua | |
249 --- | |
250 | |
251 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete) | |
1450 | 252 * 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
|
253 * 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
|
254 |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
255 Plugins |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
256 ------- |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
257 |
1424
fe384a9d3b51
OrthancPluginGetConfiguration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1423
diff
changeset
|
258 * 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
|
259 * 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
|
260 |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
261 Fixes |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
262 ----- |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
263 |
1859
4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1856
diff
changeset
|
264 * Fix compatibility issues for C-FIND SCU to Siemens Syngo.Via modalities SCP |
1449 | 265 * 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
|
266 * 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
|
267 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges) |
1409 | 268 |
269 | |
270 Version 0.9.0 (2015/06/03) | |
271 ========================== | |
272 | |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
273 Major |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
274 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
275 |
1371
f528849ee9f7
DICOM Query/Retrieve available from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1363
diff
changeset
|
276 * 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
|
277 * 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
|
278 * "?expand" flag for URIs "/patients", "/studies" and "/series" |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
279 * "/tools/find" URI to search for DICOM resources from REST |
1337 | 280 * Support of FreeBSD |
1409 | 281 * 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
|
282 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
283 Minor |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
284 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
285 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
286 * 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
|
287 * 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
|
288 * 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
|
289 * 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
|
290 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
291 Fixes |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
292 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
293 |
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
|
294 * Prevent freeze on C-FIND if no DICOM tag is to be returned |
1859
4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1856
diff
changeset
|
295 * Fix slow C-STORE SCP on recent versions of Linux, if |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
296 USE_SYSTEM_DCMTK is set to OFF (http://forum.dcmtk.org/viewtopic.php?f=1&t=4009) |
1332 | 297 * Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052)) |
1347 | 298 * 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
|
299 * 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
|
300 |
1318 | 301 |
302 Version 0.8.6 (2015/02/12) | |
303 ========================== | |
304 | |
1284
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
305 Major |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
306 ----- |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
307 |
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
|
308 * 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
|
309 * Instances without PatientID are now allowed |
1286 | 310 * 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
|
311 |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
312 Minor |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
313 ----- |
1286 | 314 |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
315 * 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
|
316 * More flexible "/modify" and "/anonymize" for single instance |
1286 | 317 * 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
|
318 * 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
|
319 * 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
|
320 |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
321 Plugins |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
322 ------- |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
323 |
1282
7bccdd221e2b
Plugins can do REST calls to other plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1281
diff
changeset
|
324 * 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
|
325 * 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
|
326 * 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
|
327 * 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
|
328 * 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
|
329 * Scan of folders for plugins |
1215 | 330 |
1286 | 331 Fixes |
332 ----- | |
333 | |
334 * Code refactorings | |
335 * 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
|
336 * 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
|
337 * Fix anonymization generating non-portable DICOM files |
1286 | 338 |
1215 | 339 |
340 Version 0.8.5 (2014/11/04) | |
341 ========================== | |
342 | |
1212 | 343 General |
344 ------- | |
345 | |
1197
61b71ccac362
integration mainline->db-changes
Sebastien Jodogne <s.jodogne@gmail.com>
diff
changeset
|
346 * Major speed-up thanks to a new database schema |
1212 | 347 * Plugins can monitor changes through callbacks |
1188
2e11c3353356
download dicomdir in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1181
diff
changeset
|
348 * Download ZIP + DICOMDIR from Orthanc Explorer |
1212 | 349 * Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/) |
350 | |
351 Fixes | |
352 ----- | |
353 | |
1206
f5b0207967bc
Fix issue 19 (YBR_FULL are decoded incorrectly)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1205
diff
changeset
|
354 * Fix issue 19 (YBR_FULL are decoded incorrectly) |
1179 | 355 * Fix issue 21 (Microsoft Visual Studio precompiled headers) |
1190 | 356 * Fix issue 22 (Error decoding multi-frame instances) |
1205 | 357 * 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
|
358 * Fix crash when bad HTTP credentials are provided |
1179 | 359 |
1168 | 360 |
361 Version 0.8.4 (2014/09/19) | |
362 ========================== | |
363 | |
1166
a921e3b5e763
bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1165
diff
changeset
|
364 * "/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
|
365 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
|
366 * 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
|
367 * 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
|
368 * Installation of plugin SDK in CMake |
8c9574576f42
install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1152
diff
changeset
|
369 |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
370 |
1152 | 371 Version 0.8.3 (2014/09/11) |
372 ========================== | |
373 | |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
374 Major |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
375 ----- |
1128 | 376 |
1121
82567bac5e25
Creation of ZIP archives for media storage, with DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1120
diff
changeset
|
377 * 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
|
378 * 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
|
379 * "/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
|
380 * 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
|
381 * Plugins can implement a custom storage area |
1128 | 382 |
383 Minor | |
384 ----- | |
385 | |
386 * 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
|
387 * 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
|
388 * 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
|
389 * "/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
|
390 * 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
|
391 * "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
|
392 |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
393 Maintenance |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
394 ----------- |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
395 |
1135
67c3c1e4a6e0
index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1131
diff
changeset
|
396 * Refactoring of HttpOutput ("Content-Length" header is now always sent) |
1128 | 397 * 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
|
398 * Fixes for Visual Studio 2013 and Windows 64bit |
1131 | 399 * Fix issue 16: Handling of "AT" value representations in JSON |
1128 | 400 * Fix issue 17 |
1112
a119f9ae3640
upgrade to Mongoose 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1105
diff
changeset
|
401 |
1105 | 402 |
403 Version 0.8.2 (2014/08/07) | |
404 ========================== | |
405 | |
1103
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
406 * Support of the standard text encodings |
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
407 * 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
|
408 * 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
|
409 * Parameter to set the default encoding for DICOM files without SpecificCharacterSet |
1098 | 410 * 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
|
411 * Upgrade to Google Test 1.7.0 |
1080 | 412 |
413 | |
414 Version 0.8.1 (2014/07/29) | |
415 ========================== | |
416 | |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
417 General |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
418 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
419 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
420 * 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
|
421 * 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
|
422 * C-Echo SCU in the REST API |
1073
01414536c930
complete DICOM conformance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1071
diff
changeset
|
423 * 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
|
424 |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
425 Lua scripts |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
426 ----------- |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
427 |
1055
6f923d52a46c
call Web services from Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1054
diff
changeset
|
428 * 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
|
429 * 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
|
430 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
431 Plugins |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
432 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
433 |
1038 | 434 * 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
|
435 * Plugins have access to the HTTP headers and can answer with HTTP status codes |
1071 | 436 * Callback to react to the incoming of DICOM instances |
1038 | 437 |
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
|
438 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
|
439 ----- |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
440 |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
441 * 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
|
442 * 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
|
443 |
1034 | 444 |
445 Version 0.8.0 (2014/07/10) | |
446 ========================== | |
447 | |
988 | 448 Major changes |
449 ------------- | |
450 | |
1019 | 451 * Routing images with Lua scripts |
914 | 452 * Introduction of the Orthanc Plugin SDK |
1076 | 453 * Official support of OS X (Darwin) 10.8 |
988 | 454 |
455 Minor changes | |
456 ------------- | |
457 | |
965 | 458 * 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
|
459 * 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
|
460 * Options to limit the number of results for an incoming C-FIND query |
890 | 461 * Support of kFreeBSD |
978 | 462 * Several code refactorings |
987 | 463 * Fix OrthancCppClient::GetVoxelSizeZ() |
878 | 464 |
465 | |
466 Version 0.7.6 (2014/06/11) | |
467 ========================== | |
468 | |
869 | 469 * Support of JPEG and JPEG-LS decompression |
874
87791ebc1f50
download matlab images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
869
diff
changeset
|
470 * Download DICOM images as Matlab/Octave arrays |
824
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
471 * Precompiled headers for Microsoft Visual Studio |
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
472 |
819 | 473 |
474 Version 0.7.5 (2014/05/08) | |
475 ========================== | |
476 | |
1859
4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1856
diff
changeset
|
477 * 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
|
478 * Creation of DICOM instances using the REST API |
801 | 479 * Embedding of images within DICOM instances |
807
566a2fb3c1fb
update/delete modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
801
diff
changeset
|
480 * 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
|
481 * Reuse of the previous SCU connection to avoid unnecessary handshakes |
814 | 482 * Fix problems with anonymization and modification |
796
e7b1ca0f1e04
creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
791
diff
changeset
|
483 * Fix missing licensing terms about reuse of some code from DCMTK |
791 | 484 * Various code refactorings |
755 | 485 |
486 | |
487 Version 0.7.4 (2014/04/16) | |
488 ========================== | |
489 | |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
735
diff
changeset
|
490 * 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
|
491 * Switch to boost 1.55.0 in static builds (to solve compiling errors) |
731 | 492 * Better logging about nonexistent tags |
732
b79eda29896d
dcm4chee manufacturer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
731
diff
changeset
|
493 * Dcm4Chee manufacturer |
735 | 494 * 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
|
495 * In the "DicomModalities" config, the port number can be a string |
719 | 496 |
497 | |
498 Version 0.7.3 (2014/02/14) | |
499 ========================== | |
500 | |
705 | 501 Major changes |
502 ------------- | |
503 | |
717 | 504 * Fixes in the implementation of the C-FIND handler for Query/Retrieve |
703 | 505 * 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
|
506 * Access to lowlevel info about the attached files through the REST API |
705 | 507 * Recover pixel data for more transfer syntaxes (notably JPEG) |
508 | |
509 Minor changes | |
510 ------------- | |
511 | |
691 | 512 * 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
|
513 * 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
|
514 * 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
|
515 * Maintenance tool to recover DICOM files compressed by Orthanc |
684 | 516 * The newline characters in the configuration file are fixed for Linux |
694
72dc919a028c
upgrade database from v3 to v4
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
691
diff
changeset
|
517 * Capture of the SIGTERM signal in Linux |
629 | 518 |
669 | 519 |
520 Version 0.7.2 (2013/11/08) | |
521 ========================== | |
522 | |
665 | 523 * 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
|
524 * 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
|
525 * 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
|
526 * Fixes and improvements thanks to the static analyzer cppcheck |
657
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
527 |
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
528 |
653 | 529 Version 0.7.1 (2013/10/30) |
530 ========================== | |
531 | |
648
bcf5c9a767a9
use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
647
diff
changeset
|
532 * 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
|
533 * Refactoring of the CMake options |
641 | 534 * 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
|
535 * 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
|
536 * Possibility to build Orthanc inplace (in the source directory) |
641 | 537 |
538 | |
629 | 539 Version 0.7.0 (2013/10/25) |
540 ========================== | |
541 | |
625 | 542 Major changes |
543 ------------- | |
544 | |
621 | 545 * DICOM Query/Retrieve is supported |
625 | 546 |
547 Minor changes | |
548 ------------- | |
549 | |
602
d5043ff68d58
Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
597
diff
changeset
|
550 * 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
|
551 * 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
|
552 |
597 | 553 |
554 Version 0.6.2 (2013/10/04) | |
555 ========================== | |
556 | |
583 | 557 * Build of the C++ client as a shared library |
558 * 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
|
559 * 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
|
560 * 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
|
561 * "make uninstall" is now possible |
550
210c96710592
switch to boost 1.54.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
545
diff
changeset
|
562 |
545 | 563 |
564 Version 0.6.1 (2013/09/16) | |
565 ========================== | |
566 | |
511
3b735fdf320b
monitoring of stable patients/studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
501
diff
changeset
|
567 * 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
|
568 * 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
|
569 * Link from modified to original resource in Orthanc Explorer |
524 | 570 * Fix of issue #8 |
530 | 571 * Anonymization of the medical alerts tag (0010,2000) |
439 | 572 |
489 | 573 |
574 Version 0.6.0 (2013/07/16) | |
575 ========================== | |
576 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
577 Major changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
578 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
579 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
580 * Introduction of the C++ client |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
581 * 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
|
582 * Access to signed images (instances/.../image-int16) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
583 (Closes: Debian #716958) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
584 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
585 Minor changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
586 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
587 |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
588 * 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
|
589 * Statistics about patients, studies, series and instances |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
590 * 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
|
591 * Fixes for Red Hat and Debian packaging |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
592 * Fixes for history in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
593 * Fixes for boost::thread, as reported by Cyril Paulus |
486 | 594 * Fix licensing (Closes: Debian #712038) |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
595 |
439 | 596 Metadata |
597 -------- | |
598 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
599 * Access to the metadata through the REST API (.../metadata) |
439 | 600 * Support of user-defined metadata |
433 | 601 * "LastUpdate" metadata for patients, studies and series |
446 | 602 * "/tools/now" to be used in combination with "LastUpdate" |
433 | 603 * Improved support of series with temporal positions |
439 | 604 |
379 | 605 |
421 | 606 Version 0.5.2 (2013/05/07) |
607 ========================== | |
608 | |
406 | 609 * "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
|
610 DICOM connection) |
412 | 611 * Store-SCU for patients and studies in Orthanc Explorer |
612 * Filtering of incoming DICOM instances (through Lua scripting) | |
613 * Filtering of incoming HTTP requests (through Lua scripting) | |
413
47d63c941902
clearing /exports and /changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
412
diff
changeset
|
614 * Clearing of "/exports" and "/changes" |
412 | 615 * Check MD5 of third party downloads |
416 | 616 * Faking of the HTTP methods PUT and DELETE |
406 | 617 |
379 | 618 |
619 Version 0.5.1 (2013/04/17) | |
620 ========================== | |
621 | |
369
4632a044746e
simplification of the code
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
358
diff
changeset
|
622 * 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
|
623 * 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
|
624 * Possibility to store the SQLite index at another place than the |
406 | 625 DICOM instances (for performance) |
358
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
626 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
627 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
628 Version 0.5.0 (2013/01/31) |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
629 ========================== |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
630 |
317 | 631 Major changes |
632 ------------- | |
633 | |
311 | 634 * 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
|
635 * Inplace modification and anonymization of DICOM series, studies and patients |
317 | 636 |
637 Minor changes | |
638 ------------- | |
639 | |
343 | 640 * Support of private tags |
319 | 641 * Implementation of the PMSCT_RLE1 image decoding for Philips modalities |
343 | 642 * 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
|
643 |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
644 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
645 Version 0.4.0 (2012/12/14) |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
646 ========================== |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
647 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
648 Major changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
649 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
650 |
271 | 651 * Recycling of disk space |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
652 * 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
|
653 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
654 Minor changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
655 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
656 |
275 | 657 * 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
|
658 * The DICOM dictionaries are embedded in Windows builds |
254
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
659 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
660 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
661 Version 0.3.1 (2012/12/05) |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
662 ========================== |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
663 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
664 * Download archives of patients, studies and series as ZIP files |
252 | 665 * 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
|
666 |
241
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
667 |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
668 Version 0.3.0 (2012/11/30) |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
669 ========================== |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
670 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
671 Major changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
672 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
673 |
236 | 674 * Transparent compression of the DICOM instances on the disk |
211 | 675 * The patient/study/series/instances are now indexed by SHA-1 digests |
676 of their DICOM Instance IDs (and not by UUIDs anymore): The same | |
677 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
|
678 * Log of exported instances through DICOM C-STORE SCU ("/exported" URI) |
236 | 679 * Full refactoring of the DB schema and of the REST API |
680 * Introduction of generic classes for REST APIs (in Core/RestApi) | |
166 | 681 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
682 Minor changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
683 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
684 |
238 | 685 * "/statistics" URI |
237
16a4ac70bd8a
last change and export
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
236
diff
changeset
|
686 * "last" flag to retrieve the last change from the "/changes" URI |
211 | 687 * Generate a sample configuration file from command line |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
688 * "CompletedSeries" event in the changes API |
231 | 689 * 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
|
690 improved robustness) |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
691 |
166 | 692 |
693 Version 0.2.3 (2012/10/26) | |
694 ========================== | |
695 | |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
696 * 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
|
697 * URI "/system" for general information about Orthanc |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
151
diff
changeset
|
698 * Versioning info and help on the command line |
147 | 699 * Improved logging |
134 | 700 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk |
166 | 701 for Debian packaging |
147 | 702 * Fix some bugs |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
703 * Switch to default 8042 port for HTTP |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
704 |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
705 |
118 | 706 Version 0.2.2 (2012/10/04) |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
707 ========================== |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
708 |
2014
e39a2657f1c6
Dropped support of Google Log
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2012
diff
changeset
|
709 * Switch to Google Log |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
710 * Fixes to Debian packaging |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
711 |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
712 |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
713 Version 0.2.1 (2012/09/28) |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
714 ========================== |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
715 |
80 | 716 * Status of series |
82 | 717 * Continuous Integration Server is up and running |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
718 * Ready for Debian packaging |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
719 |
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
720 |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
721 Version 0.2.0 (2012/09/16) |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
722 ========================== |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
723 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
724 Major changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
725 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
726 |
57 | 727 * Renaming to "Orthanc" |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
728 * 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
|
729 interdiction of remote access |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
730 * Access to multi-frame images (for nuclear medicine) |
42
ea48f38afe5f
access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
31
diff
changeset
|
731 * 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
|
732 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
733 Minor changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
734 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
735 |
48 | 736 * Change of the licensing of the "Core/SQLite" folder to BSD (to |
31 | 737 reflect the original licensing terms of Chromium, from which the |
738 code derives) | |
19 | 739 * Standalone build for cross-compilation |
18 | 740 |
7 | 741 |
742 Version 0.1.1 (2012/07/20) | |
743 ========================== | |
744 | |
745 * Fix Windows version | |
746 * Native Windows build with Microsoft Visual Studio 2005 | |
17 | 747 * Add path to storage in Configuration.json |
7 | 748 |
749 | |
750 Version 0.1.0 (2012/07/19) | |
751 ========================== | |
752 | |
753 * Initial release |