Leadtools.Dicom Namespace > DicomNet Class : SendNReportResponse Method |
public void SendNReportResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int dicomEvent, DicomDataSet dataSet )
'Declaration Public Sub SendNReportResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal dicomEvent As Integer, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim instance As DicomNet Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim instance As String Dim status As DicomCommandStatusType Dim dicomEvent As Integer Dim dataSet As DicomDataSet instance.SendNReportResponse(presentationID, messageID, affectedClass, instance, status, dicomEvent, dataSet)
public void SendNReportResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int dicomEvent, DicomDataSet dataSet )
function Leadtools.Dicom.DicomNet.SendNReportResponse( presentationID , messageID , affectedClass , instance , status , dicomEvent , dataSet )
public: void SendNReportResponse( byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, int dicomEvent, DicomDataSet^ dataSet )
A report is generated to let all peers attached to a server know of some event that has occurred. This event may be the addition of a new patient, the deletion of a patient, the addition of a new study, etc. The dicomEvent value, which designates the event that occurred, is determined by the server. To find out the values used, you must contact the organization that created the server. When creating a server, the values and their corresponding meanings are determined by those creating the server.