Esempio n. 1
0
        public SpecimenOrderView(YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder, YellowstonePathology.Business.Test.AccessionOrder accessionOrder)
        {
            this.m_SpecimenOrder = specimenOrder;
            this.m_IsSelected = true;

            //this.m_NumberOfAliquots = 1;
            //this.m_NumberOfBlocks = 1;
            //this.m_NumberOfSlides = 1;

            this.m_MediumCollection = new Business.Specimen.Model.MediumCollection(this.m_SpecimenOrder, accessionOrder);
        }
Esempio n. 2
0
        public SpecimenOrderView(YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder, YellowstonePathology.Business.Test.AccessionOrder accessionOrder)
        {
            this.m_SpecimenOrder = specimenOrder;
            this.m_IsSelected    = true;

            //this.m_NumberOfAliquots = 1;
            //this.m_NumberOfBlocks = 1;
            //this.m_NumberOfSlides = 1;

            this.m_MediumCollection = new Business.Specimen.Model.MediumCollection(this.m_SpecimenOrder, accessionOrder);
        }