Beispiel #1
0
 public virtual void  Run()
 {
     try
     {
         //TODO: make configurable
         processor.send(theResponse, 2, 3000);
     }
     catch (NuGenHL7Exception)
     {
     }
 }