Exemple #1
0
        }//MnuBtnPatientRecordClick

        void TsBtnListPatientClick(object sender, EventArgs e)
        {
            frmSearchPatient frmTmp = new frmSearchPatient();

            frmTmp.setConnectionRefNLoadData(ref this.myConn, ref pdc.reportHeader, ref pdc.ReportDefinition, pdc.ReportTitle);
            frmTmp.ShowDialog();
            frmTmp = null;
        }
Exemple #2
0
 void TsBtnListPatientClick(object sender, EventArgs e)
 {
     frmSearchPatient frmTmp = new frmSearchPatient();
     frmTmp.setConnectionRefNLoadData(ref this.myConn, ref pdc.reportHeader, ref pdc.ReportDefinition, pdc.ReportTitle);
     frmTmp.ShowDialog();
     frmTmp = null;
 }
 void Button1Click(object sender, EventArgs e)
 {
     frmSearchPatient frmTmp = new frmSearchPatient();
     frmTmp.setConnectionRefNLoadData(ref this.refConn);
     frmTmp.setRefFrom(this);
     frmTmp.DisableControl();
     frmTmp.ShowDialog();
     frmTmp = null;
 }