Commit ec5c0a7f authored by alan.f's avatar alan.f

remove-select

parent 294a59a8
......@@ -26,9 +26,10 @@ namespace C_UI
var client = new DicomClient(_storeServerHost, _storeServerPort, false, _storeServerAET, _aet);
client.NegotiateAsyncOps();
dicomFiles.Select(x=>x).Subscribe(
dicomFiles.Subscribe(
async onNext =>
{
var request = new DicomCStoreRequest(onNext);
request.OnResponseReceived += (req, response) => logger.Info($"{response.Status}-{onNext}" );
await client.AddRequestAsync(request);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment