52 lines
767 B
PHP
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'
|
|
],
|
|
|
|
|
|
];
|