DicomObjects.NET.8.48 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 System.Integer
    public System.int Port {get; set;}
    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: .NET CLR 4.8 or higher

    See Also