Web interface not showing patient name and other data

67 views
Skip to first unread message

László Gulyás

unread,
Aug 17, 2018, 4:01:15 AM8/17/18
to dcm4che
Hello,

I've recently installed Dcm4che 2.18 on a Debian 9 system. I have some wierd things going on. When I send an image to the server, it stores everything. And when I want to check the images over the web interface it messes up the name, patient id, sex and shows as FSL5.0 ,unknown_patient_some_number, unknown_patientsex__some_number. In the details the dicom tags show the correct values. Patient name looks like Lastname^Firstname.
Can someone point out what have I done wrong?
Thanks for the help!
Best regards,

Laszlo


László Gulyás

unread,
Aug 27, 2018, 7:01:24 AM8/27/18
to dcm4che
So further investigating the problem I found out that on arrival the storing algorithm coerce the above tags:

2018-08-23 05:10:03,461 WARN  RGSTPS->DCM4CHEE (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Coerce (0008,0005) Specific Character Set,CS,*1,#10,[ISO_IR 100] to (0008,0005) Specific Character Set,CS,*1,#10,[ISO_IR 101]
2018-08-23 05:10:03,461 WARN  RGSTPS->DCM4CHEE (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Coerce (0010,0010) Patient's Name,PN,*1,#16,[Pitac^György ] to (0010,0010) Patient's Name,PN,*1,#6,[FSL5.0]
2018-08-23 05:10:03,461 WARN  RGSTPS->DCM4CHEE (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Coerce (0010,0020) Patient ID,LO,*1,#10,[123456789 ] to (0010,0020) Patient ID,LO,*1,#32,[unknown_patient_0118072208574900]
2018-08-23 05:10:03,461 WARN  RGSTPS->DCM4CHEE (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Coerce (0010,0040) Patient's Sex,CS,*1,#2,[M ] to (0010,0040) Patient's Sex,CS,*1,#36,[unknown_patientsex_0118072208574901 ]

The patient name contains hungarian specific charater sets  which are included in the ISO_IR 101. If I send the images with  modified  (0008,0005)  tag , I got the same result.
Can you help me out with this issue or point me to the right direction it would be really great!

Laszlo
Reply all
Reply to author
Forward
0 new messages