'Declaration Public Overloads Sub Add( _ ByVal Keyword As Keyword, _ ByVal VR As String, _ ByVal Value As Object _ )
'Usage Dim instance As DicomImage Dim Keyword As Keyword Dim VR As String Dim Value As Object instance.Add(Keyword, VR, Value)
Parameters
- Keyword
The DICOM Keyword of the data element.
- VR
The value representation (2 character string) of the data element to be added
- Value
The Value to be assigned