@labkey/api
    Preparing search index...

    Class Material

    The Exp.Material class describes an experiment material. "Material" is a synonym for both "sample" and "specimen". Thus, for example, the input to an assay could be called a material.

    Hierarchy

    • RunItem
      • Material
    Index

    Constructors

    Properties

    comment: string

    User editable comment.

    cpasType: string
    created: Date

    The person who created the ExpObject.

    createdBy: string

    The person who created the ExpObject.

    id: number

    The id of the ExpObject

    lsid: string

    The LSID of the ExpObject

    modified: Date

    When the ExpObject was last modified.

    modifiedBy: string

    The person who last modified the ExpObject.

    name: string

    The name of the ExpObject

    properties: Record<string, any>

    Map of property descriptor names to values. Most types, such as strings and numbers, are just stored as simple properties. Properties of type FileLink will be returned by the server in the same format as Data objects (missing many properties such as id and createdBy if they exist on disk but have no row with metadata in the database). FileLink values are accepted from the client in the same way, or a simple value of the following three types: the data's RowId, the data's LSID, or the full path on the server's file system.

    rowId: number

    The id of the ExpObject (alias of id property)

    run: any

    The SampleSet the material belongs to.

    sourceApplications: any
    sourceProtocol: any
    sucessorRuns: any
    targetApplications: any