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

StatusModel

Direct Subclass:

Status

Model representing a status.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single status

response.id Number
  • nullable: false

The id of the status on the server

response.type String
  • nullable: false

The type of this object ('statuss')

response.value String
  • nullable: false

Status value

Public Members

public id: Number source

public value: String source