diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php
index ef34d1c..f3f4cf2 100644
--- a/app/Controllers/PrintResult.php
+++ b/app/Controllers/PrintResult.php
@@ -489,7 +489,7 @@ class PrintResult extends BaseController {
if ($hostordernumber[0] == 'B' || $hostordernumber[0] == 'Z') {
if ($uservalidator != null){
- $doctor = "dr. I Komang Parwata, SpPK Subip.B.D.K.T.(k)";
+ $doctor = "dr. I Komang Parwata, SpPK Subip.B.D.K.T.(K)";
$analyst = "Mrs. Gusti Ayu Riska Mastari";
$noreg = "Reg. No: 570/SIPDS/0001/I/DPMPTSP/2023";
$signature = "
";
@@ -790,23 +790,25 @@ class PrintResult extends BaseController {
-
-
+
+
+
- |
+ |
|
- |
+ |
$tempChapEng
|
| Parameter |
- Result |
+ Result |
+ |
Unit |
Normal Range |
Sample |
@@ -904,7 +906,7 @@ class PrintResult extends BaseController {
} else if ($resvalue==null && $rescomment == null && $unit == null && $reff==null && $serum_type == null) { //Jika Ini adalah nama chapter
$resultTest .= "
- |
+ |
".$test."
|
@@ -915,8 +917,9 @@ class PrintResult extends BaseController {
".$test."
|
- " . $resvalue . " $resflag " . $rescomment ." |
- " . "" .$unit. "" . " |
+ " . $resvalue . $rescomment ." |
+ " . "" .$resflag. "" . " |
+ " . "" .$unit. "" . " |
" . "" .$reff. "" . " |
" . $serum_type . " |
diff --git a/public/assets/css/pdf_new.css b/public/assets/css/pdf_new.css
index a270044..2579ebb 100644
--- a/public/assets/css/pdf_new.css
+++ b/public/assets/css/pdf_new.css
@@ -32,7 +32,7 @@ body {
text-align: justify;
}
#dinfo {
- margin-top: 125px;
+ margin-top: 118px;
background-size: 100% auto;
background-repeat: no-repeat;
}
@@ -74,10 +74,17 @@ th,td {
border: 1px solid rgb(0, 0, 0);
}
-th.khusus-kanan {
+th.khusus-kanan-h {
border-right: none;
}
-th.khusus-kiri {
+th.khusus-kiri-h {
+ border-left: none;
+}
+
+td.khusus-kanan-d {
+ border-right: none;
+}
+td.khusus-kiri-d {
border-left: none;
}
@@ -85,7 +92,7 @@ th.left-pad, td.left-pad {
padding-left: 0.5rem;
}
td.right-pad {
- padding-right: 0.5rem;
+ padding-right: 0.3rem;
text-align: right;
}
td.center-pad {