示例#1
0
     $datos["anio"] = $parametros["p4"];
     $resultado = $o_ActionRrhh->generarContenidoProgramacionAsistencial($datos);
     break;
 case 'verificarHistoriaClinica':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $datos = array();
     $datos["p1"] = $parametros["p2"];
     $resultado = $o_ActionReporte->verificarHistoriaClinica($datos);
     break;
 case 'verificarHistoriaClinicaXDia':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $datos = array();
     $datos["codProgramacion"] = $parametros["p2"];
     $resultado = $o_ActionReporte->verificarHistoriaClinicaXDia($datos);
     break;
 case 'agregarTurnoAdicional':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $datos = array();
     $datos["p1"] = $parametros["p2"];
     $datos["p2"] = $parametros["p3"];
     $datos["p3"] = $parametros["p4"];
     $datos["p4"] = $parametros["p5"];
     $datos["p5"] = $parametros["p6"];
     $resultado = $o_ActionRrhh->agregarTurnoAdicional($datos);
     break;
 case 'mostrarReporteAsistencial':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();