You can use the fetch API or XMLHTTPRequest to download your datasets from your remote server, which should yield an array of File objects. That can then be passed into readImageDICOMFileSeries, which will reconstruct your volume.
You can use the fetch API or XMLHTTPRequest to download your datasets from your remote server, which should yield an array of File objects. That can then be passed into readImageDICOMFileSeries, which will reconstruct your volume.