Mercurial > hg > orthanc
comparison NEWS @ 4340:6fa8bb987be2
"DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Dec 2020 15:58:52 +0100 |
parents | fc5caed6f940 |
children | 977c2759eb0a |
comparison
equal
deleted
inserted
replaced
4339:fc5caed6f940 | 4340:6fa8bb987be2 |
---|---|
5 ------- | 5 ------- |
6 | 6 |
7 * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc | 7 * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc |
8 * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") | 8 * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") |
9 * New command-line option "--trace-dicom" to access full debug information from DCMTK | 9 * New command-line option "--trace-dicom" to access full debug information from DCMTK |
10 * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU | |
10 | 11 |
11 REST API | 12 REST API |
12 -------- | 13 -------- |
13 | 14 |
14 * API version upgraded to 9 | 15 * API version upgraded to 9 |
15 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" | 16 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" |
16 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories | 17 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories |
17 * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") | 18 * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") |
18 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") | 19 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") |
20 * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON | |
21 body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) | |
19 | 22 |
20 Maintenance | 23 Maintenance |
21 ----------- | 24 ----------- |
22 | 25 |
23 * C-GET SCP: Fix responses and handling of cancel | 26 * C-GET SCP: Fix responses and handling of cancel |