-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: add secondary dicom server #188
feat: add secondary dicom server #188
Conversation
@pedrokohler instead of using it like: Update it so we use like: This way people can decide which healthcare api to use e.g. v1 or v1beta1 etc. |
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.
its working :) I left one comment.
@pedrokohler please address linting step which is failing |
76fa415
to
9d4e643
Compare
@igoroctaviano done. |
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.
LGTM
# [0.2.0](v0.1.1...v0.2.0) (2024-05-02) ### Bug Fixes * **package.json:** Fix Inefficient Regular Expression Complexity in nth-check (vulnerability) ([ImagingDataCommons#151](https://github.com/igoroctaviano/slim/issues/151)) ([4f42258](4f42258)) * security issues ([ImagingDataCommons#179](https://github.com/igoroctaviano/slim/issues/179)) ([eb8ddc0](eb8ddc0)) * **test.txt:** testing release ([00aabd6](00aabd6)) ### Features * add secondary dicom server ([ImagingDataCommons#188](https://github.com/igoroctaviano/slim/issues/188)) ([356009f](356009f))
# [0.2.0](v0.1.1...v0.2.0) (2024-05-02) ### Bug Fixes * **package.json:** Fix Inefficient Regular Expression Complexity in nth-check (vulnerability) ([ImagingDataCommons#151](https://github.com/igoroctaviano/slim/issues/151)) ([4f42258](4f42258)) * security issues ([ImagingDataCommons#179](https://github.com/igoroctaviano/slim/issues/179)) ([eb8ddc0](eb8ddc0)) * **test.txt:** testing release ([00aabd6](00aabd6)) ### Features * add secondary dicom server ([ImagingDataCommons#188](https://github.com/igoroctaviano/slim/issues/188)) ([356009f](356009f))
Adding the ability to use a secondary annotations server passed in the url with the gcp query parameter.
Solves #186
Before:
Only one server allowed.
After:
Screenshare.-.2024-02-02.11_23_44.AM.mp4