←Select platform

Default(bool) Method

Summary

Resets the Data Element Tag Table to the default values.

Syntax

C#
VB
WinRT C#
C++
public void Default( 
   bool ignorePrivateTags 
) 
Public Overloads Sub Default( _ 
   ByVal ignorePrivateTags As Boolean _ 
)  
public void Default(  
   bool ignorePrivateTags 
) 
 function Leadtools.Dicom.DicomTagTable.Default(Boolean)(  
   ignorePrivateTags  
) 
public: 
void Default(  
   bool ignorePrivateTags 
)  

Parameters

ignorePrivateTags
true to exclude any default private DICOM tags; false to include private DICOM tags

Remarks

The default DICOM Element Tag Table contains all the DICOM element tags defined in the latest DICOM specification. Additionally, the default DICOM Element Tag Table contains several well-known private tags (i.e. SIEMENS, PAPYRUS). To exclude these DICOM Elements from the DICOM ELement Tag Table, pass true for ignorePrivateTags.

  • To see the default values for the Data Element Tag Table, refer to the Data Element Tag Table.
  • To remove all items from theData Element Tag Table, use Reset.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly