diff --git a/tables_sql/Meta/aosi_meta.sql b/tables_sql/Meta/aosi_meta.sql index 818f4c2..934bb4f 100644 --- a/tables_sql/Meta/aosi_meta.sql +++ b/tables_sql/Meta/aosi_meta.sql @@ -1,7 +1,9 @@ -INSERT INTO test_names (Test_name, Full_name, Sub_group, IsDirectEntry) VALUES('aosi', 'AOSI', 1, NULL); +INSERT INTO test_names (Test_name, Full_name, Sub_group) VALUES('aosi', 'AOSI', 1); INSERT INTO instrument_subtests (Test_name, Subtest_name, Description, Order_number) VALUES('aosi', 'aosi_page1', 'Item Adminstration', 1); INSERT INTO instrument_subtests (Test_name, Subtest_name, Description, Order_number) VALUES('aosi', 'aosi_page2', 'General Observations', 2); -INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('aosi', 1, 99999, 'Y', 'Visit', NULL, NULL, NULL, NULL, NULL); +INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('aosi', 1, 99999, 'Y', 'Visit', NULL, 'V1', NULL, NULL, NULL); +INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('aosi', 1, 99999, 'Y', 'Visit', NULL, 'V2', NULL, NULL, NULL); +INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('aosi', 1, 99999, 'Y', 'Visit', NULL, 'V3', NULL, NULL, NULL); diff --git a/tables_sql/Meta/bmi_meta.sql b/tables_sql/Meta/bmi_meta.sql index 3117ce1..feb1ed0 100644 --- a/tables_sql/Meta/bmi_meta.sql +++ b/tables_sql/Meta/bmi_meta.sql @@ -1,4 +1,4 @@ -INSERT INTO test_names (Test_name, Full_name, Sub_group, IsDirectEntry) VALUES('bmi', 'BMI Calculator', 1, NULL); +INSERT INTO test_names (Test_name, Full_name, Sub_group) VALUES('bmi', 'BMI Calculator', 1); INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('bmi', 1, 99999, 'Y', 'Visit', 1, 'V1', NULL, NULL, 1); INSERT INTO test_battery (Test_name, AgeMinDays, AgeMaxDays, Active, Stage, SubprojectID, Visit_label, CenterID, firstVisit, instr_order) VALUES('bmi', 1, 99999, 'Y', 'Visit', 2, 'V1', NULL, NULL, 1); diff --git a/tables_sql/Meta/mri_parameter_form_meta.sql b/tables_sql/Meta/mri_parameter_form_meta.sql index d392270..1e6b8f8 100644 --- a/tables_sql/Meta/mri_parameter_form_meta.sql +++ b/tables_sql/Meta/mri_parameter_form_meta.sql @@ -1,4 +1,4 @@ -INSERT INTO test_names (Test_name, Full_name, Sub_group, IsDirectEntry) VALUES('mri_parameter_form', 'MRI Parameter Form', 2, NULL); +INSERT INTO test_names (Test_name, Full_name, Sub_group) VALUES('mri_parameter_form', 'MRI Parameter Form', 2); INSERT INTO instrument_subtests (Test_name, Subtest_name, Description, Order_number) VALUES ('mri_parameter_form', 'mri_parameter_form_page1', 'Page 1', 1);