mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -692,6 +692,7 @@ class HmisCategoryOptionsSeeder extends Seeder
|
||||
['id' => '678','name' => 'Alcohol use ', 'number' => 'RB01','hmis_category_id' => '10118'],
|
||||
['id' => '679','name' => 'Tobacco use', 'number' => 'RB02','hmis_category_id' => '10118'],
|
||||
['id' => '680','name' => 'Tobacco exposure', 'number' => 'RB03','hmis_category_id' => '10118'],
|
||||
['id' => '681','name' => 'All Others', 'number' => 'LD10','hmis_category_id' => '10090'],
|
||||
);
|
||||
|
||||
foreach ($hmis_category_options as $hmis_category_option) {
|
||||
@@ -702,6 +703,7 @@ class HmisCategoryOptionsSeeder extends Seeder
|
||||
'name' => $hmis_category_option['name'],
|
||||
'number' => $hmis_category_option['number'],
|
||||
'hmis_category_id' => $hmis_category_option['hmis_category_id'],
|
||||
'editable' => '0',
|
||||
'parent_option' => $hmis_category_option['parent_option'] ?? null,
|
||||
'created_by' => 1
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user