# HG changeset patch # User Sebastien Jodogne # Date 1620804740 -7200 # Node ID 3badc205cb4c1ba9b7ea916c03ff11b6af7ecdf1 # Parent b1d87d41874e279f9cb3ffbcf1cc39e1af86f72a todo diff -r b1d87d41874e -r 3badc205cb4c OrthancServer/Sources/OrthancInitialization.cpp --- a/OrthancServer/Sources/OrthancInitialization.cpp Mon May 10 12:31:17 2021 +0200 +++ b/OrthancServer/Sources/OrthancInitialization.cpp Wed May 12 09:32:20 2021 +0200 @@ -59,7 +59,6 @@ #include -#include // For dcmDisableGethostbyaddr() #include // For DCM_dcmnetLogger diff -r b1d87d41874e -r 3badc205cb4c TODO --- a/TODO Mon May 10 12:31:17 2021 +0200 +++ b/TODO Wed May 12 09:32:20 2021 +0200 @@ -13,7 +13,8 @@ https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ * Support partial file retrieval in Orthanc::HttpClient * Support retry counter in Orthanc::HttpClient -* Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z +* Option to enable DNS lookups in DICOM: + https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88 * Toolbox::ComputeMD5() fails on files larger than 4GB @@ -58,6 +59,8 @@ https://groups.google.com/g/orthanc-users/c/G3_jBy4X4NQ/m/8BanTsdMBQAJ * Ranges of DICOM tags for "Keep" and "Remove" in ".../modify" and ".../anonymize": https://groups.google.com/g/orthanc-users/c/6dETktKo9v8/m/b0LUvSfwAgAJ +* Remove/Replace/Keep for nested sequences in "/modify": + https://groups.google.com/g/orthanc-users/c/iLxHN0YK00E/m/Cnauy7txBgAJ --------- Long-term