Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

AutoTruncate Property






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

            

            
public:
property bool AutoTruncate {
   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, false. Default 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 on

Requirements

Target Platforms

See Also

Reference

DicomDataSetConverter Class
DicomDataSetConverter Members

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