Click or drag to resize

DicomHeaderParserGetTags Method (DicomGroup, UInt32)

Get the tags of the meta-data given a group and order

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[] GetTags(
	DicomGroup groupId,
	uint order
)

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

Return Value

Type: UInt32
See Also