LDicomDS::GetWindowCount

#include "ltdic.h"

L_UINT16 LDicomDS::GetWindowCount(pCount)

L_UINT * pCount;

/* pointer to a variable */

Gets the number of values under the window center element.

Parameter

Description

pCount

Pointer to a variable to be updated with the number of values under the window center.

Returns

0

The function was successful.

> 0

An error occurred. Refer to Return Codes.

Comments

This function will get the number of values under the window center (0028,1050) element, this should also equal the number of values under the window width (0028,1051) element.

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:

LDicomDS::GetVOILUTCount, LDicomDS::GetWindow, LDicomDS::SetWindow, LDicomDS::DeleteWindow, LDicomDS::GetVOILUT, LDicomDS::SetVOILUT, LDicomDS::GetVOILUTData, LDicomDS::DeleteVOILUT, Class Members

Topics:

LUT Encoding Overview

 

LUT Encoding: VOI LUT

Example

For an example, refer to LDicomDS::SetWindow.