Removing property path from VDoc EnsLib.DICOM.Document
Hi all,
is there a way to remove a specific property path from a DICOM document created within Ensemble/IRIS for Health etc. I had a look at class EnsLib.DICOM.Document to see if there is something like RemoveAt.
The reason for my question resides in the need to filter certain fields for specific DICOM devices. Maybe you have an idea?
best regards,
Sebastian
Product version: Ensemble 2018.1
Hey Sebastian.
I think SetValueAt() is what you're looking for.
The pAction parameter defaults to "set", but I think you can also have "clear", "remove", "insert", and "append".
Thanks for the hint, action "remove" didn´t work - switching to "clear" removes the field entirly.
best regards,
Sebastian