Mercurial > hg > orthanc
comparison OrthancExplorer/explorer.html @ 405:97a00b30abcc
sending of studies and patients with orthanc explorer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Apr 2013 15:23:23 +0200 |
parents | 64625960af22 |
children | 40deb6525337 |
comparison
equal
deleted
inserted
replaced
404:4b9a7010b1ea | 405:97a00b30abcc |
---|---|
88 <option value="on">Protected</option> | 88 <option value="on">Protected</option> |
89 </select> | 89 </select> |
90 </div> | 90 </div> |
91 <!--a href="#find-patients" data-role="button" data-icon="search">Go to patient finder</a--> | 91 <!--a href="#find-patients" data-role="button" data-icon="search">Go to patient finder</a--> |
92 <a href="#" data-role="button" data-icon="delete" id="patient-delete">Delete this patient</a> | 92 <a href="#" data-role="button" data-icon="delete" id="patient-delete">Delete this patient</a> |
93 <a href="#" data-role="button" data-icon="forward" id="patient-store">Store in another DICOM modality</a> | |
93 <a href="#" data-role="button" data-icon="gear" id="patient-archive">Download ZIP</a> | 94 <a href="#" data-role="button" data-icon="gear" id="patient-archive">Download ZIP</a> |
94 <a href="#" data-role="button" data-icon="star" id="patient-anonymize">Anonymize</a> | 95 <a href="#" data-role="button" data-icon="star" id="patient-anonymize">Anonymize</a> |
95 </p> | 96 </p> |
96 </div> | 97 </div> |
97 </div> | 98 </div> |
121 <div style="padding-right:10px"> | 122 <div style="padding-right:10px"> |
122 <ul data-role="listview" data-inset="true" data-theme="a" id="study-info"> | 123 <ul data-role="listview" data-inset="true" data-theme="a" id="study-info"> |
123 </ul> | 124 </ul> |
124 <p> | 125 <p> |
125 <a href="#" data-role="button" data-icon="delete" id="study-delete">Delete this study</a> | 126 <a href="#" data-role="button" data-icon="delete" id="study-delete">Delete this study</a> |
127 <a href="#" data-role="button" data-icon="forward" id="study-store">Store in another DICOM modality</a> | |
126 <a href="#" data-role="button" data-icon="gear" id="study-archive">Download ZIP</a> | 128 <a href="#" data-role="button" data-icon="gear" id="study-archive">Download ZIP</a> |
127 <a href="#" data-role="button" data-icon="star" id="study-anonymize">Anonymize</a> | 129 <a href="#" data-role="button" data-icon="star" id="study-anonymize">Anonymize</a> |
128 </p> | 130 </p> |
129 </div> | 131 </div> |
130 </div> | 132 </div> |