DVTk API
SendAssociateRj Method (result, source, reason)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageHandlerSendAssociateRj(Byte, Byte, Byte)
DVTk API

[This is preliminary documentation and is subject to change.]

Sends a Dicom A_ASSOCIATE_RJ.
Declaration Syntax
C#Visual BasicVisual C++
protected AssociateRj SendAssociateRj(
	byte result,
	byte source,
	byte reason
)
Protected Function SendAssociateRj ( _
	result As Byte, _
	source As Byte, _
	reason As Byte _
) As AssociateRj
protected:
AssociateRj^ SendAssociateRj(
	unsigned char result, 
	unsigned char source, 
	unsigned char reason
)
Parameters
result (Byte)
The result as defined in the Dicom standard.
source (Byte)
The source as defined in the Dicom standard.
reason (Byte)
The reason as defined in the Dicom standard.
Return Value
The sent A_ASSOCIATE_RJ.
Exceptions
ExceptionCondition
Exception Sending of the A_ASSOCIATE_RJ fails.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0