예제 #1
0
     $parametros["PDF_MARGIN_LEFT"] = 10;
     $parametros["PDF_MARGIN_RIGHT"] = 10;
     $parametros["PDF_MARGIN_TOP"] = 10;
     $parametros["AUTO_PAGE_BREAK"] = true;
     $datosPie = "";
     $nombreReporte = $numHC;
     $historiaOdontograma = "";
     $reporteHC->generarMYPDF_HC_Completo($atributosHC, $labelCabecera, $datosCabecera, $datosPie, $antecedentes, $arrayHC, $modo, $datos, $parametros, $listaAtenciones);
     break;
 case "historiasPapanicolaou":
     require_once 'generarReporteMensualPapanicolaou.php';
     $reporteHC = new generarReporteMensualPapanicolaou();
     $o_ActionActoMedico = new ActionActoMedico();
     $datos['p2'] = $_REQUEST["p2"];
     $datos['p3'] = $_REQUEST["p3"];
     $listarPapanicolaum = $o_ActionActoMedico->listaAtencionespapanicolaum($datos);
     $parametros["PRINT_HEADER"] = false;
     $parametros["PRINT_FOOTER"] = false;
     $parametros["PDF_MARGIN_LEFT"] = 10;
     $parametros["PDF_MARGIN_RIGHT"] = 10;
     $parametros["PDF_MARGIN_TOP"] = 10;
     $parametros["AUTO_PAGE_BREAK"] = true;
     $reporteHC->generarMYPDF_HC_Completo($listarPapanicolaum, $parametros, $datos);
     break;
 case "historiasPreventivas":
     require_once 'generarReporteMensualPreventivas.php';
     $reporteHC = new generarReporteMensualPreventivas();
     $idPaciente = 4567;
     $idReporte = 3;
     $numHC = $_REQUEST["p1"];
     $modo = 1;