DefaultAssociate method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void DefaultAssociate (long hPDU);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Sets the default values for the specified DICOM Associate handle.

A DICOM Association must be established between an SCU and an SCP before any DICOM messages or data can be transmitted between them. For more information on creating a DICOM Association, refer to Creating a DICOM Associate Connection.

The characteristics of the DICOM Associate Connection may be set using DefaultAssociate or by calling the following methods:

SetRequest method

SetVersion method

SetCalled method

SetCalling method

SetApplication method

SetPresentationAbstract method

SetPresentationID method

SetPresentationResult method

SetTransferSyntax method

SetMaxLength method

SetImplementClass method

SetAsyncOperations method

SetRoleSelect method

SetImplementVersion method

SetUserInfo method

SetExtendedData method

When the DICOM Association is no longer needed, it should be closed. For more information, refer to Closing a DICOM Associate Connection.

See Also

Elements:

FreeAssociate method, ResetAssociate method, SetRequest method,SetVersion method, SetCalled method, SetCalling method, SetApplication method, SetPresentationID method, SetPresentationResult method, SetPresentationAbstract method, SetTransferSyntax method, SetMaxLength method, SetImplementClass method, SetAsyncOperations method, SetRoleSelect method, SetImplementVersion method, SetUserInfo method, SetExtendedData method

Topics:

DICOM Associate Connection: Creating an Associate Connection