Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/review-dashboard/filters
zReviewDashboardFilters
Variable zReviewDashboardFilters
Const
zReviewDashboardFilters
:
ZodObject
<
{
admissionDateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
auditTemplateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
authEndDateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
authStartDateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
clientSearch
:
ZodOptional
<
ZodString
>
;
cursor
:
ZodOptional
<
ZodNumber
>
;
dateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
facilityIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
includeNullTriggers
:
ZodOptional
<
ZodBoolean
>
;
levelOfCareIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
EntityLevelOfCareId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
profileIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ProfileId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
scoreRange
:
ZodOptional
<
ZodObject
<
{
max
:
ZodOptional
<
ZodNumber
>
;
min
:
ZodOptional
<
ZodNumber
>
}
,
$strip
,
>
,
>
;
sortBy
:
ZodOptional
<
ZodEnum
<
{
admission_date
:
"admission_date"
;
assistant_name
:
"assistant_name"
;
auth_end_date
:
"auth_end_date"
;
auth_start_date
:
"auth_start_date"
;
created_at
:
"created_at"
;
facility
:
"facility"
;
level_of_care
:
"level_of_care"
;
patient_name
:
"patient_name"
;
provider_name
:
"provider_name"
;
score
:
"score"
;
trigger
:
"trigger"
;
type
:
"type"
;
}
,
>
,
>
;
sortOrder
:
ZodOptional
<
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
>
;
triggerIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ChartReviewTriggerId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
type
:
ZodOptional
<
ZodEnum
<
{
chart_review
:
"chart_review"
;
session_notes
:
"session_notes"
}
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...