log OrthancExplorer/query-retrieve.js @ 3189:6f89d22a6ec0

age author description
Thu, 10 Jan 2019 10:51:36 +0100 Alain Mazy back to using 'var' instead of 'let' since let is not supported by many old browsers. All variables declaration have been moved to the top of the function to better show that their scope is the function
Wed, 26 Dec 2018 16:58:21 +0100 am upgraded jquery, jquery-mobile, jquery-file-upload. Everything seems to be working as before. Theme has changed ! update-jquery
Mon, 17 Dec 2018 10:22:51 +0100 Sebastien Jodogne replaced 'var' by 'let' in Orthanc Explorer's JavaScript
Mon, 17 Jul 2017 11:49:54 +0200 Sebastien Jodogne fix header and query/retrieve in Orthanc Explorer dcmtk-3.6.1
Tue, 13 Dec 2016 10:27:20 +0100 Sebastien Jodogne dynamically fix outgoing C-Find requests using "OutgoingFindRequestFilter()"
Sun, 06 Nov 2016 11:39:04 +0100 Sebastien Jodogne Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)
Fri, 07 Aug 2015 17:23:28 +0200 Sebastien Jodogne C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
Thu, 28 May 2015 12:19:26 +0200 Sebastien Jodogne Move SCU conformance query-retrieve
Wed, 27 May 2015 17:33:13 +0200 Sebastien Jodogne DICOM Query/Retrieve available from Orthanc Explorer query-retrieve