CRUD building and concept codes
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
<?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'
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
9
config/nrml.php
Normal file
9
config/nrml.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'pagination' => [
|
||||
'perpage' => 20,
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user