DicomHeaderParserGetSignedLong Method (DicomGroup, UInt32, DicomTag, UInt32) |
Gets the value of a meta-data value as a signed long
Namespace:
Atalasoft.Imaging.Codec.Dicom
Assembly:
Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int GetSignedLong(
DicomGroup groupId,
uint order,
DicomTag tagId,
uint elementNumber
)
Public Function GetSignedLong (
groupId As DicomGroup,
order As UInteger,
tagId As DicomTag,
elementNumber As UInteger
) As Integer
Parameters
- groupId
- Type: Atalasoft.Imaging.Codec.DicomDicomGroup
The group of the meta-data value you are trying to access - order
- Type: SystemUInt32
The order of the meta-data value you are trying to access - tagId
- Type: Atalasoft.Imaging.Codec.DicomDicomTag
The tag of the meta-data value you are trying to access - elementNumber
- Type: SystemUInt32
The element number of the meta-data value you are trying to access
Return Value
Type:
Int32See Also