{% extends "principal.html" %} {% load staticfiles %} {% load url from future %} {% block jquery %} function ejecutaForm(enlace){ document.getElementById("frmPanel").action = enlace; document.getElementById("frmPanel").submit(); } function guardaPariente(id){ if (document.getElementById("albergado").value != '') { document.getElementById("frmPanel").action ="/procesos/guardaPariente/" + id; document.getElementById("frmPanel").submit(); } else { alert("Falta seleccionar un albergado."); } } function cargaBusqueda(texto,directo){ if (texto != ''){ var maxCar = 3; if (document.getElementById("opSens").checked != true){ maxCar = 1000; } if (texto.length >= maxCar || directo == '1') { document.getElementById("selFind").style.display="block"; ejecutaForm('/procesos/traePersonas/' + 'frm_ctrolParienteEnfermo'); } } } function elementBusquedaSel(){ document.getElementById("selFind").style.display="none"; var select = document.getElementById("selFind"); document.getElementById("albergado").value = select.options[select.selectedIndex].value; document.getElementById("responsable").value = select.options[select.selectedIndex].text; document.getElementById("selFind").options.length = 0; } function noUsar(){ document.getElementById("responsable").disabled = true; document.getElementById("selFind").style.display = "none"; document.getElementById("panelFind").style.display = "none"; } function nuevoPariente(){ document.getElementById("Proceso").value = "NUEVO"; document.getElementById("frmPanel").action ="/procesos/ctrolPariente/0"; document.getElementById("frmPanel").submit(); } {% endblock %} {% block breadcrumbs %}
  • Inicio
  • Nuevo
  • Guardar
  • {% endblock %} {% block contenido %} {% if Grabo == '0' %} {% endif %} {% if Grabo == '1' %} {% endif %}
    {% csrf_token %}
     Captura de Datos de Pacientes
    Pacientes asignados : {{cant}}
     Sensitivo   


      
    {% if Proceso == 'TRANS' %} {% else %} {% endif %} {% endblock %}