getPathwayGenerationInformation: Get generation information for Pathway id.

View source: R/AutoGeneratedDefinitions.R

getPathwayGenerationInformationR Documentation

Get generation information for Pathway id.

Description

Get generation information for Pathway id.

Usage

getPathwayGenerationInformation(pathwayId, baseUrl)

Arguments

pathwayId

An integer id representing the id that uniquely identifies a Pathway definition in a WebApi instance.

baseUrl

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

Details

Get generation (execution) information about Pathway for a pathwayId.

Value

An R object representing the Pathway definition

Examples

## Not run: 
getPathwayGenerationInformation(pathwayId = 13242, baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

OHDSI/ROhdsiWebApi documentation built on March 15, 2023, 1:23 p.m.