Comparing version 0.2.0 to 0.2.1
@@ -7,4 +7,17 @@ # Changelog | ||
## [Unreleased] | ||
## [0.2.1] - 2018-10-17 | ||
### Added | ||
- Added Adapters and Utilities to support translation between common imaging toolkits (Cornerstone, VTK.js) and DICOM Structured Reports. Utilities are tied to the DICOM Standard and help build compliant files. Adapters are specific to the toolkits in question and help make it easier for developers to use the Utilities. | ||
Note: These are generally still a work in progress. We are currently only confident in the Cornerstone Length adapter, and the Utilities (TID1500, TID1501, TID300, Length) which back it. | ||
## [0.2.0] - 2018-10-02 | ||
### Added | ||
- Example using [VTK.js with DICOM Segmentation](https://dcmjs-org.github.io/dcmjs/examples/vtkDisplay/index.html) | ||
### Changed | ||
- BitArray class provides static methods | ||
to pack and unpack bit and bytes to support | ||
dicom SEG encoding. | ||
## [0.1.5] - 2018-08-23 | ||
@@ -11,0 +24,0 @@ ### Fixed |
{ | ||
"name": "dcmjs", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Javascript implementation of DICOM manipulation", | ||
@@ -5,0 +5,0 @@ "main": "build/dcmjs.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
902687
15
3239