Skip to content

Releases: cornerstonejs/dicomParser

v1.8.21

20 Feb 20:01
eee6b96

Choose a tag to compare

1.8.21 (2023-02-20)

Bug Fixes

  • Use latest semantic-release (c0bdaf4)

v1.8.20

05 Dec 16:00
5b0d7fc

Choose a tag to compare

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

11 Oct 13:20
98e991d

Choose a tag to compare

1.8.19 (2022-10-11)

Bug Fixes

  • Use vr callback on all tags, not just to determine sequence. (6ed4f2c)

v1.8.18

28 Sep 14:17
eeade8f

Choose a tag to compare

1.8.18 (2022-09-28)

Bug Fixes

  • Parse private sequences if they have an undefined length. (24cc195)

v1.8.17

28 Sep 14:05
21378b9

Choose a tag to compare

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

19 Sep 14:14
eb51626

Choose a tag to compare

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

19 Sep 13:08
04fcbbe

Choose a tag to compare

1.8.15 (2022-09-19)

Bug Fixes

  • change interface declaration to class (901a028)

v1.8.14

16 Sep 22:21
df314f5

Choose a tag to compare

1.8.14 (2022-09-16)

Bug Fixes

  • correct DataSet method return type declarations (6ec467b)

v1.8.13

07 Feb 19:23

Choose a tag to compare

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

07 Feb 17:03

Choose a tag to compare

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.