import AgreementTemplateModel from 'clinical6/src/models/agreement/AgreementTemplate.js'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:
| Name | Type | Attribute | Description |
| 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 |
Manual
Reference
Source
Test
