CRUD building and concept codes

This commit is contained in:
2026-06-24 14:11:55 +07:00
parent 09de1c3e92
commit 75830562c4
24 changed files with 1024 additions and 82 deletions

View File

@@ -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
View File

@@ -0,0 +1,9 @@
<?php
return [
'pagination' => [
'perpage' => 20,
]
];