Resets the Data Element Tag Table to the default values.
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
)
ignorePrivateTags
true to exclude any default private DICOM tags; false to include private DICOM tags
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET