UpdatePatientData Property (original) (raw)
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
public bool UpdatePatientData { get; set; }
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.
Leadtools.Dicom.Scp Assembly