- status
- The status of the N-ACTION response.
- responseDataset
- The response dataset.
- descriptionMessage
- A descriptive message used for logging.
Visual Basic (Declaration) | |
---|---|
Public Sub SendNActionResponse( _ ByVal status As DicomCommandStatusType, _ ByVal responseDataset As DicomDataSet, _ ByVal descriptionMessage As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As NActionClientSessionProxy Dim status As DicomCommandStatusType Dim responseDataset As DicomDataSet Dim descriptionMessage As String instance.SendNActionResponse(status, responseDataset, descriptionMessage) |
C# | |
---|---|
public void SendNActionResponse( DicomCommandStatusType status, DicomDataSet responseDataset, string descriptionMessage ) |
C++/CLI | |
---|---|
public: void SendNActionResponse( DicomCommandStatusType status, DicomDataSet^ responseDataset, String^ descriptionMessage ) |
Parameters
- status
- The status of the N-ACTION response.
- responseDataset
- The response dataset.
- descriptionMessage
- A descriptive message used for logging.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7