Example #1
0
        public AcidWashResultDialog(string masterAccessionNo, string reportNo)
        {
            this.m_AccessionOrder = Business.Persistence.DocumentGateway.Instance.PullAccessionOrder(masterAccessionNo, this);
            Business.Test.ThinPrepPap.ThinPrepPapAcidWashPanel thinPrepPapAcidWashPanel = new Business.Test.ThinPrepPap.ThinPrepPapAcidWashPanel();
            this.m_PanelOrderAcidWash = (Business.Test.ThinPrepPap.PanelOrderAcidWash) this.m_AccessionOrder.PanelSetOrderCollection.GetPanelSetOrder(reportNo).PanelOrderCollection.GetPanelByPanelId(thinPrepPapAcidWashPanel.PanelId);
            this.m_HeaderText         = "Results for " + this.m_AccessionOrder.PatientDisplayName;

            InitializeComponent();

            DataContext   = this;
            this.Closing += AcidWashResultDialog_Closing;
        }
        public AcidWashResultDialog(string masterAccessionNo, string reportNo)
        {
            this.m_AccessionOrder = Business.Persistence.DocumentGateway.Instance.PullAccessionOrder(masterAccessionNo, this);
            Business.Test.ThinPrepPap.ThinPrepPapAcidWashPanel thinPrepPapAcidWashPanel = new Business.Test.ThinPrepPap.ThinPrepPapAcidWashPanel();
            this.m_PanelOrderAcidWash = (Business.Test.ThinPrepPap.PanelOrderAcidWash)this.m_AccessionOrder.PanelSetOrderCollection.GetPanelSetOrder(reportNo).PanelOrderCollection.GetPanelByPanelId(thinPrepPapAcidWashPanel.PanelId);
            this.m_HeaderText = "Results for " + this.m_AccessionOrder.PatientDisplayName;

            InitializeComponent();

            DataContext = this;
            this.Closing += AcidWashResultDialog_Closing;
        }