←Select platform

OrphanCleanupIntervalUnit Property

Summary

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

Syntax
C#
C++/CLI
public string OrphanCleanupIntervalUnit { get; set; } 
public:  
   property String^ OrphanCleanupIntervalUnit 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

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

Remarks

Valid values for the OrphanCleanupIntervalUnit are:

  • "Seconds"
  • "Minutes"
  • "Hours"
  • "Days"

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.