import PredefinedScreenModel from 'clinical6/src/models/navigation/PredefinedScreen.js'
PredefinedScreenModel
Model representing a predefined screen.
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a single predefined screen |
|
response.id | Number |
|
The id of the predefined screen on the server |
response.type | String |
|
The type of this object ('navigation__predefined_screens') |
response.name | String |
|
The name of predefined screen |
response.permanent_link | String |
|
The permanent link of the predefined screen |