Gets or sets a value indicating whether to allow anonymous C-MOVE on the DICOM Listening Service.
public bool AllowAnonymousCMove { get; set; }
Public Property AllowAnonymousCMove() As Boolean
Get
Set
public:
property bool AllowAnonymousCMove
{
bool get()
void set(bool value)
}
true
if allow anonymous C-Move; otherwise, false
.
When the DICOM Listening Service allows anonymous C-MOVE, a DICOM client (i.e. SCU) can successfully do a C-MOVE without the DICOM server (i.e. SCP) knowing the AE Tile, IP address, or listening port of the SCU.
In this case, 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET