The new release of RZDCX include two new features and two important bug fixes.
172
| code
| closed
| 1.0.0.9
| Oct 12
| zroni
| Oct 13
| zroni
| 1
| 1
| C-STORE Response Status is not reflected in API calles
| edit
|
171
| code
| closed
| 1.0.0.9
| Sep 29
| zroni
| Oct 13
| zroni
| 1
| 1
| OnCommitResult is not fired on failure status
| edit
|
170
| new
| closed
| 1.0.0.9
| Sep 07
| zroni
| Oct 13
| zroni
| 4
| 3
| Add DCXKIN Interface for creating Key Images Notes SRs
| edit
|
169
| new
| closed
| 1.0.0.9
| Aug 27
| zroni
| Aug 30
| zroni
| 3
| 1
| Add DICOMDIR Creation
| edit
|
Creating DICOM Media has never been simpler with the new DICOMDIR.ScanAndCreate method.
This method creates a DICOMDIR file for a folder.
The DCXKIN is a new interface class for creating Key Object Selection (Key Images).
Using this interface you can add files or in-memory objects and then get the KIN object.
Item # 172 is an important bug fix. If a C-STORE command completed with no communication errors but the response status was unsuccessful, no error was propagated to the user. The fix returns a failure status (exception or HRESULT) if this happens. If the response status is success or warning then the method returns success. The warning can then be detected if the logs are on.
Item # 171 is yet another important bug fix related to storage commitment service as SCU. It turned out that the OnCommitResult event was fired only on successful commit results. This event is now fires on every commit result (N-EVENT-REPORT).
The toolkit is available online at
http://www.roniza.com-a.googlepages.com/downloads
Roni