# HG changeset patch # User Sebastien Jodogne # Date 1610978676 -3600 # Node ID a86fd55c4df008a74ff72814913373ca7d807535 # Parent f4dbdb2dcba643c8b7c16205ac1460c24ef48fec todo diff -r f4dbdb2dcba6 -r a86fd55c4df0 TODO --- a/TODO Mon Jan 18 14:51:52 2021 +0100 +++ b/TODO Mon Jan 18 15:04:36 2021 +0100 @@ -48,6 +48,7 @@ Mid-term -------- +* Support C-GET SCU (note that C-GET SCP was introduced in Orthanc 1.7.0) * Support "Retrieve AE Title" (0008,0054) in C-FIND: - On SCP side: done by https://hg.orthanc-server.com/orthanc/rev/1ec3e1e18f50 - On SCU side: @@ -64,7 +65,6 @@ Long-term --------- -* Support DICOM TLS (cf. "--enable-tls" in storescp) * Support extended association: https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ * Support C-MOVE-CANCEL: @@ -126,9 +126,11 @@ https://groups.google.com/forum/#!msg/orthanc-users/WNnW187OILM/6XX_bm96BwAJ -=========== -Performance -=========== +============ +Code quality +============ + +* Have a look at openQA (cf. GNU Health) ================