-
Notifications
You must be signed in to change notification settings - Fork 22
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
shanoir-issue#2372: add endpoint to remove SR from viewer #2403
base: develop
Are you sure you want to change the base?
shanoir-issue#2372: add endpoint to remove SR from viewer #2403
Conversation
An issue is opened in the OHIF git page for this (missing Authorization header), this feature won't work until the issue is fixed: |
shanoir-ng-datasets/src/main/java/org/shanoir/ng/dicom/web/DICOMWebApi.java
Outdated
Show resolved
Hide resolved
shanoir-ng-datasets/src/main/java/org/shanoir/ng/dicom/web/DICOMWebApiController.java
Outdated
Show resolved
Hide resolved
...-ng-datasets/src/main/java/org/shanoir/ng/dicom/web/StowRSMultipartRelatedRequestFilter.java
Outdated
Show resolved
Hide resolved
shanoir-ng-datasets/src/main/java/org/shanoir/ng/dicom/web/DICOMWebApiController.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor comments, code review looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review is good now, I will test locally
Hi Pierre-Henri, |
…auvergne/shanoir-ng into shanoir-issue#2372
wait for MK |
OHIF has fixed the issue : OHIF/Viewers#4619 |
How to test:
Open DICOM in ohif viewer
Make a measurement
Open right-side panel
Click on "Create report":
At this point, a new dataset is visible in solr:
In the left-side panel, a new serie appears:
Click on the trash-bin icon, a pop-up appears, click 'yes' to delete the measurement:
The solr dataset is deleted.