CreateDerivedFromUuid

Uid.CreateDerivedFromUuid method

Generates a UUID-derived UID, according to http://medical.nema.org/medical/dicom/current/output/html/part05.html#sect_B.2

public static Uid CreateDerivedFromUuid(string? name = null)
ParameterTypeDescription
nameStringThe name of UID to be generated (if not specified then ‘Local UID’ used as a name).

Return Value

The created Uid with 2.25 prefix.

See Also