Skip to content

Commit

Permalink
element
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Mar 26, 2018
1 parent 32566b1 commit b3a5a51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tables_sql/Meta/aosi_meta.sql
Original file line number Diff line number Diff line change
@@ -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);
2 changes: 1 addition & 1 deletion tables_sql/Meta/bmi_meta.sql
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion tables_sql/Meta/mri_parameter_form_meta.sql
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit b3a5a51

Please sign in to comment.