Click or drag to resize
SoDicomTag Constructor (String, Boolean)

Create a DICOM tag from its name in the dictionnary.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public SoDicomTag(
	string name,
	bool isKeyword
)

Parameters

name
Type: SystemString
isKeyword
Type: SystemBoolean
Remarks

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

See Also