Skip to main content
Version: Version 3.3 - Segmentation Support 🚧

Managers

Overview​

OHIF uses Managers to accomplish various purposes such as registering new services, dependency injection, and aggregating and exposing extension features.

OHIF-v3 provides the following managers which we will discuss in depth.

ManagerDescription
Extension ManagerAggregating and exposing modules and features through out the app
Services ManagerSingle point of registration for all internal and external services
Commands ManagerRegister commands with specific context and run commands in the app
Hotkeys ManagerFor keyboard keys assignment to commands