'DeclarationPublic Sub NGet( _ ByVal SOPClassUID As System.String, _ ByVal InstanceUID As System.String, _ ByVal DataSet As DicomDataSet _ )
public void NGet( System.string SOPClassUID, System.string InstanceUID, DicomDataSet DataSet )
Parameters
- SOPClassUID
The requested SOP Class UID
- InstanceUID
The requested SOP InstanceUID
- DataSet
The attributes requested
Return Value
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 ReturnedIdentifier property.