示例#1
0
        public CytologyScreeningSearch()
        {
            this.m_Screeners = YellowstonePathology.Business.User.SystemUserCollectionInstance.Instance.SystemUserCollection.GetUsersByRole(YellowstonePathology.Business.User.SystemUserRoleDescriptionEnum.CytologyScreener, true);
            YellowstonePathology.Business.User.SystemUserCollectionInstance.Instance.SystemUserCollection.AddAllToUserList(this.m_Screeners, true);
            this.m_AccessionDate = new Search.AccessionDateField(DateTime.Today.AddDays(-1));
            this.NotifyPropertyChanged("AccessionDate");

            this.m_Results        = new List <YellowstonePathology.Business.Search.CytologyScreeningSearchResult>();
            this.m_AccessionDates = new Search.DateList();

            this.m_SearchTypes = new List <string>();
            this.m_SearchTypes.Add("Final");
            this.m_SearchTypes.Add("Pending");
            this.m_SearchTypes.Add("Not Final");
        }
        public CytologyScreeningSearch()
        {
            this.m_Screeners = YellowstonePathology.Business.User.SystemUserCollectionInstance.Instance.SystemUserCollection.GetUsersByRole(YellowstonePathology.Business.User.SystemUserRoleDescriptionEnum.CytologyScreener, true);
            YellowstonePathology.Business.User.SystemUserCollectionInstance.Instance.SystemUserCollection.AddAllToUserList(this.m_Screeners, true);
            this.m_AccessionDate = new Search.AccessionDateField(DateTime.Today.AddDays(-1));
            this.NotifyPropertyChanged("AccessionDate");

            this.m_Results = new List<YellowstonePathology.Business.Search.CytologyScreeningSearchResult>();
            this.m_AccessionDates = new Search.DateList();

            this.m_SearchTypes = new List<string>();
            this.m_SearchTypes.Add("Final");
            this.m_SearchTypes.Add("Pending");
            this.m_SearchTypes.Add("Not Final");
            this.m_SearchTypes.Add("At Loggerheads");
        }