UpdatePatientData Property

Summary
Gets or sets a value whether to update the patient data when storing a DICOM instance with the same patient ID of an existent one.
Syntax
C#
VB
C++
public bool UpdatePatientData { get; set; } 
  
Public Property UpdatePatientData As Boolean 
public: 
property bool UpdatePatientData { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

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