Sends a DICOM C-Find response to the underlying ClientSession object.
public void SendCFindResponse(
DicomCommandStatusType status,
DicomDataSet responseDataset,
string descriptionMessage
)
Public Sub SendCFindResponse( _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _
ByVal descriptionMessage As String _
)
public:
void SendCFindResponse(
Leadtools.Dicom.DicomCommandStatusType status,
Leadtools.Dicom.DicomDataSet^ responseDataset,
String^ descriptionMessage
)
status
The status of the DICOM C-Find response.
responseDataset
The Leadtools.Dicom.DicomDataSet result of the C-Find response.
descriptionMessage
A description message associated with the C-Find response used for logging.
This method will throw Leadtools.Dicom.Scp.ClientSessionException.InvalidClientConnectionAssociationException if the client is not connected.
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