write.dicom.hdr {DICOM}R Documentation

Write DICOM Table to ASCII File

Description

A wrapper to write.table specifically for DICOM tables.

Usage

write.dicom.hdr(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)

B. Whitcher

References

Digital Imaging and Communications in Medicine (DICOM) http://medical.nema.org

See Also

write.table


[Package DICOM version 0.12 Index]