private void SetInterpretation()
        {
            if (this.m_HasJAK2Exon1214 == true)
            {
                YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FNotDetectedResult jak2V617FNotDetectedResult = new YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FNotDetectedResult();
                if (this.m_PanelSetOrderJAK2V617F.Result == jak2V617FNotDetectedResult.Result)
                {
                    YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214NotDetectedResult jak2Exon1214NotDetectedResult = new YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214NotDetectedResult();
                    YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214DetectedResult jak2Exon1214DetectedResult = new YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214DetectedResult();

                    if (this.m_PanelSetOrderJAK2Exon1214.ResultCode == jak2Exon1214NotDetectedResult.ResultCode)
                    {
                        this.m_Interpretation = BothNotDetectedInterpretation;
                    }
                    else if (this.m_PanelSetOrderJAK2Exon1214.ResultCode == jak2Exon1214DetectedResult.ResultCode)
                    {
                        this.m_Interpretation = JAK2NotDetectedExon1214DetectedInterpretation;
                    }
                }
            }
            else
            {
                YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FDetectedResult jak2V617FDetectedResult = new YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FDetectedResult();
                if (this.m_PanelSetOrderJAK2V617F.Result == jak2V617FDetectedResult.Result)
                {
                    this.m_Interpretation = JAK2DetectedInterpretation;
                }
            }
        }
Ejemplo n.º 2
0
        private void SetInterpretation()
        {
            if (this.m_HasJAK2Exon1214 == true)
            {
                YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FNotDetectedResult jak2V617FNotDetectedResult = new YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FNotDetectedResult();
                if (this.m_PanelSetOrderJAK2V617F.Result == jak2V617FNotDetectedResult.Result)
                {
                    YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214NotDetectedResult jak2Exon1214NotDetectedResult = new YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214NotDetectedResult();
                    YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214DetectedResult    jak2Exon1214DetectedResult    = new YellowstonePathology.Business.Test.JAK2Exon1214.JAK2Exon1214DetectedResult();

                    if (this.m_PanelSetOrderJAK2Exon1214.ResultCode == jak2Exon1214NotDetectedResult.ResultCode)
                    {
                        this.m_Interpretation = BothNotDetectedInterpretation;
                    }
                    else if (this.m_PanelSetOrderJAK2Exon1214.ResultCode == jak2Exon1214DetectedResult.ResultCode)
                    {
                        this.m_Interpretation = JAK2NotDetectedExon1214DetectedInterpretation;
                    }
                }
            }
            else
            {
                YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FDetectedResult jak2V617FDetectedResult = new YellowstonePathology.Business.Test.JAK2V617F.JAK2V617FDetectedResult();
                if (this.m_PanelSetOrderJAK2V617F.Result == jak2V617FDetectedResult.Result)
                {
                    this.m_Interpretation = JAK2DetectedInterpretation;
                }
            }
        }