示例#1
0
     break;
 case 'tablaAmbiFi':
     require_once "ActionReporte.php";
     header("Content-type: text/xml");
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->tablaAmbiFi();
     break;
 case 'propiedadesPopadMedicos':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadMedicos();
     break;
 case 'propiedadesPopadProgramacion':
     require_once "ActionReporte.php";
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->propiedadesPopadProgramacion();
     break;
 case 'PopadActoMedico':
     require_once "ActionOrden.php";
     $o_ActionOrden = new ActionOrden();
     $resultado = $o_ActionOrden->PopadActoMedico();
     break;
 case 'MantenimientoEliminarTiposUnidadMedida':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();
     $datos["idTipoUnidad"] = $parametros["p2"];
     $resultado = $o_ActionMantenimientoGeneral->MantenimientoEliminarTiposUnidadMedida($datos);
     break;
 case 'MantenimientoEliminarUnidadMedida':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();