Challenge:I want the Healthcare API to handle UID remapping (StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID)—I do not want to generate UIDs myself. However, I also need a reliable way to build a crosswalk between original and de-identified instances for each batch.
Questions:- Does the API provide any mechanism or configuration to return a mapping of original to new UIDs?
- If not, what are the recommended best practices for maintaining referential integrity and generating this mapping without manually generating UIDs?
Any advice or patterns you’ve seen work well would be greatly appreciated.
Thank you