I'm using the Evil Dicom dll. Currently for one of the tags, Counts Accumulated, I can extract and display the VR parameter, LENGTH parameter and TAG DESCRIPTION parameter.
However, I haven't found a way to extract and display the VALUE parameter, i.e. the physical number of the counts accumulated. Everything I have tried up to know keeps giving me errors.
Can someone be kind enough to give me an idea how to extract this information?
According to the EvilDicom Getting Started page, it should be as simple as this:
COUNTS_ACCUMULATEDis of type IntegerString, which has aDatamember that returns an integer array. The Value Multiplicity of Counts Accumulated is 1, so you only need to access the first value in theDataarray.