-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measurement textbox update event missing #274
Comments
I haven't looked into the old code but I think it makes sense, moving the measurement textBox does not update/modify the actual measurement |
Is there a way we can incorporate that logic? Seems to be available in the old code |
What is your use case? |
We want to save all measurement updates in our web app in a DB. Ideally, when the user moves the measurement textbox, an ANNOTATION_UPDATED event will trigger and we will save it so that when the page is reloaded, the textbox renders in the same updated position. |
* fix(dcmjs):Make the conceptCodeSequence generateReport a proxy The conceptCodeSequence generated by the generateReport is supposed to be consistent with that generated by parsing, but because of the proxy it wasn't consistent, so this change makes it consistent * fix(dcmjs):Made a few more objects into proxies
In the old
cornerstoneTools
, when a measurement textbox was moved, aMEASUREMENT_MODIFIED
event would be emitted. However, it seems that the current logic fails to emit anANNOTATION_MODIFIED
event when a measurement textbox is updatedThe text was updated successfully, but these errors were encountered: