Ejemplo n.º 1
0
 private void LoadData()
 {
     YellowstonePathology.Business.Monitor.Model.PendingTestCollection pendingTestCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetPendingTestCollection();
     pendingTestCollection.SetState();
     this.m_CriticalTestCollection = pendingTestCollection.GetCriticalTestsForMonitorPriority();
     this.m_NormalTestCollection   = pendingTestCollection.GetNonCriticalTestsForMonitorPriority();
     this.NotifyPropertyChanged("");
 }
Ejemplo n.º 2
0
 private void LoadData()
 {
     YellowstonePathology.Business.Monitor.Model.PendingTestCollection pendingTestCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetPendingTestCollection();
     pendingTestCollection.SetState();
     pendingTestCollection        = pendingTestCollection.SortByDifference();
     this.m_PendingTestCollection = pendingTestCollection;
     this.NotifyPropertyChanged("");
 }