Mercurial > hg > orthanc
log OrthancExplorer/query-retrieve.js @ 3308:f09b9e14e995
age | author | description |
---|---|---|
Mon, 25 Feb 2019 14:57:27 +0100 | bgo-osimis | Changed field default values from '*' to '' (empty string) in the Query/Retrieve query construction |
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()" |