public int GetExtendedDataLength(
byte
)
'Declaration
Public Function GetExtendedDataLength( _
ByVal As Byte _
) As Integer
'Usage
Dim instance As DicomAssociate
Dim id As Byte
Dim value As Integer
value = instance.GetExtendedDataLength(id)
public int GetExtendedDataLength(
byte id
)
function Leadtools.Dicom.DicomAssociate.GetExtendedDataLength(
id
)
public:
int GetExtendedDataLength(
byte
)
Parameters
- id
- Presentation Context ID of the Presentation Context from which to retrieve the length of the extended data. The ID provides information about both the class type of the data and the Transfer Syntax to use when transferring the data. It also identifies a specific Presentation Context within an Associate.
Return Value
The length of the extended data of the specified Presentation Context of the DICOM Associate.