The LEADTOOLS Dicom Server Framework is an extensible system that allows the user to easily add additional support without having to change the core server implementation. This extensibility is provided through the use of addins. These addins allow you to respond to specific DICOM messages as well as provide a service log, AE title management, message notification, etc.
The following tutorials are available:
- Implementing a C-STORE AddIn
- Implementing a DICOM Log AddIn
- Implementing a Storage Commit
- Implementing AddIn Options
For a more detailed implementation of logging, refer to the Leadtools.AddIn.DicomLog example.