SendCStoreResponse Method

Summary
Sends a DICOM C-STORE response to the underlying ClientSession object.
Syntax
C#
C++/CLI
public void SendCStoreResponse( 
   DicomCommandStatusType status, 
   string descriptionMessage 
) 
void SendCStoreResponse(  
   DicomCommandStatusType status, 
   String^ descriptionMessage 
)  

Parameters

status
The status of the DICOM C-STORE response.

descriptionMessage
A description message associated with the C-STORE response used for logging.

Remarks

This method will throw Leadtools.Dicom.Scp.ClientSessionException.InvalidClientConnectionAssociationException if the client is not connected or associated.

Requirements

Target Platforms

Help Version 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.