Sends a C-FIND response to the client.
public void SendCFindResponse(byte presentationID,int messageID,string abstractClass,DicomCommandStatusType status,DicomDataSet responseDataset,string descriptionMessage)
Public Sub SendCFindResponse( _ByVal presentationID As Byte, _ByVal messageID As Integer, _ByVal abstractClass As String, _ByVal status As Leadtools.Dicom.DicomCommandStatusType, _ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _ByVal descriptionMessage As String _)
public:void SendCFindResponse(byte presentationID,int messageID,String^ abstractClass,Leadtools.Dicom.DicomCommandStatusType status,Leadtools.Dicom.DicomDataSet^ responseDataset,String^ descriptionMessage)
presentationID
The presentation ID that came with the C-FIND request.
messageID
The message ID that came with the C-FIND request.
abstractClass
The Abstract Class that came with the C-FIND request.
status
The status for the C-FIND response.
responseDataset
Contains the matching attributes for the C-FIND request. This parameter should be null except when the status is DicomCommandStatusType.Pending
descriptionMessage
A description message used for logging.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
