Click or drag to resize
SoDicomTag Constructor (String)

Create a DICOM tag from its name in the dictionnary.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoDicomTag(
	string name
)

Parameters

name
Type: SystemString
Remarks

If the name is not in the dictionnary, return a tag with an id of zero.

See Also