ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Core Namespace / ImGearDICOMMetadataDictRecord Class / ImGearDICOMMetadataDictRecord Constructor
DICOM tag ID.
DICM tag name.
Value representation.
Maximal value multiplicity.




In This Topic
    ImGearDICOMMetadataDictRecord Constructor
    In This Topic
    Initializes a new instance of the ImGearDICOMMetadataDictRecord class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tag As Integer, _
       ByVal name As String, _
       ByVal valueRepresentation As ImGearDICOMValueRepresentations, _
       ByVal maxValueMultiplicity 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)
    public ImGearDICOMMetadataDictRecord( 
       int tag,
       string name,
       ImGearDICOMValueRepresentations valueRepresentation,
       int maxValueMultiplicity
    )
    public: ImGearDICOMMetadataDictRecord( 
       int tag,
       string* name,
       ImGearDICOMValueRepresentations valueRepresentation,
       int maxValueMultiplicity
    )
    public:
    ImGearDICOMMetadataDictRecord( 
       int tag,
       String^ name,
       ImGearDICOMValueRepresentations valueRepresentation,
       int maxValueMultiplicity
    )

    Parameters

    tag
    DICOM tag ID.
    name
    DICM tag name.
    valueRepresentation
    Value representation.
    maxValueMultiplicity
    Maximal value multiplicity.
    See Also