Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomTestConformanceCallback Delegate








The DicomElement tested.
Flags that indicate any errors.
Processes each Data Element of the Data Set to determine conformance.
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
)
public interface DicomTestConformanceCallback 
{
  public boolean onDicomTestConformanceCallback(DicomElement element, int flags);
}
            
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 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

See Also

Reference

DicomTestConformanceCallback Members
Leadtools.Dicom Namespace

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