LEADTOOLS Medical (Leadtools.Dicom assembly)

VMDivider Property

Show in webframe







Gets the value used to divide the value multiplicity.
Syntax
public long VMDivider {get;}
'Declaration
 
Public ReadOnly Property VMDivider As Long
'Usage
 
Dim instance As DicomTag
Dim value As Long
 
value = instance.VMDivider
public long VMDivider {get;}

            
public long getDivider()
 get_VMDivider(); 
public:
property int64 VMDivider {
   int64 get();
}

Property Value

The value used to divide the value multiplicity. When multiple values are stored in the value field of a data element, the number of values present must be evenly divisible by VMDivider. For most items VMDivider will be 1. However, if the values stored in the value field are RGB triplets, for example, you would have to store three values for each triplet. You could store 12 values, since 12 values would be 4 triplets, however, you could not store 13 values. In this case VMDivider would be 3.
Example
For an example, refer to Reset.
Requirements

Target Platforms

See Also

Reference

DicomTag Class
DicomTag Members

 

 


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

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features