Exemplo n.º 1
0
 function selectExamenPrueba($idExamen)
 {
     $oLActoMedico = new LActoMedico();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLActoMedico->selectExamenPrueba($idExamen);
     $arrayCabecera = array(0 => "idp", 1 => "Prueba", 2 => "estadop", 3 => "Estado Prueba", 4 => "", 5 => "ide", 6 => "Examen", 7 => "estadoe", 8 => "Estado Examen", 9 => "estadoExPr", 10 => "Acción", 11 => "idExPr");
     $arrayTamano = array(0 => "40", 1 => "255", 2 => "*", 3 => "110", 4 => "10", 5 => "*", 6 => "255", 7 => "*", 8 => "110", 9 => "60", 10 => "60", 11 => "50");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "ro", 6 => "ro", 7 => "ro", 8 => "ro", 9 => "ro", 10 => "img", 11 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 6 => "default", 7 => "default", 8 => "default", 9 => "default", 10 => "pointer", 11 => "default");
     $arrayHidden = array(0 => "true", 1 => "false", 2 => "true", 3 => "true", 4 => "false", 5 => "true", 6 => "false", 7 => "true", 8 => "true", 9 => "true", 10 => "false", 11 => "true");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "left", 5 => "left", 6 => "left", 7 => "left", 8 => "left", 9 => "left", 10 => "center", 11 => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }