ResetIOD Example for VB.NET

'LEADDICOM1 is a DICOM Dataset defined outside this method
Private Sub TestResetIOD ( )
   'Clear all IOD items
   LEADDICOM1.ResetIOD()
End Sub