Zaid Safadi
Zaid Safadi
When a series with different image's size is displayed in cornerstone (stack scroll behavior), the subsequent images might get clipped (if the first image is smaller). For example, if a...
I have a DICOM file that is generated by SIEMENS with many private elements that the parser fails to read/find the image element. The file is tested on multiple other...
For JPEGBaseline8BitColor images the decoder currently uses the img element and HTML Canvas by converting binary image data to Base64 to support the decoding. https://github.com/cornerstonejs/cornerstoneWADOImageLoader/blob/master/src/imageLoader/decodeJPEGBaseline8BitColor.js#L30 This process: 1. Prevent using...
In OHIF viewer the store measurements is failing when storing to DICOMlcoud server. see [this issue](https://github.com/DICOMcloud/DICOMcloud/issues/89) for reference. I traced this and it is caused by the server not recognizing...
## Expected Behavior Run the OHIF viewer by providing an endpoint which returns the updated JSON launch format as described [here](https://github.com/OHIF/Viewers/issues/1500#issuecomment-597500278) ## Actual Behavior Only the old JSON format is...
## Expected Behavior Use can select mySQL database as a data store for structured storage/query ## Actual Behavior Only MS SQL Server is currently supported. ## Steps to Reproduce the...
## Expected Behavior Users can configure the server to store images to AWS S3 cloud storage ## Actual Behavior Users can only configure the server to store File system and...
I am building a bot App that connects to my enterprise O365 tenant. When using BotAuth.AADv2 to authenticate I get the a response from Azure that my app can't use...
The pagination control is not showing on Edge browser. This is due to edge not returning the custom header "X-Total-Count" (might be related to bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13364151/)