Class LABKEY.Specimen.Vial
Vial class to describe the shape and fields of a specimen vial.
Additional Documentation:
Defined in: Specimen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The label of this vial's additive type.
|
|
The unique identifier of this vial's additive type.
|
|
A LABKEY.Specimen.Location object indicating this vial's current location.
|
|
The label of this vial's derivative type.
|
|
The unique identifier of this vial's derivative type.
|
|
The global unique ID of this vial
|
|
A LABKEY.Specimen.Location object indicating this vial's originating location.
|
|
The label of this vial's primary specimen type.
|
|
The unique identifier of this vial's primary specimen type.
|
|
The ID of the participant providing this vial.
|
|
The unique database Row ID of this vial
|
|
A hash code uniquely identifying this vial's ptid, visit, and type information.
|
|
A label of this vial's sub-additive/derivative type.
|
|
The visit value at which this specimen was collected.
|
|
The volume of this vial.
|
|
The volume units for this vial.
|
Field Detail
{String}
additiveType
The label of this vial's additive type.
{Integer}
additiveTypeId
The unique identifier of this vial's additive type.
{LABKEY.Specimen.Location}
currentLocation
A LABKEY.Specimen.Location object indicating this vial's current location.
{String}
derivativeType
The label of this vial's derivative type.
{Integer}
derivativeTypeId
The unique identifier of this vial's derivative type.
{String}
globalUniqueId
The global unique ID of this vial
{LABKEY.Specimen.Location}
originatingLocation
A LABKEY.Specimen.Location object indicating this vial's originating location.
{String}
primaryType
The label of this vial's primary specimen type.
{Integer}
primaryTypeId
The unique identifier of this vial's primary specimen type.
{String}
ptid
The ID of the participant providing this vial.
{Integer}
rowId
The unique database Row ID of this vial
{String}
specimenHash
A hash code uniquely identifying this vial's ptid, visit, and type information.
This value can be used to group vials into primary specimen draws.
{String}
subAdditiveDerivative
A label of this vial's sub-additive/derivative type.
{Double}
visitValue
The visit value at which this specimen was collected.
{Double}
volume
The volume of this vial.
{String}
volumeUnits
The volume units for this vial.