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

EntryModel

Direct Subclass:

Entry

Model representing an EDiary Entry.

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.date String

Date

response.updated_at String

Date in which the user was updated

Public Members

public [stringToCamel(key)]: Any source

public createdAt: String source

public date: String source

public id: Number source

public updatedAt: String source