- status
- The status of the DICOM C-Find response.
- descriptionMessage
- A description message associated with the C-STORE response used for logging.
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.
This method will throw Leadtools.Dicom.Scp.ClientSessionException.InvalidClientConnectionAssociationException if the client is not connected or associated.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7