log OrthancFramework/Sources/DicomFormat/DicomMap.cpp @ 5195:32df369198ac

age author description
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
Sat, 25 Mar 2023 11:21:09 +0100 Sebastien Jodogne fix DicomMap::SetupFindXXXTemplate() methods
Sat, 25 Mar 2023 11:11:11 +0100 Sebastien Jodogne added unit test DicomMap.SetupFindTemplates
Sat, 25 Mar 2023 10:47:29 +0100 Sebastien Jodogne internal class DicomMap::MainDicomTagsConfiguration is now thread-safe
Sat, 25 Mar 2023 10:37:56 +0100 Sebastien Jodogne cont
Fri, 24 Mar 2023 19:10:00 +0100 Sebastien Jodogne cont
Fri, 24 Mar 2023 19:00:33 +0100 Sebastien Jodogne start fixing thread safety issues with DicomMap
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
Mon, 27 Jun 2022 12:39:51 +0200 Alain Mazy removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Fri, 24 Jun 2022 16:44:38 +0200 Alain Mazy reduce dependencies to DCMTK (e.g. for plugins)
Fri, 24 Jun 2022 15:47:10 +0200 Alain Mazy Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Mon, 25 Apr 2022 18:25:46 +0200 Sebastien Jodogne fix build for older compilers
Mon, 25 Apr 2022 17:32:58 +0200 Sebastien Jodogne cppcheck
Wed, 23 Mar 2022 11:52:19 +0100 Alain Mazy fix more-tags