C#
VB
Java
WinRT C#
C++
Inserts a new item in the UID Table.
public DicomUid Insert(
string code,
string name,
DicomUIDCategory type
)
Public Function Insert( _
ByVal code As String, _
ByVal name As String, _
ByVal type As Leadtools.Dicom.DicomUIDCategory _
) As Leadtools.Dicom.DicomUid
public Leadtools.Dicom.DicomUid Insert(
string code,
string name,
Leadtools.Dicom.DicomUIDCategory type
)
function Leadtools.Dicom.DicomUidTable.Insert(
code ,
name ,
type
)
public:
Leadtools.Dicom.DicomUid^ Insert(
String^ code,
String^ name,
Leadtools.Dicom.DicomUIDCategory type
)
code
Unique identifier code.
name
The name of the unique identifier.
type
Type of UID to insert.
The newly inserted item.
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET