←Select platform

Default(bool) Method

Summary
Resets the Data Element Tag Table to the default values.
Syntax
C#
VB
C++
public void Default( 
   bool ignorePrivateTags 
) 
Public Overloads Sub Default( _ 
   ByVal ignorePrivateTags As Boolean _ 
)  
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.