←Select platform

ExcludeOrphans Property

Summary

Gets or sets a value indicating whether the QueryCFindCommand excludes orphaned records when processing a client C-FIND request.

Syntax

C#
C++/CLI
public bool ExcludeOrphans { get; set; } 
public:  
   property bool ExcludeOrphans 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to exclude orphaned records; otherwise, false. The default value is false.

Remarks

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.

Requirements

Target Platforms

See Also

QueryCFindCommand Class

QueryCFindCommand Members

Leadtools.Dicom.Scp.Command Namespace

Help Version 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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