Gets or sets a value indicating whether the QueryCFindCommand excludes orphaned records when processing a client C-FIND request.
public bool ExcludeOrphans { get; set; }
public:
property bool ExcludeOrphans
{
bool get()
void set(bool value)
}
true to exclude orphaned records; otherwise, false. The default value is false.
Deleting or overwriting instances can potentially leave orphaned database records.
For example:
Removing Instance2 does not leave orphaned records. However, deleting both Instance1 and Instance2 leaves the following orphaned records:
Setting ExcludeOrphans to true excludes orphaned records in the results when processing a client C-FIND request.
Leadtools.Dicom.Scp.Command Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document