Learn R Programming

compareODM (version 1.1)

compareODM: compareODM

Description

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.

Usage

compareODM( ODMfile1="", ODMfile2="" )

Arguments

ODMfile1
Name of first ODM file for comparison. File format: ODM version 1.3, see examples. If omitted, file.choose()-dialog is started
ODMfile2
Name of second ODM file for comparison. File format: ODM version 1.3, see examples. If omitted, file.choose()-dialog is started

References

An UMLS-based method to enable automated comparison of medical forms (manuscript submitted)

Examples

Run this code
compareODM(ODMfile1=file.path(path.package("compareODM"),"extdata","compare1.xml"), 
   ODMfile2=file.path(path.package("compareODM"),"extdata","compare2.xml"))

Run the code above in your browser using DataLab