LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

AutoTruncateData Property

Show in webframe





Gets or sets a value indicating whether string data should be truncated to match the data store length when storing a Leadtools.Dicom.DicomDataSet.
Syntax
public bool AutoTruncateData {get; set;}
'Declaration
 
Public Property AutoTruncateData As Boolean
'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim value As Boolean
 
instance.AutoTruncateData = value
 
value = instance.AutoTruncateData

            

            
public:
property bool AutoTruncateData {
   bool get();
   void set (    bool value);
}

Property Value

true to truncate the string data to match the data store length when storing a Leadtools.Dicom.DicomDataSet; otherwise, it is false. The default value is false.
Remarks

This should only be set to true if necessary. The data store length should be enough to hold the stored information according to the DICOM standards. However, if there are Leadtools.Dicom.DicomDataSet objects that don't comply with the standard they won't be stored unless this option is set to true.

Requirements

Target Platforms

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features