VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomUidBase Class / DicomUidBase Constructor(String,DicomUidId)
Syntax Exceptions Requirements SeeAlso
In This Topic
    DicomUidBase Constructor(String,DicomUidId)
    In This Topic
    Initializes a new instance of the DicomUidBase class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal value
    Value of UID.
    As System.String, _
    ByVal id
    ID of UID.
    As DicomUidId _
    )
    protected DicomUidBase(
    System.String value,
    DicomUidId id
    )
    protected: DicomUidBase(
    System.String value,
    DicomUidId id
    )
    protected:
    DicomUidBase(
    System.String value,
    DicomUidId id
    )

    Parameters

    value
    Value of UID.
    id
    ID of UID.
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also