ImageGear .NET - Updated
ImGearDICOMMetadataDictRecord Constructor




ImageGear24.Formats.Dicom Assembly > ImageGear.Core Namespace > ImGearDICOMMetadataDictRecord Class : ImGearDICOMMetadataDictRecord Constructor
DICOM tag ID.
DICM tag name.
Value representation.
Maximal value multiplicity.
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

Reference

ImGearDICOMMetadataDictRecord Class
ImGearDICOMMetadataDictRecord Members