コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     $o_ActionCita = new ActionCita();
     $datos["iIdUbicacionCita"] = $parametros["p2"];
     $datos["iCodigoProgramacion"] = $parametros["p3"];
     $resultado = $o_ActionCita->aUpdateUbicacionCita($datos);
     break;
 case 'ListarTiposAfiliacionExamenLaboratorio':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->aListarTiposAfiliacionExamenLaboratorio();
     break;
 case 'precioExamenesxAfiliacion':
     require_once "ActionLaboratorio.php";
     header("Content-type: text/xml");
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->aprecioExamenesxAfiliacion($parametros);
     break;
 case 'PopudMantenimientoExamenesEditarEliminar':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $datos = array();
     $datos["IdExamenLaboratorio"] = $parametros["p2"];
     $datos["NombreExamenLaboratorio"] = $parametros["p3"];
     $resultado = $o_ActionLaboratorio->aPopudMantenimientoExamenesEditarEliminar($datos);
     break;
 case 'PopudAgregarUnidadMedidaxMaterialLaboratorio':
     require_once "ActionLaboratorio.php";
     $o_ActionLaboratorio = new ActionLaboratorio();
     $resultado = $o_ActionLaboratorio->aPopudAgregarUnidadMedidaxMaterialLaboratorio();
     break;
 case 'cargarComboUnidadMedidaPopudML':