-
Notifications
You must be signed in to change notification settings - Fork 0
/
soignant.html
247 lines (241 loc) · 9.19 KB
/
soignant.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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>Sfeir Démo hopitaux - Accueil soignan</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="app">
<aside class="app_aside">
<div class="app_aside__header">
Application Hôpital
</div>
<nav class="app_aside__navigation">
<a href="soignant.html" class="app_aside__navigation__link app_aside__navigation__link--active">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="app_aside__navigation__icon"
>
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
<span class="app_aside__navigation__name">Home</span>
</a>
<a href="proposition_aide.html" class="app_aside__navigation__link">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="app_aside__navigation__icon">
<circle cx="12" cy="12" r="10"></circle>
<circle cx="12" cy="12" r="4"></circle>
<line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line>
<line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line>
<line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line>
<line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line>
<line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>
</svg>
<span class="app_aside__navigation__name">Propostion d'aide</span>
</a>
<a href="demande_aide.html" class="app_aside__navigation__link">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="app_aside__navigation__icon">
<path
d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z">
</path>
</svg>
<span class="app_aside__navigation__name">Demande d'aide</span>
</a>
</nav>
<div class="app_aside__footer">
<div class="app_aside__user_icon">MP</div>
<div class="app_aside__user_name">Docteur Marcel Peutaider</div>
<button class="app_aside__logout">
Se déconnecter
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="app_aside__logout__icon"
>
<line x1="5" y1="12" x2="19" y2="12"></line>
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
</button>
</div>
</aside>
<main class="app_main">
<h2 class="app_main__title">
Situation d'occupation de lits dans la structure
</h2>
<br>
<table>
<tr>
<th>Code Lit</th>
<th>Disponibilité</th>
<th>Patient</th>
<th>Arrivée</th>
<th>Transfert</th>
</tr>
<tr>
<td colspan="5" align="center"><br><br>Lits occupés actuellement : 6<br><br></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV1</td>
<td>Occupé</td>
<td>Jean Dupont (65 ans)</td>
<td>18/03/20 10:40</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV2</td>
<td>Occupé</td>
<td>Serge Dupont (71 ans)</td>
<td>19/03/20 07:20</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV3</td>
<td>Occupé</td>
<td>Jeanne Durand (47 ans)</td>
<td>30/03/20 09:15</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV4</td>
<td>Occupé</td>
<td>Serge Durand (32 ans)</td>
<td>15/03/20 15:20</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV5</td>
<td>Occupé</td>
<td>Fabienne Dupont (66 ans)</td>
<td>12/03/20 14:30</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr bgcolor="#ababab">
<td>HOPSERV6</td>
<td>Occupé</td>
<td>Sylvie Martin (81 ans)</td>
<td>29/03/20 18:00</td>
<td align="center"><input type="button" value="transferer"></td>
</tr>
<tr>
<td colspan="5" align="center"><br><br>Lits réservés par un service ou un patient : 2<br><br></td>
</tr>
<tr bgcolor="#dedede">
<td>HOPSERV7</td>
<td>Réservé en attente</td>
<td>Laurent Pasmoi (48 ans)</td>
<td>05/04/20 10:00</td>
<td align="center"><input type="button" value="liberer"><input type="button" value="valider arrivée"></td>
</tr>
<tr bgcolor="#dedede">
<td>HOPSERV8</td>
<td>Réservé en attente</td>
<td>Serge Pasmoinonplus (64 ans)</td>
<td>03/03/20 14:00</td>
<td align="center"><input type="button" value="liberer"><input type="button" value="valider arrivée"></td>
</tr>
<tr>
<td colspan="5" align="center"><br><br>Lits disponibles pour patients et services : 2<br><br></td>
</tr>
<tr bgcolor="#ffffff">
<td>HOPSERV9</td>
<td> </td>
<td> </td> </td>
</tr>
<tr bgcolor="#ffffff">
<td>HOPSERV10</td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<br><br>
<hr><br><br>
<h2>Recherche de lits en transfert</h2>
<br><br>
Pour le patient "Jeanne Durand (47ans)", les possibilités de transfert sont :
<br><br><br>
<table width="1200" border="0">
<tr>
<th>Hopital</th>
<th>Service (Téléphone)</th>
<th>Distance de transfert en ambulance</th>
<th>Réserver</th>
<th>Date de transfert</th>
</tr>
<tr>
<td>Pitié Salle pétrière - Paris</td>
<td>Réanimation (0612345678)</td>
<td align="center">5 kms</td>
<td align="center"><input type="button" value="reserver"></td>
<td><input></td>
</tr>
<tr>
<td>Hopital Saint Louis - La rochelle</td>
<td>Urgences (0698765432)</td>
<td align="center">400 kms</td>
<td align="center"><input type="button" value="reserver"></td>
<td><input></td>
</tr>
<tr>
<td>Clinique Saint André - Bordeaux</td>
<td>Urgences (0601020304)</td>
<td align="center">800 kms</td>
<td align="center"><input type="button" value="reserver"></td>
<td><input></td>
</tr>
</table>
<br><br>
<hr><br><br>
<h2>Voir les soignants auxiliaires disponibles</h2>
<br><br>
<table width="1200" border="0">
<tr>
<th>Identité</th>
<th>Téléphone</th>
<th>Age</th>
<th>Adresse</th>
<th>Spécialité</th>
<th>Distance</th>
</tr>
<tr>
<td>Docteur Marcel Peutaider</td>
<td>0634353637</td>
<td>66 ans</td>
<td>Besançon</td>
<td>Médecine générale</td>
<td>450 kms</td>
</tr>
<tr>
<td>Interne Sophie Dupond</td>
<td>0634353638</td>
<td>25 ans</td>
<td>Versailles</td>
<td>Chirurgie</td>
<td>15 kms</td>
</tr>
</table>
</main>
</div>
</body>
</html>