dicomParser
dicomParser copied to clipboard
Fatal error when parsing image
When I load the image appended I get the following exception:
TypeError: "this is undefined"
getDataSetByteStream parseDicom.js:58
readDataSet parseDicom.js:119
parseTheByteStream parseDicom.js:147
parseDicom parseDicom.js:153
CTImage.dcm_DeflatedExplicitVRLittleEndianTransferSyntax_1.2.840.10008.1.2.1.99.zip
Seems to be due to this line:
else if (typeof module !== 'undefined' && this.module !== module) {
There's no this. Anybody ever built this for node and wants to fix it?