I recently stumbled across an entry like this in a DCM file:
FESTWERTEBLOCK Var_Name 32
LANGNAME "My var description"
EINHEIT_W ""
TEXT "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false"
END
which dcmReader did not know how to deal with, resulting in:
WARNING: Unknown parameter field: TEXT "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false" "false"
ERROR: Y dimension in Var_Name do not match description!
I'm not yet sure if this use of TEXT instead of WERT in a FESTWERTEBLOCK akin to FESTWERT is valid, but still wanted to raise this.
Specifically, this results in a degraded entry when writing the loaded DCM file again.
I recently stumbled across an entry like this in a DCM file:
which
dcmReaderdid not know how to deal with, resulting in:I'm not yet sure if this use of
TEXTinstead ofWERTin aFESTWERTEBLOCKakin toFESTWERTis valid, but still wanted to raise this.Specifically, this results in a degraded entry when writing the loaded DCM file again.