writeHeader: Write DICOM Table to ASCII File
Description
A wrapper to write.table specifically for DICOM tables.
Usage
writeHeader(dtable, filename, ...)
Arguments
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.