AnalyticsResult

AnalyticsResult

This represents the Analytics Results

Constructor

new AnalyticsResult(analyticsObject)

Source:

Creates ana Analytics Object

Parameters:
Name Type Description
analyticsObject Object

DHIS Analytics object

Members

headers

Source:

Gets the Analytics Headers Array

height

Source:

Gets the Analytics height

metaData

Source:

Gets the Analytics Metadata Object

rows

Source:

Gets the ou of the analytics object

rows

Source:

Gets the rows of the analytics object

width

Source:

Gets the Analytics width

Methods

getDimensionDetails(id) → {Object|Object}

Source:

Gets the dimension details of a given id

Parameters:
Name Type Description
id string
Returns:
Type
Object | Object

getDimensionDetailsByName(id) → {Object|Object}

Source:

Gets the dimension details by name of the dimension

Parameters:
Name Type Description
id string
Returns:
Type
Object | Object