-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
135 lines (128 loc) · 6.72 KB
/
features.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="ddRPB organisation homepage">
<meta name="author" content="Tomas Skripcak">
<link rel="icon" href="resources/favicon.ico">
<title>ddRPB | data driven radiotherapy clinical research IT</title>
<!-- Bootstrap core CSS -->
<link href="resources/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="resources/rpb.css" rel="stylesheet">
</head>
<body>
<!-- Fork me on GitHub ribbon -->
<span id="forkongithub"><a href="https://github.com/ddRPB/">Fork me on GitHub</a></span>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://ddrpb.github.io/">ddRPB</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="features.html">Features</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="technology.html">Technology</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12">
<h2>Application suite for translational research</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p class="text-justify">The RPB platform is a web-based solution which supports collection and exchange of radiotherapy specific research data in large scale multi-centre clinical and pre-clinical studies. It delivers a study management and electronic data capture system with special extensions dedicated to secure upload of medical imaging and treatment plans in DICOM format.</p>
</div>
<div class="col-md-6">
<p class="text-justify">These tools allow the trial and data management units to handle multi-modal data conduction activities that yield to finalised patient cohort datasets. The domain model of the platform is build around radiotherapy research field and allows linkage of data across the platform integrated subsystems and databases.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<h3 class="text-center">Managing multi-centre clinical trials</h3>
<p class="text-center">Studies with personnel, organisations and project timeline can be created and configured for variety of trial conduction protocol.</p>
</div>
<div class="col-md-6">
<img class="img-fluid img-thumbnail" src="./resources/img/ctms-studies.png" alt="CTMS Studies" />
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6 col-md-push-6">
<h3 class="text-center">Subjects de-identification and study subjects enrollment</h3>
<p class="text-center">Subjects can be uniquely de-identified prior inclusion into specific study and enrollment performance can be tracked per project and study site.</p>
</div>
<div class="col-md-6 col-md-pull-6">
<img class="img-fluid img-thumbnail" src="./resources/img/edc-enrollment.png" alt="EDC Enrollment" />
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<h3 class="text-center">Randomisation of study subjects across treatment arms</h3>
<p class="text-center">Studies can be setup as randomised trials using permuted block randomisation with possibility to configure dichotomous stratification criteria and variable block size.</p>
</div>
<div class="col-md-6">
<img class="img-fluid img-thumbnail" src="./resources/img/randomisation.png" alt="Subject Randomisation" />
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6 col-md-push-6">
<h3 class="text-center">Linked medical imaging and treatment plans</h3>
<p class="text-center">Medical imaging (DICOM) and treatment planning (DICOM-RT) data can be de-identified on site and sent into upload slots linked with specific study events as defined in study protocol.</p>
</div>
<div class="col-md-6 col-md-pull-6">
<img class="img-fluid img-thumbnail" src="./resources/img/dicom-crfs.png" alt="PACS DICOM" />
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<h3 class="text-center">Standalone DICOM viewer with DICOM-RT plugin</h3>
<p class="text-center">Radiotherapy treatment plans can be loaded via standalone viewer with DICOM-RT support that renders de-liniated structures as well as calculated iso dose levels.</p>
</div>
<div class="col-md-6">
<img class="img-fluid img-thumbnail" src="./resources/img/dicom-rt.png" alt="DICOM-RT Viewer" />
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6 col-md-push-6">
<h3 class="text-center">Patient reported outcomes (ePRO) during clinical patient visits</h3>
<p class="text-center">Using the mobile component the study personnel can use tablet interface to load special forms for direct patient data entry such as EORTC quality of life questionnaires.</p>
</div>
<div class="col-md-6 col-md-pull-6">
<img class="img-fluid img-thumbnail" src="./resources/img/mobile.png" alt="Mobile ePRO" />
</div>
</div>
<hr>
<footer>
<p>© 2013-2024 ddRPB</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="resources/js/bootstrap.min.js"></script>
</body>
</html>