OnConformanceStatus event

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall ConformanceStatus(TObject *Sender, int nFlags)

Delphi Syntax

procedure ConformanceStatus(Sender: TObject; nFlags: Integer)

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