Description Usage Arguments Value Examples
Get metadata contained in a header field
| 1 | header_value(img_data, field)
 | 
| img_data | Image data returned by e.g.  | 
| field | Field name | 
Metadata for the field in an appropriate format for the data type
| 1 2 3 4 | data(sample_dicom_img)
data(sample_nifti_img)
header_value(sample_dicom_img, "SliceLocation")
header_value(sample_nifti_img, "dim_")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.