Example #1
0
     $datos["codTur"] = $parametros["p3"];
     $datos["motivo"] = $parametros["p4"];
     $resultado = $o_ActionCronograma->actualizarTurnoProgramacionMedico($datos);
     break;
 case 'getTarifasProcedimientosProductos':
     header("Content-type: text/xml");
     require_once "ActionLogistica.php";
     $o_ActionLogistica = new ActionLogistica();
     $datos['afiliacionActiva'] = $parametros["p2"];
     $datos['nombreProcedimiento'] = $parametros["p3"];
     $resultado = $o_ActionLogistica->getTarifasProcedimientosProductos($datos);
     break;
 case 'agregarProcedimientoNuevoInicio':
     header("Content-type: text/xml");
     require_once "ActionLogistica.php";
     $o_ActionLogistica = new ActionLogistica();
     $resultado = $o_ActionLogistica->agregarProcedimientoNuevoInicio();
     break;
 case 'consultaProgramacionMedicosJorgeNuevo':
     require_once "ActionCronograma.php";
     $oActionCronograma = new ActionCronograma();
     $datos['nombrepersona'] = $parametros["p2"];
     $datos['codigocronograma'] = $parametros["p3"];
     $resultado = $oActionCronograma->consultaProgramacionMedicosJorgeNuevo($datos);
     break;
 case 'cargarComboAmbienteFisicoReprogramacionMedicoNuevo':
     require_once "ActionCronograma.php";
     $oActionCronograma = new ActionCronograma();
     $datos['idAmbienteslogicos'] = $parametros["p2"];
     $datos['cidSedeEmpresa'] = $parametros["p3"];
     //                    $datos['opcionBusqueda'] = $parametros["p4"];
Example #2
0
<?php

require_once "../../ccontrol/control/ActionLogistica.php";
$o_actionLogistica = new ActionLogistica();
$htmlCategoriasActiva = $o_actionLogistica->listaCategoriasActiva();
echo "<input type='text' value='" . $funcion . "' id='funcion' />";
echo "<input type='text' value='" . $evento . "' id='evento' />";
?>
<input type="hidden" value="%" id="categoria"/>
<input type="hidden" value="%" id="afiliacion"/>


<div style="width:700px;margin:1px auto; border: #006600 solid">
	<div class="titleform">
        <h1>Productos</h1>
        
    </div>
    
	<div style=" height:90px; margin-bottom:15px;  ">
    
    	<?php 
require_once "busqueda_tarifas.php";
?>
	</div>
	
                
         <div  id="resultadoTarifas" style=" <?php 
echo "height:" . $alto . ";";
?>
 width:700px; margin-bottom:15px; border: 1px solid #CCCCCC;  ">
						Resultado...
Example #3
0
<?php

require_once "../../ccontrol/control/ActionLogistica.php";
$o_actionLogistica = new ActionLogistica();
$htmlCategorias = $o_actionLogistica->listaCategorias();
$htmlAfiliaciones = $o_actionLogistica->listaAfiliaciones();
?>
<input type="hidden" value="%" id="categoria"/>
<input type="hidden" value="%" id="afiliacion"/>
<div style="margin-top:0px;margin-bottom:0px;min-height:600px" align="left">
    <div class="titleform">
        <h1>Busqueda de datos del paciente</h1>
    </div>
  <div id="contenido_main" style="width:100%;margin:0px; padding:2px; overflow: hidden; position:absolute;">
    <div style="height:500px; width:20%; background:#CCCCCC; float:left; " >
      		<div style="height:100px; width:100%; background:#fbedff">
            			<?php 
require_once "busqueda_tarifas.php";
?>
                 	</div>
            <div style="height:20px; width:100%; background:#eeeeee; " >
            	
                Seg&uacute;n Categor&iacute;a 
            </div>
            <div style="height:300px; width:100%; background:#999916;">
            	
				<?php 
echo $htmlCategorias;
?>
            </div>
            
<?php

require_once "../../ccontrol/control/ActionRrhh.php";
$o_actionRrhh = new ActionRrhh();
$o_actionRrhh->getArbolCentroCostos();
require_once "../../ccontrol/control/ActionLogistica.php";
$o_actionLogistica = new ActionLogistica();
?>

<div id="divContenido" style="width: 1550px;">
    
<div style="height:30px; width:100%; float: left;">
ocupaciones por centro de costos
<input name="idCargo" id="hiddenIdCargo" type="text" />

</div>
<div style="width:400px;height:500px;background: #eeeeee; float:left">
                    <div  id ="divCentroCostos" style="width:97%;height:95%;margin-left:1%;margin-right:1%;overflow: hidden;">
                        <a href="javascript:void(0)" onclick="cargarArbolCentroCostos('serviciosCentroCostos')">Centro de Costos</a>
                    </div>

</div>
        
<div id="division1" style="height:500px; width:420px; float:left; background:#184597">
			<div id="divDetalleCentroCostos" style="height:50px; width:400px; background:#CCCCCC; float:left; margin-left:10px;"><strong>
    	centro costos:    </strong></div>
        
        <div id="divCargos" style="height:130px; width:400px; background:#ddddaa; float:left; margin-left:10px;">
	        	<p><b>Cargos:</b> <br />    
           <div id="divListaCargos" style=" height:110px;">
           			lista de cargos
Example #5
0
<?php

require_once "../../ccontrol/control/ActionLogistica.php";
$o_actionLogistica = new ActionLogistica();
$htmlCategoriasActiva = $o_actionLogistica->listaCategoriasActiva();
$htmlCategoriasPasiva = $o_actionLogistica->listaCategoriasPasiva();
$htmlAfiliaciones = $o_actionLogistica->listaAfiliaciones();
?>
<input type="hidden" value="%" id="categoria"/>
<input type="hidden" value="%" id="afiliacion"/>

<div style="width:800px; margin:1px auto; border: #006600 solid">
	<div class="titleform">
        <h1>Consulta de Precios </h1>
    </div>
	<div style=" height:90px; margin-bottom:15px;  ">
    	<?php 
require_once "busqueda_tarifas.php";
?>
	</div>
	<div>
    	<div class="titleform"  style=" height:15px;">
            			Productos 
         </div>
                
         <div  id="resultadoTarifas" style="height:200px; width:100%; margin-bottom:15px; border: 1px solid #CCCCCC;  ">
						Resultado...
         </div>
	</div>
    <div class="titleform"  style=" height:15px;">
          Precios por Afiliaci&oacute;n