Learn R Programming

radtools (version 1.0.6)

dicom_validate_group_element: Validate a header group and element against the DICOM standard

Description

Validate a header group and element against the DICOM standard

Usage

dicom_validate_group_element(group, element, stop = TRUE)

Arguments

group

Group

element

Element

stop

If true, raise error when validation fails. If false, raise warning.