Visual Basic (Declaration) | |
---|---|
Public Delegate Function DicomCopyCallback( _ ByVal element As DicomElement, _ ByVal flags As DicomCopyFlags _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public delegate bool DicomCopyCallback( DicomElement element, DicomCopyFlags flags ) |
C++/CLI | |
---|---|
public delegate bool DicomCopyCallback( DicomElement^ element, DicomCopyFlags flags ) |
Parameters
- element
- The DicomElement tested.
- flags
- Flags used to indicate additional information.
For an example, refer to Copy.
The Copy method calls your DicomCopyCallback for each DicomElement in the DicomDataSet.
The purpose of DicomTestConformanceCallback is allow you to include or exclude any element from the copy.
The purpose of DicomTestConformanceCallback is allow you to include or exclude any element from the copy.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family