tag undefined

Hello gentlemen,

Sorry ignorance on the subject, I am studying about DICOM, the first problem that I see.

I imported some DCM files in Orthanc, but it is imported with PatientName = undefined

My procedure was to compare the tags between DCM files, what I see is that the tag “patientName” does not really exist in this case is a configuration problem in the sport? What is the correct procedure to fix this problem?

Thank you all.

Marcelo

Hello,

The “Patient Name” tag (0x0010,0x0010) should be added by your acquisition device.

Please get in touch with the commercial support of your device to ask them why the “Patient Name” is empty in the DICOM files they generate.

HTH,
Sébastien-

Hello Sebastien,

Thank you for your support! But is there any way to fix my side? Imagine that the vendor says that his side’s OK, prove it or fix me?

Just as an example, imagine that the “Patient Name” come in another tag and I want to create a setting to move the wrong tag to tag (0x0010,0x0010), is this possible?

Thanks!
Marcelo

Hello,

if you look at the dicomtags can you find another tag with the patientname in it?
if so you can get an idea of how to change dicomtags in Orthanc here:
https://bitbucket.org/sjodogne/orthanc/src/4d099fee5eca/Resources/Samples/Lua/?at=default
look at modifyinstancewithsequence.lua and autoroutingmodification.lua

Regards,
Robert

In complement to Robert’s answer, read the following link:
https://orthanc.chu.ulg.ac.be/book/users/anonymization.html