ConformanceStatus event (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void ConformanceStatus (short nFlags );

Overview

Refer to Working with Data Sets.

Remarks

This event is fired for each element in the Data Set that does not conform to the DICOM standard. When this event occurs, the CurrentElement property will be updated to the element that does not conform and nFlags will contain a flag indicating where the non-conformity exists. Set the EnableConformanceStatus property to False to terminate the Conformance test.

See Also

Elements:

EnableConformanceStatus property, ConformanceTestDS method

Topics:

Data Sets: Getting and Setting Data Set Information