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

FlowDataGroup

Model representing an Flow Data Group (data_collection__captured_value_groups).

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an entry.

response.id Number

The entry id value

response.created_at String

Date in which the user was created

response.owner_type String

Type of owner, probably 'mobile_user'

response.submitted_at String

Date in which the user was updated

response.updated_at String

Date in which the user was updated

Public Members

public createdAt: String source

public id: Number source

public ownerType: String source

public submittedAt: String source

public updatedAt: String source