Manual Reference Source Test
import FlowContainerModel from 'clinical6/src/models/flow/FlowContainer.js'
public class | source

FlowContainerModel

Model representing a flow container.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single flow container

response.id Number
  • nullable: false

The id of the flow container on the server

response.type String
  • nullable: false

The type of this object ('data_collection__containers')

response.name String
  • nullable: false

The name of flow container

response.permanent_link String
  • nullable: false

The permanent link of the flow container

Public Members

public id: Number source

public name: Number source