Gets the extended data associated with the specified Presentation Context.
public byte[] GetExtendedData(
byte
)
'Declaration
Public Function GetExtendedData( _
ByVal As Byte _
) As Byte()
'Usage
Dim instance As DicomAssociate
Dim id As Byte
Dim value() As Byte
value = instance.GetExtendedData(id)
public byte[] GetExtendedData(
byte id
)
function Leadtools.Dicom.DicomAssociate.GetExtendedData(
id
)
public:
array<byte>^ GetExtendedData(
byte
)
Parameters
- id
- Presentation Context ID of the Presentation Context from which to retrieve 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
Buffer that contains the extended data of the specified Presentation Context of the DICOM Associate.