Ejemplo n.º 1
0
 /// <summary>
 /// Start the move request
 /// </summary>
 protected override void conn_AssociationAccepted(DICOMConnection conn)
 {
     //fire off the request...
     conn.SendCMOVERQ(CommandPriority.Medium, FindRequest.QueryLevel, SendToAE, FindRequest.CreateSearchData());
 }