Update report untuk akses di sidebar
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
}elseif($linknow=="lp_data_master"){
|
||||
$linknow=$this->uri->segment(1, 0)."/".$this->uri->segment(2, 0);
|
||||
$linksearch = substr($this->uri->segment(2, 0), 0, 6);
|
||||
}elseif($linknow=="lp_pasien"){
|
||||
$linknow=$this->uri->segment(1, 0)."/".$this->uri->segment(2, 0);
|
||||
$linksearch = substr($this->uri->segment(2, 0), 0, 6);
|
||||
}
|
||||
//--------------end lp_ppi 1 controller--------------//
|
||||
$this->db->join('master_menu', 'mm_id = am_fk_menu_id', 'LEFT');
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<ol class="breadcrumb float-sm-right">
|
||||
<li class="breadcrumb-item"><a href="<?php echo base_url();?>">Dashboard</a></li>
|
||||
<li class="breadcrumb-item"><?php echo $parent;?></li>
|
||||
<li class="breadcrumb-item"><a href="<?php echo base_url()."index.php/lp_simrs_report/pasienpenunjang";?>">DATA PASIEN</a></li>
|
||||
<li class="breadcrumb-item"><a href="<?php echo base_url()."index.php/lp_pasien/pasienpenunjang";?>">DATA PASIEN</a></li>
|
||||
<li class="breadcrumb-item active"><?php echo $title;?></li>
|
||||
</ol>
|
||||
</div>
|
||||
@@ -135,7 +135,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<a href="<?php echo base_url()."index.php/lp_simrs_report/pencarianpasien";?>" class="btn btn-default float-right">Cancel</a>
|
||||
<a href="<?php echo base_url()."index.php/lp_pasien/pencarianpasien";?>" class="btn btn-default float-right">Cancel</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
$tglgabung = date("m/d/Y", strtotime($awal))." - ".date("m/d/Y", strtotime($akhir));
|
||||
?></h3>
|
||||
</div>
|
||||
<form action="<?php echo(base_url()); ?>index.php/lp_simrs_report/pasienpenunjang" method="post" autocomplete="off">
|
||||
<form action="<?php echo(base_url()); ?>index.php/lp_pasien/pasienpenunjang" method="post" autocomplete="off">
|
||||
<div class="card-body">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-1 col-form-label">Tanggal Registrasi :</label>
|
||||
@@ -76,6 +76,8 @@
|
||||
<th>Klinik</th>
|
||||
<th>Dokter</th>
|
||||
<th>SMF</th>
|
||||
<th>ICD</th>
|
||||
<th>Tindakan</th>
|
||||
<th>Penunjang</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -104,9 +106,11 @@
|
||||
<td><?php echo $dat->klinik;?></td>
|
||||
<td><?php echo $dat->namadokter;?></td>
|
||||
<td><?php echo $dat->kdsmf;?></td>
|
||||
<td><?php echo "ICD Utama : ".$dat->icd.", ICD Verif : ".$dat->icd_verif.", ICD Resume".$dat->icd_resume;?></td>
|
||||
<td><?php echo "Tind Utama : ".$dat->tindakanutama.", Tind Dasar Utama : ".$dat->dasartindakanutama.", Tind Lain".$dat->tindakanlain;?></td>
|
||||
<td><?php
|
||||
if($dat->radiologi!="{}"){
|
||||
echo "<a href='".base_url()."index.php/lp_simrs_report/viewpasienpenunjang/".$dat->idxdaftar."/".$dat->nomr."' class='btn btn-info btn-xs'><i class='fa fa-eye'></i></a>";
|
||||
echo "<a href='".base_url()."index.php/lp_pasien/viewpasienpenunjang/".$dat->idxdaftar."/".$dat->nomr."' class='btn btn-info btn-xs'><i class='fa fa-eye'></i></a>";
|
||||
//echo $dat->radiologi;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
// $tglgabung = date("m/d/Y", strtotime($awal))." - ".date("m/d/Y", strtotime($akhir));
|
||||
?></h3>
|
||||
</div>
|
||||
<form action="<?php echo(base_url()); ?>index.php/lp_simrs_report/pencarianpasien" method="post" autocomplete="off">
|
||||
<form action="<?php echo(base_url()); ?>index.php/lp_pasien/pencarianpasien" method="post" autocomplete="off">
|
||||
<div class="card-body">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-1 col-form-label"> Pencarian Pasien</label>
|
||||
@@ -82,6 +82,8 @@
|
||||
<th>Klinik</th>
|
||||
<th>Dokter</th>
|
||||
<th>SMF</th>
|
||||
<th>ICD</th>
|
||||
<th>Tindakan</th>
|
||||
<th>Penunjang</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -110,9 +112,11 @@
|
||||
<td><?php echo $dat->klinik;?></td>
|
||||
<td><?php echo $dat->namadokter;?></td>
|
||||
<td><?php echo $dat->kdsmf;?></td>
|
||||
<td><?php echo "ICD Utama : ".$dat->icd."</br> ICD Verif : ".$dat->icd_verif."</br> ICD Resume".$dat->icd_resume;?></td>
|
||||
<td><?php echo "Tind Utama : ".$dat->tindakanutama."</br> Tind Dasar Utama : ".$dat->dasartindakanutama."</br> Tind Lain".$dat->tindakanlain;?></td>
|
||||
<td><?php
|
||||
if($dat->radiologi!="{}"){
|
||||
echo "<a href='".base_url()."index.php/lp_simrs_report/viewpasienpenunjang/".$dat->idxdaftar."/".$dat->nomr."' class='btn btn-info btn-xs'><i class='fa fa-eye'></i></a>";
|
||||
echo "<a href='".base_url()."index.php/lp_pasien/viewpasienpenunjang/".$dat->idxdaftar."/".$dat->nomr."' class='btn btn-info btn-xs'><i class='fa fa-eye'></i></a>";
|
||||
//echo $dat->radiologi;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user