When using the selector I get an error when trying to retrieve the tag for beam duration limit.
System.InvalidCastException: 'Unable to cast object of type 'EvilDICOM.Core.Element.Unknown' to type 'EvilDICOM.Core.Element.FloatingPointDouble'.'
I ran my debugger and discovered that the DICOMObject is not correctly identifying this tag. It is being read as null values, but there is data there.
Could we get this added to the library as a supported tag?
In the mean time, any suggestions as to how to read the values?