Update + 15 untuk sudut Y untuk printer Lab Bali

This commit is contained in:
mikael-zakaria 2026-01-05 15:16:13 +07:00
parent 43a860d108
commit 8e2d75d1d6

View File

@ -102,7 +102,7 @@ class PrintLabel extends BaseController {
$label=""; $label="";
$role = session()->get('userrole'); $role = session()->get('userrole');
// Ruang Analis Printer POSTEK C168/200s // Ruang Analis Printer POSTEK C168/200s + 15 untuk sudut Y
if ($role == 'admin' || $role == 'user') { if ($role == 'admin' || $role == 'user') {
$label = "N $label = "N
OD OD
@ -110,15 +110,15 @@ q400
Q200,10+0 Q200,10+0
I8,A,001 I8,A,001
D10 D10
A5,3,0,2,1,1,N,\"$title.$name1\" A5,18,0,2,1,1,N,\"$title.$name1\"
A$jarak,20,0,2,1,1,N,\"$name2\" A$jarak,35,0,2,1,1,N,\"$name2\"
A5,42,0,1,1,1,N,\"DoB: $birthdate\" A5,57,0,1,1,1,N,\"DoB: $birthdate\"
A337,42,0,1,1,1,N,\"$sex {$age}Y\" A337,57,0,1,1,1,N,\"$sex {$age}Y\"
B16,57,0,1,4,8,70,N,\"$access\" B16,66,0,1,4,8,70,N,\"$access\"
A120,132,0,1,1,1,N,\"REQ# $access\" A120,147,0,1,1,1,N,\"REQ# $access\"
A5,149,0,2,1,1,N,\"VN:$bv\" A5,164,0,2,1,1,N,\"VN:$bv\"
A5,166,0,2,1,1,N,\"RM:$uhid\" A5,181,0,2,1,1,N,\"RM:$uhid\"
A195,166,0,2,1,1,N,\"$collectiondate\" A195,181,0,2,1,1,N,\"$collectiondate\"
P1 P1
"; ";
@ -193,22 +193,22 @@ P1
$jarak = '53'; $jarak = '53';
} }
// Printer Posteck // Printer Posteck + 15 untuk sudut Y
$sampleLabel ="N $sampleLabel ="N
OD OD
q400 q400
Q200,10+0 Q200,10+0
I8,A,001 I8,A,001
D10 D10
A5,3,0,2,1,1,N,\"$title.$name1\" A5,18,0,2,1,1,N,\"$title.$name1\"
A$jarak,20,0,2,1,1,N,\"$name2\" A$jarak,35,0,2,1,1,N,\"$name2\"
A325,25,0,2,1,1,N,\"$sex {$age}Y\" A325,40,0,2,1,1,N,\"$sex {$age}Y\"
A5,47,0,2,1,1,N,\"$sample\" A5,62,0,2,1,1,N,\"$sample\"
A204,47,0,2,1,1,N,\"DoB: $birthdate\" A204,62,0,2,1,1,N,\"DoB: $birthdate\"
B37,68,0,1,4,8,70,N,\"$barcode\" B37,83,0,1,4,8,70,N,\"$barcode\"
A115,143,0,2,1,1,N,\"SAM# $barcode\" A115,158,0,2,1,1,N,\"SAM# $barcode\"
A5,165,0,2,1,1,N,\"RM:$uhid\" A5,180,0,2,1,1,N,\"RM:$uhid\"
A195,165,0,2,1,1,N,\"$collection_date\" A195,180,0,2,1,1,N,\"$collection_date\"
P1 P1
"; ";