log OrthancServer/OrthancFindRequestHandler.cpp @ 4095:642b0947af84 zeiss-cirrus-investigations

age author description
Tue, 30 Jun 2020 17:20:22 +0200 Alain Mazy temporarily modified the FindRequestHandler such that ZeissCirrus accepts the response from Orthanc. Work to be cleaned zeiss-cirrus-investigations
Wed, 10 Jun 2020 10:28:15 +0200 Alain Mazy merge
Wed, 10 Jun 2020 10:28:01 +0200 Alain Mazy added contextual privateCreators dico to ParsedDicomFile -> this allows you not to have to define a DefaultPrivateCreator. This was tested only in the scope of C-Find requests but should not have impact on other parts since it is not used out of C-Find right now
Tue, 09 Jun 2020 16:34:19 +0200 Sebastien Jodogne fix for msvc2008
Tue, 09 Jun 2020 11:37:35 +0200 Alain Mazy collect private creators from the C-Find query itself; use DefaultPrivateCreator otherwise
Mon, 08 Jun 2020 16:04:29 +0200 Alain Mazy fix for non private sequence tags in C-Find
Sat, 06 Jun 2020 14:50:21 +0200 Sebastien Jodogne Private tags returned by C-FIND SCP
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Tue, 25 Feb 2020 21:44:09 +0100 Sebastien Jodogne Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Fri, 05 Apr 2019 13:36:13 +0200 Sebastien Jodogne Fix issue #136 (C-Find request fails when found DICOM file does not have certain tags)
Tue, 29 Jan 2019 15:15:48 +0100 Sebastien Jodogne primitives to collect metrics in Orthanc
Thu, 24 Jan 2019 18:04:55 +0100 Sebastien Jodogne Fix issue #90 (C-Find shall match missing tags to null/empty string)
Sat, 05 Jan 2019 18:22:25 +0100 Sebastien Jodogne removing dependencies upon ServerContext db-changes