コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     $opcion = $parametros["p2"];
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->getfn_Mante_ImpResultados_lab($opcion);
 case 'bustecnologo':
     require_once "ActionLaboratorio.php";
     $opcion = $parametros["p2"];
     $valor = $parametros["p3"];
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->bustecnologo($opcion, $valor);
 case 'busEventotabla':
     require_once "ActionLaboratorio.php";
     $opcion = $parametros["p2"];
     $valor = $parametros["p3"];
     $idtext = $parametros["p4"];
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->busEventotabla($opcion, $valor, $idtext);
 case 'validarango':
     require_once "ActionLaboratorio.php";
     $opcion = $parametros["p2"];
     $llave = $parametros["p3"];
     $valor = $parametros["p4"];
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->validarango($opcion, $llave, $valor);
 case 'Ingresar_Resultadocab':
     $sp1 = $parametros["bus"];
     $sp2 = $parametros["c_cod_per"];
     $sp3 = $parametros["iid_labmformatos"];
     $sp4 = $parametros['iid_labmreferencia'];
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->getfn_Mante_mlab_resultados($sp1, $sp2, $sp3, $sp4);