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

ConsentStrategyModel

Direct Subclass:

ConsentStrategy

Model representing a consent strategy.

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:

NameTypeAttributeDescription
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

Public Members

public createdAt: String source

public id: Number source

public name: String source

public strategyType: String source

public updatedAt: String source