updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
@@ -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
]);