Manual Reference Source Test
import ConsentGrantModel from 'clinical6/src/models/consent/ConsentGrant.js'
public class | source

ConsentGrantModel

Direct Subclass:

ConsentGrant

Model representing a consent grant.

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:

NameTypeAttributeDescription
response Object

JSON formatted response of a consent grant.

response.id Number

The consent grant ID value

response.signing_password String

Password to use for electronic consent

response.sign_url String

The url of the signing document

response.created_at String

Date when the consent grant was created

response.updated_at String

Date when the consent grant was last updated

response.document.url String

URL of the agreement document

Public Members

public consentedAt: String source

public createdAt: String source

public documentUrl: * source

public id: Number source

public progress: String source

public signUrl: String source

public signingPassword: String source

public updatedAt: String source