Manual Reference Source Test
import AgreementTemplateModel from 'clinical6/src/models/agreement/AgreementTemplate.js'
public class | source

AgreementTemplateModel

Direct Subclass:

AgreementTemplate

Model representing an Agreement Template.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an agreement

response.id Number

The id of the agreement template

response.redirect_url String

The agreement template redirect url

response.template_name String

The agreement template name

response.description String

The description of the agreement template

response.message String

Agreement template message

response.created_at String

Date when the agreement template was created

response.updated_at String

Date when the agreement template was last updated

response.permanent_link String

Permanent link of the agreement template

response.reminder_frequency String

Reminder frequency of the agreement template

response.archived_at String

Date when the agreement template was archived

response.expiration Number

Number of days till expiration of the agreement template

response.approval_required Boolean

Flag for approval requirement

Public Members

public archivedAt: String source

public createdAt: String source

public description: String source

public documentUrl: String source

public expiration: Number source

public id: Number source

public message: String source

public redirectUrl: String source

public reminderFrequency: String source

public templateName: String source

public updatedAt: String source