-
**Describe the bug**
DICOM SCP when use DicomCStoreRequest save file is defference with original file
**To Reproduce**
Steps to reproduce the behavior (code snippet or clear description)
```c#…
-
Hi I am trying to do a very basic transfer of a series of dicom images using pydicom. Performing a CMOVE the first part is successful, the association is established with the PACS server, and I see th…
-
An example of SCP-Cstore stored as a dcm file , Can you give me some guidance or an example
-
Possibly related to issue #552?
### Expected behavior
Any temp files created by the FO-DICOM library are cleaned up/removed when FO-DICOM objects goes out of scope.
### Actual behavior
When D…
-
Hi, this is just a question not a bug or a feature request.
We are in the process of migrating from dicom-cs (like 10years old) library to the fo-dicom.
But we hit a wall a bit with CSTORE.
Bec…
-
**Describe the bug**
We have a .NET 6 Windows Worker Service running a CSTORE CSP server that will randomly stop receiving requests until the service is restarted. Nothing is written in the logs when…
-
I have an SCP with a C-STORE handler. When a study retrieved from PACS server(in my case ORTHANC) that includes 3 series with modalities XA and CT, the study is received successfully. However, it is r…
-
**Describe the bug**
First off, I want to mention that I am not certain if this is actually a bug or intended behavior, but I will try and stick to the format for better readability.
We are using …
-
Hi, Trying to do cstore but getting key error for UltrasoundMultiFrameImageStorage. Have installed pynetdicom v1.5.7 and pydicom v2.2.2 in windows machine.
I can see that sop_class file has the key…
-
Hi, I am trying to cmove and in SCP side i have create cstore handler and to know when association is release added evt_released handler as well.
```
def on_association_released(event, message):
…