SoDicomTag Constructor (UInt32) |
Create a DICOM tag from its 32 bit id.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoDicomTag(
uint id
)
Public Sub New (
id As UInteger
)
public:
SoDicomTag(
unsigned int id
)
new :
id : uint32 -> SoDicomTag
Parameters
- id
- Type: SystemUInt32
Remarks See Also