←Select platform

OrphanCleanupInterval Property

Summary

Gets or sets a value indicating a time interval for removing Patient, Study, and Series table orphaned records.

Syntax
C#
C++/CLI
public int OrphanCleanupInterval { get; set; } 
public:  
   property Int32 OrphanCleanupInterval 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A value indicating a time interval for removing Patient, Study, and Series table orphaned records.

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.