Exemplo n.º 1
0
        public TestOrder(string testOrderId, string objectId, string panelOrderId, string aliquotOrderId, YellowstonePathology.Business.Test.Model.Test test, string comment)
        {
            this.m_TestOrderId      = testOrderId;
            this.m_ObjectId         = objectId;
            this.m_PanelOrderId     = panelOrderId;
            this.m_AliquotOrderId   = aliquotOrderId;
            this.m_TestId           = test.TestId;
            this.m_TestName         = test.TestName;
            this.m_TestAbbreviation = test.TestAbbreviation;
            this.m_Result           = null;
            this.m_Comment          = comment;

            this.m_SlideOrderCollection = new Business.Slide.Model.SlideOrderCollection();
        }
Exemplo n.º 2
0
        public TestOrder(string testOrderId, string objectId, string panelOrderId, string aliquotOrderId, YellowstonePathology.Business.Test.Model.Test test, string comment)
        {
            this.m_TestOrderId = testOrderId;
            this.m_ObjectId = objectId;
            this.m_PanelOrderId = panelOrderId;
            this.m_AliquotOrderId = aliquotOrderId;
            this.m_TestId = test.TestId;
            this.m_TestName = test.TestName;
            this.m_TestAbbreviation = test.TestAbbreviation;
            this.m_Result = null;
            this.m_Comment = comment;

            this.m_SlideOrderCollection = new Business.Slide.Model.SlideOrderCollection();
        }
Exemplo n.º 3
0
 public TestOrder()
 {
     this.m_AliquotOrder_Base    = new Business.Test.AliquotOrder_Base();
     this.m_SlideOrderCollection = new Business.Slide.Model.SlideOrderCollection();
 }
Exemplo n.º 4
0
 public TestOrder()
 {
     this.m_AliquotOrder_Base = new Business.Test.AliquotOrder_Base();
     this.m_SlideOrderCollection = new Business.Slide.Model.SlideOrderCollection();
 }