public CStoreResponseEventArgs(
byte ,
int ,
string ,
DicomCommandStatusType ,
string
)
'Declaration
Public Function New( _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As DicomCommandStatusType, _
ByVal As String _
)
'Usage
Dim presentationId As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim status As DicomCommandStatusType
Dim affectedSopInstanceUID As String
Dim instance As New CStoreResponseEventArgs(presentationId, messageID, abstractClass, status, affectedSopInstanceUID)
public:
CStoreResponseEventArgs(
byte ,
int ,
String^ ,
DicomCommandStatusType ,
String^
)