diff OrthancExplorer/explorer.html @ 344:cd6749e53a03

anonymization from orthanc explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Jan 2013 13:23:26 +0100
parents f2286c741109
children 64625960af22
line wrap: on
line diff
--- a/OrthancExplorer/explorer.html	Fri Jan 18 10:25:55 2013 +0100
+++ b/OrthancExplorer/explorer.html	Mon Jan 21 13:23:26 2013 +0100
@@ -123,6 +123,7 @@
               <p>
                 <a href="#" data-role="button" data-icon="delete" id="study-delete">Delete this study</a>
                 <a href="#" data-role="button" data-icon="gear" id="study-archive">Download ZIP</a>
+                <a href="#" data-role="button" data-icon="star" id="study-anonymize">Anonymize</a>
               </p>
             </div>
           </div>
@@ -159,6 +160,7 @@
                 <a href="#" data-role="button" data-icon="search" id="series-preview">Preview this series</a>
                 <a href="#" data-role="button" data-icon="forward" id="series-store">Store in another DICOM modality</a>
                 <a href="#" data-role="button" data-icon="gear" id="series-archive">Download ZIP</a>
+                <a href="#" data-role="button" data-icon="star" id="series-anonymize">Anonymize</a>
               </p>
             </div>
           </div>