batchDecompose {Rdiagnosislist}R Documentation

Creates a set of lookups for SNOMED composition

Description

Creates composition lookup table for a set of SNOMED CT concepts

Usage

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

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

...

out

Value

TRUE if successful

See Also

decompose, compose, createComposeLookup

Examples

# Load the SNOMED dictionary (for this example we are using the
# sample included with the package)
SNOMED <- sampleSNOMED()
# Create a concept database environment
miniCDB <- createCDB(SNOMED = SNOMED)
# Create a decomposition
D <- decompose('Cor pulmonale', CDB = miniCDB, noisy = TRUE)
print(D)

[Package Rdiagnosislist version 1.3 Index]