Manual Reference Source Test
import EntryGroupModel from 'clinical6/src/models/ediary/EntryGroup.js'
public class | source

EntryGroupModel

Direct Subclass:

EntryGroup

Model representing an EDiary Entry Group.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an entry group.

response.id Number

The entry group id value

response.category String

Category of the entry group

response.created_at String

Date in which the group was created

response.name String

Entry group name

response.permanent_link String

The email address of the profile

response.position Number

The position of the data in the list

response.updated_at String

Date in which the group was updated

Public Members

public category: String source

public createdAt: String source

public id: Number source

public name: String source

public position: Number source

public updatedAt: String source