Пример #1
0
        public PatientHistoryReview()
        {
            this.m_WordSearchList = new YellowstonePathology.Business.Rules.Surgical.WordSearchList();

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem uterusDysplasiaItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("UTERUS", true, CheckPatientHistoryMessage);
            this.m_WordSearchList.Add(uterusDysplasiaItem);

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem alopeciaItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("SCALP", true, AlopeciaMessage);
            this.m_WordSearchList.Add(alopeciaItem);

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem cervixItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("CERVIX", true, CervixMessage);
            this.m_WordSearchList.Add(cervixItem);
        }
Пример #2
0
        public PatientHistoryReview()
        {
            this.m_WordSearchList = new YellowstonePathology.Business.Rules.Surgical.WordSearchList();

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem uterusDysplasiaItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("UTERUS", true, CheckPatientHistoryMessage);
            this.m_WordSearchList.Add(uterusDysplasiaItem);

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem alopeciaItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("SCALP", true, AlopeciaMessage);
            this.m_WordSearchList.Add(alopeciaItem);

            YellowstonePathology.Business.Rules.Surgical.WordSearchListItem cervixItem = new YellowstonePathology.Business.Rules.Surgical.WordSearchListItem("CERVIX", true, CervixMessage);
            this.m_WordSearchList.Add(cervixItem);
        }