←Select platform

SendCStoreResponse(DicomCommandStatusType,StatusBase,string) Method

Summary

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

Syntax
C#
VB
C++
public void SendCStoreResponse( 
   DicomCommandStatusType status, 
   StatusBase statusArgs, 
   string descriptionMessage 
) 
Public Sub SendCStoreResponse( 
   ByVal status As DicomCommandStatusType, 
   ByVal statusArgs As StatusBase, 
   ByVal descriptionMessage As String 
) 
public:  
   void SendCStoreResponse( 
      DicomCommandStatusType^ status, 
      StatusBase^ statusArgs, 
      String^ descriptionMessage 
   ) 

Parameters

status

The status of the DICOM C-Find response.

statusArgs

An object derived from StatusBase used to set optional status DICOM Elements in the command set.

descriptionMessage

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

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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