Manual Reference Source Test
import AnalyticsMetricModel from 'clinical6/src/models/AnalyticsMetric.js'
public class | source

AnalyticsMetricModel

Direct Subclass:

AnalyticsMetric

Model representing an analytics metric.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a AnalyticsMetric

response.id String

The id value of the analytics metric

response.type String

The type associated with the analytics metric

response.value Number

The value of the analytics metric

response.unit String

The unit title of the analytics metric

response.name String

The name of the analytics metric

Public Members

public id: String source

public name: String source

public unit: String source

public value: Number source