Class Index | File Index

Classes


Class LABKEY.Assay.AssayDesign

Static class to describe the shape and fields of an assay. Each of the LABKEY.Assay 'get' methods passes its success callback function an array of AssayDesigns.

Additional Documentation:


Defined in: Assay.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
containerPath
The path to the container in which this assay design is saved
 
Contains the assay description.
 
Map containing name/value pairs.
 
id
The unique ID of the assay.
 
The name of the action used for data import
 
The name of the controller used for data import
 
The name of the assay.
 
Contains the plate template name if the assay is plate-based.
 
Indicates whether this is a project-level assay.
 
The name of the assay type.
Class Detail
LABKEY.Assay.AssayDesign()
Field Detail
{String} containerPath
The path to the container in which this assay design is saved

{String} description
Contains the assay description.

{Object} domains
Map containing name/value pairs. Typically contains three entries for three domains (batch, run and results). Each domain is associated with an array of objects that each describe a domain field. Each field object has the following properties:

{Integer} id
The unique ID of the assay.

{String} importAction
The name of the action used for data import

{String} importController
The name of the controller used for data import

{String} name
The name of the assay.

{String} plateTemplate
Contains the plate template name if the assay is plate-based. Undefined otherwise.

{Boolean} projectLevel
Indicates whether this is a project-level assay.

{String} type
The name of the assay type. Example: "ELISpot"

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Mar 16 2017 20:36:35 GMT-0000 (UTC)