I am using corserstoneWADOImageLoader to load and view the files.
Using cornerstoneWADOImageLoader.wadouri.fileManager.add() I am getting the imageIds for each image like dicomfile:0, dicomfile:1, dicomfile:2 etc.
When I close and re-open the viewer, the dicomfile count does not start from 0, but continues from the last value.
Is there a way to reset this count when I close the viewer ?
I am using corserstoneWADOImageLoader to load and view the files.
Using
cornerstoneWADOImageLoader.wadouri.fileManager.add()
I am getting the imageIds for each image likedicomfile:0, dicomfile:1, dicomfile:2
etc.When I close and re-open the viewer, the dicomfile count does not start from 0, but continues from the last value. Is there a way to reset this count when I close the viewer ?
Any inputs or help will be appreciated, thanks.