←Select platform

Insert Method

Summary

Inserts a new item in the UID Table.

Syntax
C#
VB
C++
Java
public DicomUid Insert( 
   string code, 
   string name, 
   DicomUIDCategory type 
) 
Public Function Insert( _ 
   ByVal code As String, _ 
   ByVal name As String, _ 
   ByVal type As DicomUIDCategory _ 
) As DicomUid 
public DicomUid insert(String code, String name, DicomUidCategory type) 
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.

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.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly