-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(cornerstone): the circle adapter to prevent writing undefined (#266)
* fix(dcmjs):The area and diameter were undefined. The area and diameter written to the DICOM SR had the value "undefined" because neither item was being computed. Also, the diameter used the area as the actual value (which happened to be undefined). This change reads the values from the source adapter and then provides them to the TID.300 adapter in the correct places. * Removed an unnecessary console log * fix(dcmjs):Add a comment about the 0 dummy values
- Loading branch information
1 parent
e5e6c30
commit cef28a9
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters