Class Index | File Index

Classes


Class LABKEY.Specimen.Location

Location class to describe the shape and fields of a specimen location.

Additional Documentation:


Defined in: Specimen.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Whether this location is a clinic.
 
Whether this location is an endpoint lab.
 
An entity Id uniquely identifying this location.
 
The unique identifier for locations imported from an external database of record.
 
The display name for this location.
 
The location upload code.
 
The labware location code.
 
The LDMS location code.
 
Whether this location is a repository.
 
An integer uniquely identifying this location.
 
SAL
Whether this location is a Site Affiliated Laboratory.
Class Detail
LABKEY.Specimen.Location()
Field Detail
{Boolean} clinic
Whether this location is a clinic. May be null if unspecified.

{Boolean} endpoint
Whether this location is an endpoint lab. May be null if unspecified.

{String} entityId
An entity Id uniquely identifying this location.

{Integer} externalId
The unique identifier for locations imported from an external database of record. May be null.

{String} label
The display name for this location.

{String} labUploadCode
The location upload code. May be null if unspecified.

{String} labwareLabCode
The labware location code. May be null if unspecified.

{String} ldmsLabCode
The LDMS location code. May be null if unspecified.

{Boolean} repository
Whether this location is a repository. May be null if unspecified.

{Integer} rowId
An integer uniquely identifying this location.

{Boolean} SAL
Whether this location is a Site Affiliated Laboratory. May be null if unspecified.

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Sep 11 2018 10:11:00 GMT-0000 (UTC)