-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathficha9.html
349 lines (290 loc) · 16.6 KB
/
ficha9.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link type="text/css" rel="stylesheet" href="./css/ficha.css" />
<link type="text/css" rel="stylesheet" href="./css/login.css" />
<link type="text/css" rel="stylesheet" href="./css/mibootstrap.css" />
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/jquery/dist/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="./bower_components/alpaca/dist/lib/bootstrap/dist/css/bootstrap.min.css" />
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/handlebars/handlebars.min.js"></script>
<link type="text/css" href="./bower_components/alpaca/dist/alpaca/bootstrap/alpaca.min.css" rel="stylesheet" />
<script type="text/javascript" src="./bower_components/alpaca/dist/alpaca/bootstrap/alpaca.min.js"></script>
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/typeahead.js/dist/bloodhound.js"></script>
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/typeahead.js/dist/typeahead.bundle.js"></script>
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/moment/min/moment-with-locales.min.js"></script>
<link type="text/css" rel="stylesheet" href="./bower_components/alpaca/dist/lib/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css" />
<script type="text/javascript" src="./bower_components/alpaca/dist/lib/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="./bower_components/pouchdb/dist/pouchdb.min.js"></script>
<script type="text/javascript" src="./bower_components/pouchdb-find/dist/pouchdb.find.js"></script>
<script type="text/javascript" src="./bower_components/pouchdb-authentication/dist/pouchdb.authentication.min.js"></script>
<script type="text/javascript" src="./bower_components/transform-pouch/dist/pouchdb.transform-pouch.min.js"></script>
<script type="text/javascript" src="./bower_components/js-sha3/build/sha3.min.js"></script>
<script type="text/javascript" src="./bower_components/aes/aes.js"></script>
</head>
<body>
<div id="login">
<a href="#" id="loginLink" data-toggle="modal" data-target="#login-modal">Login</a>
<a href="#" id="logout" data-toggle="modal" data-target="#login-modal">Logout</a>
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<h1>Ingrese a su cuenta</h1><br>
<form>
<input type="text" id="usuario" name="user" placeholder="RUT/DNI">
<input type="password" id="clave" name="pass" placeholder="Clave">
<input type="button" id="submitLogin" name="login" class="btn btn-primary login loginmodal-submit" value="Login">
</form>
<div class="login-help">
<a href="#">Registrar</a> - <a href="#">Olvidé mi password</a>
</div>
</div>
</div>
</div>
</div>
<div id="usersAdmin">
<a href="#" id="adminLink" data-toggle="modal" data-target="#admin-modal">Admin</a>
<div class="modal fade" id="admin-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<h1>Ingrese el nuevo usuario</h1><br>
<form>
<input type="text" id="nusuario" name="nuser" placeholder="RUT/DNI">
<input type="password" id="nclave" name="npass" placeholder="Clave">
<input type="password" id="nclave2" name="npass2" placeholder="Confirme su clave">
<input type="text" id="ncorreo" name="ncorreo" placeholder="Correo">
<input type="text" id="nrole" name="nrol" placeholder="Rol">
<input type="button" id="submitNuevo" name="nlogin" class="btn btn-primary login loginmodal-submit" value="Grabar">
<input type="button" id="cancelarNuevo" name="nlogin" class="btn btn-primary login loginmodal-submit" value="Cancelar">
</form>
</div>
</div>
</div>
</div>
<div id="espera">
<div class="modal fade" id="espera-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="esperamodal-container">
<h1><center>Un momento por favor...</center></h1><br>
</div>
</div>
</div>
</div>
<div id="ficha">
<div id="pacientes">
<button class="btn btn-verde glyphicon glyphicon-list-alt" type="button" data-toggle="collapse" data-target="#listadoPacientes" aria-expanded="true" aria-controls="listadoPacientes">
Listado de Pacientes
</button>
<div class="collapse in" id="listadoPacientes">
<div class="wellnomquedaclaroparaque">
<section id="todoapp">
<header id="header">
<h2>Fichas</h2>
<div id="bexpandir" align="right"><button id="buttonExpandir" onclick="nuevaFicha()" class="btn btn-verde glyphicon glyphicon-plus btn-verde">Agregar Paciente</button></div>
</header>
<section id="main">
<table id="todo-list" data-toggle="table"></table>
</section>
<footer id="footer">
<span id="todo-count"></span>
<div id="sync-wrapper">
<div id="sync-process">Sincronizando...</div>
<div id="sync-success">Sincronizado</div>
<div id="sync-error">Hubo problemas de sincronización</div>
</div>
<div id="bexpandir" align="left"><button id="buttonExpandir" onclick="refrescarCopiaLocal()" class="btn btn-verde glyphicon glyphicon-trash">Refrescar Copia Local</button></div>
</footer>
</section>
</div>
</div>
</div>
<div id="btnExpandir" align="right">
<table cellpadding="10">
<tr>
<td>
<div id="bcolapsar"><button id="buttonColapsar" onclick="colapsar()" class="btn btn-verde glyphicon glyphicon-collapse-up" >Colapsar</button></div>
</td>
<td>
<div id="bexpandir"><button id="buttonExpandir" onclick="expandir()" class="btn btn-verde glyphicon glyphicon-collapse-down" >Expandir</button></div>
</td>
</tr>
</table>
</div>
<div id="field1"></div>
</ficha>
<script src="./js/base.js"></script>
<script src="./js/app5.js"></script>
<script src="./js/alpaca_options.js"></script>
<script src="./data/puntos_nombres.js"></script>
<script type="text/javascript">
var substrMatcher= function(strs) { //no la estamos usando de momento.
return function findMatches(q, cb) {
var matches, substrRegex;
// an array that will be populated with substring matches
matches = [];
// regex used to determine if a string contains the substring `q`
substrRegex = new RegExp(q, 'i');
// iterate through the pool of strings and for any string that
// contains the substring `q`, add it to the `matches` array
$.each(strs, function(i, str) {
if (substrRegex.test(str)) {
matches.push(str);
}
});
cb(matches);
//return matches;
};
};
function colapsar(){
/*
$('.collapse.in').each(function() {
$(this).collapse("hide"); //Hay problemas con el Collapse para mostrar los datos.
})
*/
$('#field1 .collapse').each(function() {
$(this).collapse("hide"); //Hay problemas con el Collapse para mostrar los datos.
})
}
function colapsa(objeto){
//console.log("El objeto es:"+typeof objeto);
if (typeof objeto == "object"){
var tipoObjeto=objeto.getType();
//console.log("label:"+objeto.getTitle());
if (tipoObjeto != "array"){
//console.log("No es un array");
tieneHijos=objeto.children;
if (typeof objeto.container != "undefined"){ //si el contenedor existe lo colapsa
objeto.container.collapse("hide");
}
if (typeof tieneHijos !="undefined"){ //si tiene hijos los manda a colapsar
tieneHijos.forEach(function(entrey){
colapsa(entrey);
});
}
}else{//si es un array, colapsamos los hijos, pero dejamos visibles los itmes
var hijos=objeto.children;
$.each(hijos, function(index, value) {
colapsa(value);
});
}
}
}
function expandir(){
$('#field1 .collapse').each(function() {
// var paraExpandir=$(this).parent();
//$paraExpandir.collapse("show"); //Hay problemas con el Collapse para mostrar los datos.
$(this).collapse("show");
})
}
function nuevaFicha(){
var currentTime = new Date();
var month = currentTime.getMonth() + 1;
var day = currentTime.getDate();
var year = currentTime.getFullYear();
var fecha=year+"-"+month+"-"+day;
var miTodo={"terapeuta":rutTerapeuta,"fechaCreacion":fecha};
//console.log(JSON.stringify($('#field1').alpaca("gets"), null, " "));
miAlpaca(miTodo);
}
function miAlpaca(miJson){
esperar(true,"");
console.log(JSON.stringify(miJson, null, " "));
if ($('#field1').alpaca("exists")) //si existe ya una ficha desplegada, la borra
{
//alert("ya existe una ficha");
$('#field1').alpaca("destroy");
}
$("#field1").alpaca({
// "dataSource": "./ficha_data.json",
"dataSource":miJson,
"schemaSource": "./ficha_nest_schema_curso002.json",
"options": misOpciones,
"form": {
},
"view":{
"parent": "bootstrap-edit-horizontal",
"wizard":{
"title": "Welcome to the Wizard",
"description": "Please fill things in as you wish",
"bindings": {
"_id":1,
"_rev":1,
"terapeuta":1,
"rut":1,
"clinica":1,
"fechaCreacion":1,
"datosPersonales": 1,
"datosContacto":1,
"familia":2,
"ocupacion":2,
"historia": 3,
"tratamientos":4
},
"steps": [{
"title": "Información Persona",
"description": "Datos del Paciente"
}, {
"title": "Familia - Ocupación",
"description": "Antecedentes"
}, {
"title": "Historia",
"description": "Historia Clínica"
},{
"title":"Tratamientos",
"description":"Tratamientos"
}
],
"markAllStepsVisited":true,
"buttons": {
"submit": {
"title": "Grabar",
"click": function() {
esperar(true,"Grabando...");
var value = this.getValue();
//console.log(JSON.stringify(value, null, " "));
addFicha(value);
}
}
}
},
"horizontal":true
},
"postRender": function(control) {
// control.childrenByPropertyId["rut"].getFieldEl().css("background-color", "lightgreen");
// control.childrenByPropertyId["datosPersonales"].getFieldEl().css("background-color", "lightgreen");
// control.childrenByPropertyId["fechnac"].getFieldEl().css("background-color", "lightgreen");
// control.childrenByPropertyId["genero"].getFieldEl().css("background-color", "lightgreen");
// control.childrenByPropertyId["talla"].getFieldEl().css("background-color", "lightgreen");
var colapsables=["datosContacto","familia","ocupacion","historia","tratamientos"];
colapsables.forEach(function(entrey){
var value=control.childrenByPropertyId[entrey];
//console.log(">>>>>Colapsando:"+entrey+":"+value.getType());
colapsa(value);
});
esperar(false,"");
/* selct2 no funciona, rellena el campo
var data = [{ id: 0, text: 'enhancement' }, { id: 1, text: 'bug' }, { id: 2, text: 'duplicate' }, { id: 3, text: 'invalid' }, { id: 4, text: 'wontfix' }];
$(".js-example-data-array").select2({
data: data
})
$(".js-example-data-array-selected").select2({
data: data
})
*/
//control.childrenByPropertyId["antecedentes"].getFieldEl().css("background-color", "lightblue");
//control.childrenByPropertyId["habitos"].getFieldEl().css("background-color", "lightblue");
//control.childrenByPropertyId["sintomas"].getFieldEl().css("background-color", "lightyellow");
// $('input[name=datosPersonales_amat]').css("background-color", "lightgreen"); //referencia por nombre
//NO OLVIDAR: Importante separ el tto. de la evolución, un paciente puede tener varios tto. cada uno con evoluciones.
}
});
};
</script>
<script type="text/javascript">
$(document).ready(function() {
// miAlpaca(miTodo);
//
});
</script>
</body>
</html>