Class LABKEY.Specimen.Location
Location class to describe the shape and fields of a specimen location.
Additional Documentation:
Defined in: Specimen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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.
|
|
Whether this location is a Site Affiliated Laboratory.
|
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.