public LabEventsControlTab(YellowstonePathology.Business.User.SystemIdentity systemIdentity)
        {
            this.m_SystemIdentity = systemIdentity;

            this.m_OrderCommentLog = new YellowstonePathology.Business.Domain.OrderCommentLogCollection();
            this.m_OrderComments = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetAllLabEvents();

            InitializeComponent();
            this.DataContext = this;
        }
Exemplo n.º 2
0
        public LabEventsControlTab(YellowstonePathology.Business.User.SystemIdentity systemIdentity)
        {
            this.m_SystemIdentity = systemIdentity;

            this.m_OrderCommentLog = new YellowstonePathology.Business.Domain.OrderCommentLogCollection();
            this.m_OrderComments   = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetAllLabEvents();

            InitializeComponent();
            this.DataContext = this;
        }