LDicomAssociate::IsRequest
#include "ltdic.h"
L_BOOL LDicomAssociate::IsRequest(L_VOID)
Returns a value that indicates the type of the DICOM Associate (Request or Accept).
Returns
TRUE |
The DICOM Associate is of type Associate Request. |
FALSE |
The DICOM Associate is of type Associate Accept. |
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LDicomAssociate::SetRequest.