Skip to content

Commit

Permalink
[Raisinbread] Added BMI instructions to RB 'help' table to test help_…
Browse files Browse the repository at this point in the history
…editor
  • Loading branch information
AlexandraLivadas committed Aug 12, 2020
1 parent 53979f0 commit 205bd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raisinbread/RB_files/RB_help.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE TABLE `help`;
LOCK TABLES `help` WRITE;
INSERT INTO `help` (`helpID`, `parentID`, `hash`, `topic`, `content`, `created`, `updated`) VALUES (123,12,'hash','BMI Instructions','The BMI calculator instrument can calculate the BMI and BMI Classification of a visitor. The two required fields for this instrument are the Date of Administration of the instrument and the Examiner name. The height and weight of the visitor must then be entered in either standard or metric units. The instrument will not accept an entry where the height and weight are given in both units. After this information is given, the instrument will calculate the BMI and BMI Classification of the visitor.',NULL,NULL);
UNLOCK TABLES;
SET FOREIGN_KEY_CHECKS=1;

0 comments on commit 205bd9f

Please sign in to comment.