forked from pixmeo/osirix
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
QTExportStudiesTemplate.html
32 lines (31 loc) · 982 Bytes
/
QTExportStudiesTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>%patient_name%</title>
<link href="../html-extra/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='content'>
<h1>%patient_name%, %patient_dateOfBirth%</h1>
<hr />
%study_i_start%
<h2>%study_i_name% (%study_i_id%) - %study_i_date% %study_i_time%</h2>
<ul>
%series_i_start%
<li><a href="%series_i_file%"><img src="%series_i_thumbnail%" alt="%series_i_name%"/></a><a href="%series_i_file%">%series_i_name%</a> (%series_i_id%) %series_i_images_count% images</li>
%series_i_end%
</ul>
<hr />
%study_i_end%
<div id='back'>
<a href="../index.html"> < Back to patients list</a>
</div>
<div id='footer'>
<i>%footer_string%</i>
</div>
</div>
</body>
</html>