Exemple #1
0
        }        //MnuItemAddTreatmentDetailsClick

        void MnuItemAddDiagnosisDetailsClick(object sender, System.EventArgs e)
        {
            frmAddNewMasterItem frmTmp = new frmAddNewMasterItem();

            frmTmp.setRefConnection(this.myConn);
            frmTmp.Show();
            frmTmp.MdiParent = this;
            frmTmp           = null;
        }        //MnuItemAddDiagnosisDetailsClick
Exemple #2
0
        }        //DynamicToolBarClick

        void MnuItemAddTreatmentDetailsClick(object sender, EventArgs e)
        {
            frmAddNewMasterItem frmTmp = new frmAddNewMasterItem();

            frmTmp.Show();
            frmTmp.setCatMode(frmAddNewMasterItem.ENUM_INTEGER_CATOGERY_TREATMENT);
            frmTmp.setRefConnection(this.myConn);
            frmTmp.MdiParent = this;
            frmTmp           = null;
        }        //MnuItemAddTreatmentDetailsClick
Exemple #3
0
 void MnuItemAddTreatmentDetailsClick(object sender, EventArgs e)
 {
     frmAddNewMasterItem frmTmp = new frmAddNewMasterItem();
     frmTmp.Show();
     frmTmp.setCatMode(frmAddNewMasterItem.ENUM_INTEGER_CATOGERY_TREATMENT);
     frmTmp.setRefConnection(this.myConn);
     frmTmp.MdiParent =this;
     frmTmp =null;
 }
Exemple #4
0
 void MnuItemAddDiagnosisDetailsClick(object sender, System.EventArgs e)
 {
     frmAddNewMasterItem frmTmp = new frmAddNewMasterItem();
     frmTmp.setRefConnection(this.myConn);
     frmTmp.Show();
     frmTmp.MdiParent =this;
     frmTmp =null;
 }