Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTDose CStore error when sending to MIM #99

Open
crazywill32 opened this issue Oct 12, 2022 · 1 comment
Open

RTDose CStore error when sending to MIM #99

crazywill32 opened this issue Oct 12, 2022 · 1 comment

Comments

@crazywill32
Copy link

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?

@isachpaz
Copy link

isachpaz commented Dec 12, 2022

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);

Best wishes,

Ilias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants