←Select platform

SendCStoreResponse(byte,int,string,string,DicomCommandStatusType,StatusBase,string) Method

Summary

Sends a C-STORE response to the client.

Syntax
C#
VB
C++
Public Sub SendCStoreResponse( 
   ByVal presentationID As Byte, 
   ByVal messageID As Integer, 
   ByVal abstractClass As String, 
   ByVal affectedSOPInstanceUID As String, 
   ByVal status As DicomCommandStatusType, 
   ByVal statusArgs As StatusBase, 
   ByVal descriptionMessage As String 
) 
public:  
   void SendCStoreResponse( 
       Byte presentationID, 
      Int32 messageID, 
      String^ abstractClass, 
      String^ affectedSOPInstanceUID, 
      DicomCommandStatusType^ status, 
      StatusBase^ statusArgs, 
      String^ descriptionMessage 
   ) 

Parameters

presentationID

The presentation ID that came with the C-STORE request.

messageID

The message ID that came with the C-STORE request.

abstractClass

The SOP Class of the SOP Instance being stored.

affectedSOPInstanceUID

The UID of the SOP Instance being stored.

status

The status of the C-STORE response.

statusArgs

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

descriptionMessage

A description message 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.