Open mikhail-rozum opened 1 year ago
The CGetRequest that you add to the client does have an OnCGetResponse eventhandler. add a breakpoint there and inspect the details of the response. I had "cannot understand" as response in some cases where the server did not know the requested UID.
Hello! I have a DICOM Server (Orthanc) and I need to download structure set dicom file from there(RTSTRUCT modality). I use this code ` ... var request = new DicomCGetRequest(studyInstanceId, seriesInstanceId);
.... ` But I get an error: How can I get RTSTRUCT dicom file from dicom server?