Mercurial > hg > orthanc
comparison NEWS @ 2115:a657f7772e69
Handling of private tags/creators in the "Dictionary" configuration option
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 31 Oct 2016 15:23:32 +0100 |
parents | 9e8b315625c1 |
children | 9cf176bc21ad |
comparison
equal
deleted
inserted
replaced
2114:e4f8e377782f | 2115:a657f7772e69 |
---|---|
2 =============================== | 2 =============================== |
3 | 3 |
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * Handling of private tags/creators in the "Dictionary" configuration option | |
7 * New configuration options: "DicomScuTimeout" and "DicomScpTimeout" | 8 * New configuration options: "DicomScuTimeout" and "DicomScpTimeout" |
8 | 9 |
9 REST API | 10 REST API |
10 -------- | 11 -------- |
11 | 12 |
12 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors | 13 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors |
13 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store" | 14 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store" |
14 to avoid waiting for the completion of image transfers | 15 to avoid waiting for the completion of image transfers |
16 | |
17 Plugins | |
18 ------- | |
19 | |
20 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags | |
15 | 21 |
16 Maintenance | 22 Maintenance |
17 ----------- | 23 ----------- |
18 | 24 |
19 * Fix serious performance issue with C-FIND | 25 * Fix serious performance issue with C-FIND |