log UnitTestsSources/FromDcmtkTests.cpp @ 3844:c9c34bb50f0a

age author description
Wed, 15 Apr 2020 14:37:40 +0200 Sebastien Jodogne Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
Fri, 10 Apr 2020 16:18:17 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 10 Apr 2020 15:24:02 +0200 Sebastien Jodogne reorganization of CheckCondition() transcoding
Fri, 10 Apr 2020 14:39:20 +0200 Sebastien Jodogne new class: DicomStoreUserConnection transcoding
Fri, 10 Apr 2020 11:39:40 +0200 Sebastien Jodogne cont transcoding
Thu, 09 Apr 2020 18:29:42 +0200 Sebastien Jodogne adding storage commitment to DicomAssociation transcoding
Thu, 09 Apr 2020 17:45:25 +0200 Sebastien Jodogne refactoring DicomUserConnection as DicomAssociation transcoding
Wed, 08 Apr 2020 17:00:33 +0200 Sebastien Jodogne update sop class/instance uid if transcoding transcoding
Tue, 07 Apr 2020 13:54:57 +0200 Sebastien Jodogne transcoding to 1.2.840.10008.1.2.4.51 transcoding
Tue, 17 Mar 2020 16:39:38 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 17 Mar 2020 14:46:06 +0100 Sebastien Jodogne cppcheck
Tue, 17 Mar 2020 13:11:44 +0100 Sebastien Jodogne cont transcoding
Mon, 16 Mar 2020 18:39:23 +0100 Sebastien Jodogne first transcoding to jpeg 8bpp transcoding
Mon, 16 Mar 2020 15:21:35 +0100 Sebastien Jodogne fix static build of dcmtk transcoding
Fri, 13 Mar 2020 16:50:13 +0100 Sebastien Jodogne transcoding to uncompressed transfer syntaxes transcoding
Thu, 12 Mar 2020 21:48:35 +0100 Sebastien Jodogne extracting the raw frame in the transcoder
Thu, 12 Mar 2020 17:58:34 +0100 Sebastien Jodogne accessing raw pixel data
Thu, 12 Mar 2020 16:08:08 +0100 Sebastien Jodogne creating IDicomTranscoder abstraction
Fri, 06 Mar 2020 17:10:03 +0100 Sebastien Jodogne auto-generation of primitives to handle transfer syntaxes
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Tue, 25 Feb 2020 21:44:09 +0100 Sebastien Jodogne Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Wed, 11 Sep 2019 17:00:59 +0200 Sebastien Jodogne DicomMap::GetStringValue()
Wed, 21 Aug 2019 16:47:17 +0200 Sebastien Jodogne DicomMap::FromDicomWeb()
Wed, 12 Jun 2019 12:11:58 +0200 Sebastien Jodogne fix encoding in DICOMweb
Fri, 05 Apr 2019 13:36:13 +0200 Sebastien Jodogne Fix issue #136 (C-Find request fails when found DICOM file does not have certain tags)
Tue, 26 Feb 2019 13:10:40 +0100 Sebastien Jodogne compatibility with pugixml <= 1.4.0
Fri, 22 Feb 2019 16:59:08 +0100 Sebastien Jodogne fix deprecated call
Thu, 21 Feb 2019 10:21:12 +0100 Sebastien Jodogne More tolerance wrt. invalid DICOM files that must be returned by Orthanc C-FIND SCP
Thu, 14 Feb 2019 19:52:35 +0100 Sebastien Jodogne fix
Thu, 14 Feb 2019 19:41:09 +0100 Sebastien Jodogne preparing for libicu
Thu, 14 Feb 2019 15:25:41 +0100 Sebastien Jodogne support of simplified chinese
Thu, 14 Feb 2019 14:56:31 +0100 Sebastien Jodogne unit testing ParsedDicomFile::DetectEncoding()
Thu, 14 Feb 2019 14:48:43 +0100 Sebastien Jodogne unit testing simplified chinese
Thu, 14 Feb 2019 14:16:35 +0100 Sebastien Jodogne unit testing japanese
Thu, 14 Feb 2019 14:06:07 +0100 Sebastien Jodogne fix
Thu, 14 Feb 2019 14:04:04 +0100 Sebastien Jodogne Separation of ideographic and phonetic characters in DICOMweb JSON and XML
Thu, 14 Feb 2019 11:52:35 +0100 Sebastien Jodogne fix
Wed, 13 Feb 2019 17:46:12 +0100 Sebastien Jodogne preliminary support of Korean character set
Fri, 04 Jan 2019 15:52:19 +0100 Sebastien Jodogne IDatabaseWrapper::SetResourcesContent db-changes
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Thu, 20 Dec 2018 16:18:20 +0100 Sebastien Jodogne fix build without plugins
Fri, 05 Oct 2018 17:46:02 +0200 Sebastien Jodogne ImageAccessor now non-copyable
Mon, 09 Apr 2018 17:59:16 +0200 Sebastien Jodogne support anonymization of CurrentRequestedProcedureEvidenceSequence
Tue, 02 Jan 2018 09:35:07 +0100 Sebastien Jodogne upgrade to year 2018
Thu, 14 Dec 2017 13:02:06 +0100 Sebastien Jodogne Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
Fri, 29 Sep 2017 10:16:28 +0200 Sebastien Jodogne fix gcc warnings in unit tests
Wed, 27 Sep 2017 17:36:13 +0200 Sebastien Jodogne ignore-length argument if retrieving DICOM tags
Sat, 02 Sep 2017 11:50:08 +0200 Sebastien Jodogne Use "GBK" (frequently used in China) as an alias for "GB18030"
Tue, 29 Aug 2017 21:17:35 +0200 Sebastien Jodogne big reorganization to cleanly separate framework vs. server
Tue, 29 Aug 2017 19:59:01 +0200 Sebastien Jodogne uncoupling DCMTK primitives from Orthanc::Configuration
Fri, 14 Jul 2017 15:53:04 +0200 Sebastien Jodogne Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
Wed, 12 Jul 2017 13:40:02 +0200 Sebastien Jodogne Argument "DicomVersion" in URIs "/{...}/{...}/anonymization" issue-46-anonymization
Wed, 04 Jan 2017 12:09:40 +0100 Sebastien Jodogne shared copyright with osimis
Fri, 09 Dec 2016 17:20:21 +0100 Sebastien Jodogne URI to reconstruct the main DICOM tags, the JSON summary and the metadata
Fri, 09 Dec 2016 11:24:04 +0100 Sebastien Jodogne Fix handling of encodings in C-FIND for worklists
Thu, 08 Dec 2016 12:45:06 +0100 Sebastien Jodogne Fix handling of encodings in C-FIND requests
Wed, 09 Nov 2016 16:26:40 +0100 Sebastien Jodogne reorganization
Wed, 09 Nov 2016 16:12:47 +0100 Sebastien Jodogne reorganization
Mon, 07 Nov 2016 15:13:16 +0100 Sebastien Jodogne Possibility to DELETE "dicom-as-json" attachments to reconstruct them