Exemplo n.º 1
0
 private void ReferralsMenuItemClick(object sender, EventArgs e)
 {
     this.ReplaceSelectedSql(VisionSqlGenerator.GetReferralsSql());
 }
Exemplo n.º 2
0
 private void EthnicityMenuItemClick(object sender, EventArgs e)
 {
     this.ReplaceSelectedSql(VisionSqlGenerator.GetEthnicitySql());
 }
Exemplo n.º 3
0
 private void JoinedMenuItemClick(object sender, EventArgs e)
 {
     this.ReplaceSelectedSql(VisionSqlGenerator.GetSidebarJoinedAddressDetailsSql());
 }
Exemplo n.º 4
0
 private void PatientMenuItemClick(object sender, EventArgs e)
 {
     this.ReplaceSelectedSql(VisionSqlGenerator.GetPatientSql());
 }