Mercurial > hg > orthanc
changeset 2816:567d1be0849e
Query/retrieve: Added button for "DX" modality
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Sep 2018 18:14:52 +0200 |
parents | 925d8dc03a23 |
children | 473bf302d629 |
files | NEWS OrthancExplorer/explorer.html |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Sep 11 16:34:21 2018 +0200 +++ b/NEWS Tue Sep 11 18:14:52 2018 +0200 @@ -8,6 +8,11 @@ * New main DICOM tag: "ImageOrientationPatient" at the instance level * New configuration option: "HttpVerbose" to debug outgoing HTTP connections +Orthanc Explorer +---------------- + +* Query/retrieve: Added button for "DX" modality + REST API --------
--- a/OrthancExplorer/explorer.html Tue Sep 11 16:34:21 2018 +0200 +++ b/OrthancExplorer/explorer.html Tue Sep 11 18:14:52 2018 +0200 @@ -397,6 +397,7 @@ <input type="checkbox" name="US" id="qr-us" class="custom" /> <label for="qr-us">US</label> <input type="checkbox" name="XA" id="qr-xa" class="custom" /> <label for="qr-xa">XA</label> <input type="checkbox" name="DR" id="qr-dr" class="custom" /> <label for="qr-dr">DR</label> + <input type="checkbox" name="DX" id="qr-dx" class="custom" /> <label for="qr-dx">DX</label> </fieldset> </div> </div>