Proteeti Prova

Results 3 issues of Proteeti Prova

I have a custom component (a DICOM Viewer) which I am trying to open in a new window. After integrating the module with my code, I found that my component...

enhancement

Hello! I am trying to integrate dcm4chee server in the OHIF viewer. I had success integrating **[this version of non secured dcm4chee](https://github.com/dcm4che/dcm4chee-arc-light/wiki/Run-minimum-set-of-archive-services-on-a-single-host#optional-send-ct-images-to-the-archive-using-dcm4chedcm4che-toolsl)** which loaded my DICOM files properly. But when...

Community: Question :question:
Triage :white_flag:

I made a toggle switch component in react with bootstrap4-toggle and it looks like this: ``` import React, { Component } from "react"; import "bootstrap4-toggle/css/bootstrap4-toggle.min.css"; class ToggleSwitch extends Component {...