log OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp @ 5724:b7bf515864a2 find-refactoring tip

age author description
Thu, 06 Jun 2024 17:55:13 +0200 Alain Mazy Improved parsing of multiple numerical values in DICOM tags
Thu, 30 May 2024 21:19:57 +0200 Sebastien Jodogne updated copyright, as Orthanc Team now replaces Osimis
Thu, 04 Jan 2024 15:10:42 +0100 Sebastien Jodogne upgrade to year 2024
Tue, 21 Nov 2023 18:16:31 +0100 Sebastien Jodogne migration to UCLouvain servers
Wed, 08 Nov 2023 16:02:58 +0100 Alain Mazy more verbose error
Tue, 11 Jul 2023 10:25:58 +0200 Alain Mazy wip: try to add a jpeg decoder without colorspace conversion: not working now multiple-jpeg-decoders
Sun, 25 Jun 2023 12:29:39 +0200 Sebastien Jodogne added DicomMap::GuessPixelDataValueRepresentation()
Mon, 19 Jun 2023 19:20:31 +0200 Alain Mazy revert 5306:155637655710: re-enable automatic conversion from YBR to RGB
Fri, 16 Jun 2023 09:26:33 +0200 Alain Mazy merge default -> am-experimental am-experimental
Wed, 07 Jun 2023 10:48:14 +0200 Alain Mazy support multiple values for UL/OL
Mon, 05 Jun 2023 10:02:27 +0200 Alain Mazy Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax
Fri, 28 Apr 2023 10:42:27 +0200 Alain Mazy wip: 'dicomWeb' json format + 'include' get arguments am-experimental
Fri, 14 Apr 2023 11:49:24 +0200 Sebastien Jodogne Added a sample plugin bringing multitenant DICOM support through labels
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
Mon, 20 Mar 2023 18:17:21 +0100 Alain Mazy Fix issue 214: VOILUTSequence is not returned in Wado-RS
Tue, 31 Jan 2023 16:21:44 +0100 Alain Mazy allow OtherPatientIDs as a valid tag name as an input since this name is still used in outputs
Wed, 02 Nov 2022 21:27:22 +0100 Sebastien Jodogne typo
Thu, 30 Jun 2022 07:15:37 +0200 Alain Mazy CPP check and cleanup
Tue, 28 Jun 2022 17:45:09 +0200 Alain Mazy Refactored DicomMap to handle sequences when needed
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