log OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 4042:f5c86a00cae0

age author description
Fri, 22 May 2020 18:40:35 +0200 Sebastien Jodogne fix spelling errors according to debian
Thu, 14 May 2020 13:31:05 +0200 Sebastien Jodogne ServerContext::DecodeDicomFrame() transcoding
Thu, 14 May 2020 07:37:44 +0200 Sebastien Jodogne Allow concurrent calls to the custom image decoders provided by the plugins transcoding
Wed, 08 Apr 2020 14:49:54 +0200 Alain Mazy /rendered route: fix automatic windowing of files without windowing tags and RescaleSlope != 1
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Tue, 25 Feb 2020 13:57:43 +0100 Sebastien Jodogne implementation of "/instances/.../rendered" for grayscale images
Tue, 25 Feb 2020 08:42:00 +0100 Sebastien Jodogne fix linking
Mon, 24 Feb 2020 18:09:38 +0100 Sebastien Jodogne cont
Mon, 24 Feb 2020 17:58:59 +0100 Sebastien Jodogne rendering of RGB24
Mon, 24 Feb 2020 17:19:37 +0100 Sebastien Jodogne skeleton for new route: /instances/{id}/rendered
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Thu, 16 Jan 2020 12:50:06 +0100 Alain Mazy fix LookupWindowingTags
Thu, 09 Jan 2020 18:54:40 +0100 Alain Mazy /instances/{id}/preview route now takes the windowing into account
Wed, 06 Feb 2019 15:45:16 +0100 Sebastien Jodogne URI "/instances/.../file" can return DICOMweb JSON or XML, depending on Accept header
Mon, 04 Feb 2019 12:06:19 +0100 Sebastien Jodogne refactoring retrieval of metadata from database
Tue, 29 Jan 2019 15:15:48 +0100 Sebastien Jodogne primitives to collect metrics in Orthanc
Thu, 24 Jan 2019 18:04:55 +0100 Sebastien Jodogne Fix issue #90 (C-Find shall match missing tags to null/empty string)
Sat, 05 Jan 2019 17:52:24 +0100 Sebastien Jodogne cont reorganization db-changes
Fri, 04 Jan 2019 16:52:53 +0100 Sebastien Jodogne reorganization db-changes
Mon, 24 Dec 2018 11:39:33 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Thu, 20 Dec 2018 16:18:38 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Thu, 20 Dec 2018 16:18:20 +0100 Sebastien Jodogne fix build without plugins
Wed, 19 Dec 2018 14:20:11 +0100 Sebastien Jodogne moving LookupResource to graveyard db-changes
Wed, 19 Dec 2018 13:58:28 +0100 Sebastien Jodogne effectively replacing LookupResource by DatabaseLookup in searches db-changes
Tue, 18 Dec 2018 12:50:27 +0100 Sebastien Jodogne cont db-changes
Mon, 17 Dec 2018 17:05:28 +0100 Sebastien Jodogne preparing to speed up find in databases db-changes
Sat, 15 Dec 2018 16:29:50 +0100 Sebastien Jodogne renamed LookupResource::IVisitor as ServerContext::ILookupVisitor
Thu, 13 Dec 2018 17:54:06 +0100 Sebastien Jodogne Optimization: On finds, do not read JSON (disk) if main DICOM tags (DB) are sufficient
Tue, 11 Dec 2018 19:02:51 +0100 Sebastien Jodogne refactoring OrthancFindRequestHandler using LookupResource::IVisitor