'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As String, _
ByVal As ImGearDICOMValueRepresentations, _
ByVal As Integer _
)
'Usage
Dim tag As Integer
Dim name As String
Dim valueRepresentation As ImGearDICOMValueRepresentations
Dim maxValueMultiplicity As Integer
Dim instance As New ImGearDICOMMetadataDictRecord(tag, name, valueRepresentation, maxValueMultiplicity)