←Select platform

SendCStoreResponse Method

Summary

Sends a DICOM C-STORE response to the underlying ClientSession object.

Syntax

C#
VB
C++
public void SendCStoreResponse( 
   DicomCommandStatusType status, 
   string descriptionMessage 
) 
  
Public Sub SendCStoreResponse( _ 
   ByVal status As Leadtools.Dicom.DicomCommandStatusType, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendCStoreResponse(  
   Leadtools.Dicom.DicomCommandStatusType status, 
   String^ descriptionMessage 
)  

Parameters

status
The status of the DICOM C-Find 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly