Releases: cornerstonejs/dicomParser
Releases · cornerstonejs/dicomParser
v1.8.21
1.8.21 (2023-02-20)
Bug Fixes
- Use latest semantic-release (c0bdaf4)
v1.8.20
1.8.20 (2022-12-05)
Bug Fixes
- ci: Cache on package-lock.json so cache is rebuilt if any dependencies are updated. (c875588)
v1.8.19
1.8.19 (2022-10-11)
Bug Fixes
- Use vr callback on all tags, not just to determine sequence. (6ed4f2c)
v1.8.18
1.8.18 (2022-09-28)
Bug Fixes
- Parse private sequences if they have an undefined length. (24cc195)
v1.8.17
1.8.17 (2022-09-28)
Bug Fixes
- isPrivateTag no longer silently returns false when given a tag whose last digit in the group is a hex digit. (d16f49d)
v1.8.16
1.8.16 (2022-09-19)
Bug Fixes
- Peek to determine whether a field is an SQ if the vrCallback returns undefined, meaning it could not determine the VR. (7e504ce)
v1.8.15
1.8.15 (2022-09-19)
Bug Fixes
- change interface declaration to class (901a028)
v1.8.14
1.8.14 (2022-09-16)
Bug Fixes
- correct DataSet method return type declarations (6ec467b)
v1.8.13
1.8.13 (2022-02-07)
Bug Fixes
- dicomParser: Update the version number to build the raw dicom (711b66b)
Add support for Raw DICOM parsing
This release adds support for parsing from DIMSE or other raw dicom (not part 10) sources.
To do so requires setting the TransferSyntaxUID, which should be LEI for disk files.