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



In This Topic
    Port Property
    In This Topic
    The TCP port at which the Query/Retrieve service to which the DicomQuery object is requesting a connection is listening
    Syntax
    'Declaration
     
    
    Public Property Port As Integer
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As Integer
     
    instance.Port = value
     
    value = instance.Port
    public int Port {get; set;}
    public:
    property int Port {
       int get();
       void set (    int value);
    }
    Remarks
    The "official" value for DICOM should be 104, but many manufacturers use other values such as 4006. Please check with the documentation of the service provider.
    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