public void NGet(
System.string ,
System.string ,
DicomDataSet
)
public procedure NGet(
: System.String;
: System.String;
: DicomDataSet
);
public function NGet(
: System.String,
: System.String,
: DicomDataSet
);
public: void NGet(
System.string* ,
System.string* ,
DicomDataSet*
)
public:
void NGet(
System.String^ ,
System.String^ ,
DicomDataSet^
)
'Declaration
Public Sub NGet( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As DicomDataSet _
)
'Usage
Dim instance As DicomAssociation
Dim SOPClassUID As System.String
Dim InstanceUID As System.String
Dim DataSet As DicomDataSet
instance.NGet(SOPClassUID, InstanceUID, 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.
Target Platforms: .NET CLR 4.8 or higher