-
Notifications
You must be signed in to change notification settings - Fork 42
Project Structure
Beyond the project's root directory which contains the OnkoDICOM main script, as well as additional scripts and files pertaining to the installation and compilation of OnkoDICOM, there are four main directories which will see regular additions and modifications.
This directory contains all the Python source code for OnkoDICOM, and all new scripts written should be contained within the most appropriate of the three subdirectories Model
, View
, or Controller
. Any scripts excluded from these subdirectories should only be excluded with very good reason.
This directory contains data files that are used by OnkoDICOM, primarily those which contain user customisation settings and sets of medical data (e.g. standard organ names).
This directory contains resource files used by OnkoDICOM to construct and present its user interface. This includes image files, stylesheets, etc.
Usage
Design Documents
Contribution
DICOM Resources