IProcessNGet2 Interface (original) (raw)
Summary
Allows implementors to process N-GET-REQ commands.
Remarks
The IProcessNGet2 interface is a replacement for the IProcessNGet interface.
When the DICOM Listening Service (Leadtools.Dicom.Server.exe) gets a N-GET-REQ, it does the following:
- Checks if the IProcessNGet2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnNGet2 method to handle the N-GET-REQ.
- Otherwise, checks if the IProcessNGet has been implemented by an addin. If so, then DICOM Listening Service calls the OnNGet method to handle the N-GET-REQ.
Leadtools.Dicom.AddIn Assembly