Skip to content

Commit

Permalink
minor rearrangement of referral form
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Sep 3, 2009
1 parent 2d68d86 commit ad94327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1629,9 +1629,9 @@ INSERT INTO `layout_options` VALUES ('DEM', 'hipaa_allowemail', '3Choices', 'All

INSERT INTO layout_options VALUES ('REF','refer_date' ,'1Referral','Referral Date' , 1, 4,2, 0, 0,'' ,1,1,'C','D','Date of referral');
INSERT INTO layout_options VALUES ('REF','refer_from' ,'1Referral','Refer By' , 2,10,2, 0, 0,'' ,1,1,'' ,'' ,'Referral By');
INSERT INTO layout_options VALUES ('REF','refer_to' ,'1Referral','Refer To' , 3,14,2, 0, 0,'' ,1,1,'' ,'' ,'Referral To');
INSERT INTO layout_options VALUES ('REF','body' ,'1Referral','Reason' , 4, 3,2,30, 3,'' ,1,1,'' ,'' ,'Reason for referral');
INSERT INTO layout_options VALUES ('REF','refer_external' ,'1Referral','External Referral' , 5, 1,1, 0, 0,'boolean' ,1,1,'' ,'' ,'External referral?');
INSERT INTO layout_options VALUES ('REF','refer_external' ,'1Referral','External Referral' , 3, 1,1, 0, 0,'boolean' ,1,1,'' ,'' ,'External referral?');
INSERT INTO layout_options VALUES ('REF','refer_to' ,'1Referral','Refer To' , 4,14,2, 0, 0,'' ,1,1,'' ,'' ,'Referral To');
INSERT INTO layout_options VALUES ('REF','body' ,'1Referral','Reason' , 5, 3,2,30, 3,'' ,1,1,'' ,'' ,'Reason for referral');
INSERT INTO layout_options VALUES ('REF','refer_diag' ,'1Referral','Referrer Diagnosis' , 6, 2,1,30,255,'' ,1,1,'' ,'X','Referrer diagnosis');
INSERT INTO layout_options VALUES ('REF','refer_risk_level','1Referral','Risk Level' , 7, 1,1, 0, 0,'risklevel',1,1,'' ,'' ,'Level of urgency');
INSERT INTO layout_options VALUES ('REF','refer_vitals' ,'1Referral','Include Vitals' , 8, 1,1, 0, 0,'boolean' ,1,1,'' ,'' ,'Include vitals data?');
Expand Down

0 comments on commit ad94327

Please sign in to comment.