I can’t find any complete examples (including any initialization code, useRef() instead of document.getElementById, etc.) of using Cornerstone3D with React to display the image data from a local DICOM file.
My specific use case is that I’m fetching a .dcm file directly from an API (not a DICOM server just a nodeJS API that returns a .dcm file).
All I want to do is show the image stack from the file with the ability to view the slices in the file. Can someone point me in the right direction for a complete example like that?
Thanks,
Drew