Small question, in the main dicom tag at patient level, in some case the OtherPatientIDs is available (most often existing tag but empty “”).
I tried to modify this tag with the /modify API, if I include the “OtherPatientIDs” in Replace or Remove payload of modify API, i get http 500 with this answer
The “OtherPatientIDs” tag is now retired in the DICOM standard. You should use the “RETIRED_OtherPatientIDs” symbolic name or, better, the hexadecimal value “0010,1000” to access the tag across different versions of DCMTK.
New applications should use “OtherPatientIDsSequenceAttribute” (0010,1002) in place of “OtherPatientIDs”. For instance:
being retired do you plan to switch the “OrtherPatientIDs” to “OtherPatientIDsSequenceAttribute” in MainDicomTags in patient level orthanc API response ? or let this way for non breaking existing install ?
There is no plan to replace “OtherPatientIDs” in the Orthanc REST API, as this would indeed break downward compatibility, which is something we absolutely want to avoid.