Construct a DICOM UID from Universally Unique Identifier (GUID) based on the method defined in ISO/IEC 9834-8 / ITU-T X.667
'Declaration
Public Shared Function GuidToUID( _
ByVal As Guid _
) As String
'Usage
Dim guid As Guid
Dim value As 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
Target Platforms: .NET CLR 4.0 or higher