UpdateSeriesData Property

Summary

Gets or sets a value whether to update the study data when storing a DICOM instance with the same Series Instance UID of an existing one.

Syntax
C#
VB
C++
public bool UpdateSeriesData { get; set; } 
  
Public Property UpdateSeriesData As Boolean 
public: 
property bool UpdateSeriesData { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to update the patient data when storing a DICOM instance with the same Series Instance UID of an existing one; otherwise false. The default value is true.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly