getProfileDataForPerson: Get the results from individual Achilles reports by data...

Description Usage Arguments Details Value Examples

View source: R/WebApiProfile.R

Description

Get the results from individual Achilles reports by data Source definition expression

Usage

1
getProfileDataForPerson(baseUrl, sourceKey, personId, cohortId = NULL)

Arguments

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

sourceKey

The source key for a CDM instance in WebAPI, as defined in the Configuration page

personId

The personId of the person whoose profile is being reviewed

cohortId

<OPTIONAL> The cohortId of the cohort that the person belongs to

Details

Obtain the JSON expression from WebAPI for a given dataSource

Value

A list of objects

Examples

1
2
3
4
5
6
## Not run: 
# This will obtain pre-computed summary regarding dataSource

getDataSourceReportDataForSourceKey(baseUrl = "http://server.org:80/WebAPI", dataSource = 'dataSource', reportType = 'dashboard')

## End(Not run)

gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.