Exemple #1
0
 // this is just to validate if an MRN exist. If used to query patient will need to be logged.
 public static ClinicalDAL.Patient GetPatient_MRN(string mrn)
 {
     using (var dal = new Company.ClinicalDAL.ClinicalDAL(context))
     {
         return(dal.GetPatient_MRN(mrn));
     }
 }