Exemple #1
0
 void plg_PatientChanged(object Sender, PatientArgs arg)
 {
     try
     {
         m_UCEmrInput.PatientChanged(m_app.CurrentPatientInfo);
     }
     catch (Exception ex)
     {
         DrectSoft.Common.Ctrs.DLG.MyMessageBox.Show(ex.Message);
     }
 }