Exemplo n.º 1
0
        public static string ReadtheRefID()
        {
            DL_Lab_MRR_Table.NavigateToLastPage(DL_Lab_MRR_Table.Pager);
            System.Collections.ObjectModel.ReadOnlyCollection <IControl> rows = null;
            int    rowCount = WebTableUtilities.GetRowCount(DL_Lab_MRR_Table.MrrTable, out rows);
            string refID    = WebTableUtilities.GetValue(DL_Lab_MRR_Table.MrrTable, rowCount - 1, 1);

            return(refID);
        }
Exemplo n.º 2
0
 public static String GetStudyStatus()
 {
     return(WebTableUtilities.GetValue(DL_StudyVersionManagementPage.StudyFilesTable, 1, 1));
 }