←Select platform

ExcludeOrphans Field

Summary

Gets or sets a value indicating whether to exclude orphaned results when querying the database for Patients, Studies, Series, or Instances.

Syntax

C#
C++/CLI
public bool ExcludeOrphans 
public:  
   bool ExcludeOrphans 

Field Value

A value indicating whether to exclude orphaned results when querying the database for Patients, Studies, Series, or Instances.

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:

Calling one of the following query methods with the ExcludeOrphans field of ExtraQueryOptions to true causes orphaned records to be ignored in the resulting DataSet.

Interface:

Methods:

Requirements

Target Platforms

See Also

ExtraQueryOptions Class

ExtraQueryOptions Members

Leadtools.Medical.Storage.DataAccessLayer Namespace

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

Leadtools.Medical.Storage.DataAccessLayer Assembly

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