Zaid Safadi

Results 60 comments of Zaid Safadi

**Possible solution** In the displayImage method, check if old viewport.displayedArea has the default old image values (image size...) then assume the user didn't change this and the new image size...

Thanks for your input @chafey, I agree that the solution has assumptions/AI that I am not a big fan of as well but I am trying to avoid the need...

@diaztula/ @vdnsnkv , here is a temp fix you can use until this is resolved: You can subscript to the cornerstonenewimage: `element.addEventListener('cornerstonenewimage', onNewImage);` Then in that event update the viewport:...

I think we need to fix this in the library some way or the other. Do you have any thoughts?

Anyone can poke holes with this solution? - Add a flag on the displayedArea property called "mode" with two values "Default" and "Custom" - If "Default" (which is the default...

I narrowed this down to 3 options and have an implementation for **solution 1** below which I plan to submit a PR for, before I go ahead though, I wanted...

The server doesn't support generating thumbnails at the moment. Although, this could be accomplished by supporting the image parameters in the WADO-URI then passing them to the [JpegMediaWriter](https://github.com/DICOMcloud/DICOMcloud/blob/development/DICOMcloud/Media/Writers/JpegMediaWriter.cs) Please feel...

Hey @pieper , you can use the public endpoint of [DICOMcloud](http://dicomcloud.azurewebsites.net/swagger/#!/Studies/StowRS_Post2) to replicate this with OHIF when saving Measurements via SR. http://dicomcloud.azurewebsites.net/api/studies

@DANIELMWAMBI unfortunately DICOMcloud currently doesn't support DIMSE services at this time

@x9517536607 thank you for this great effort and contribution , I love it! It may take me a little bit to go over the code but if you can share...