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