示例#1
0
     require_once "ActionReporte.php";
     header("Content-type: text/xml");
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->cargarTablaSedes();
     break;
 case 'tablaAmbiLo':
     require_once "ActionReporte.php";
     header("Content-type: text/xml");
     $o_ActionReporte = new ActionReporte();
     $resultado = $o_ActionReporte->tablaAmbiLo();
     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();