Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

Show in webframe

UpdatePatientData Property






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;}
'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.
Requirements

Target Platforms

See Also

Reference

InstanceCStoreCommandConfiguration Class
InstanceCStoreCommandConfiguration Members

Error processing SSI file
Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features