Jason Hostetter

Results 14 comments of Jason Hostetter

See this example: https://www.cornerstonejs.org/live-examples/crosshairs for that functionality with cornerstone3D. Note that this repository you are commenting on is for cornerstone 2d (i.e. legacy), and new development is occurring here, including...

I also had this issue - the problem for me was that I hadn't set the `docker-compose` environment variables for `URL_BASE_TRUSTED`, `URL_BASE_SANDBOX`, and `URL_BASE_PUBLIC`. The page was trying to request...

Thanks @lucaspiller and @atrain0789 Here's another approach building on the snippet from @lucaspiller: ``` js const emptyMessage = ` No matches found. `; const emptyMessageNode = $(emptyMessage); // hide empty...

Running the file through dcmtk `dcmconv` without any options appears to correctly re-encode the file, and dicomParser parses without error. Here is the fixed file: https://drive.google.com/file/d/1-i64W77GhN7oLGK2CzO_MoD0xnCRmMFZ/view?usp=sharing