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.
public bool UpdatePatientData {get; set;}
'Declaration
Public Property UpdatePatientData As Boolean
'Usage
Dim instance As InstanceCStoreCommandConfiguration
Dim value As Boolean
instance.UpdatePatientData = value
value = instance.UpdatePatientData
public:
property bool UpdatePatientData {
bool get();
void set ( bool value);
}
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.