Skip to content

Commit

Permalink
rearranging the gcac issue form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Jun 23, 2009
1 parent 9441e84 commit 703395a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions sql/ippf_layout.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1119,28 +1119,28 @@ DELETE FROM list_options WHERE list_id = 'sti';
DELETE FROM list_options WHERE list_id = 'lists' AND option_id = 'sti';

DELETE FROM layout_options WHERE form_id = 'GCA';
INSERT INTO layout_options VALUES ('GCA','reason' ,'aCounseling' ,'Reason for Termination' , 1,21,1, 0, 0,'abreasons' ,1,3,'','' ,'Reasons for Termination of Pregnancy');
INSERT INTO layout_options VALUES ('GCA','exp_p_i' ,'aCounseling' ,'Explanation of Procedures/Issues', 2,21,1, 2, 0,'exp_p_i' ,1,3,'','' ,'Explanation of Procedures and Issues');
INSERT INTO layout_options VALUES ('GCA','exp_pop' ,'aCounseling' ,'Explanation of Pregnancy Options', 3,21,1, 2, 0,'exp_pop' ,1,3,'','' ,'Explanation of Pregnancy Options');
INSERT INTO layout_options VALUES ('GCA','ab_contraind','aCounseling' ,'Contraindications' , 4,21,1, 2, 0,'ab_contraind',1,3,'','' ,'Contraindications');
INSERT INTO layout_options VALUES ('GCA','screening' ,'aCounseling' ,'Screening for SRHR Concerns' , 5,21,1, 2, 0,'screening' ,1,3,'','' ,'Screening for SRHR Concerns');
INSERT INTO layout_options VALUES ('GCA','client_status','bAdmission' ,'Client Status' , 1, 1,1, 0, 0,'clientstatus',1,3,'','' ,'Client Status');
INSERT INTO layout_options VALUES ('GCA','in_ab_proc' ,'bAdmission' ,'Induced Abortion Procedure' , 2, 1,1, 0, 0,'in_ab_proc' ,1,3,'','' ,'Abortion Procedure Accepted or Performed');
INSERT INTO layout_options VALUES ('GCA','ab_types' ,'bAdmission' ,'Abortion Types' , 3,21,1, 2, 0,'ab_types' ,1,3,'','' ,'Abortion Types');
INSERT INTO layout_options VALUES ('GCA','ab_location' ,'bAdmission' ,'Abortion Location' , 4, 1,1, 0, 0,'ab_location' ,1,3,'','' ,'Where Services are Performed');
INSERT INTO layout_options VALUES ('GCA','pr_status' ,'cPreparatory','Pregnancy Status Confirmed' , 1, 1,1, 0, 0,'pr_status' ,1,3,'','' ,'Pregnancy Status Confirmed');
INSERT INTO layout_options VALUES ('GCA','gest_age_by' ,'cPreparatory','Gestational Age Confirmed By', 2, 1,1, 0, 0,'gest_age_by' ,1,3,'','' ,'Gestational Age Confirmed By');
INSERT INTO layout_options VALUES ('GCA','usertext12' ,'cPreparatory','Blood Group' , 3, 1,1, 0, 0,'bloodgroup' ,1,3,'','H','');
INSERT INTO layout_options VALUES ('GCA','usertext13' ,'cPreparatory','RH Factor' , 4, 1,1, 0, 0,'rh_factor' ,1,3,'','H','');
INSERT INTO layout_options VALUES ('GCA','prep_procs' ,'cPreparatory','Preparation Procedures' , 6,21,1, 0, 0,'prep_procs' ,1,3,'','' ,'Preparation Procedures');
INSERT INTO layout_options VALUES ('GCA','pre_op' ,'dIntervention','Pre-Surgery Procedures' , 1,21,1, 2, 0,'pre_op' ,1,3,'','' ,'Pre-Surgery Procedures');
INSERT INTO layout_options VALUES ('GCA','anesthesia' ,'dIntervention','Anesthesia' , 2, 1,1, 0, 0,'anesthesia' ,1,3,'','' ,'Type of Anesthesia Used');
INSERT INTO layout_options VALUES ('GCA','side_eff' ,'dIntervention','Immediate Side Effects' , 3,21,1, 2, 0,'side_eff' ,1,3,'','' ,'Immediate Side Effects (observed at intervention');
INSERT INTO layout_options VALUES ('GCA','rec_compl' ,'dIntervention','Post-Abortion Complications' , 4,21,1, 2, 0,'complication',1,3,'','' ,'Post-Abortion Complications (observed in recovery');
INSERT INTO layout_options VALUES ('GCA','post_op' ,'dIntervention','Post-Surgery Procedures' , 5,21,1, 2, 0,'post_op' ,1,3,'','' ,'Post-Surgery Procedures');
INSERT INTO layout_options VALUES ('GCA','qc_ind' ,'eFollowup' ,'Quality of Care Indicators' , 1,21,1, 0, 0,'qc_ind' ,1,3,'','' ,'Quality of Care Indicators');
INSERT INTO layout_options VALUES ('GCA','contrameth' ,'eFollowup' ,'Contraceptive Method' , 2,21,1, 2, 0,'contrameth' ,1,3,'','' ,'Post Abortion Contraceptive Method');
INSERT INTO layout_options VALUES ('GCA','fol_compl' ,'eFollowup' ,'Post-Abortion Complications' , 3,21,1, 2, 0,'complication',1,3,'','' ,'Post-Abortion Complications (observed at followup');
INSERT INTO layout_options VALUES ('GCA','client_status','1GCAC Requirements','Client Status' , 1, 1,2, 0, 0,'clientstatus',1,1,'','' ,'Client Status');
INSERT INTO layout_options VALUES ('GCA','ab_location' ,'1GCAC Requirements','Abortion Location' , 2, 1,2, 0, 0,'ab_location' ,1,1,'','' ,'Where Services are Performed');
INSERT INTO layout_options VALUES ('GCA','rec_compl' ,'1GCAC Requirements','Recovery Complications' , 3,21,1, 2, 0,'complication',1,3,'','' ,'Post-Abortion Complications (observed in recovery');
INSERT INTO layout_options VALUES ('GCA','fol_compl' ,'1GCAC Requirements','Followup Complications' , 4,21,1, 2, 0,'complication',1,3,'','' ,'Post-Abortion Complications (observed at followup');
INSERT INTO layout_options VALUES ('GCA','reason' ,'aCounseling' ,'Reason for Termination' , 1,21,1, 0, 0,'abreasons' ,1,3,'','' ,'Reasons for Termination of Pregnancy');
INSERT INTO layout_options VALUES ('GCA','exp_p_i' ,'aCounseling' ,'Explanation of Procedures/Issues', 2,21,1, 2, 0,'exp_p_i' ,1,3,'','' ,'Explanation of Procedures and Issues');
INSERT INTO layout_options VALUES ('GCA','exp_pop' ,'aCounseling' ,'Explanation of Pregnancy Options', 3,21,1, 2, 0,'exp_pop' ,1,3,'','' ,'Explanation of Pregnancy Options');
INSERT INTO layout_options VALUES ('GCA','ab_contraind' ,'aCounseling' ,'Contraindications' , 4,21,1, 2, 0,'ab_contraind',1,3,'','' ,'Contraindications');
INSERT INTO layout_options VALUES ('GCA','screening' ,'aCounseling' ,'Screening for SRHR Concerns' , 5,21,1, 2, 0,'screening' ,1,3,'','' ,'Screening for SRHR Concerns');
INSERT INTO layout_options VALUES ('GCA','in_ab_proc' ,'bAdmission' ,'Induced Abortion Procedure' , 2, 1,1, 0, 0,'in_ab_proc' ,1,3,'','' ,'Abortion Procedure Accepted or Performed');
INSERT INTO layout_options VALUES ('GCA','ab_types' ,'bAdmission' ,'Abortion Types' , 3,21,1, 2, 0,'ab_types' ,1,3,'','' ,'Abortion Types');
INSERT INTO layout_options VALUES ('GCA','pr_status' ,'cPreparatory' ,'Pregnancy Status Confirmed' , 1, 1,1, 0, 0,'pr_status' ,1,3,'','' ,'Pregnancy Status Confirmed');
INSERT INTO layout_options VALUES ('GCA','gest_age_by' ,'cPreparatory' ,'Gestational Age Confirmed By' , 2, 1,1, 0, 0,'gest_age_by' ,1,3,'','' ,'Gestational Age Confirmed By');
INSERT INTO layout_options VALUES ('GCA','usertext12' ,'cPreparatory' ,'Blood Group' , 3, 1,1, 0, 0,'bloodgroup' ,1,3,'','H','');
INSERT INTO layout_options VALUES ('GCA','usertext13' ,'cPreparatory' ,'RH Factor' , 4, 1,1, 0, 0,'rh_factor' ,1,3,'','H','');
INSERT INTO layout_options VALUES ('GCA','prep_procs' ,'cPreparatory' ,'Preparation Procedures' , 6,21,1, 0, 0,'prep_procs' ,1,3,'','' ,'Preparation Procedures');
INSERT INTO layout_options VALUES ('GCA','pre_op' ,'dIntervention','Pre-Surgery Procedures' , 1,21,1, 2, 0,'pre_op' ,1,3,'','' ,'Pre-Surgery Procedures');
INSERT INTO layout_options VALUES ('GCA','anesthesia' ,'dIntervention','Anesthesia' , 2, 1,1, 0, 0,'anesthesia' ,1,3,'','' ,'Type of Anesthesia Used');
INSERT INTO layout_options VALUES ('GCA','side_eff' ,'dIntervention','Immediate Side Effects' , 3,21,1, 2, 0,'side_eff' ,1,3,'','' ,'Immediate Side Effects (observed at intervention');
INSERT INTO layout_options VALUES ('GCA','post_op' ,'dIntervention','Post-Surgery Procedures' , 5,21,1, 2, 0,'post_op' ,1,3,'','' ,'Post-Surgery Procedures');
INSERT INTO layout_options VALUES ('GCA','qc_ind' ,'eFollowup' ,'Quality of Care Indicators' , 1,21,1, 0, 0,'qc_ind' ,1,3,'','' ,'Quality of Care Indicators');
INSERT INTO layout_options VALUES ('GCA','contrameth' ,'eFollowup' ,'Contraceptive Method' , 2,21,1, 2, 0,'contrameth' ,1,3,'','' ,'Post Abortion Contraceptive Method');

DELETE FROM layout_options WHERE form_id = 'CON';
INSERT INTO layout_options VALUES ('CON','prev_method' ,'aStatistics' ,'Last Method Used' , 1,21,1, 2, 0,'contrameth' ,1,3,'','' ,'Last Contraceptive Method Used');
Expand Down

0 comments on commit 703395a

Please sign in to comment.