Click or drag to resize

DicomHeaderParserGetUnsignedLong Method (DicomGroup, UInt32, DicomTag, UInt32)

Gets the value of a meta-data value as an unsigned long

Namespace:  Atalasoft.Imaging.Codec.Dicom
Assembly:  Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public uint GetUnsignedLong(
	DicomGroup groupId,
	uint order,
	DicomTag tagId,
	uint elementNumber
)

Parameters

groupId
Type: Atalasoft.Imaging.Codec.DicomDicomGroup
The group of the meta-data value you are trying to access
order
Type: SystemUInt32
The order of the meta-data value you are trying to access
tagId
Type: Atalasoft.Imaging.Codec.DicomDicomTag
The tag of the meta-data value you are trying to access
elementNumber
Type: SystemUInt32
The element number of the meta-data value you are trying to access

Return Value

Type: UInt32
See Also