Ejemplo n.º 1
0
 private bool HandleNPPNResults()
 {
     bool result = false;
     YellowstonePathology.Business.Test.LynchSyndrome.IHCResult ihcResult = new YellowstonePathology.Business.Test.LynchSyndrome.IHCResultLossOfNuclearExpressionMLH1PMS2();
     if (this.m_PanelSetOrderLynchSyndromeIHC.ResultCode == ihcResult.ResultCode)
     {
         result = true;
         this.m_IsStepComplete = true;
         this.m_NextStep = new LynchBRAFStep();
     }
     return result;
 }
Ejemplo n.º 2
0
        private bool HandleNPPNResults()
        {
            bool result = false;

            YellowstonePathology.Business.Test.LynchSyndrome.IHCResult ihcResult = new YellowstonePathology.Business.Test.LynchSyndrome.IHCResultLossOfNuclearExpressionMLH1PMS2();
            if (this.m_PanelSetOrderLynchSyndromeIHC.ResultCode == ihcResult.ResultCode)
            {
                result = true;
                this.m_IsStepComplete = true;
                this.m_NextStep       = new LynchBRAFStep();
            }
            return(result);
        }