rii-mango / Daikon

A JavaScript DICOM reader.
Other
220 stars 54 forks source link

issue for special chacractor in parse dicom have Korean patient name #32

Closed duongvtitleadpro closed 1 year ago

duongvtitleadpro commented 4 years ago

i have trouble with korean, and patient name return have some special symbols. But when i used radiAnt application or dicom4che, result have not special symbol. Reality: $)C김귀순 Expected: 김귀순 filenameHQ.zip

nickhingston commented 4 years ago

Hi, I have just added support of ISO 2022 char sets including Korean on a branch on my fork:

https://github.com/nickhingston/Daikon.git on branch 20-chinese-garbled

it uses (a fork of) https://github.com/radialogica/dicom-character-set.git

currently it breaks most of the tests, but i think just due to checksum sizes (which you'd expect may change). It certainly decodes your file ok i think...

nickhingston commented 4 years ago

fixed in PR #33

neurolabusc commented 1 year ago

Thanks @nickhingston for solving this issue.