You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to push Eclipse Doses to MIM, the send gets hung up on sending the Pixel data. The connection is cancelled by MIM due to a long delay. If I delete the pixel data the other data is sent fine.
Any suggestions as to what it could be?
The text was updated successfully, but these errors were encountered:
Hi, I had the same problem with large dose files, ca. 45 MB or more. When I increased the connection timeout and idle timeout, everything worked fine!
_client = new DICOMSCU(_localDicomEntity)
{
ConnectionTimeout = 600_000, // in ms
IdleTimeout = 600_000, // in ms
Logger = loggerFactory.CreateLogger("DicomNetwork.DicomNet")
};
var storer = _client.GetCStorer(_remoteDicomEntity);
When trying to push Eclipse Doses to MIM, the send gets hung up on sending the Pixel data. The connection is cancelled by MIM due to a long delay. If I delete the pixel data the other data is sent fine.
Any suggestions as to what it could be?
The text was updated successfully, but these errors were encountered: