Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomUidTable Class : Insert Method |
'Declaration
Public Function Insert( _ ByVal code As String, _ ByVal name As String, _ ByVal type As DicomUIDCategory _ ) As DicomUid
'Usage
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)
public DicomUid insert(String code, String name, DicomUidCategory type)