%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div id="content-wrapper"> <div class="container-fluid"> <!-- Breadcrumbs--> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo site_url('admin/dashboard'); ?>"><i class="fas fa-fw fa-tachometer-alt"></i> Dashboard</a> </li> <li class="breadcrumb-item active"> IP Detail</li> </ol> <?php $queryString = explode('?',$_SERVER['REQUEST_URI']); ?> <!-- DataTables Example --> <div class="card mb-3 fomr-news"> <div class="card-header card-header-new"><h3> <i class="fa fa-bars"></i> IP Detail </h3> <a href="<?=base_url('admin/custompage?export=1&'.$queryString[1])?>"> <input type="button" name="button" id="button" value="Export Report"></a> </div> </div> <div class="card-body"> <div class="main-chart"> <div class="wrapper"> <form method="GET" name="custom_search" action=""> <div class="row"> <div class="col-md-2"> <div class="coarform"> <label>Search For</label> <select name="search_for" id="search_for" class="form-control"> <option value=''>Select search for</option> <option value='slag_id' <?php if($_GET['search_for']=='slag_id') { echo 'selected'; }?>>Slag Id</option> <option value='ip_number' <?php if($_GET['search_for']=='ip_number') { echo 'selected'; }?>>IP Number</option> <option value='ward_detail' <?php if($_GET['search_for']=='ward_detail') { echo 'selected'; }?>>Ward No</option> <option value='station' <?php if($_GET['search_for']=='station') { echo 'selected'; }?>>Station</option> <option value='department' <?php if($_GET['search_for']=='department') { echo 'selected'; }?>>Department</option> <option value='UHID' <?php if($_GET['search_for']=='UHID') { echo 'selected'; }?>>UHID</option> </select> </div> </div> <div class="col-md-2"> <div class="coarform"> <label>Enter Your Search Here</label> <input type="text" class="form-control" value="<?=$_GET['search_value']?>" id="search_value" placeholder="Enter your search here" name="search_value"> </div> </div> <div class="col-md-2"> <div class="coarform"> <label>Discharge Status</label> <select name="discharge_status" id="discharge_status" class="form-control"> <option value=''>Select Status</option> <option value='1' <?php if($_GET['discharge_status']=='1') { echo 'selected'; }?>>Yes</option> <option value='0' <?php if($_GET['discharge_status']=='0') { echo 'selected'; }?>>No</option> </select> </div> </div> <div class="col-md-2"> <div class="coarform"> <label>Facility</label> <select name="facility" id="facility" class="form-control"> <option value=''>Select Status</option> <option value='Hospital' <?php if($_GET['facility']=='Hospital') { echo 'selected'; }?>>Hospital</option> <option value='Sharda Care' <?php if($_GET['facility']=='Sharda Care') { echo 'selected'; }?>>Sharda Care</option> </select> </div> </div> <div class="col-md-2"> <label>From Date Filter</label> <input type="date" class="form-control" name="fromdate_filter" id="fromdate_filter" value="<?php echo $_GET['fromdate_filter']; ?>" /> </div> <div class="col-md-2"> <label>To Date Filter</label> <input type="date" class="form-control" name="todate_filter" id="todate_filter" value="<?php echo $_GET['todate_filter']; ?>" /> </div> <div class="col-md-6"> <div class="coarform"> <label style="display:block;"><br/></label> <input type="submit" class="button2" name="submit" id="submit" value="Search" /> <a href="<?=base_url('admin/custompage')?>" class="button3">Reset </a> </div> </div> </div> </form> </div> </div> </div> <div class="card-body"> <div class="table-responsive"> <!---- Success Message ----> <?php if ($this->session->flashdata('success')) { ?> <p class="alert alert-success"><?php echo $this->session->flashdata('success'); ?></p> <!-- </div> --> <?php } ?> <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0"> <thead> <tr> <th>SR No.</th> <th>Slag Id</th> <th>IP Number</th> <th>Patient Details</th> <th>Department</th> <th>Admission Date</th> <th>Doctor Name</th> <th>UHID</th> <th>Contact Number</th> <th>Pat Type</th> <th>NOF</th> <th>Discharge Date</th> <th>Facility</th> </tr> </thead> <tbody> <?php if(count($recordsArray)) : $cnt=1; foreach ($recordsArray as $row) : ?> <tr > <td><?php echo htmlentities($cnt);?></td> <td><a href="<?php echo base_url('feedback/'.base64_encode($row['slag_id']))?>" target="_blank"><?php echo htmlentities($row['slag_id'])?></a><br/><?=count(strtotime($row['modifiedon']))>0 ? $row['modifiedon'] : $row['createdon']?> <br/> <a href="<?=base_url('admin/custompage/deleterecord/'.$row['id'])?>" onclick="return confirm('Are you sure you want to delete this record?');" class="fa fa-trash confirm-delete"> </a></td> <td><?php echo $row['ip_number']; ?></td> <td style="width:20%;"><strong>Name- </strong><?php echo $row['patient_name']; ?> <br/><strong>Ward</strong>- <?php echo $row['ward_detail']; ?> <br/><strong>Station</strong>- <?php echo $row['station']; ?><br/><strong>Bed No.</strong>- <?php echo $row['bed_number']; ?></td> <td><?php echo $row['department']; ?></td> <td><?php if(strtotime($row['billed_date'])>0){ echo $row['billed_date']; } ?></td> <td><?php echo $row['doctor_name']; ?></td> <td><?php echo $row['UHID']; ?></td> <td><?php echo $row['contact_number']; ?></td> <td><?php echo $row['pat_type']; ?></td> <td><?php echo $row['feedback_count']; ?></td> <td><?php echo $row['discharge_date']!='' ? $row['discharge_date'] : ''; ?></td> <td><?php echo $row['facility']?></td> </tr> <?php $cnt++; endforeach; else : ?> <tr> <td>No data available in table</td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <div class="card-body"> <div class="main-chart"> <div class="wrapper"> <h4>Bulk Upload </h4> <form class="form1" method="POST" enctype="multipart/form-data" action="<?=base_url('admin/custompage/bulkupload')?>"> <div class="row"> <div class="col-md-6"> <div class="coarform"> <input type="file" name="program_file" id="program_file" class="form-control" required /> <small>Only .csv file allowed</small> <p><a href="<?=base_url('attachments/sample/ip-items-sample-sheet.csv')?>" target="_blank">Click here</a> to download sample sheet.</p> </div> </div> <div class="col-md-2"> <div class="coarform"> <input type="submit" class="button2" name="submit" id="submit" value="Upload" /> </div> </div> </div> </form> </div> </div> </div> <!-- /.container-fluid --> <!-- Sticky Footer -->