LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SendCStoreResponse Method
See Also 
Leadtools.Dicom.Scp Namespace > CStoreClientSessionProxy Class : SendCStoreResponse Method



status
The status of the DICOM C-Find response.
descriptionMessage
A description message associated with the C-STORE response used for logging.
status
The status of the DICOM C-Find response.
descriptionMessage
A description message associated with the C-STORE response used for logging.
Sends a DICOM C-STORE response to the underlying ClientSession object.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SendCStoreResponse( _
   ByVal status As DicomCommandStatusType, _
   ByVal descriptionMessage As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As CStoreClientSessionProxy
Dim status As DicomCommandStatusType
Dim descriptionMessage As String
 
instance.SendCStoreResponse(status, descriptionMessage)
C# 
public virtual void SendCStoreResponse( 
   DicomCommandStatusType status,
   string descriptionMessage
)
C++/CLI 
public:
virtual void SendCStoreResponse( 
   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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features