Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
1k views

Best way to validate DICOM connection request with pynetdicom

What is the preferred way to validate requested DICOM connection against a list of known hosts? I can connect to the EVT_CONN_OPEN event. But in that, the event.assoc.requestor.info.ae_title element ...
Johannes Bretscher's user avatar
4 votes
3 answers
2k views

How does the SCU receive dcm images from Dicom Server with C-GET?

I've seen the official pynetdicom documentation but I've not got the proper event handlers (for the SCU) on receiving images. First I've created the required .dcm files Dataset and used the C-GET ...
Sagar Kulkarni's user avatar
1 vote
1 answer
2k views

Python is crashing due to libdispatch crashing child thread

I am using the pynetdicom library to receive and process medical dicom images. The processing is performed in the callback function "on_association_released". However, when receiving certain studies, ...
Haris's user avatar
  • 77