Hi, I’m building project with orthanc.
While creating a project, I needed the feature to perform anonymization before uploading Dicom files to the orthanc server.
I would like to apply the algorithm for anonymization of StudyInstnaceUID, SeriesInstanceUID and SOPInstanceUID through javascript in Frontend, just like when performing anonymization in orthanc server.
Is there any tips or docs for this?