DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / UIDRoot Property






    UIDRoot Property
    UIDRoot used by the NewUID method
    Syntax
    'Declaration
     
    
    Public Shared Property UIDRoot As System.String
     
    'Usage
     
    
    Dim value As System.String
     
    DicomGlobal.UIDRoot = value
     
    value = DicomGlobal.UIDRoot
    Remarks

    If not set explicitly, then a "statistically unique" (i.e. not guaranteed) UID generation technique is used instead

    This corresponds to the old "UIDRoot" registry setting.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also