View source: R/PerformConceptSetDiagnostics.R
performConceptSetDiagnostics | R Documentation |
given an array of comma separated quoted search string (s), this function will perform a series of operations that provides a recommended concept set expression, along with potentially more recommended and orphan concepts.
performConceptSetDiagnostics( searchPhrases, connection = NULL, connectionDetails = NULL, conceptPrevalenceSchema = NULL, runPhoebeRecommendation = TRUE, runOrphan = FALSE, locationForResults = NULL, tempEmulationSchema = getOption("sqlRenderTempEmulationSchema"), vocabularyDatabaseSchema = "vocabulary", vocabularyIdOfInterest = c("SNOMED", "HCPCS", "ICD10CM", "ICD10", "ICD9CM", "ICD9", "Read"), domainIdOfInterest = c("Condition", "Procedure", "Observation") )
searchPhrases |
An array of text-phrases within quotations that are separated by commas. |
connection |
An object of type |
connectionDetails |
An object of type |
conceptPrevalenceSchema |
The schema name that has the concept prevalence table. The following tables are expected to be present. recommender_set, cp_master, recommended_blacklist. |
runPhoebeRecommendation |
Do you want to run Concept Recommendation using PHOEBE? |
runOrphan |
Do you want to run Orphan Concept text search? This may take time. |
locationForResults |
If you want to export results, please provide disk drive location |
tempEmulationSchema |
Some database platforms like Oracle and Impala do not truly support temp tables. To emulate temp tables, provide a schema with write privileges where temp tables can be created. |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
vocabularyIdOfInterest |
A list of vocabulary ids to filter the results. |
domainIdOfInterest |
A list of domain ids to filter the results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.