Learn R Programming

Rdiagnosislist (version 1.4.0)

batchDecompose: Creates a set of lookups for SNOMED composition

Description

Creates composition lookup table for a set of SNOMED CT concepts and exports the results to a file

Usage

batchDecompose(conceptIds, CDB, output_filename, SNOMED = getSNOMED(), ...)

Value

TRUE if successful

Arguments

conceptIds

SNOMED CT concept IDs for creating decompositions

CDB

concept database environment, containing a table called FINDINGS

output_filename

filename of output file

SNOMED

environment containing a SNOMED dictionary

...

other arguments to pass through to decompose

See Also

decompose, compose, addComposeLookupToCDB

Other CDB functions: addComposeLookupToCDB(), addWordnet(), createCDB(), downloadOrphanet(), downloadWordnet()