SoDicomTag Constructor (String, Boolean) |
Create a DICOM tag from its name in the dictionnary.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public SoDicomTag(
string name,
bool isKeyword
)
Public Sub New (
name As String,
isKeyword As Boolean
)
public:
SoDicomTag(
String^ name,
bool isKeyword
)
new :
name : string *
isKeyword : bool -> SoDicomTag
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