labs
This query fetches a collection of pathology requests that were submitted to the processing lab within the specified date range. The collection can be furter refined through the use of LabQueryOptions.
labs(
dateRange: DateRange
pagination: Pagination
options: LabQueryOptions
): LabData
Arguments
labs.dateRange ● DateRange input
labs.pagination ● Pagination input
labs.options ● LabQueryOptions input
Type
LabData object
A collection of pathology requests and the related pagination information.