SoDicomTag Constructor (UInt16, UInt16) |
Create a DICOM from its group and element values.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoDicomTag(
ushort group,
ushort element
)
Public Sub New (
group As UShort,
element As UShort
)
public:
SoDicomTag(
unsigned short group,
unsigned short element
)
new :
group : uint16 *
element : uint16 -> SoDicomTag
Parameters
- group
- Type: SystemUInt16
- element
- Type: SystemUInt16
Remarks See Also