Giter Site home page Giter Site logo

fo-dicom's People

Contributors

abdullah248 avatar amoerie avatar anders9ustafsson avatar bjorn-malmo avatar bobster3000 avatar davste83 avatar dependabot[bot] avatar gofal avatar hdesouky avatar ianyates avatar idubnori avatar jaime-olivares avatar javier-alvarez avatar justsomehack avatar kira-96 avatar lste avatar maherjendoubi avatar mdubey82 avatar mia-san avatar michaelm223 avatar mocsharp avatar mrbean-bremen avatar pengchen0692 avatar pvrobays avatar rcd avatar rickardraysearch avatar shivakumar-ms avatar smithago avatar sudheeshps avatar zaid-safadi avatar

Watchers

 avatar  avatar

fo-dicom's Issues

N-Create response[2]: Invalid attribute value

I use fo-dicom Samples.Desktop Print SCU to connected DicomPrinter,I Get that response : N-Create response [2] : Invalid attribute value,I hava no change the project code,Can you help me

图片

Environment
Fellow Oak DICOM version: (e.g. 4.0.6)
OS: (e.g. Windows 10 x64)
Platform: (e.g. .NET Framework 4.6.2)

IOException when 2 C-ECHO requests

在只有2个请求时最容易发生错误,3个请求时异常发生率很低,其他个数(1,4,5...)的请求数量时暂未发现异常

var client = new DicomClient();
client.NegotiateAsyncOps();
for (int i = 0; i < 2; i++)
  client.AddRequest(new DicomCEchoRequest());
client.Send("127.0.0.1", 12345, false, "SCU", "ANY-SCP");

Exception Info:

Socket error while reading PDU: ConnectionAborted [10053]
Connection closed with error: System.IO.IOException: 无法从传输连接中读取数据: 你的主机中的软件中止了一个已建立的连接。 。 ---> System.Net.Sockets.SocketException: 你的主机中的软件中止了一个已建立的连接。
在 System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
在 System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
在 Dicom.Network.DicomService.BeginReadPDUHeader() 位置 d:\fo-dicom\DICOM\Network\DicomService.cs:行号 145

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.