public virtual int GetBillableSinglePlexIHCTestOrderCount() { YellowstonePathology.Business.Test.Model.TestOrderCollection testOrderCollection = this.TestOrderCollection.GetBillableSinglePlexIHCTestOrders(); int result = testOrderCollection.GetUniqueTestCount(); return(result); }
public override int GetBillableSinglePlexIHCTestOrderCount() { YellowstonePathology.Business.Test.Model.TestOrderCollection testOrderCollection = this.TestOrderCollection.GetBillableSinglePlexIHCTestOrders(); this.m_StainResultCollection.RemoveGradedStains(testOrderCollection); int uniqueTestCount = testOrderCollection.GetUniqueTestCount(); return(uniqueTestCount); }