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

BulkImportModel

Direct Subclass:

BulkImport

Model representing a bulk import.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single bulk import

response.id Number
  • nullable: false

The id of the bulk import on the server

response.type String
  • nullable: false

The type of this object ('import_wizard__bulk_imports')

response.platform_model String
  • nullable: false

Platform model, such as Trials::Site

response.separator String
  • nullable: false

Separator, such as |

response.created_at Date
  • optional
  • nullable: false

Time at which the bulk import was created

response.updated_at Date
  • optional
  • nullable: false

Time at which the bulk import was updated

Public Members

public createdAt: Date source

public id: Number source

public platformModel: String source

public separator: String source

public updatedAt: Date source