Ejemplo n.º 1
0
        private static XmlNode GetDoctorNames()
        {
            using (gjtEmrPatients.emrPatients pi = new gjtEmrPatients.emrPatients())
            {
                try
                {
                    return(pi.DoctorNameList());
                }
                catch (Exception ex)
                {
                    Globals.logAdapter.Record("EX121584274152", ex.Message + ">>" + ex.ToString(), true);

                    return(null);
                }
            }
        }