Sends an N-GET response to the client.
public void SendNGetResponse(byte presentationID,int messageID,string abstractClass,string affectedSOPInstanceUID,DicomCommandStatusType status,DicomDataSet responseDataset,string descriptionMessage)
Public Sub SendNGetResponse( _ByVal presentationID As Byte, _ByVal messageID As Integer, _ByVal abstractClass As String, _ByVal affectedSOPInstanceUID As String, _ByVal status As Leadtools.Dicom.DicomCommandStatusType, _ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _ByVal descriptionMessage As String _)
public:void SendNGetResponse(byte presentationID,int messageID,String^ abstractClass,String^ affectedSOPInstanceUID,Leadtools.Dicom.DicomCommandStatusType status,Leadtools.Dicom.DicomDataSet^ responseDataset,String^ descriptionMessage)
presentationID
The presentation ID that came with the N-GET request.
messageID
The message ID that came with the N-GET request.
abstractClass
Tthe SOP Class of the SOP Instance for which attributes were retrieved.
affectedSOPInstanceUID
Contains the UID of the SOP Instance for which attributes where retrieved.
status
The status of the N-GET response.
responseDataset
A Leadtools.Dicom.DicomDataSet which includes the list of attributes requested.
descriptionMessage
A descriptive message used for logging.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
