Learn R Programming

radtools (version 1.0.6)

dicom_search_header_keywords: Search header keywords in the DICOM standard for matches to a string

Description

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

Usage

dicom_search_header_keywords(str)

Arguments

str

String to search for (case insensitive)

Value

Vector of header keywords (e.g. "PatientName") matching the string

Examples

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

Run the code above in your browser using DataLab