Learn R Programming

ODMconverter (version 2.3)

ODM2CDA: ODM2CDA

Description

ODM2CDA transforms an ODM file into CDA format (clinical document architecture). Input: CDISC ODM format (Version 1.3; see examples) Output: CDA file (see example).

Usage

ODM2CDA( ODMfile="", withUMLS=T )

Arguments

ODMfile
Name of ODM file for conversion. File format: ODM version 1.3, see example. If omitted, file.choose()-dialog is started
withUMLS
Flag indicating whether ODM file contains UMLS codes.

References

ODM2CDA and CDA2ODM: An approach to convert documentation forms between EDC and EHR systems (manuscript in preparation)

Examples

Run this code
ODM2CDA(ODMfile=file.path(path.package("ODMconverter"),"extdata","ODM-Test_S.0000.xml"))

Run the code above in your browser using DataLab