Skip to content

Ruby Gem for generating random DICOM UID, according to the NEMA standard. 1.2.840.10008.5.1.4.1.1.7

Notifications You must be signed in to change notification settings

Poulpy/DICOM-UID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DICOM UID Generator

Gem generating DICOM random UID

Documentation

Here

Examples

DicomUID.random_dicom_uid '10.12.6.64', 60
# 10.12.6.64.427667812798425850151433034003527467011730.452.0
DicomUID.random_dicom_uid '1.1.3.62', 30, false
# 1.1.3.62.5029609471.336514265

DicomUID.random_component 6
# 9538
DicomUID.random_component 30, false
# 59452307

About

Ruby Gem for generating random DICOM UID, according to the NEMA standard. 1.2.840.10008.5.1.4.1.1.7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages