PantelisGeorgiadis / dcmjs-ecg

DICOM electrocardiography (ECG) rendering for Node.js and browser using dcmjs
MIT License
8 stars 1 forks source link

8 bit support #2

Open mdubey82 opened 1 day ago

mdubey82 commented 1 day ago

I tried to open 8 bit DICOM ECG file but the error Waveform bits store definition is not supported [8] is occurring.

PantelisGeorgiadis commented 22 hours ago

Hello @mdubey82! Thank you for your interest in dcmjs-ecg. Eight-bit DICOM ECG files are not supported because, simply, I couldn't find any to test! Hence the guard against any other bits value. If you are wiling to anonymize yours and share them, that would be great!

mdubey82 commented 2 hours ago

ecg_error_bits_store.zip Thank you for the reply.Attach is the ECG dataset which is giving the error.