dicom-gen-uid

Crates.iodicom-gen-uid
lib.rsdicom-gen-uid
version0.1.0
sourcesrc
created_at2023-09-27 17:52:32.54954
updated_at2023-09-27 17:52:32.54954
descriptionA library and command-line utility to generate DICOM UIDs
homepage
repository
max_upload_size
id985039
size20,049
Eduardo Pinho (Enet4)

documentation

README

DICOM UID generator

DICOM-rs on crates.io continuous integration Minimum Rust Version Stable Documentation

This is a simple library and command-line tool to generate DICOM UIDs, written in Rust.

Using the CLI tool

If you have Cargo, you can install it with just one command:

cargo install dicom-gen-uid

Call dicom-gen-uid to print a fresh new UID to stdout.

Using the library

An example follows. Please see the documentation for more details.

let uid: String = dicom_gen_uid::gen_uid();

See also

DICOM-rs, a DICOM implementation for the next generation of medical imaging systems.

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt