Learn R Programming

radtools (version 1.0.6)

dicom_search_header_names: Search header names in the DICOM standard for matches to a string

Description

Search header names in the DICOM standard for matches to a string

Usage

dicom_search_header_names(str)

Arguments

str

String to search for (case insensitive)

Value

Vector of header names (e.g. "Patient's Name") matching the string

Examples

Run this code
# NOT RUN {
dicom_search_header_names("manufacturer")
# }

Run the code above in your browser using DataLab