How to load Dicom image from server (path contains https://) Am using fo-Diocm library.
var image = new DicomImage(filePath);
if filePath is from local directory its working fine. if filePath is from server (like https://example.com/filepath.dcm), its throwing 'Dicom.DicomFileException' saying that specified path value is not correct. What is the right way to load DicomImage from server ??