Greeting everyone,
We are using orthancteam/orthanc:25.2.0 docker image. When we uploaded a scan which has dicom tag SpecificCharacterSet value as ISO_IR 13, we noticed that few of the tags were having the delimiter value as ¥
Ex:
-
0020,0032 (ImagePositionPatient): -20.717017102556¥-99.021923065871¥144.95523497564
-
0020,0037 (ImageOrientationPatient): 1.37e-13¥1¥4.895e-12¥-.0279215878283¥4.897e-12¥-.999610116462
Because of this the scans were not opening in ohif viewer.
However what we noticed in jodogne/orthanc-plugins:1.12.3 docker image was that the same tags were appearing like the following
-
0020,0032 (ImagePositionPatient): -9.6000003814697-130\150
-
0020,0037 (ImageOrientationPatient): 0\1\0\0\0-1
\ is being used as delimiter
Kindly help us resolve the issue in orthancteam/orthanc:25.2.0 docker image