You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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?
The text was updated successfully, but these errors were encountered: