Class LABKEY.Specimen.Request
Request class to describe the shape and fields of a specimen request.
Additional Documentation:
Defined in: Specimen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
All comments associated with this request.
|
|
The date and time that this request was created.
|
|
An object describing the user that created this request.
|
|
Indicates which location that will receive the requested vials.
|
|
The unique ID for this request.
|
|
The string label of the request's current status.
|
|
The unique identifier of the request's current status.
|
|
An array of objects of type LABKEY.Specimen.Vial, indicating which vials are part of this request.
|
Field Detail
{String}
comments
All comments associated with this request.
{Date}
created
The date and time that this request was created.
{Object}
createdBy
An object describing the user that created this request. This object has two properties:
- userId: The user's ID
- displayName: The user's display name
{LABKEY.Specimen.Location}
destination
Indicates which location that will receive the requested vials.
{Integer}
requestId
The unique ID for this request.
{String}
status
The string label of the request's current status.
{Integer}
statusId
The unique identifier of the request's current status.
{Object}
vials
An array of objects of type LABKEY.Specimen.Vial, indicating which vials are part of this request.