Files
hpt_inventory/config/labis.php
2026-05-25 11:08:52 +07:00

52 lines
767 B
PHP

<?php
return [
'pagination' => [
'perpage' => 20,
],
'auto_complete_items' => [
'Positive ',
'Negative ',
'Normal ',
'Abnormal',
'POSITIVE ',
'NEGATIVE ',
'Trace',
'(1+)',
'(2+)',
'(3+)',
],
'baseManagerMenus' =>[
'department',
'sample-type',
'test',
'comment',
'organism',
'antibiotic',
'quantity',
'ward',
'hospital-service',
'patient-type',
'physician',
'lab-users'
],
'administrator' => [
'concept-code',
'publication',
'hospital',
'user',
'role',
'clone-hospital'
],
'sample' => [
'sample',
'requested'
],
];