Tue, 07 May 2024 19:20:01 +0200 |
Alain Mazy |
fix DicomTlsTrustedCertificates configuration that should not be mandatory if DicomTlsRemoteCertificateRequired is false
|
Tue, 07 May 2024 13:59:14 +0200 |
Alain Mazy |
todo
|
Tue, 07 May 2024 18:44:53 +0200 |
Sebastien Jodogne |
added possibility to retrieve main DICOM tags and metadata at any level
find-refactoring
|
Tue, 07 May 2024 12:53:12 +0200 |
Sebastien Jodogne |
implemented FindRequest::retrieveChildrenMetadata_
find-refactoring
|
Sat, 04 May 2024 15:25:19 +0200 |
Sebastien Jodogne |
created FindResponse::Resource::Format()
find-refactoring
|
Sat, 04 May 2024 11:35:34 +0200 |
Sebastien Jodogne |
implemented the default multi-stage find/expand
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:30:29 +0200 |
Sebastien Jodogne |
removing standalone OrthancServer/Sources/Search/LabelsConstraint.h
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
|
Fri, 03 May 2024 17:20:27 +0200 |
Sebastien Jodogne |
add index of resources into FindResponse
find-refactoring
|
Fri, 03 May 2024 17:06:42 +0200 |
Sebastien Jodogne |
removed FindRequest::FilterConstraint as it was mostly redundant with DicomTagConstraint
find-refactoring
|
Fri, 03 May 2024 17:02:02 +0200 |
Sebastien Jodogne |
refactoring FindResponse
find-refactoring
|
Fri, 03 May 2024 13:58:28 +0200 |
Sebastien Jodogne |
fix compatibility of Logging.h with WebAssembly
|
Fri, 03 May 2024 10:26:55 +0200 |
Sebastien Jodogne |
using HttpStatus_307_TemporaryRedirect for redirections
|
Sat, 27 Apr 2024 22:15:37 +0200 |
Sebastien Jodogne |
removed FindResponse::Item::responseContent_
find-refactoring
|
Sat, 27 Apr 2024 21:42:32 +0200 |
Sebastien Jodogne |
removed FindResponse::Item::level_
find-refactoring
|
Sat, 27 Apr 2024 15:02:24 +0200 |
Sebastien Jodogne |
refactoring
find-refactoring
|
Sat, 27 Apr 2024 12:14:53 +0200 |
Sebastien Jodogne |
removed redundant FindResponse::parent_
find-refactoring
|
Sat, 27 Apr 2024 11:31:39 +0200 |
Sebastien Jodogne |
removed redundant FindResponse::resourceId_
find-refactoring
|
Fri, 26 Apr 2024 18:05:00 +0200 |
Sebastien Jodogne |
fix msvc 2008 build
|
Fri, 26 Apr 2024 17:43:22 +0200 |
Sebastien Jodogne |
integration mainline->find-refactoring
find-refactoring
|
Fri, 26 Apr 2024 17:41:40 +0200 |
Sebastien Jodogne |
fix build of Housekeeper plugin
|
Fri, 26 Apr 2024 17:17:34 +0200 |
Sebastien Jodogne |
Orthanc::Logging automatically detects whether the Orthanc core supports OrthancPluginLogMessage()
|
Fri, 26 Apr 2024 16:32:18 +0200 |
Alain Mazy |
find-refactoring: attachments
find-refactoring
|
Fri, 26 Apr 2024 16:01:26 +0200 |
Sebastien Jodogne |
removed dependency of HouseKeeper upon Orthanc::Logging
|
Fri, 26 Apr 2024 15:50:01 +0200 |
Sebastien Jodogne |
removed circular dependency of OrthancPluginsCppWrapper with Orthanc::Logging
|
Fri, 26 Apr 2024 14:48:11 +0200 |
Sebastien Jodogne |
simplifying Orthanc::Logging
|
Thu, 25 Apr 2024 17:16:51 +0200 |
Alain Mazy |
fix
|
Thu, 25 Apr 2024 17:07:33 +0200 |
Alain Mazy |
merge default -> find-refactoring
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, 23 Apr 2024 16:49:44 +0200 |
Alain Mazy |
FindRequest: group metadata and tag constrains in a single class, allow ordering against metadata
find-refactoring
|
Tue, 23 Apr 2024 14:37:11 +0200 |
Alain Mazy |
cache dynamic SQLite statements (imported from large-queries branch)
find-refactoring
|
Tue, 23 Apr 2024 13:07:38 +0200 |
Alain Mazy |
Updated FindRequest & FindResponse definitions
find-refactoring
|
Tue, 23 Apr 2024 10:27:15 +0200 |
Alain Mazy |
merge
|
Tue, 23 Apr 2024 10:26:48 +0200 |
Alain Mazy |
fix plugin init wrt logging
|
Tue, 23 Apr 2024 09:55:51 +0200 |
Sebastien Jodogne |
ensuring consistency
|
Tue, 23 Apr 2024 09:34:02 +0200 |
Alain Mazy |
SDK: added OrthancPluginLogMessage to display plugin name + file and line from plugin
|
Mon, 22 Apr 2024 10:50:33 +0200 |
Alain Mazy |
Removed potential PHI from the logs when Orthanc encounters an error while creating a zip file
|
Mon, 22 Apr 2024 10:39:33 +0200 |
Alain Mazy |
todo private tags in ExtraMainDicomTags
|
Fri, 19 Apr 2024 11:27:39 +0200 |
Alain Mazy |
new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
|
Fri, 19 Apr 2024 10:52:44 +0200 |
Alain Mazy |
todo: cache invalidation
|
Fri, 19 Apr 2024 10:50:40 +0200 |
Alain Mazy |
todo: PHI in logs
|
Mon, 15 Apr 2024 16:31:04 +0200 |
Alain Mazy |
0x0111 is now considered as a warning instead of an error
|
Mon, 15 Apr 2024 16:13:24 +0200 |
Sebastien Jodogne |
introduction of FindRequest and FindResponse
find-refactoring
|
Thu, 11 Apr 2024 19:02:20 +0200 |
Alain Mazy |
Added ExtendedApiV1: /changes
large-queries
|
Wed, 10 Apr 2024 17:54:56 +0200 |
Sebastien Jodogne |
closing Orthanc-1.10.1
Orthanc-1.10.1
|
Wed, 10 Apr 2024 17:54:50 +0200 |
Sebastien Jodogne |
closing Orthanc-1.12.1
Orthanc-1.12.1
|
Wed, 10 Apr 2024 17:54:38 +0200 |
Sebastien Jodogne |
closing Orthanc-1.12.2
Orthanc-1.12.2
|
Fri, 29 Mar 2024 23:23:01 +0100 |
Sebastien Jodogne |
fix jpeg
|
Fri, 29 Mar 2024 21:53:41 +0100 |
Sebastien Jodogne |
fix for armel
|
Thu, 28 Mar 2024 17:49:04 +0100 |
Alain Mazy |
clarified error message
|
Tue, 26 Mar 2024 10:17:28 +0100 |
Alain Mazy |
fix framework MD5
|
Fri, 22 Mar 2024 22:07:06 +0100 |
Sebastien Jodogne |
re-enabling ICU in the multitenant dicom plugin
|
Fri, 22 Mar 2024 18:56:46 +0100 |
Sebastien Jodogne |
Multitenant DICOM plugin: added support for locales
|
Fri, 22 Mar 2024 16:02:37 +0100 |
Sebastien Jodogne |
fix deprecated calls
|
Fri, 22 Mar 2024 13:45:02 +0100 |
Sebastien Jodogne |
fix comment
|
Wed, 20 Mar 2024 10:08:42 +0100 |
Alain Mazy |
todo
|
Sun, 17 Mar 2024 09:08:20 +0100 |
Sebastien Jodogne |
removed deprecated calls in sample plugin
|
Sat, 16 Mar 2024 11:46:27 +0100 |
Sebastien Jodogne |
added SetRootUri(), SetDescription() and ExtendOrthancExplorer() in OrthancPluginCppWrapper
|
Sat, 16 Mar 2024 11:34:28 +0100 |
Sebastien Jodogne |
deprecating OrthancPluginSetDescription2(), OrthancPluginExtendOrthancExplorer2() and OrthancPluginSetRootUri2()
|
Sat, 16 Mar 2024 11:23:02 +0100 |
Sebastien Jodogne |
added ORTHANC_PLUGIN_DEPRECATED in plugin SDK
|
Thu, 29 Feb 2024 17:03:55 +0100 |
Sebastien Jodogne |
fix comment
|
Mon, 19 Feb 2024 18:26:38 +0100 |
Alain Mazy |
ignore GenericGroupLength in C-Find
|
Mon, 19 Feb 2024 18:22:44 +0100 |
Alain Mazy |
Added MaximumPatientCount in /system
|
Mon, 19 Feb 2024 18:21:10 +0100 |
Alain Mazy |
Added MaximumPatientCount in /system
|
Fri, 09 Feb 2024 09:04:16 +0100 |
Alain Mazy |
merge
|
Fri, 09 Feb 2024 09:03:46 +0100 |
Alain Mazy |
added login/pwd to ArchiveStudiesInTimeRange.py
|
Thu, 08 Feb 2024 17:42:33 +0100 |
Sebastien Jodogne |
extended search path for dicom.dic
|
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
|
Wed, 31 Jan 2024 13:49:58 +0100 |
Sebastien Jodogne |
back to mainline
|
Wed, 31 Jan 2024 12:33:17 +0100 |
Sebastien Jodogne |
Orthanc-1.12.3
Orthanc-1.12.3
|
Wed, 31 Jan 2024 10:40:10 +0100 |
Sebastien Jodogne |
cppcheck
|
Wed, 31 Jan 2024 09:27:48 +0100 |
Sebastien Jodogne |
closing branch pg-transactions
pg-transactions
|
Wed, 31 Jan 2024 09:27:34 +0100 |
Sebastien Jodogne |
integration pg-transactions->mainline
|
Wed, 31 Jan 2024 09:26:31 +0100 |
Sebastien Jodogne |
comment
pg-transactions
|
Tue, 30 Jan 2024 09:41:06 +0100 |
Sebastien Jodogne |
simplifying StatelessDatabaseOperations
pg-transactions
|
Tue, 30 Jan 2024 09:29:12 +0100 |
Sebastien Jodogne |
removed unused variable dbCapabilities_ in SQLiteDatabaseWrapper::TransactionBase
pg-transactions
|
Tue, 30 Jan 2024 09:24:55 +0100 |
Sebastien Jodogne |
removed useless try/catch
pg-transactions
|
Tue, 30 Jan 2024 09:21:41 +0100 |
Sebastien Jodogne |
removed unused method IDatabaseWrapper::ITransaction::GetDatabaseCapabilities()
pg-transactions
|
Tue, 30 Jan 2024 09:16:47 +0100 |
Sebastien Jodogne |
reorganization
pg-transactions
|
Mon, 29 Jan 2024 19:19:52 +0100 |
Sebastien Jodogne |
refactoring IDatabaseWrapper::Capabilities
pg-transactions
|
Mon, 29 Jan 2024 18:18:07 +0100 |
Sebastien Jodogne |
reorganization
pg-transactions
|
Mon, 29 Jan 2024 18:11:46 +0100 |
Sebastien Jodogne |
cleaning NEWS
pg-transactions
|
Mon, 29 Jan 2024 18:10:31 +0100 |
Sebastien Jodogne |
fix
pg-transactions
|
Wed, 24 Jan 2024 21:58:38 +0100 |
Sebastien Jodogne |
integration mainline->pg-transactions
pg-transactions
|
Wed, 24 Jan 2024 21:58:14 +0100 |
Sebastien Jodogne |
fix static builds
|
Wed, 24 Jan 2024 21:58:04 +0100 |
Sebastien Jodogne |
OrthancFramework/Sources/Images/JpegReader.cpp
|
Wed, 24 Jan 2024 18:39:23 +0100 |
Sebastien Jodogne |
fix lsb
|
Wed, 24 Jan 2024 18:16:17 +0100 |
Sebastien Jodogne |
upgraded to jsoncpp 1.9.5
|
Wed, 24 Jan 2024 18:08:17 +0100 |
Sebastien Jodogne |
upgraded to pugixml 1.14
|
Wed, 24 Jan 2024 18:02:58 +0100 |
Sebastien Jodogne |
upgraded to libjpeg 9f
|
Wed, 24 Jan 2024 17:56:18 +0100 |
Sebastien Jodogne |
upgraded to libpng 1.6.40
|
Wed, 24 Jan 2024 17:51:21 +0100 |
Sebastien Jodogne |
upgraded to zlib 1.3.1
|
Wed, 24 Jan 2024 17:32:25 +0100 |
Sebastien Jodogne |
integration mainline->pg-transactions
pg-transactions
|
Wed, 24 Jan 2024 17:31:12 +0100 |
Sebastien Jodogne |
upgraded to curl 8.5.0
|
Wed, 24 Jan 2024 17:16:06 +0100 |
Sebastien Jodogne |
upgraded to OpenSSL 3.1.4
|
Wed, 24 Jan 2024 16:50:21 +0100 |
Sebastien Jodogne |
fix version test
|
Wed, 24 Jan 2024 16:46:55 +0100 |
Sebastien Jodogne |
upgraded boost to 1.84.0
|
Wed, 24 Jan 2024 15:57:15 +0100 |
Sebastien Jodogne |
increment Orthanc SDK version
pg-transactions
|
Wed, 24 Jan 2024 14:17:51 +0100 |
Sebastien Jodogne |
update year to 2024
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
|
Mon, 22 Jan 2024 17:14:11 +0100 |
Alain Mazy |
Added a 'KeepLabels' option in /modify routes (default = false)
|
Thu, 18 Jan 2024 10:04:14 +0100 |
Alain Mazy |
avoid deadlock in logs
pg-transactions
|
Mon, 15 Jan 2024 18:25:08 +0100 |
Alain Mazy |
At startup, when using a database plugin, display the latency to access the DB
pg-transactions
|
Wed, 10 Jan 2024 15:26:10 +0100 |
Alain Mazy |
now only logging 'Maximum transactions retries reached' as an error
pg-transactions
|
Wed, 10 Jan 2024 07:21:50 +0100 |
Sebastien Jodogne |
fix for Stone
|
Tue, 09 Jan 2024 21:20:22 +0100 |
Sebastien Jodogne |
setting DCMTK_ENABLE_CHARSET_CONVERSION
|
Tue, 09 Jan 2024 18:36:55 +0100 |
Sebastien Jodogne |
fix for mingw
|
Tue, 09 Jan 2024 18:00:08 +0100 |
Sebastien Jodogne |
fix dcmtk 3.6.8 patches
|
Tue, 09 Jan 2024 17:34:33 +0100 |
Sebastien Jodogne |
upgraded static build to dcmtk 3.6.8
|
Tue, 09 Jan 2024 17:32:17 +0100 |
Sebastien Jodogne |
FreeBSD: DCMTK 3.6.8 moved its datadir to /usr/local/share/dcmtk-3.6.8
|
Thu, 04 Jan 2024 15:10:42 +0100 |
Sebastien Jodogne |
upgrade to year 2024
|
Fri, 22 Dec 2023 10:29:29 +0100 |
Sebastien Jodogne |
merge
|
Fri, 22 Dec 2023 10:29:07 +0100 |
Sebastien Jodogne |
fix build of Orthanc Framework shared library on LSB
|
Thu, 21 Dec 2023 16:13:00 +0100 |
Alain Mazy |
merge mainline -> pg-transactions
pg-transactions
|
Thu, 21 Dec 2023 16:12:09 +0100 |
Alain Mazy |
todo
|
Thu, 21 Dec 2023 15:33:59 +0100 |
Alain Mazy |
more detailed log if InPlaceTranscode fails
|
Wed, 20 Dec 2023 18:59:08 +0100 |
Sebastien Jodogne |
revert previous ineffective changeset
|