Allows implementors to respond to C-FIND-REQ commands.
public interface IProcessCFind2 : IProcessCFind, IProcessBreak
public:
interface class IProcessCFind2 abstract : IProcessCFind, IProcessBreak
The IProcessCFind2 interface is a replacement for the IProcessCFind interface.
When the DICOM Listening Service (Leadtools.Dicom.Server.exe) gets a C-FIND-REQ, it does the following:
Checks if the IProcessCFind2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnFind2 method to handle the C-FIND-REQ.
Otherwise, checks if the IProcessCFind has been implemented by an addin. If so, then DICOM Listening Service calls the OnFind method to handle the C-FIND-REQ.
Leadtools.Dicom.AddIn.Interfaces Namespace
IProcessCFind2
StatusFailureClassInstanceConflict
StatusFailureDuplicateSopInstance
StatusFailureInvalidArgumentValue
StatusFailureInvalidSopInstance
StatusFailureNoSuchSopInstance
StatusFailureProcessingFailure
StatusFailureRefusedNotAuthorized
StatusFailureRefusedSopClassNotSupported
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document