Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patients/list-in-organization.query
listInOrganizationInputSchema
Variable listInOrganizationInputSchema
Const
listInOrganizationInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
facilityId
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
FacilityId
,
unknown
,
$ZodTypeInternals
<
FacilityId
,
unknown
>
>
,
ZodArray
<
ZodType
<
FacilityId
,
unknown
,
$ZodTypeInternals
<
FacilityId
,
unknown
>
,
>
,
>
,
]
,
>
,
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
patientIds
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
PatientId
,
unknown
,
$ZodTypeInternals
<
PatientId
,
unknown
>
>
,
ZodArray
<
ZodType
<
PatientId
,
unknown
,
$ZodTypeInternals
<
PatientId
,
unknown
>
>
,
>
,
]
,
>
,
>
;
patientSearch
:
ZodOptional
<
ZodString
>
;
primaryProviderId
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
ProfileId
,
unknown
,
$ZodTypeInternals
<
ProfileId
,
unknown
>
>
,
ZodArray
<
ZodType
<
ProfileId
,
unknown
,
$ZodTypeInternals
<
ProfileId
,
unknown
>
>
,
>
,
]
,
>
,
>
;
sortBy
:
ZodOptional
<
ZodEnum
<
{
admitted_at
:
"admitted_at"
;
created_at
:
"created_at"
;
discharged_at
:
"discharged_at"
;
name
:
"name"
;
}
,
>
,
>
;
sortOrder
:
ZodOptional
<
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
>
;
status
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
number
,
unknown
,
$ZodTypeInternals
<
number
,
unknown
>
>
,
ZodArray
<
ZodType
<
number
,
unknown
,
$ZodTypeInternals
<
number
,
unknown
>
>
>
,
]
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...