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

CsvExampleFileModel

Direct Subclass:

CsvExampleFile

Model representing a csv example file.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single csv example file

response.id Number
  • nullable: false

The id of the csv example file on the server

response.type String
  • nullable: false

The type of this object ('csv_example_files')

response.human_readable_name String
  • nullable: false

Human readable name of the file

response.platform_model String
  • nullable: false

Platform model used for example Trials::Site

response.file_url String
  • nullable: false

File URL for the csv example file

response.created_at Date
  • optional
  • nullable: false

Time at which the csv example file was created

response.updated_at Date
  • optional
  • nullable: false

Time at which the csv example file was updated

Public Members

public createdAt: Date source

public fileUrl: String source

public humanReadableName: String source

public id: Number source

public platformModel: String source

public updatedAt: Date source