Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Insert Method
See Also 
Leadtools.Dicom Namespace > DicomUidTable Class : Insert Method



code
Unique identifier code.
name
The name of the unique identifier.
type
Type of UID to insert.
code
Unique identifier code.
name
The name of the unique identifier.
type
Type of UID to insert.
Inserts a new item in the UID Table.

Syntax

Visual Basic (Declaration) 
Public Function Insert( _
   ByVal code As String, _
   ByVal name As String, _
   ByVal type As DicomUIDCategory _
) As DicomUid
Visual Basic (Usage)Copy Code
Dim instance As DicomUidTable
Dim code As String
Dim name As String
Dim type As DicomUIDCategory
Dim value As DicomUid
 
value = instance.Insert(code, name, type)
C# 
public DicomUid Insert( 
   string code,
   string name,
   DicomUIDCategory type
)
C++/CLI 
public:
DicomUid^ Insert( 
   String^ code,
   String^ name,
   DicomUIDCategory type
) 

Parameters

code
Unique identifier code.
name
The name of the unique identifier.
type
Type of UID to insert.

Return Value

The newly inserted item.

Example

For an example, refer to DicomUidTable.Reset.

Remarks

  • Inserted UID items will work within LEADTOOLS, however, in order for new UID values to work across countries, sites, equipment, etc. you must contact the National Electrical Manufacturers Association.
  • All items are inserted at the bottom of the table.
  • For more information on the DICOM file format, refer to An Overview of the DICOM File Format or the DICOM Standard.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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