void OnSendNGetRequest(
DicomClient ,
byte ,
int ,
string ,
string ,
long[] ,
int
)
'Declaration
Sub OnSendNGetRequest( _
ByVal As DicomClient, _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal () As Long, _
ByVal As Integer _
)
'Usage
Dim instance As INotifySendMessage
Dim Client As DicomClient
Dim presentationID As Byte
Dim messageID As Integer
Dim affectedClass As String
Dim instance As String
Dim attributes() As Long
Dim count As Integer
instance.OnSendNGetRequest(Client, presentationID, messageID, affectedClass, instance, attributes, count)