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

EntryTemplateModel

Direct Subclass:

EntryTemplate

Model representing an EDiary Entry Group Template.

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 an entry group template.

response.id Number

The template id value

response.category String

Category of the template

response.created_at String

Date in which the template was created

response.updated_at String

Date in which the template was updated

Public Members

public category: String source

public createdAt: String source

public id: Number source

public updatedAt: String source