Esempio n. 1
0
     $nombrePuntoControl = $parametros["p3"];
     $resultado = $o_ActionLaboratorio->aVerRecibirPuntoControl($idPuntoControl, $nombrePuntoControl);
     break;
 case 'verificarRecibirPuntoControl':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos['codigoBarra'] = $parametros["p2"];
     $datos['idPuntoControl'] = $parametros["p3"];
     $resultado = $o_ActionLaboratorio->aVerificarRecibirPuntoControl($datos);
     break;
 case 'verificarProcesarPuntoControl':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos['codigoBarra'] = $parametros["p2"];
     $datos['idPuntoControl'] = $parametros["p3"];
     $resultado = $o_ActionLaboratorio->aVerificarProcesarPuntoControl($datos);
     break;
 case 'mantenimientoDatosExamen':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->AmantenimientoDatosExamen();
     break;
 case 'buscarExamenesLaboratorio':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos["nombreExamen"] = $parametros["p2"];
     $resultado = $o_ActionLaboratorio->AbuscarExamenesLaboratorio($datos);
     break;
 case 'reporteDePuntoControlXExamen':
     require_once "ActionLaboratorio.php";