←Select platform

AnonymousClientPort Property

Summary

Gets or sets a value indicating the anonymous C-MOVE reconnect port for the DICOM Listening Service.

Syntax
C#
VB
C++
public int AnonymousClientPort { get; set; } 
Public Property AnonymousClientPort() As Integer 
   Get 
   Set 
public:  
   property Int32 AnonymousClientPort 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The anonymous C-MOVE reconnect port for the DICOM Listening Service.

Remarks

If AllowAnonymousCMove is set to true, then the DICOM Listening Service allows anonymous C-MOVE. Anonymous C-MOVE means that the DICOM client (i.e., SCU) can successfully perform a C-MOVE without the DICOM server (i.e., SCP) knowing the AE Tile, IP address, or listening port of the SCU.

In such cases, the DICOM Listening Service assumes it should reconnect on the same IP that the SCU used in the initial connection. The reconnect port is specified by AnonymousClientPort.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.