Tue, 29 Oct 2024 15:03:32 +0000 |
Sebastien Jodogne |
add level of interest to StatelessDatabaseOperations::LookupAttachment()
find-refactoring
|
Wed, 09 Oct 2024 11:01:11 +0200 |
Alain Mazy |
merged find-refactoring -> find-refactoring-clean
find-refactoring-clean
|
Tue, 01 Oct 2024 16:01:50 +0200 |
Alain Mazy |
merged find-refactoring -> attach-custom-data
attach-custom-data
|
Thu, 26 Sep 2024 17:23:43 +0200 |
Alain Mazy |
ReadOnly mode continued
find-refactoring
|
Tue, 24 Sep 2024 12:53:43 +0200 |
Alain Mazy |
merged find-refactoring -> attach-custom-data
attach-custom-data
|
Tue, 24 Sep 2024 11:39:52 +0200 |
Alain Mazy |
merged default -> attach-custom-data
attach-custom-data
|
Tue, 17 Sep 2024 11:09:06 +0200 |
Alain Mazy |
fix readonly init
find-refactoring
|
Mon, 16 Sep 2024 18:31:37 +0200 |
Alain Mazy |
wip: new ReadOnly configuration
find-refactoring
|
Wed, 11 Sep 2024 20:49:34 +0200 |
Sebastien Jodogne |
replaced SetRetrieveOneInstanceIdentifier() by SetRetrieveOneInstanceMetadataAndAttachments()
find-refactoring
|
Mon, 09 Sep 2024 16:20:44 +0200 |
Sebastien Jodogne |
integration mainline->find-refactoring
find-refactoring
|
Mon, 09 Sep 2024 16:20:22 +0200 |
Sebastien Jodogne |
fix compilation if plugins are disabled
|
Wed, 04 Sep 2024 10:54:00 +0200 |
Alain Mazy |
merged find-refactoring -> find-refactoring-clean (integration tests ok)
find-refactoring-clean
|
Mon, 02 Sep 2024 17:17:22 +0200 |
Alain Mazy |
merged default -> find-refactoring
find-refactoring
|
Thu, 29 Aug 2024 15:41:42 +0200 |
Alain Mazy |
merged default -> find-refactoring-clean
find-refactoring-clean
|
Thu, 29 Aug 2024 13:46:49 +0200 |
Alain Mazy |
refactored ServerContext::DecodeDicomFrame to have a single implementation
|
Thu, 29 Aug 2024 12:33:41 +0200 |
Alain Mazy |
if frame decoding fails, transcode to LittleEndianExplicit using plugins and decode with built-in decoder
|
Sat, 13 Jul 2024 00:28:24 +0200 |
Sebastien Jodogne |
integration find-refactoring->find-refactoring-clean
find-refactoring-clean
|
Sat, 13 Jul 2024 00:20:33 +0200 |
Sebastien Jodogne |
removed dangerous overload of ResourceFinder::Execute()
find-refactoring
|
Fri, 12 Jul 2024 19:05:16 +0200 |
Sebastien Jodogne |
removed ServerContext::ExpandResource()
find-refactoring-clean
|
Fri, 12 Jul 2024 17:58:15 +0200 |
Sebastien Jodogne |
removed ServerContext::ILookupVisitor
find-refactoring-clean
|
Tue, 09 Jul 2024 18:05:54 +0200 |
Sebastien Jodogne |
integration tests are passing with ResourceFinder
find-refactoring
|
Tue, 09 Jul 2024 15:36:28 +0200 |
Sebastien Jodogne |
first implementation of database paging
find-refactoring
|
Tue, 09 Jul 2024 12:51:46 +0200 |
Sebastien Jodogne |
integrating DatabaseLookup into ResourceFinder
find-refactoring
|
Tue, 09 Jul 2024 12:06:50 +0200 |
Sebastien Jodogne |
using FindRequest in ServerContext::Apply()
find-refactoring
|
Tue, 09 Jul 2024 11:39:07 +0200 |
Sebastien Jodogne |
integration mainline->find-refactoring
find-refactoring
|
Tue, 09 Jul 2024 11:33:37 +0200 |
Sebastien Jodogne |
moved handling of labels out of DatabaseLookup
|
Tue, 09 Jul 2024 11:17:34 +0200 |
Sebastien Jodogne |
started refactoring of ServerContext::Apply()
find-refactoring
|
Sat, 06 Jul 2024 01:04:25 +0200 |
Sebastien Jodogne |
integration mainline->find-refactoring
find-refactoring
|
Fri, 05 Jul 2024 19:18:23 +0200 |
Alain Mazy |
Fix C-Find queries not returning computed tags in very specific use-cases
|
Thu, 30 May 2024 21:27:48 +0200 |
Sebastien Jodogne |
integration mainline->find-refactoring
find-refactoring
|
Thu, 30 May 2024 21:19:57 +0200 |
Sebastien Jodogne |
updated copyright, as Orthanc Team now replaces Osimis
|
Wed, 08 May 2024 12:58:16 +0200 |
Sebastien Jodogne |
added main DICOM tags to ResourceFinder
find-refactoring
|
Tue, 07 May 2024 18:44:53 +0200 |
Sebastien Jodogne |
added possibility to retrieve main DICOM tags and metadata at any level
find-refactoring
|
Fri, 03 May 2024 21:26:06 +0200 |
Sebastien Jodogne |
GenericFind::Execute() is working for a basic request
find-refactoring
|
Fri, 03 May 2024 18:17:53 +0200 |
Sebastien Jodogne |
replaced FindRequest::ResponseContent by booleans
find-refactoring
|
Fri, 03 May 2024 17:26:06 +0200 |
Sebastien Jodogne |
renamed FindResponse::Item as FindResponse::Resource
find-refactoring
|
Sat, 27 Apr 2024 22:15:37 +0200 |
Sebastien Jodogne |
removed FindResponse::Item::responseContent_
find-refactoring
|
Sat, 27 Apr 2024 15:02:24 +0200 |
Sebastien Jodogne |
refactoring
find-refactoring
|
Sat, 27 Apr 2024 11:31:39 +0200 |
Sebastien Jodogne |
removed redundant FindResponse::resourceId_
find-refactoring
|
Thu, 25 Apr 2024 09:22:07 +0200 |
Alain Mazy |
find refactor: re-use existing code. /studies?expand is almost fully implemented with new code
find-refactoring
|
Tue, 06 Feb 2024 15:32:54 +0100 |
Alain Mazy |
Whatever the SQL error that happens while inserting an instance in DB, remove the attachments that have been added to avoid orphan files
|
Mon, 29 Jan 2024 18:10:31 +0100 |
Sebastien Jodogne |
fix
pg-transactions
|
Tue, 23 Jan 2024 17:05:28 +0100 |
Alain Mazy |
merge default -> pg-transactions
pg-transactions
|
Tue, 23 Jan 2024 17:04:31 +0100 |
Alain Mazy |
logs: display instance id when stored
|
Thu, 04 Jan 2024 15:10:42 +0100 |
Sebastien Jodogne |
upgrade to year 2024
|
Tue, 12 Dec 2023 17:20:10 +0100 |
Alain Mazy |
delete attachment in case of same instance being uploaded multiple times at the same time
pg-transactions
|
Tue, 05 Dec 2023 16:26:35 +0100 |
Alain Mazy |
log lines now contain the thread name
pg-transactions
|
Thu, 23 Nov 2023 16:59:16 +0100 |
Alain Mazy |
improved C-Store negotiation and logging
debug-telemis
|
Wed, 22 Nov 2023 12:57:07 +0100 |
Alain Mazy |
Added a new 'Telemis' manufacturer for DicomModalities
debug-telemis
|
Wed, 22 Nov 2023 09:38:57 +0100 |
Alain Mazy |
handle unknown exceptions in job registry unserialization
|
Tue, 21 Nov 2023 10:32:42 +0100 |
Alain Mazy |
metrics
|
Fri, 17 Nov 2023 08:22:17 +0100 |
Alain Mazy |
fix transcoded instance caching
|
Thu, 16 Nov 2023 16:09:04 +0100 |
Alain Mazy |
StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
|
Mon, 13 Nov 2023 17:01:59 +0100 |
Alain Mazy |
Optimized the MemoryStringCache to prevent loading the same file multiple times if multiple users request the same file at the same time
am-new-cache
|
Tue, 07 Nov 2023 12:52:37 +0100 |
Alain Mazy |
Solved a deadlock related to the Job Engine events and plugins
|
Sat, 04 Nov 2023 13:42:30 +0100 |
Alain Mazy |
tentative to implement smart HTTP compression with detection of transfer syntax
am-http-compression
|
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
|
Thu, 29 Jun 2023 09:43:20 +0200 |
Alain Mazy |
Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
|
Tue, 27 Jun 2023 17:55:09 +0200 |
Sebastien Jodogne |
Metrics can be stored either as floating-point numbers, or as integers
|
Tue, 27 Jun 2023 15:12:39 +0200 |
Sebastien Jodogne |
upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
|