示例#1
0
 private void DeletePatientInvestigation(int pat_proc_id)
 {
     try
     {
         int ret = objCD.DeletePatientInvestigation(pat_proc_id);
     }
     catch (Exception ex)
     {
         CommonLogger.Info(ex.ToString());
     }
 }