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