break; case 'buscarMaterialesLaboratorioPopap_3': require_once "ActionLaboratorio.php"; header("Content-type: text/xml"); $o_ActionLaboratorio = new ActionLaboratorio(); $datos = array(); $datos["p2"] = $parametros["p2"]; $resultado = $o_ActionLaboratorio->abuscarMaterialesLaboratorioPopap_3($datos); break; case 'PopudMuestrasPorExamen': require_once "ActionLaboratorio.php"; $o_ActionLaboratorio = new ActionLaboratorio(); $datos = array(); $datos["IdExamenLaboratorio"] = $parametros["p2"]; $datos["NombreExamenLaboratorio"] = $parametros["p3"]; $resultado = $o_ActionLaboratorio->aPopudMuestrasPorExamen($datos); break; case 'PopudSeleccionarRecipiente': require_once "ActionLaboratorio.php"; $o_ActionLaboratorio = new ActionLaboratorio(); $datos = array(); $datos["IdExamenLaboratorio"] = $parametros["p2"]; $datos["NombreExamenLaboratorio"] = $parametros["p3"]; $resultado = $o_ActionLaboratorio->aPopudSeleccionarRecipiente($datos); break; case 'PopudMantenimientoRecipiente': require_once "ActionLaboratorio.php"; $o_ActionLaboratorio = new ActionLaboratorio(); $datos = array(); $datos["IdExamenLaboratorio"] = $parametros["p2"]; $datos["NombreExamenLaboratorio"] = $parametros["p3"];