Exemplo n.º 1
0
        private bool HandlePPPPResults()
        {
            bool result = false;
            YellowstonePathology.Business.Test.LynchSyndrome.IHCResultNoLossOfNuclearExpression ihcResult = new Test.LynchSyndrome.IHCResultNoLossOfNuclearExpression();
            if (this.m_PanelSetOrderLynchSyndromeIHC.ResultCode == ihcResult.ResultCode)
            {
                result = true;
                this.m_IsStepComplete = true;

                throw new Exception("Needs Work");
                /*
                if (this.m_PanelSetOrderLynchSyndromeIHC.OrderMSI == true)
                {
                    this.m_NextStep = new LynchMSIStep();
                }
                else
                {
                    this.m_Stop = true;
                }
                 */
            }
            return result;
        }
Exemplo n.º 2
0
        private bool HandlePPPPResults()
        {
            bool result = false;

            YellowstonePathology.Business.Test.LynchSyndrome.IHCResultNoLossOfNuclearExpression ihcResult = new Test.LynchSyndrome.IHCResultNoLossOfNuclearExpression();
            if (this.m_PanelSetOrderLynchSyndromeIHC.ResultCode == ihcResult.ResultCode)
            {
                result = true;
                this.m_IsStepComplete = true;

                throw new Exception("Needs Work");

                /*
                 * if (this.m_PanelSetOrderLynchSyndromeIHC.OrderMSI == true)
                 * {
                 *  this.m_NextStep = new LynchMSIStep();
                 * }
                 * else
                 * {
                 *  this.m_Stop = true;
                 * }
                 */
            }
            return(result);
        }