log OrthancServer/DicomInstanceToStore.cpp @ 4035:cc6ed76bba27

age author description
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
Sat, 06 Jun 2020 14:50:21 +0200 Sebastien Jodogne Private tags returned by C-FIND SCP
Fri, 08 May 2020 13:43:50 +0200 Sebastien Jodogne prototyping automated transcoding of incoming DICOM files transcoding
Fri, 17 Apr 2020 16:21:50 +0200 Sebastien Jodogne actual implementation of OrthancPluginRegisterIncomingDicomInstanceFilter()
Thu, 16 Apr 2020 17:59:47 +0200 Sebastien Jodogne new "info" field in "ReceivedInstanceFilter()" callback
Thu, 16 Apr 2020 16:58:37 +0200 Sebastien Jodogne avoid one memcpy of the DICOM buffer on "POST /instances"
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr