Multiplicity on Dicom tags

Hello everyone,

I am trying to create and upload dicom files using “tools/create-dicom”.

I am also using private tags, one of them would be a list of doubles.
I wanted to create that tag as a Floating Point Double (with multiplicity), but I can’t upload it through Orthanc.
The problem isn’t caused by the fact it is a private tag, I can’t do it with official dicom tags neither (as Time Range (0008,1163)).

Should I use Decimal String as a VR instead? But won’t it take too much place on the disk long term?

Sorry I forgot to add images. So if I am trying to add these tags to a file :
orthanc_tags

I get this error message :
error_message

There were no errors for “ImageType” and “TimeOfLastCalibration” as they are encoded as string. It only fails when it has to be casted as an other value.

Hi @ypollet ,

I have just tried it with my debug mainline version and I do not have a crash. I think this has been solved by this commit from the 6th of June that has not been released yet.

Could you try with the mainline binaries ?

Best regards,

Alain

1 Like

Hey,

It works with the pre-release images thank you very much.
I thoughtI had the latest version build of orthanc on my machine (I test directly on the C++ code and not the docker version as there are other functionalities not released that I need), but I may have been wrong.

Thank you very much again,

Best regards,

Yann