DicomObjects Reference
DicomObjects Reference / DicomConnection Object / NSet Method
The requested SOP Class UID
The requested SOP InstanceUID

The attributes to be set, with their values

In This Topic
    NSet Method
    In This Topic
    Description
    Send an N-SET request
    Syntax
    Visual Basic
    Public Sub NSet( _
       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 to be set, with their values

    Remarks
    This method sends an N-SET request, using the quoted SOP Class and Instance UIDs. 
    If values are returned they may be found, once the operation has completed, in the ReturnedDataSet property.
    See Also