예제 #1
0
 /**
  * Reset this query status.
  */
 public void Reset()
 {
     this.state        = QueryStates.None;
     this.name         = "";
     this.countFail    = 0;
     this.countSuccess = 0;
     this.queryResult  = new List <SUDLLOP.ObjectPlacementResult>();
     this.drawBox      = true;
     this.callback     = null;
 }
예제 #2
0
 private WorklistQueryEvent(QueryStates state, Patient patient)
 {
     State   = state;
     Patient = patient;
 }
 public void Reset()
 {
     State = QueryStates.None;
     Name = "";
     CountFail = 0;
     CountSuccess = 0;
     QueryResult = new List<SpatialUnderstandingDllObjectPlacement.ObjectPlacementResult>();
 }