FindPresentationAbstract method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindPresentationAbstract (long hPDU, BSTR pszUID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the ID for the specified Abstract Syntax in the specified DICOM Associate. This method will return 0 if the specified Abstract Syntax cannot be found in the specified DICOM Associate.

The Abstract Syntax provides information about the class type of the data that will be transferred across the DICOM Associate connection.

This method is valid only for DICOM Associates of type Associate Request.

To get the Abstract Syntax of a specific Presentation Context, call GetPresentationAbstract method.

To set the Abstract Syntax of a specific Presentation Context, call SetPresentationAbstract method.

See Also

Elements:

GetPresentationAbstract method, SetPresentationAbstract method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle