import AgreementTemplateFieldModel from 'clinical6/src/models/agreement/AgreementTemplateField.js'
AgreementTemplateFieldModel
Direct Subclass:
Model representing a Agreement Template Field.
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
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 template field |
|
response.id | Number | The id of the agreement template field |
|
response.label | String | The agreement template field label |
|
response.field_name | String | The field name of the agreement template field |
|
response.required | String | Is the agreement template field required? |
|
response.default_value | String | Default value of the agreement template field |
|
response.attribute_name | String | Attribute name of the agreement template field |
|
response.signer_index | Number | Signer index of the agreement template field |
|
response.source_type | String | Source type of the agreement template (mobile_user, user, etc) |