qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
192 stars 56 forks source link

feat: change uid #15

Closed asim-shrestha closed 3 years ago

asim-shrestha commented 3 years ago

fixes #14

asim-shrestha commented 3 years ago

Alternatively, could add a different number than 1 to the root uid to get something more unique.

PYDICOM_IMPLEMENTATION_UID is just PYDICOM_ROOT_UID with a 1 added image

awtkns commented 3 years ago

@carluri Should we be using Pydicom's implementation UID or should we be making a new Implementation UID for rt-utils

awtkns commented 3 years ago

@asim-shrestha Good to merge?