import ConsentStrategyModel from 'clinical6/src/models/consent/ConsentStrategy.js'
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:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a consent method. |
|
response.id | Number | The consent strategy ID value |
|
response.name | Boolean | The name of the consent strategy |
|
response.strategy_type | String | The type of consent strategy: electronic, paper, waived |
|
response.created_at | String | Date when the consent strategy was created |
|
response.updated_at | String | Date when the consent strategy was last updated |