LDicomDS::GetValueKey

#include "ltdic.h"

L_CHAR * LDicomDS::GetValueKey(pElement)

pDICOMELEMENT pElement;

/* pointer to a DICOMELEMENT structure */

Returns the key element type of the specified key element.

Parameter

Description

pElement

Pointer to a DICOMELEMENT structure that contains a key element.

Returns

The key element type of the specified key element. Possible values are:

Value

Meaning

"PATIENT"

Patient key element

"STUDY"

Study key element

"SERIES"

Series key element

"IMAGE"

Image key element

"OVERLAY"

Overlay key element

"MODALITY LUT"

Modality-LUT key element

"VOI LUT"

VOI-LUT key element

"CURVE"

Curve key element

"STORED PRINT"

Stored print key element

"RT DOSE"

RT dose key element

"RT STRUCTURE SET"

RT structure set key element

"RT PLAN"

RT plan key element

"RT TREAT RECORD"

RT treatment record key element

"TOPIC"

Topic key element

"VISIT"

Visit key element

"RESULTS"

Results key element

"INTERPRETATION"

Interpretation key element

"STUDY COMPONENT"

Study Component key element

"PRESENTATION"

Presentation key element

"WAVEFORM"

Waveform key element

"SR DOCUMENT"

Structured Reporting Document key element

"PRIVATE"

Private key 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

Topics:

Working with Basic Directory Key Elements

Example

For an example, refer to LDicomDS::InsertKey.