Manual Reference Source Test
import SectionModel from 'clinical6/src/models/Section.js'
public class | source

SectionModel

Model representing section. This is specifically for eating cookies.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single section

response.label String

The label of the section

response.object String

The object of the section

response.owner String

The owner of the section

response.ownerType String

The ownerType of the section

response.type String

The type of the section. Type can be 'section', 'flow', or 'custom'.

response.value String

The status of the section. For example 'initial', 'in_progress' or 'completed'

response.sub_statuses Object[]

An array of children

response.access_class String

Access class of section.For example 'MobileUser'

Public Members

public accessClass: String source

public id: Number source

public label: String source

public object: String source

public owner: String source

public ownerType: String source

public status: String source

public sub_statuses: Object[] source

public type: String source