DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / GuidToUID Method
A System.Guid object to construct the DICOM UID from






    GuidToUID Method
    Construct a DICOM UID from Universally Unique Identifier (GUID) based on the method defined in ISO/IEC 9834-8 / ITU-T X.667
    Syntax
    'Declaration
     
    
    Public Shared Function GuidToUID( _
       ByVal guid As System.Guid _
    ) As System.String
     
    'Usage
     
    
    Dim guid As System.Guid
    Dim value As System.String
     
    value = DicomGlobal.GuidToUID(guid)

    Parameters

    guid
    A System.Guid object to construct the DICOM UID from

    Return Value

    A DICOM UID based on the Guid object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also