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

ImageModel

Direct Subclass:

Image

Model representing a image.

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 image

response.url String

A url to the raw image

response.fullscreen String

A url to the fullscreen image

response.fullscreen.url String

A url to the fullscreen image

response.fullscreen_hd String

A url to the fullscreen_hd image

response.fullscreen_hd.url String

A url to the fullscreen_hd image

response.main String

A url to the main image

response.main.url String

A url to the main image

response.main_hd String

A url to the main_hd image

response.main_hd.url String

A url to the main_hd image

response.small String

A url to the small image

response.small.url String

A url to the small image

response.small_hd String

A url to the small_hd image

response.small_hd.url String

A url to the small_hd image

Public Members

public fullscreen: String source

public fullscreenHd: String source

public id: Number source

public main: String source

public mainHd: String source

public small: String source

public smallHd: String source

public thumb: String source

public url: String source