import CallbackConditionModel from 'clinical6/src/models/callback/CallbackCondition.js'Constructor Summary
| Public Constructor | ||
| public |
constructor(response: Object) |
|
Member Summary
| Public Members | ||
| 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 the callback's condtionals |
|
| response.callbackId | String | The callback condition's ID |
|
| response.callbackType | String | The type of callback |
|
| response.createdAt | String | The callback condition's creation time |
|
| response.id | String | The response id |
|
| response.criteria | String | The callback condition's trigger criteria |
|
| response.updated_at | String | The condition's last update time |
|
| response.contentId | Number | The content Id associated with the condition. |
|
| response.operator | String | The callback condition's trigger operator |
|
| response.value | String | The callback condition's value |
|
| response.unit | String | The callback condition's unit |
Manual
Reference
Source
Test
