DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / 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
    Sends an N-SET request
    Syntax
    'Declaration
     
    
    Public Sub NSet( _
       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.NSet(SOPClassUID, InstanceUID, DataSet)

    Parameters

    SOPClassUID

    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 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