add database
This commit is contained in:
parent
b13cf7fdc2
commit
9ba1b8d5aa
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
!app/
|
||||
!public/
|
||||
!padma-cmod.7z
|
||||
!.env
|
||||
!.gitignore
|
||||
!cmod-td.sql
|
||||
@ -1,8 +1,11 @@
|
||||
<?= $this->extend('layouts/main.php') ?>
|
||||
|
||||
<?= $this->section('content') ?>
|
||||
<style>
|
||||
tr { cursor: pointer; }
|
||||
</style>
|
||||
|
||||
<div class="row px-md-1 px-xl-2 d-flex justify-content-between">
|
||||
<div class="row px-3 d-flex justify-content-between">
|
||||
|
||||
<div class="custom-card ">
|
||||
<div class="custom-card-content">
|
||||
@ -126,629 +129,12 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Untuk Content Dibawah Card -->
|
||||
<div class="row ps-2 mt-2">
|
||||
|
||||
<div class="col-12">
|
||||
<div class="card border-0">
|
||||
<div class="body-card p-2">
|
||||
<div class="body-card">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!-- Untuk Modal -->
|
||||
<div class="col-12 m-2">
|
||||
|
||||
<!-- M-1 -->
|
||||
<div class="modal modal-lg fade" id="modal1" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-orange">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-orange">Pending</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary">Understood</button>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-2 -->
|
||||
<div class="modal modal-lg fade" id="modal2" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-peach">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-peach">Partial Collect</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-3 -->
|
||||
<div class="modal modal-lg fade" id="modal3" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-pink">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-pink">Full Collect</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-4 -->
|
||||
<div class="modal modal-lg fade" id="modal4" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-soft-blue">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-soft-blue">Partial Receive</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-5 -->
|
||||
<div class="modal modal-lg fade" id="modal5" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-blue">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-blue">Full Receive</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-6 -->
|
||||
<div class="modal modal-lg fade" id="modal6" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-grey">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-grey">Inprocess</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-7 -->
|
||||
<div class="modal modal-lg fade" id="modal7" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-soft-green">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-soft-green">Partial Validation</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-8 -->
|
||||
<div class="modal modal-lg fade" id="modal8" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-green">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-green">Complete Validation</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <button class="btn btn-primary" data-bs-target="#exampleModalToggle" data-bs-toggle="modal">Open first modal</button> -->
|
||||
</div>
|
||||
|
||||
<!-- Untuk Tabel -->
|
||||
<div class="col-12">
|
||||
<div class="table-responsive">
|
||||
<table id="tabel_aneh" class="table" style="width:100%">
|
||||
<table id="tabel_aneh" class="table">
|
||||
<thead>
|
||||
<tr >
|
||||
<th>Order</th>
|
||||
@ -862,11 +248,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
<?= $this->section('script') ?>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#tabel_aneh').DataTable({
|
||||
order: [] // Menonaktifkan pengurutan saat awal
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?= $this->endSection() ?>
|
||||
601
app/Views/dashboard_modals.php
Normal file
601
app/Views/dashboard_modals.php
Normal file
@ -0,0 +1,601 @@
|
||||
<div class="modal modal-lg fade" id="modal1" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-orange">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-orange">Pending</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary">Understood</button>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-2 -->
|
||||
<div class="modal modal-lg fade" id="modal2" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-peach">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-peach">Partial Collect</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal modal-lg fade" id="modal3" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-pink">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-pink">Full Collect</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-4 -->
|
||||
<div class="modal modal-lg fade" id="modal4" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-soft-blue">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-soft-blue">Partial Receive</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-5 -->
|
||||
<div class="modal modal-lg fade" id="modal5" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-blue">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-blue">Full Receive</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-6 -->
|
||||
<div class="modal modal-lg fade" id="modal6" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-grey">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-grey">Inprocess</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-7 -->
|
||||
<div class="modal modal-lg fade" id="modal7" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-soft-green">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-soft-green">Partial Validation</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- M-8 -->
|
||||
<div class="modal modal-lg fade" id="modal8" aria-hidden="true" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-green">
|
||||
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Detail Request #1222</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" ></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<table class="table table-borderless">
|
||||
<thead class="align-top text-start">
|
||||
<tr>
|
||||
<th>Nama</th>
|
||||
<th>:</th>
|
||||
<td>Zakiya Miksha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Order Date</th>
|
||||
<th>:</th>
|
||||
<td>2024-10-12 23:37</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Medical Record</th>
|
||||
<th>:</th>
|
||||
<td>AJI909S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Request Number</th>
|
||||
<th>:</th>
|
||||
<td>1232233112</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hospital</th>
|
||||
<th>:</th>
|
||||
<td>2211212121</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
<th>:</th>
|
||||
<td>R09</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Doc</th>
|
||||
<th>:</th>
|
||||
<td>Dr. Andes Wakawaka</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th>:</th>
|
||||
<td>Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood
|
||||
Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean
|
||||
Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>:</th>
|
||||
<td><span class="badge bg-green">Complete Validation</span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="card bg-light">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
111
app/Views/dashboard_table.php
Normal file
111
app/Views/dashboard_table.php
Normal file
@ -0,0 +1,111 @@
|
||||
<table id="tabel_aneh" class="table">
|
||||
<thead>
|
||||
<tr >
|
||||
<th>Order</th>
|
||||
<th>MR</th>
|
||||
<th>Patient</th>
|
||||
<th>Request</th>
|
||||
<th>Hosp</th>
|
||||
<th>Loc</th>
|
||||
<th>Doc</th>
|
||||
<th>Test</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal1">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-orange text-center align-middle">Pending</td>
|
||||
</tr>
|
||||
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal2">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-peach text-center align-middle">Partial Collect</td>
|
||||
</tr>
|
||||
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal3">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-pink text-center align-middle">Full Collect</td>
|
||||
</tr>
|
||||
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal4">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-soft-blue text-center align-middle">Partial Receive</td>
|
||||
</tr>
|
||||
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal5">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-blue text-center align-middle">Full Receive</td>
|
||||
</tr>
|
||||
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal6">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-grey text-center align-middle">Inprocess</td>
|
||||
</tr>
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal7">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-soft-green text-center align-middle">Partial Validation</td>
|
||||
</tr>
|
||||
<tr class="table-row" data-bs-toggle="modal" data-bs-target="#modal8">
|
||||
<td class="text-start">2024-10-12 23:37</td>
|
||||
<td class="text-start">AJI909S</td>
|
||||
<td class="text-start">Zakiya Miksha</td>
|
||||
<td class="text-start">1232233112</td>
|
||||
<td class="text-start">2211212121</td>
|
||||
<td class="text-start">R09</td>
|
||||
<td class="text-start">312</td>
|
||||
<td class="text-start">Complete Blood Count (CBC): Hemoglobin (Hb), Hematocrit (Hct), Red Blood Cells (RBC), White Blood Cells (WBC), Platelet Count, Mean Corpuscular Volume (MCV), Mean Corpuscular Hemoglobin (MCH), Mean Corpuscular Hemoglobin Concentration (MCHC)</td>
|
||||
<td class="bg-green text-center align-middle">Complete Validation</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@ -1,15 +0,0 @@
|
||||
<div class="nav">
|
||||
<div class="sb-sidenav-menu-heading">Interfacing</div>
|
||||
<a class="nav-link" href="<?=base_url();?>">Dictionary Instrument</a>
|
||||
<a class="nav-link" href="<?=base_url();?>">Dictionary Test</a>
|
||||
<a class="nav-link" href="<?=base_url();?>">Dictionary Control</a>
|
||||
|
||||
<div class="sb-sidenav-menu-heading">TDVIW</div>
|
||||
<a class="nav-link" href="<?=base_url();?>"><div class="sb-nav-link-icon"><i class="fas fa-th-list"></i></div>Pending List</a>
|
||||
<a class="nav-link" href="#"><div class="sb-nav-link-icon"><i class="fas fa-edit"></i></div>Entry Result</a>
|
||||
<a class="nav-link" href="#"><div class="sb-nav-link-icon"><i class="fas fa-print"></i></div>Print Result</a>
|
||||
<a class="nav-link" href="<?=base_url();?>pat/"><div class="sb-nav-link-icon"><i class="fa-solid fa-magnifying-glass"></i></div>Patient Search</a>
|
||||
|
||||
<br/>
|
||||
<a class="nav-link" href="<?=base_url();?>auth/logout"><div class="sb-nav-link-icon"><i class="fa-solid fa-right-from-bracket"></i></div>Log Out</a>
|
||||
</div>
|
||||
@ -14,121 +14,22 @@
|
||||
<link href="assets/css/styles.css" rel="stylesheet" />
|
||||
|
||||
<!-- <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script> -->
|
||||
<style>
|
||||
/* Tambahkan CSS untuk mengubah cursor menjadi pointer pada elemen <tr> */
|
||||
tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="sb-nav-fixed">
|
||||
|
||||
<!-- Navbar Atas -->
|
||||
<nav class="sb-topnav navbar navbar-expand navbar-light bg-light shadow-sm text-luxury">
|
||||
|
||||
<!-- Navbar Brand-->
|
||||
<a class="navbar-brand ps-3 d-none d-md-block" href="index.html">CMOD</a>
|
||||
|
||||
<!-- Sidebar Toggle-->
|
||||
<button class="btn btn-link me-2" id="sidebarToggle"><i class="bi bi-list "></i></button>
|
||||
|
||||
<div class="row ms-auto">
|
||||
<ul class="navbar-nav ms-md-0 me-3 me-lg-4">
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<i class="bi bi-person-circle"></i>
|
||||
Riska
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
|
||||
<li><a class="dropdown-item" href="#!">Settings</a></li>
|
||||
<li><a class="dropdown-item" href="#!">Activity Log</a></li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li><a class="dropdown-item" href="<?=base_url();?>auth/logout">Logout</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<?= $this->include('layouts/topbar'); ?>
|
||||
|
||||
<!-- Sidebar dan Content -->
|
||||
<div id="layoutSidenav">
|
||||
|
||||
<?= $this->include('layouts/sidebar'); ?>
|
||||
|
||||
|
||||
<div id="layoutSidenav_nav">
|
||||
<nav class="sb-sidenav accordion sb-sidenav-light" id="sidenavAccordion">
|
||||
<div class="sb-sidenav-menu">
|
||||
<div class="nav">
|
||||
<div class="sb-sidenav-menu-heading">Core</div>
|
||||
<a class="nav-link" href="index.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-tachometer-alt"></i></div>
|
||||
Dashboard
|
||||
</a>
|
||||
<div class="sb-sidenav-menu-heading">Interface</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#collapseLayouts" aria-expanded="false" aria-controls="collapseLayouts">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-columns"></i></div>
|
||||
Layouts
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="bi bi-chevron-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="collapseLayouts" aria-labelledby="headingOne" data-bs-parent="#sidenavAccordion">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="layout-static.html">Static Navigation</a>
|
||||
<a class="nav-link" href="layout-sidenav-light.html">Light Sidenav</a>
|
||||
</nav>
|
||||
</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#collapsePages" aria-expanded="false" aria-controls="collapsePages">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-book-open"></i></div>
|
||||
Pages
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="collapsePages" aria-labelledby="headingTwo" data-bs-parent="#sidenavAccordion">
|
||||
<nav class="sb-sidenav-menu-nested nav accordion" id="sidenavAccordionPages">
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#pagesCollapseAuth" aria-expanded="false" aria-controls="pagesCollapseAuth">
|
||||
Authentication
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="pagesCollapseAuth" data-bs-parent="#sidenavAccordionPages">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="login.html">Login</a>
|
||||
<a class="nav-link" href="register.html">Register</a>
|
||||
<a class="nav-link" href="password.html">Forgot Password</a>
|
||||
</nav>
|
||||
</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#pagesCollapseError" aria-expanded="false" aria-controls="pagesCollapseError">
|
||||
Error
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="pagesCollapseError" aria-labelledby="headingOne" data-bs-parent="#sidenavAccordionPages">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="401.html">401 Page</a>
|
||||
<a class="nav-link" href="404.html">404 Page</a>
|
||||
<a class="nav-link" href="500.html">500 Page</a>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="sb-sidenav-menu-heading">Addons</div>
|
||||
<a class="nav-link" href="charts.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-chart-area"></i></div>
|
||||
Charts
|
||||
</a>
|
||||
<a class="nav-link" href="tables.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-table"></i></div>
|
||||
Tables
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sb-sidenav-footer">
|
||||
<div class="small">Logged in as:</div>
|
||||
Analis Lab
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id="layoutSidenav_content">
|
||||
|
||||
<main>
|
||||
<div class="container-fluid px-2 pt-4">
|
||||
<div class="container-fluid px-2 pt-4 pb-4">
|
||||
|
||||
<?php
|
||||
if(isset($_SESSION['alertmsg'])) {
|
||||
@ -146,38 +47,18 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="py-4 bg-light mt-auto">
|
||||
<footer class="py-3 bg-light mt-auto">
|
||||
<div class="container-fluid px-4">
|
||||
<div class="d-flex align-items-center justify-content-between small">
|
||||
<div class="text-muted ms-auto ">Copyright © 4SKAI 2024</div>
|
||||
<!-- <div>
|
||||
<a href="#">Privacy Policy</a>
|
||||
·
|
||||
<a href="#">Terms & Conditions</a>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="assets/js/scripts.js"></script>
|
||||
<script src="assets/datatables/datatables.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
// Ketika baris tabel diklik
|
||||
$('.table-row').on('click', function() {
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#tabel_aneh').DataTable({
|
||||
order: [] // Menonaktifkan pengurutan saat awal
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="<?=base_url();?>assets/js/scripts.js"></script>
|
||||
<script src="<?=base_url();?>assets/datatables/datatables.min.js"></script>
|
||||
<?= $this->renderSection('script'); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
69
app/Views/layouts/sidebar.php
Normal file
69
app/Views/layouts/sidebar.php
Normal file
@ -0,0 +1,69 @@
|
||||
<div id="layoutSidenav_nav">
|
||||
<nav class="sb-sidenav accordion sb-sidenav-light" id="sidenavAccordion">
|
||||
<div class="sb-sidenav-menu">
|
||||
<div class="nav">
|
||||
<div class="sb-sidenav-menu-heading">Core</div>
|
||||
<a class="nav-link" href="index.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-tachometer-alt"></i></div>
|
||||
Dashboard
|
||||
</a>
|
||||
<div class="sb-sidenav-menu-heading">Interface</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#collapseLayouts" aria-expanded="false" aria-controls="collapseLayouts">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-columns"></i></div>
|
||||
Layouts
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="bi bi-chevron-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="collapseLayouts" aria-labelledby="headingOne" data-bs-parent="#sidenavAccordion">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="layout-static.html">Static Navigation</a>
|
||||
<a class="nav-link" href="layout-sidenav-light.html">Light Sidenav</a>
|
||||
</nav>
|
||||
</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#collapsePages" aria-expanded="false" aria-controls="collapsePages">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-book-open"></i></div>
|
||||
Pages
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="collapsePages" aria-labelledby="headingTwo" data-bs-parent="#sidenavAccordion">
|
||||
<nav class="sb-sidenav-menu-nested nav accordion" id="sidenavAccordionPages">
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#pagesCollapseAuth" aria-expanded="false" aria-controls="pagesCollapseAuth">
|
||||
Authentication
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="pagesCollapseAuth" data-bs-parent="#sidenavAccordionPages">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="login.html">Login</a>
|
||||
<a class="nav-link" href="register.html">Register</a>
|
||||
<a class="nav-link" href="password.html">Forgot Password</a>
|
||||
</nav>
|
||||
</div>
|
||||
<a class="nav-link collapsed" href="#" data-bs-toggle="collapse" data-bs-target="#pagesCollapseError" aria-expanded="false" aria-controls="pagesCollapseError">
|
||||
Error
|
||||
<div class="sb-sidenav-collapse-arrow"><i class="fas fa-angle-down"></i></div>
|
||||
</a>
|
||||
<div class="collapse" id="pagesCollapseError" aria-labelledby="headingOne" data-bs-parent="#sidenavAccordionPages">
|
||||
<nav class="sb-sidenav-menu-nested nav">
|
||||
<a class="nav-link" href="401.html">401 Page</a>
|
||||
<a class="nav-link" href="404.html">404 Page</a>
|
||||
<a class="nav-link" href="500.html">500 Page</a>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="sb-sidenav-menu-heading">Addons</div>
|
||||
<a class="nav-link" href="charts.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-chart-area"></i></div>
|
||||
Charts
|
||||
</a>
|
||||
<a class="nav-link" href="tables.html">
|
||||
<div class="sb-nav-link-icon"><i class="fas fa-table"></i></div>
|
||||
Tables
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sb-sidenav-footer">
|
||||
<div class="small">Logged in as:</div>
|
||||
Analis Lab
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
23
app/Views/layouts/topbar.php
Normal file
23
app/Views/layouts/topbar.php
Normal file
@ -0,0 +1,23 @@
|
||||
<nav class="sb-topnav navbar navbar-expand navbar-light bg-light shadow-sm text-luxury">
|
||||
|
||||
<a class="navbar-brand ps-3 d-none d-md-block" href="#">CMOD</a>
|
||||
|
||||
<button class="btn btn-link me-2" id="sidebarToggle"><i class="bi bi-list "></i></button>
|
||||
|
||||
<div class="ms-auto">
|
||||
<ul class="navbar-nav ms-md-0 me-3 me-lg-4">
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<i class="bi bi-person-circle"></i>
|
||||
<?=$_SESSION['username'];?>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
|
||||
<li><a class="dropdown-item" href="#!">Settings</a></li>
|
||||
<li><a class="dropdown-item" href="#!">Activity Log</a></li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li><a class="dropdown-item" href="<?=base_url();?>auth/logout">Logout</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
102
cmod-td.sql
Normal file
102
cmod-td.sql
Normal file
@ -0,0 +1,102 @@
|
||||
USE [master]
|
||||
GO
|
||||
/****** Object: Database [cmod] Script Date: 08/11/2024 13:57:02 ******/
|
||||
CREATE DATABASE [cmod]
|
||||
CONTAINMENT = NONE
|
||||
ON PRIMARY
|
||||
( NAME = N'cmod', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\DATA\cmod.mdf' , SIZE = 8192KB , MAXSIZE = UNLIMITED, FILEGROWTH = 65536KB )
|
||||
LOG ON
|
||||
( NAME = N'cmod_log', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\DATA\cmod_log.ldf' , SIZE = 8192KB , MAXSIZE = 2048GB , FILEGROWTH = 65536KB )
|
||||
WITH CATALOG_COLLATION = DATABASE_DEFAULT, LEDGER = OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET COMPATIBILITY_LEVEL = 160
|
||||
GO
|
||||
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
|
||||
begin
|
||||
EXEC [cmod].[dbo].[sp_fulltext_database] @action = 'enable'
|
||||
end
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ANSI_NULL_DEFAULT OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ANSI_NULLS OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ANSI_PADDING OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ANSI_WARNINGS OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ARITHABORT OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET AUTO_CLOSE OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET AUTO_SHRINK OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET AUTO_UPDATE_STATISTICS ON
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET CURSOR_CLOSE_ON_COMMIT OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET CURSOR_DEFAULT GLOBAL
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET CONCAT_NULL_YIELDS_NULL OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET NUMERIC_ROUNDABORT OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET QUOTED_IDENTIFIER OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET RECURSIVE_TRIGGERS OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET DISABLE_BROKER
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET AUTO_UPDATE_STATISTICS_ASYNC OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET DATE_CORRELATION_OPTIMIZATION OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET TRUSTWORTHY OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ALLOW_SNAPSHOT_ISOLATION OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET PARAMETERIZATION SIMPLE
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET READ_COMMITTED_SNAPSHOT OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET HONOR_BROKER_PRIORITY OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET RECOVERY SIMPLE
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET MULTI_USER
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET PAGE_VERIFY CHECKSUM
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET DB_CHAINING OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET FILESTREAM( NON_TRANSACTED_ACCESS = OFF )
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET TARGET_RECOVERY_TIME = 60 SECONDS
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET DELAYED_DURABILITY = DISABLED
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET ACCELERATED_DATABASE_RECOVERY = OFF
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET QUERY_STORE = ON
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET QUERY_STORE (OPERATION_MODE = READ_WRITE, CLEANUP_POLICY = (STALE_QUERY_THRESHOLD_DAYS = 30), DATA_FLUSH_INTERVAL_SECONDS = 900, INTERVAL_LENGTH_MINUTES = 60, MAX_STORAGE_SIZE_MB = 1000, QUERY_CAPTURE_MODE = AUTO, SIZE_BASED_CLEANUP_MODE = AUTO, MAX_PLANS_PER_QUERY = 200, WAIT_STATS_CAPTURE_MODE = ON)
|
||||
GO
|
||||
USE [cmod]
|
||||
GO
|
||||
/****** Object: Table [dbo].[CM_USERS] Script Date: 08/11/2024 13:57:02 ******/
|
||||
SET ANSI_NULLS ON
|
||||
GO
|
||||
SET QUOTED_IDENTIFIER ON
|
||||
GO
|
||||
CREATE TABLE [dbo].[CM_USERS](
|
||||
[USERID] [varchar](25) NOT NULL,
|
||||
[PASSWORD] [varchar](100) NULL,
|
||||
CONSTRAINT [PK_USERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[USERID] ASC
|
||||
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
USE [master]
|
||||
GO
|
||||
ALTER DATABASE [cmod] SET READ_WRITE
|
||||
GO
|
||||
@ -11114,7 +11114,8 @@ body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
|
||||
padding-left: 225px;
|
||||
/* padding-left: 225px; */
|
||||
padding-left: 210px;
|
||||
top: 56px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user