import ConsentAdditionalSignerModel from 'clinical6/src/models/consent/ConsentAdditionalSigner.js'
ConsentAdditionalSignerModel
Direct Subclass:
Model representing a additional signers
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 additional signers as they relate to a consent form. |
|
response.id | Number | The additional signer ID value |
|
response.name | String | The additional signer name value |
|
response.deleted_at | String | The url of the signing document |
|
response.created_at | String | Date when the record for the additional signer was created |
|
response.updated_at | String | Date when the record for the additional signer was last updated |