- code
- Unique identifier code.
- name
- The name of the unique identifier.
- type
- Type of UID to insert.
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) |
Parameters
- code
- Unique identifier code.
- name
- The name of the unique identifier.
- type
- Type of UID to insert.
Return Value
The newly inserted item.For an example, refer to DicomUidTable.Reset.
- 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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)