SoVRDicomDataGetDicomInfo Method |
Generic method to get DICOM info.
Namespace: OIV.VolumeViz.Readers
hexadecimal group tag value to retrieve info from.
hexadecimal element tag value to retrieve info from in the group.
value info.
The group and element parameters should be given using the hexadecimal tag values defined by the DICOM specification. For example Rescale Slope is (0028,1053) and Rescale Intercept is (0028,1052).
See http://medical.nema.org/
See http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/DICOM.html
To conveniently access the DICOM attributes, see the OIV.VolumeViz.Readers.SoVRDicomData.GetDicomDataSet() method.