Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/action-items/filters
zActionItemsListInput
Variable zActionItemsListInput
Const
zActionItemsListInput
:
ZodObject
<
{
admissionStatus
:
ZodOptional
<
ZodEnum
<
{
active
:
"active"
;
all
:
"all"
;
discharged
:
"discharged"
}
>
,
>
;
assigneeContactIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ContactId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
assigneeIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ProfileId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
auditTemplateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
authEndDateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
cursor
:
ZodOptional
<
ZodNumber
>
;
facilityIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
facilityIdsForLoc
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
facilityIdsForProgram
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
facilityIdsForUrLoc
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
levelOfCareIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityLevelOfCareId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
nextSteps
:
ZodOptional
<
ZodArray
<
ZodEnum
<
{
needs_clarification
:
"needs_clarification"
;
no_action_needed
:
"no_action_needed"
;
resolved
:
"resolved"
;
sent_to_clinician
:
"sent_to_clinician"
;
to_do
:
"to_do"
;
}
,
>
,
>
,
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
programIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityProgramId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
providerIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
ProfileId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
runDateRange
:
ZodOptional
<
ZodObject
<
{
from
:
ZodString
;
to
:
ZodString
}
,
$strip
>
,
>
;
search
:
ZodOptional
<
ZodString
>
;
sortBy
:
ZodEnum
<
{
admitted
:
"admitted"
;
auth_end_date
:
"auth_end_date"
;
discharge
:
"discharge"
;
facility
:
"facility"
;
level_of_care
:
"level_of_care"
;
open_items
:
"open_items"
;
patient
:
"patient"
;
program
:
"program"
;
program_start
:
"program_start"
;
provider
:
"provider"
;
ur_level_of_care
:
"ur_level_of_care"
;
}
,
>
;
sortOrder
:
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
;
statuses
:
ZodOptional
<
ZodArray
<
ZodEnum
<
{
fail
:
"fail"
;
late
:
"late"
;
missing
:
"missing"
;
needs_review
:
"needs_review"
;
}
,
>
,
>
,
>
;
urLevelOfCareIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityLevelOfCareId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...