forked from Abhinav-21/Healthcare-Record-Management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview.html
203 lines (200 loc) · 9.42 KB
/
view.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>View Data | Healthcare Record</title>
<link rel="icon" type="image/x-icon" href="/images/icon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link href="/css/style.css" rel="stylesheet">
</head>
<body class="content">
<!-- navbar start here -->
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid">
<a class="navbar-brand" href="/homepage">
<div class="d-flex align-items-center">
<img src="/images/icon.png" alt="Logo" width="35" height="35" class="d-inline-block align-text-top">
<h3 class="ms-2 mb-0"><b style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif"> HEALTHCARE RECORD</b></h3>
</div>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/homepage">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active link" data-bs-toggle="modal" data-bs-target=".aboutusModal">About us</a>
</li>
<li class="nav-item">
<div class="dropdown">
<a
class="btn dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>Contact
</a>
<ul class="dropdown-menu">
<li>
<a
class="dropdown-item"
href="https://mail.google.com/mail/?view=cm&fs=1&to=healthcare.record.management@gmail.com"
>Mail</a>
</li>
</ul>
<li class="nav-item">
<a data-bs-toggle="modal" data-bs-target=".myModal" class="user link">
<img src="/images/profile.png" class="profile-img" width="45" height="45">
<span class="profile-text">Profile</span>
</a>
</li>
</div>
</div>
</nav>
<!-- navbar end here -->
<!-- login modal starts here -->
<div class="modal fade myModal" >
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header center">
<h1 class="modal-title fs-5 " style="color: green;"><b>Logged-In</b></h1>
</div>
<div class="modal-body">
<div class="center showUser" >
<h5><b>User :</b> jamesbond@gmail.com</h5>
</div>
<br>
<div class="center">
<button class="btn btn-danger logout" >Logout</button>
</div>
</div>
</div>
</div>
</div>
<!-- login modal ends here -->
<!-- About us Modal start here -->
<div class="modal fade aboutusModal" >
<div class="modal-dialog">
<div class="modal-content ">
<div class="modal-header center" >
<h1 class="modal-title fs-5 " ><b style="color: blue;">About us:</b></h1>
</div>
<div class="modal-body center mb-4">
Welcome to <b>Healthcare Record</b>, a dedicated team
of professionals committed to <b>revolutionizing</b>
the way patient data is <b>stored</b>, <b>managed</b>, and <b>accessed</b>.
Our mission is to provide a <b>secure</b>, and
<b>privacy-focused</b> platform for <b>hospitals</b> to securely store
and <b>analyze</b> patient data while prioritizing patient <b>confidentiality</b>.
<br>
Join us on this journey as we redefine the way patient data is stored,
managed, and accessed. Experience the power of secure
and <b>distributed patient data storage</b> with <b>Healthcare Record</b>.
</div>
</div>
</div>
</div>
<!-- About us Modal end here -->
<!-- card start here -->
<div class="card container card-container">
<div class="center my-4">
<h3><b id="doc">Patient with Doc_ID : 102</b></h3>
</div>
<form class="row g-3 my-3">
<div class="col-md-5">
<label class="form-label"><b>Uploading date :</b></label>
<input type="text" readonly class="form-control" id="date" value="12/12/12">
</div>
<div class="col-md-5">
<label class="form-label"><b>Email :</b></label>
<input type="text" readonly class="form-control" id="email" value="jamesbond@gmail.com">
</div>
<div class="col-md-5">
<label class="form-label"><b>Name :</b></label>
<input type="text" readonly class="form-control" id="name" value="James Bond">
</div>
<div class="col-md-1">
<label class="form-label"><b>Age :</b></label>
<input type="text" readonly class="form-control" id="age" value="27">
</div>
<div class="col-md-2">
<label class="form-label"><b>Gender :</b></label>
<input type="text" readonly class="form-control" id="gender" value="Male">
</div>
<div class="col-md-2">
<label class="form-label"><b>Blood Group :</b></label>
<input type="text" readonly class="form-control" id="blood_group" value="B+">
</div>
<div class="col-md-5">
<label class="form-label"><b>Height (in cm) :</b></label>
<input type="text" readonly class="form-control" id="height" value="182 cm">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Weight (in kg) :</b></label>
<input type="text" readonly class="form-control" id="weight" value="76 kg">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Smoking :</b></label>
<input type="text" readonly class="form-control" id="smoke" value="Yes">
</div>
<div class="col-md-3">
<label class="form-label" ><b>Drinking :</b></label>
<input type="text" readonly class="form-control" id="drink" value="Yes">
</div>
<div class="col-md-3">
<label class="form-label" ><b>Tobacco :</b></label>
<input type="text" readonly class="form-control" id="tobacco" value="No">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 1 :</b></label>
<input type="text" readonly class="form-control" id="disease1" value="Covid">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 2 :</b></label>
<input type="text" readonly class="form-control" id="disease2" value="Asthma">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 3 :</b></label>
<input type="text" readonly class="form-control" id="disease3" value="Eczema">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 4 :</b></label>
<input type="text" readonly class="form-control" id="disease4" value="Cataract">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 5 :</b></label>
<input type="text" readonly class="form-control" id="disease5" value="PTSD">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Disease 6 :</b></label>
<input type="text" readonly class="form-control" id="disease6" value="Cancer">
</div>
<div class="col-md-5">
<label class="form-label" ><b>Covid Vaccination Status :</b></label>
<input type="text" readonly class="form-control" id="covid" value="Booster Dose">
</div>
<div class="col-md-5 description">
<label class="form-label my-2"><b>Any other problems or symptoms :</b></label>
<textarea readonly class="form-control" id="other" rows="4" placeholder="...."></textarea>
</div>
</form>
</div>
<!-- card end here -->
<!-- footer start here -->
<footer class="footer sticky-bottom" style="margin-top: 6%;">
<div class="container center">
<span class="text-muted ">copyright ©2023</span>
<span class="text-muted">Created and Designed by room no. 241, P. D. Tandon Hostel</span>
</div>
</footer>
<!-- footer end here -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="/js/main.js"></script>
</body>
</html>