LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

DicomTestConformanceCallback Delegate








The DicomElement tested.
Flags that indicate any errors.
Processes each Data Element of the Data Set to determine conformance. .NET support WinRT support Silverlight support
Syntax
public delegate bool DicomTestConformanceCallback( 
   DicomElement element,
   DicomTestConformanceFlags flags
)
'Declaration
 
Public Delegate Function DicomTestConformanceCallback( _
   ByVal element As DicomElement, _
   ByVal flags As DicomTestConformanceFlags _
) As Boolean
'Usage
 
Dim instance As New DicomTestConformanceCallback(AddressOf HandlerMethod)
public delegate bool DicomTestConformanceCallback( 
   DicomElement element,
   DicomTestConformanceFlags flags
)
ObjectiveC Syntax
Java Syntax
DicomTestConformanceCallback( 
   element ,
   flags 
)
public delegate bool DicomTestConformanceCallback( 
   DicomElement^ element,
   DicomTestConformanceFlags flags
)

Parameters

element
The DicomElement tested.
flags
Flags that indicate any errors.

Return Value

Return true to continue, false to abort the test.
Remarks
The DicomDataSet.TestConformance method calls your DicomTestConformanceCallback to verify each DicomElement in the DicomDataSet.
The purpose of DicomTestConformanceCallback is just to verify that the data provided in the DicomDataSet conforms to the standard.
Example
For an example, refer to TestConformance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomTestConformanceCallback Members
Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features