Click or drag to resize

DicomHeaderParserGetUnicodeString Method (UInt32, UInt32, DicomTag, UInt32)

Gets the value of a meta-data value as a string

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 string GetUnicodeString(
	uint groupId,
	uint order,
	DicomTag tagId,
	uint elementNumber
)

Parameters

groupId
Type: SystemUInt32
A UINT representing 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: String
See Also