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



    NewUID Method
    Generates a guaranteed unique valid DICOM UID
    Syntax
    'Declaration
     
    Public Shared Function NewUID() As String
     
    'Usage
     
    Dim value As String
     
    value = DicomGlobal.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