Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal affectedInstance As String, _ ByVal status As DicomCommandStatusType, _ ByVal actionType As Integer, _ ByVal responseDataset As DicomDataSet _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim affectedInstance As String Dim status As DicomCommandStatusType Dim actionType As Integer Dim responseDataset As DicomDataSet Dim instance As New NActionResponseEventArgs(presentationID, messageID, affectedClass, affectedInstance, status, actionType, responseDataset) |
C# | |
---|---|
public NActionResponseEventArgs( byte presentationID, int messageID, string affectedClass, string affectedInstance, DicomCommandStatusType status, int actionType, DicomDataSet responseDataset ) |
C++/CLI | |
---|---|
public: NActionResponseEventArgs( byte presentationID, int messageID, String^ affectedClass, String^ affectedInstance, DicomCommandStatusType status, int actionType, DicomDataSet^ responseDataset ) |
Parameters
- 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 the action to be performed.
- responseDataset
- The Leadtools.Dicom.DicomDataSet which will be sent with the response.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7