diff --git a/app/Controllers/PrintLabel.php b/app/Controllers/PrintLabel.php index ab9ed3d..d760b3f 100644 --- a/app/Controllers/PrintLabel.php +++ b/app/Controllers/PrintLabel.php @@ -102,7 +102,7 @@ class PrintLabel extends BaseController { $label=""; $role = session()->get('userrole'); - // Ruang Analis Printer POSTEK C168/200s + 15 untuk sudut Y + // Ruang Analis Printer POSTEK C168/200s + 16 untuk sudut if ($role == 'admin' || $role == 'user') { $label = "N OD @@ -110,15 +110,15 @@ q400 Q200,10+0 I8,A,001 D10 -A5,18,0,2,1,1,N,\"$title.$name1\" -A$jarak,35,0,2,1,1,N,\"$name2\" -A5,57,0,1,1,1,N,\"DoB: $birthdate\" -A337,57,0,1,1,1,N,\"$sex {$age}Y\" -B16,66,0,1,4,8,70,N,\"$access\" -A120,147,0,1,1,1,N,\"REQ# $access\" -A5,164,0,2,1,1,N,\"VN:$bv\" -A5,181,0,2,1,1,N,\"RM:$uhid\" -A195,181,0,2,1,1,N,\"$collectiondate\" +A5,19,0,2,1,1,N,\"$title.$name1\" +A$jarak,36,0,2,1,1,N,\"$name2\" +A5,58,0,1,1,1,N,\"DoB: $birthdate\" +A337,58,0,1,1,1,N,\"$sex {$age}Y\" +B16,73,0,1,4,8,70,N,\"$access\" +A120,148,0,1,1,1,N,\"REQ# $access\" +A5,165,0,2,1,1,N,\"VN:$bv\" +A5,182,0,2,1,1,N,\"RM:$uhid\" +A195,182,0,2,1,1,N,\"$collectiondate\" P1 "; @@ -193,22 +193,22 @@ P1 $jarak = '53'; } - // Printer Posteck + 15 untuk sudut Y + // Printer Posteck + 16 untuk sudut $sampleLabel ="N OD q400 Q200,10+0 I8,A,001 D10 -A5,18,0,2,1,1,N,\"$title.$name1\" -A$jarak,35,0,2,1,1,N,\"$name2\" -A325,40,0,2,1,1,N,\"$sex {$age}Y\" -A5,62,0,2,1,1,N,\"$sample\" -A204,62,0,2,1,1,N,\"DoB: $birthdate\" -B37,83,0,1,4,8,70,N,\"$barcode\" -A115,158,0,2,1,1,N,\"SAM# $barcode\" -A5,180,0,2,1,1,N,\"RM:$uhid\" -A195,180,0,2,1,1,N,\"$collection_date\" +A5,21,0,2,1,1,N,\"$title.$name1\" +A$jarak,38,0,2,1,1,N,\"$name2\" +A325,43,0,2,1,1,N,\"$sex {$age}Y\" +A5,65,0,2,1,1,N,\"$sample\" +A204,65,0,2,1,1,N,\"DoB: $birthdate\" +B37,86,0,1,4,8,70,N,\"$barcode\" +A115,161,0,2,1,1,N,\"SAM# $barcode\" +A5,183,0,2,1,1,N,\"RM:$uhid\" +A195,183,0,2,1,1,N,\"$collection_date\" P1 ";