←Select platform

OrphanCleanupOnDelete Property

Summary

Gets or sets a value indicating whether to remove Patient, Study, and Series table orphaned records on every delete.

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

Property Value

A value indicating whether to remove Patient, Study, and Series table orphaned records on every delete.

Remarks

Deleting or overwriting instances can potentially leave orphaned database records.

For example:

  • Patient1 has one study (Study1)
  • Study1 has one series (Series1)
  • Series1 has two instances (Instance1, Instance2)

Removing Instance2 does not leave orphaned records. However, deleting both Instance1 and Instance2 leaves the following orphaned records:

  • Patient1
  • Study1
  • Series1

One option for orphan record removal is to schedule an orphan removal process to occur at certain times.

The following members define a schedule that specifies when to start and how often to run a scheduled orphan cleanup operation.

Requirements

Target Platforms

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.