SoDicomTag Constructor (String) |
Create a DICOM tag from its name in the dictionnary.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoDicomTag(
string name
)
Public Sub New (
name As String
)
public:
SoDicomTag(
String^ name
)
new :
name : string -> SoDicomTag
Parameters
- name
- Type: SystemString
Remarks If the name is not in the dictionnary, return a tag with an id of zero.
See Also