DicomObjects Reference
DicomObjects Reference / DicomConnection Object / NGet Method
The requested SOP Class UID
The requested SOP InstanceUID
The attributes requested
NGet Method
Description
Send an N-GET request
Syntax
Visual Basic
Public Sub NGet( _
   ByVal classUID As String, _
   ByVal InstanceUID As String, _
   ByVal dataset As DicomDataSet _
) 
Parameters
classUID
The requested SOP Class UID
InstanceUID
The requested SOP InstanceUID
dataset
The attributes requested
Remarks
This method sends an N-GET request, using the quoted SOP Class and Instance UIDs.  The values of the attributes in the DataSet are irrelevant, as it is used solely as a list of attributes whose values are to be retrieved.
The returned values may be found, once the operation has completed, in the ReturnedDataSet property.
See Also