log Core/DicomNetworking/DicomControlUserConnection.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, 29 May 2020 10:14:26 +0200 Sebastien Jodogne clarifying embedded resources
Mon, 04 May 2020 14:49:31 +0200 Sebastien Jodogne moving timeout from DicomAssocation to DicomAssociationParameters transcoding
Thu, 30 Apr 2020 15:00:20 +0200 Sebastien Jodogne forcing use of DicomAssociationParameters if creating an SCU transcoding
Wed, 29 Apr 2020 12:26:51 +0200 Alain Mazy added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve transcoding
Thu, 16 Apr 2020 17:24:24 +0200 Sebastien Jodogne end of replacements of DicomUserConnection by DicomControlUserConnection
Fri, 10 Apr 2020 17:29:11 +0200 Sebastien Jodogne removing deprecated DicomUserControl from OrthancRestModalities.cpp
Fri, 10 Apr 2020 16:35:41 +0200 Sebastien Jodogne fix build on os x
Fri, 10 Apr 2020 16:12:10 +0200 Sebastien Jodogne putting DicomAssociation behind pimpl
Fri, 10 Apr 2020 16:04:54 +0200 Sebastien Jodogne refactoring DicomUserConnection as Dicom[Control|Store]UserConnection