CreateAssociate method (ILEADDicomNet)
Remarks
Creates a handle to a DICOM Associate of the specified type. This updates
the hPDU property.
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
the DefaultAssociate method 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,
DefaultAssociate 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 |