Skip to content

Essentials

Francisco Maria Calisto edited this page Jul 8, 2019 · 35 revisions

The MIMBCD-UI project is a project that deals with several modalities of medical images. Our Framework will incorporate information from following different modalities: (i) MammoGraphic (MG) images (both views CC and MLO); (ii) UltraSound (US) images; (iii) Magnetic Resonance Imaging (MRI) volumes; and (iv) Text. If you have some questions, please follow our FAQ page.

In this page, it is intended to be used as a reference for the concepts of the project Framework. If you are new to our project, we recommend that you start by reviewing the concepts below and then looking at the various prototypes to see how to use each.

Index

Configurations

There are a few pre-defined settings files that you can find in config/ folder. These are JSON files and all settings can be accessed as showed below. Our User Interface (UI) settings are also available on the src/public/ folders and files.

DICOM Server

As a DICOM server, we are using the Orthanc server. Configuring Orthanc simply consists of a configuration file. Orthanc has numerous configuration that is documented in the default configuration file. Please follow the official configuration documentation for more information.

Important Links

Clone this wiki locally