Add untilTag to dicom parser
Closed this issue · 1 comments
ivmartel commented
The dicom parser must accept an option to parse the dicom buffer until it reaches a predefined tag (the 'untilTag'). This could allow to parse until reaching the pixel tag and avoid parsing it to gain time.
ivmartel commented
Similar to:
- cornerstonejs dicomParser parseDicom.js#L22
- dcmjs DicomMessage.js#L79