コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     break;
 case 'buscarMaterialesLaboratorioPopap':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["p2"] = $parametros["p2"];
     $resultado = $o_ActionLaboratorio->abuscarMaterialesLaboratorioPopap($datos);
     break;
 case 'buscarMaterialesLaboratorioPopap_2':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["p2"] = $parametros["p2"];
     $resultado = $o_ActionLaboratorio->abuscarMaterialesLaboratorioPopap_2($datos);
     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"];