'Declaration
 
Public Function Insert( _
   ByVal  As DicomVRType, _
   ByVal  As String, _
   ByVal  As Integer, _
   ByVal  As DicomVRRestriction, _
   ByVal  As Integer _
) As DicomVR
             
        
            
            'Usage
 
Dim instance As DicomVRTable
Dim code As DicomVRType
Dim name As String
Dim length As Integer
Dim restriction As DicomVRRestriction
Dim unitSize As Integer
Dim value As DicomVR
 
value = instance.Insert(code, name, length, restriction, unitSize)
             
        
            
        
            
            
public DicomVr insert(DicomVrType code, String name, int length, DicomVrRestriction restriction, int unitSize)
             
        
            
             function Leadtools.Dicom.DicomVRTable.Insert( 
   code ,
   name ,
   length ,
   restriction ,
   unitSize 
)