cornerstone3D icon indicating copy to clipboard operation
cornerstone3D copied to clipboard

[Bug] how to load local dicom to generate volume

Open l5769389 opened this issue 11 months ago • 1 comments

Describe the Bug

i got imageIds throgh tag to load local dicoms. the imageIds looks like :['dicomfile:320', 'dicomfile:321']。 how to generate the volume like:

volume = await volumeLoader.createAndCacheVolume(volumeId, {
    imageIds: imageIds,
  });

Steps to Reproduce

like above

The current behavior

like above

The expected behavior

like above

OS

like above

Node version

like above

Browser

like above

l5769389 avatar Mar 21 '24 06:03 l5769389