DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class / Node Property



    Node Property
    The IP address at which the Query/Retrieve service to which the DicomQuery object is requesting a connection may be found
    Syntax
    'Declaration
     
    Public Property Node As String
     
    'Usage
     
    Dim instance As DicomQuery
    Dim value As String
     
    instance.Node = value
     
    value = instance.Node
    Remarks
    This may be any form of IP address, either dotted numerical or text name, understandable by the machines IP implementation.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also