Function: downloadDICOMData()
downloadDICOMData(bufferOrDataset
, filename
): void
Trigger file download from an array buffer
Parameters
• bufferOrDataset: DicomDataset
| ArrayBuffer
ArrayBuffer or DicomDataset
• filename: string
name of the file to download
Returns
void
Defined in
helpers/downloadDICOMData.ts:15