diff OrthancExplorer/explorer.js @ 1732:5cdea1cd2071

remove display of ImageOrientationPatient and ImagePositionPatient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Oct 2015 11:53:26 +0200
parents cd9d99fe32e9
children e0517f25919e
line wrap: on
line diff
--- a/OrthancExplorer/explorer.js	Wed Oct 21 11:45:51 2015 +0200
+++ b/OrthancExplorer/explorer.js	Wed Oct 21 11:53:26 2015 +0200
@@ -236,8 +236,8 @@
           ).format
   (patient.MainDicomTags.PatientName,
    FormatMainDicomTags(patient.MainDicomTags, [ 
-     "PatientName", 
-     "OtherPatientIDs" 
+     "PatientName"
+     /*"OtherPatientIDs" */
    ]),
    patient.Studies.length
   );
@@ -288,7 +288,8 @@
      "SeriesTime", 
      "Manufacturer",
      "ImagesInAcquisition",
-     "SeriesDate"
+     "SeriesDate",
+     "ImageOrientationPatient"
    ]),
    c
   );
@@ -305,7 +306,8 @@
      "AcquisitionNumber", 
      "InstanceNumber", 
      "InstanceCreationDate", 
-     "InstanceCreationTime"
+     "InstanceCreationTime",
+     "ImagePositionPatient"
    ])
   );