Some tables are returned as they are, with only raw data. Other tables are treated (importation of variables from other tables, generation of new variables) before the data frame is returned.
getPivotDataSet(
setId = "",
session,
singleRow = FALSE,
reshId = NULL,
userRole,
fromDate = NULL,
toDate = NULL
)
String providing name of data set to be returned. One of the values "pros_patient" containing procedure and patient data or "rand12" containing data from rand12 questionnaire.
List shiny session object.
Logical defining if only one row is to be returned.
Integer organization id
String dummy/placeholder role. "LC" has access only to local data (defined by reshId), "SC" has access to national data.
data frame
if (FALSE) d_ablanor <- getPivotDataSet(setId = "pros_patient")
# \dontrun{}