DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / NGet Method

The requested SOP Class UID

The requested SOP InstanceUID

The attributes requested




In This Topic
    NGet Method
    In This Topic
    Sends an N-GET request
    Syntax
    'Declaration
     
    
    Public Sub NGet( _
       ByVal SOPClassUID As String, _
       ByVal InstanceUID As String, _
       ByVal DataSet As DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim SOPClassUID As String
    Dim InstanceUID As 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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also