LDicomAssociate::GetPresentationCount
#include "ltdic.h"
L_INT LDicomAssociate::GetPresentationCount(L_VOID)
Returns the number of Presentation Context entries for the specified DICOM Associate.
Returns
The number of Presentation Context entries for the specified DICOM Associate.
Comments
A DICOM Associate can have multiple Presentation Context entries. This function returns the number of Presentation Context entries in the DICOM Associate.
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: |
LDicomAssociate::GetPresentation, LDicomAssociate::SetPresentation, LDicomAssociate::AddPresentation, LDicomAssociate::DelPresentation |
Topics: |
Example
For an example, refer to LDicomAssociate::DelPresentation.