CDA2ODM: CDA2ODM

Description Usage Arguments Author(s) References Examples

View source: R/CDA2ODM.R

Description

CDA2ODM transforms a CDA (clinical document architecture) file into ODM format.
Input: CDA file with CDA header and CDA body (see example from www.elga.gv.at).
Output: CDISC ODM format (Version 1.3; see example)

Usage

1
 CDA2ODM( CDAfile="" ) 

Arguments

CDAfile

Name of CDA file for conversion.
If omitted, file.choose()-dialog is started.

Author(s)

Martin Dugas (dugas@uni-muenster.de)

References

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

Examples

1
CDA2ODM(CDAfile=file.path(path.package("ODMconverter"),"extdata","CDA_letter_basic.xml"))

ODMconverter documentation built on May 30, 2017, 7:44 a.m.