diff Applications/StoneWebViewer/WebApplication/app.js @ 2015:d0e68dd335dd

patient sex is displayed in the top-left information panel
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Dec 2022 07:59:13 +0100
parents a7b5cb068fb8
children f30d7055ed6a
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.js	Sat Dec 03 07:44:09 2022 +0100
+++ b/Applications/StoneWebViewer/WebApplication/app.js	Sat Dec 03 07:59:13 2022 +0100
@@ -34,6 +34,7 @@
 var SERIES_DESCRIPTION = '0008,103e';
 var MODALITY = '0008,0060';
 var PATIENT_BIRTH_DATE = '0010,0030';
+var PATIENT_SEX = '0010,0040';
 
 // Registry of the PDF series for which the instance metadata is still waiting
 var pendingSeriesPdf_ = {};