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)
| Parameter | Type | Description |
|---|---|---|
| name | String | The 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
- class Uid
- namespace Aspose.Medical.Dicom
- assembly Aspose.Medical