Crates.io | dicom-gen-uid |
lib.rs | dicom-gen-uid |
version | 0.1.0 |
source | src |
created_at | 2023-09-27 17:52:32.54954 |
updated_at | 2023-09-27 17:52:32.54954 |
description | A library and command-line utility to generate DICOM UIDs |
homepage | |
repository | |
max_upload_size | |
id | 985039 |
size | 20,049 |
This is a simple library and command-line tool to generate DICOM UIDs, written in Rust.
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.
An example follows. Please see the documentation for more details.
let uid: String = dicom_gen_uid::gen_uid();
DICOM-rs, a DICOM implementation for the next generation of medical imaging systems.
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.