DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class / Node Property



In This Topic
    Node Property
    In This Topic
    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
    public string Node {get; set;}
    public:
    property String^ Node {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This may be any form of IP address, either dotted numerical or text name, understandable by the machines IP implementation.
    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