activate_by
date parameter. The activate_by
parameter defines when that order is scheduled for,
and it will move from the ordered
to the requisition_created
status when the date arrives.
If you want to query all placed orders, you may use Get Orders endpoint, passing an order_activation_types
query parameter, which accept the following values ["current", "scheduled"]
.
current
is provided, orders with a null
activate_by
date or with activate_by
set before the current date are returned.scheduled
is provided, orders with an activate_by
date greater than the current date are returned.Select Lab Test.
Scheduled
and Current
orders in the dashboard using the filter in the orders listing.
Order List filter.