I’m trying to modify PatientID at the Study level using Orthanc version 1.11.2 but Im getting the following response
“When modifying a study, the parent PatientID cannot be manually modified”
In the documentation it states:
" Up to version 1.11.2, Orthanc implemented safety checks to preserve the DICOM model of the real world. These checks prevented the modification of some tags that are known to belong to a level in the patient/study/series/instance hierarchy that is higher than the level that corresponds to the REST API call. For instance, the tag PatientID could not be modified if using the /studies/{id}/modify route (in the latter case, the /patients/{id}/modify route had to be used, cf. next section). These sanity checks have been loosened in more recent versions and users must be very careful to preserve the DICOM model when updating these tags (e.g. if you modify the PatientID at study level, also make sure to modify all other Patient related tags (PatientName, PatientBirthDate, …)). "
So the documentation is saying it is possible to modify the PatientID tag at the study level using the latest versions of Orthanc after 1.11.2 but the latest version available in the releases section is 1.11.2. Where can I get a version that allows PatientID modification at the study level?