writeHeader: Write DICOM Table to ASCII File

View source: R/header.R

writeHeaderR Documentation

Write DICOM Table to ASCII File

Description

A wrapper to write.table specifically for DICOM tables.

Usage

writeHeader(dtable, filename, ...)

Arguments

dtable

The DICOM table.

filename

Name of the file to be created.

...

Additional parameters to be passed to write.table.

Details

This function is a straightforward wrapper to write.table.

Value

None.

Author(s)

Brandon Whitcher bwhitcher@gmail.com

References

Digital Imaging and Communications in Medicine (DICOM)
https://www.dicomstandard.org

See Also

write.table


bjw34032/oro.dicom documentation built on Feb. 10, 2024, 12:25 a.m.