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 )
'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)
Parameters
- tag
- DICOM tag ID.
- name
- DICM tag name.
- valueRepresentation
- Value representation.
- maxValueMultiplicity
- Maximal value multiplicity.