Module Class (original) (raw)

Module Class

The Module class is loaded when the external store add-in (or any PACSFramework add-in) is loaded by StorageServerManagerDemo_Original.exe.

The main purpose of the Module class is used to initialize the external store add-in, and to hold a copy of the unique configuration object and the common configuration object (ExternalStoreAddinConfigAbstract).

This class derives from the abstract class ModuleInit and implements the interface IProcessBreak

Specifically, it