DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / NewUID Method



In This Topic
    NewUID Method
    In This Topic
    Generates a guaranteed unique valid DICOM UID
    Syntax
    'Declaration
     
    Public Shared Function NewUID() As String
    'Usage
     
    Dim value As String
     
    value = DicomGlobal.NewUID()
    public static string NewUID()
    public:
    static String^ NewUID(); 

    Return Value

    String
    Remarks
    The UIDRoot property is used, followed by a unique combination of thread ID, date/time and an incrementing counter
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also