public TrichomonasResultPage(YellowstonePathology.Business.Test.Trichomonas.TrichomonasTestOrder trichomonasTestOrder,
			YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
			YellowstonePathology.Business.User.SystemIdentity systemIdentity)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SystemIdentity = systemIdentity;

            this.m_ReportOrderTrichomonas = trichomonasTestOrder;
            this.m_PageHeaderText = "Trichomonas Results For: " + this.m_AccessionOrder.PatientDisplayName;
            this.m_ResultCollection = new YellowstonePathology.Business.Test.Trichomonas.TrichomonasResultCollection();

            InitializeComponent();

            DataContext = this;
            Loaded += TrichomonasResultPage_Loaded;
            Unloaded += TrichomonasResultPage_Unloaded;
        }
        public TrichomonasResultPage(YellowstonePathology.Business.Test.Trichomonas.TrichomonasTestOrder trichomonasTestOrder,
                                     YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
                                     YellowstonePathology.Business.User.SystemIdentity systemIdentity)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SystemIdentity = systemIdentity;

            this.m_ReportOrderTrichomonas = trichomonasTestOrder;
            this.m_PageHeaderText         = "Trichomonas Results For: " + this.m_AccessionOrder.PatientDisplayName;
            this.m_ResultCollection       = new YellowstonePathology.Business.Test.Trichomonas.TrichomonasResultCollection();

            InitializeComponent();

            DataContext = this;
            Loaded     += TrichomonasResultPage_Loaded;
            Unloaded   += TrichomonasResultPage_Unloaded;
        }
示例#3
0
        public TrichomonasResultPage(YellowstonePathology.Business.Test.Trichomonas.TrichomonasTestOrder trichomonasTestOrder,
                                     YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
                                     YellowstonePathology.Business.User.SystemIdentity systemIdentity) : base(trichomonasTestOrder, accessionOrder)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SystemIdentity = systemIdentity;

            this.m_ReportOrderTrichomonas = trichomonasTestOrder;
            this.m_PageHeaderText         = "Trichomonas Results For: " + this.m_AccessionOrder.PatientDisplayName;
            this.m_ResultCollection       = new YellowstonePathology.Business.Test.Trichomonas.TrichomonasResultCollection();

            InitializeComponent();

            DataContext = this;
            Loaded     += TrichomonasResultPage_Loaded;
            Unloaded   += TrichomonasResultPage_Unloaded;

            this.m_ControlsNotDisabledOnFinal.Add(this.ButtonNext);
            this.m_ControlsNotDisabledOnFinal.Add(this.TextBlockShowDocument);
            this.m_ControlsNotDisabledOnFinal.Add(this.TextBlockUnfinalResults);
        }
        public TrichomonasResultPage(YellowstonePathology.Business.Test.Trichomonas.TrichomonasTestOrder trichomonasTestOrder,
			YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
			YellowstonePathology.Business.User.SystemIdentity systemIdentity)
            : base(trichomonasTestOrder, accessionOrder)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SystemIdentity = systemIdentity;

            this.m_ReportOrderTrichomonas = trichomonasTestOrder;
            this.m_PageHeaderText = "Trichomonas Results For: " + this.m_AccessionOrder.PatientDisplayName;
            this.m_ResultCollection = new YellowstonePathology.Business.Test.Trichomonas.TrichomonasResultCollection();

            InitializeComponent();

            DataContext = this;
            Loaded += TrichomonasResultPage_Loaded;
            Unloaded += TrichomonasResultPage_Unloaded;

            this.m_ControlsNotDisabledOnFinal.Add(this.ButtonNext);
            this.m_ControlsNotDisabledOnFinal.Add(this.TextBlockShowDocument);
            this.m_ControlsNotDisabledOnFinal.Add(this.TextBlockUnfinalResults);
        }