R/uploadToDatabaseDiagnostics.R
addMultipleDiagnosePlpToDatabase.Rd
This function inserts diagnosePlp results into the result schema
addMultipleDiagnosePlpToDatabase(
connectionDetails,
databaseSchemaSettings,
cohortDefinitions,
databaseList = NULL,
resultLocation
)
A connection details created by using the
function createConnectionDetails
in the
DatabaseConnector
package.
A object created by createDatabaseSchemaSettings
with all the settings specifying the result tables
(list) A list of cohortDefinitions (each list must contain: name, id)
(Optional) ...
The location of the diagnostic results
Returns NULL but uploads multiple diagnosePlp results into the database schema specified in databaseSchemaSettings
This function can be used to upload diagnosePlp results into a database