diff Applications/StoneWebViewer/WebApplication/app.js @ 1807:634ff8993f6a

Stone Web viewer: Patient birth date is now displayed in the overlays
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 May 2021 17:17:56 +0200
parents 28755e42c007
children b81775f1b196
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.js	Thu May 20 17:11:10 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/app.js	Thu May 20 17:17:56 2021 +0200
@@ -32,6 +32,7 @@
 var SERIES_NUMBER = '0020,0011';
 var SERIES_DESCRIPTION = '0008,103e';
 var MODALITY = '0008,0060';
+var PATIENT_BIRTH_DATE = '0010,0030';
 
 // Registry of the PDF series for which the instance metadata is still waiting
 var pendingSeriesPdf_ = {};