log OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp @ 5011:c014ab79fca5

age author description
Tue, 31 May 2022 09:36:00 +0200 Alain Mazy fixed /move documentation + improved error reporting
Mon, 25 Apr 2022 17:32:58 +0200 Sebastien Jodogne cppcheck
Tue, 22 Mar 2022 19:11:56 +0100 Sebastien Jodogne integration mainline->more-tags more-tags
Tue, 22 Mar 2022 12:37:24 +0100 Sebastien Jodogne added FromDcmtkBridge::LookupStringValue()
Tue, 22 Mar 2022 08:48:46 +0100 Sebastien Jodogne enlarged support of tags with UN value representation in ITagVisitor
Mon, 21 Mar 2022 15:19:42 +0100 Alain Mazy new field 'MainDicomTags' in the /system response more-tags
Wed, 16 Mar 2022 09:50:33 +0100 Alain Mazy performance warning more-tags
Fri, 11 Mar 2022 17:38:16 +0100 Alain Mazy Handling RequestedTags in ExpandResource -> read parent main dicom tags if required. Not yet getting missing tags from file. Integration tests ok more-tags
Thu, 10 Mar 2022 19:00:43 +0100 Alain Mazy split ExpandResource in 2: read from DB and serialize to json. This will allow us to merge requested tags from both the DB and the file system more-tags
Tue, 11 Jan 2022 11:15:42 +0100 Sebastien Jodogne upgrade to year 2022
Thu, 09 Dec 2021 17:22:40 +0100 Alain Mazy added ReceivedInstanceCallback + sample C++ plugin received-instance-callback
Thu, 25 Nov 2021 19:01:11 +0100 Sebastien Jodogne added copyright UCLouvain
Mon, 30 Aug 2021 11:41:05 +0200 Sebastien Jodogne Support detection of windowing and rescale in Philips multiframe images
Wed, 25 Aug 2021 17:20:21 +0200 Sebastien Jodogne added ParsedDicomFile::LookupSubSequence()
Wed, 25 Aug 2021 15:42:34 +0200 Sebastien Jodogne hiding FromDcmtkBridge::Apply() on IDicomPathVisitor
Tue, 06 Jul 2021 08:12:26 +0200 Sebastien Jodogne DANGEROUS commit: Anonymization is now also applied to nested sequences
Mon, 05 Jul 2021 16:12:10 +0200 Sebastien Jodogne added ITagVisitor::Action_Remove
Fri, 18 Jun 2021 16:08:35 +0200 Sebastien Jodogne Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Thu, 17 Jun 2021 15:47:21 +0200 Sebastien Jodogne new configuration option "ExternalDictionaries" to load external DICOM dictionaries
Thu, 17 Jun 2021 14:00:34 +0200 Sebastien Jodogne fix error if overriding existing tag in the DICOM dictionary
Thu, 10 Jun 2021 11:21:22 +0200 Sebastien Jodogne cppcheck
Tue, 08 Jun 2021 12:37:48 +0200 Sebastien Jodogne use of DicomPath in ParsedDicomFile
Mon, 07 Jun 2021 18:35:46 +0200 Sebastien Jodogne FromDcmtkBridge::RemovePath() and FromDcmtkBridge::ReplacePath()
Thu, 13 May 2021 14:11:47 +0200 Sebastien Jodogne "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
Wed, 24 Feb 2021 15:07:54 +0100 Sebastien Jodogne fix segmentation fault during anonymization on big-endian architectures
Wed, 24 Feb 2021 12:39:35 +0100 Sebastien Jodogne Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Tue, 16 Feb 2021 15:01:13 +0100 Sebastien Jodogne added DicomToJsonFlags_SkipGroupLengths
Tue, 16 Feb 2021 14:42:04 +0100 Sebastien Jodogne Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
Tue, 16 Feb 2021 12:18:41 +0100 Sebastien Jodogne removal of "dicom-as-json" attachments
Tue, 09 Feb 2021 15:24:36 +0100 Sebastien Jodogne FromDcmtkBridge::LogMissingTagsForStore()