-
Notifications
You must be signed in to change notification settings - Fork 4
/
modules.html
128 lines (116 loc) · 5.19 KB
/
modules.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
---
layout: default
---
<!-- ******FEATURES PROMO****** -->
<section id="modules" class="features-promo section library">
<div class="container">
<div class="row">
<div class="features-intro col-md-5 col-sm-6 col-xs-12">
<img src="assets/images/opallogowhite.png" />
<h2 class="title">Reusable Modules</h2>
<ul class="list-unstyled features-list">
<li><i class="fa fa-check"></i>Drop in clinical functionality </li>
<li><i class="fa fa-check"></i>Create bespoke applications in no time</li>
<li><i class="fa fa-check"></i>Easy to roll your own</li>
<li><i class="fa fa-check"></i>Full support available</li>
</ul>
</div><!--//intro-->
<div class="features-intro col-md-4 col-md-offset-3 col-sm-6 col-xs-12 col-xs-offset-0">
<form class="signup-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email address" id="modulesheader">
</div>
<button type="submit" class="btn btn-cta btn-cta-primary"
onclick="get_started(event, 'modulesheader')">Get Started</button>
</form><!--//signup-form-->
</div>
</div><!--//row-->
</div><!--//container-->
</section><!--//features-promo-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container">
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 pull-right col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<h3 class="title">Observations</h3>
<div class="details">
<p>
Integrated digital observations.
</p>
<p>
Never record obs on paper again.
</p>
<p>
Realtime access for your whole team,
allowing you to spend more time with the patients and less time transcribing numbers.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 from-left">
<img class="img-responsive" src="assets/images/features/resp.rate.graph.png" alt="" />
</div><!--//figure-->
</div><!--//item-->
<hr />
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 from-left">
<h3 class="title">Research</h3>
<div class="details">
<p>
Conduct full scale research studies with OPAL, creating fine-grained access control for study blinding,
randomisation, and data capture and reporting for whatever your requirements.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<img class="img-responsive" src="assets/images/features/studydata.png" alt="" />
</div><!--//figure-->
</div><!--//item-->
<hr />
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 pull-right col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<h3 class="title">Ward Rounds</h3>
<div class="details">
<p>
Conduct full featured ward rounds with customised lists - whether for a physical ward,
for patietnts under a certain consultant, configurable to anything you can think of.
Move through patients as you discuss at MDTs or as you literally walk round the ward,
OPAL Ward Rounds will capture your clinical interactions as you go.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 from-left">
<img class="img-responsive" src="assets/images/features/wardround.png" alt="" />
</div><!--//figure-->
</div><!--//item-->
<hr />
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 from-left">
<h3 class="title">OPAT</h3>
<div class="details">
<p>
Full Outpatients Antimicrobial Therapy service module. Manage the flow of patients
through your service, capturing the data you need to meet your upstream reporting
requirements. Capture clinical interactions and monitor your workload.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<img class="img-responsive" src="assets/images/features/opat.png" alt="" />
</div><!--//figure-->
</div><!--//item-->
</div><!--//container-->
</section>
<!-- ******SIGNUP****** -->
<section id="signup" class="signup has-bg-color">
<div class="container text-center">
<h2 class="title">Get OPAL for your organisation</h2>
<p class="summary">Get in touch to see what OPAL could do for you.</p>
<form class="signup-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email address" id="modulessignup">
</div>
<button type="submit" class="btn btn-cta btn-cta-primary"
onclick="get_started(event, 'modulessignup')">Get Started</button>
</form><!--//signup-form-->
</div>
</section><!--//signup-->