SendCStoreResponse Method

Summary
Sends a C-STORE response to the client.
Syntax
C#
VB
C++
public void SendCStoreResponse( 
   byte presentationID, 
   int messageID, 
   string abstractClass, 
   string affectedSOPInstanceUID, 
   DicomCommandStatusType status, 
   string descriptionMessage 
) 
  
Public Sub SendCStoreResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String, _ 
   ByVal affectedSOPInstanceUID As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendCStoreResponse(  
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ affectedSOPInstanceUID, 
   DicomCommandStatusType status, 
   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.

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.