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)