Manual Reference Source Test
import ConsultationModel from 'clinical6/src/models/consult/Consultation.js'
public class | source

ConsultationModel

Model representing a video consultation.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
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 consultation.

response.id Number

The user role ID value

response.confirmed_at String

The date when the consultation was confirmed

response.deleted_at String

The date when the consultation was deleted

response.end_at String

The date when the consultation ends

response.name String

Name of the consultation

response.session_identity String

The video session id

response.start_at String

The date when the consultation starts

response.status String

The status of the consultation

response.created_at Boolean

The date when the consultation was created

response.updated_at Boolean

The date when the consultation was last updated

Public Members

public confirmedAt: String source

public createdAt: String source

public deletedAt: String source

public endAt: String source

public id: Number source

public name: String source

public sessionIdentity: String source

public startAt: String source

public status: String source

public updatedAt: String source