コード例 #1
0
ファイル: StainSpecimen.cs プロジェクト: waffle-iron/YPILIS
        public virtual int GetBillableSinglePlexIHCTestOrderCount()
        {
            YellowstonePathology.Business.Test.Model.TestOrderCollection testOrderCollection = this.TestOrderCollection.GetBillableSinglePlexIHCTestOrders();
            int result = testOrderCollection.GetUniqueTestCount();

            return(result);
        }
コード例 #2
0
        public override int GetBillableSinglePlexIHCTestOrderCount()
        {
            YellowstonePathology.Business.Test.Model.TestOrderCollection testOrderCollection = this.TestOrderCollection.GetBillableSinglePlexIHCTestOrders();
            this.m_StainResultCollection.RemoveGradedStains(testOrderCollection);
            int uniqueTestCount = testOrderCollection.GetUniqueTestCount();

            return(uniqueTestCount);
        }