Leadtools.Dicom Namespace > DicomTagTable Class : Insert Method |
public DicomTag Insert( long code, long mask, string name, DicomVRType vr, long minVM, long maxVM, long vmDivider )
'Declaration Public Function Insert( _ ByVal code As Long, _ ByVal mask As Long, _ ByVal name As String, _ ByVal vr As DicomVRType, _ ByVal minVM As Long, _ ByVal maxVM As Long, _ ByVal vmDivider As Long _ ) As DicomTag
'Usage Dim instance As DicomTagTable Dim code As Long Dim mask As Long Dim name As String Dim vr As DicomVRType Dim minVM As Long Dim maxVM As Long Dim vmDivider As Long Dim value As DicomTag value = instance.Insert(code, mask, name, vr, minVM, maxVM, vmDivider)
public DicomTag Insert( long code, long mask, string name, DicomVRType vr, long minVM, long maxVM, long vmDivider )
ObjectiveC Syntax
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2