Initializes a new instance of the NActionResponseEventArgs class.
public NActionResponseEventArgs(
byte presentationID,
int messageID,
string affectedClass,
string affectedInstance,
DicomCommandStatusType status,
int actionType,
DicomDataSet responseDataset
)
Public Function New( _
ByVal presentationID As Byte, _
ByVal messageID As Integer, _
ByVal affectedClass As String, _
ByVal affectedInstance As String, _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal actionType As Integer, _
ByVal responseDataset As Leadtools.Dicom.DicomDataSet _
)
public:
NActionResponseEventArgs(
byte presentationID,
int messageID,
String^ affectedClass,
String^ affectedInstance,
Leadtools.Dicom.DicomCommandStatusType status,
int actionType,
Leadtools.Dicom.DicomDataSet^ responseDataset
)
presentationID
The presentation ID.
messageID
The presentation ID of the N-ACTION request.
affectedClass
The SOP class UID of the instance the N-ACTION was performed on.
affectedInstance
The UID of the instance the N-ACTION was performed on.
status
The status for processing the N-ACTION request.
actionType
Type of action to be performed.
responseDataset
The Leadtools.Dicom.DicomDataSet which will be sent with the response.
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