import ConsentApproverModel from 'clinical6/src/models/consent/ConsentApprover.js'
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
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 version. |
|
response.id | Number | The consent version ID value |
|
response.first_name | String | First name of the consent approver |
|
response.last_name | String | Last name of the consent approver |
|
response.email | String | Email address of the consent approver |
|
response.title | String | The title of the consent approver |
|
response.password | String | The consent approver's password |