Description Usage Arguments Author(s) References Examples
compareODM provides an automated comparison of medical forms in ODM format with UMLS-based semantic annotation.
It is intended to support design of medical forms.
Input: two files in CDISC ODM format (Version 1.3; see examples)
Output: A summary of identical, matching, similar and differing data items.
Items are compared using UMLS annotations.
Data from identical and matching items can be aggregated and analyzed jointly.
Data from similar items need transformation for joint analysis.
1 | compareODM( ODMfile1="", ODMfile2="" )
|
ODMfile1 |
Name of first ODM file for comparison. |
ODMfile2 |
Name of second ODM file for comparison. |
Martin Dugas (dugas@uni-muenster.de)
An UMLS-based method to enable automated comparison of medical forms (manuscript submitted)
1 2 3 4 5 | ## Not run:
compareODM(ODMfile1=file.path(path.package("compareODM"),"extdata","compare1.xml"),
ODMfile2=file.path(path.package("compareODM"),"extdata","compare2.xml"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.