Configure an user-defined site UID root if generating DICOM UIDs (“FromDcmtkBridge::GenerateUuid()”)
Just wondering if there is an estimated release for that or if it is just a wish list item.
Unrelated, but is there a way from within a Python Plug-in to call the DCMTK commands ? I actually have dcmtk installed via apt in some of my containers for some utility things, but wondering if DCMTK is baked into and callable via Orthanc. Thanks.
That looks like the default DCMTK Root ID. Not sure what algorithm is being used to generate the suffix.
If I have my own ROOT ID, how reliable would it be to just substitute the one that I have for the '1.2.276.0.7230010.3.1.2’ generated there.
The application would be for creating the StudyInstanceUID’s for MWL files. I currently generate the files from JSON that is passed into a Python script, and it converts those to .wl / .dcm MWL files on the file system or fetches them out of a database. It would be pretty convenient to create the StudyInstanceUID’s when the MWL files are created by just substituting a configured ROOT ID in the Python script for the default one used by DCMTK and Orthanc. That would be quite easy to do in the Python Plug-in. I take it I would have to use the RESTAPI from the Plug-in vs. some more direct method to get a uid from the Plug-in ?