DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / UIDRoot Property



In This Topic
    UIDRoot Property
    In This Topic
    UIDRoot used by the NewUID method
    Syntax
    'Declaration
     
    Public Shared Property UIDRoot As String
    'Usage
     
    Dim value As String
     
    DicomGlobal.UIDRoot = value
     
    value = DicomGlobal.UIDRoot
    public static string UIDRoot {get; set;}
    public:
    static property String^ UIDRoot {
       String^ get();
       void set (    String^ value);
    }
    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.0 or higher

    See Also