Leadtools.Dicom Namespace > DicomTagTable Class > Default Method : Default(Boolean) Method |
public void Default( bool ignorePrivateTags )
'Declaration Public Overloads Sub Default( _ ByVal ignorePrivateTags As Boolean _ )
'Usage Dim instance As DicomTagTable Dim ignorePrivateTags As Boolean instance.Default(ignorePrivateTags)
public void Default( bool ignorePrivateTags )
function Leadtools.Dicom.DicomTagTable.Default(Boolean)( ignorePrivateTags )
public: void Default( bool ignorePrivateTags )
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.