Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/audit-runs/list-for-patient.query
auditRunsListForPatientInputSchema
Variable auditRunsListForPatientInputSchema
Const
auditRunsListForPatientInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
dateFrom
:
ZodOptional
<
ZodISODateTime
>
;
dateTo
:
ZodOptional
<
ZodISODateTime
>
;
excludeAuditRunIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditRunId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
resultStatus
:
ZodOptional
<
ZodUnion
<
readonly
[
ZodType
<
"pass"
|
"fail"
|
"needs_review"
,
unknown
,
$ZodTypeInternals
<
"pass"
|
"fail"
|
"needs_review"
,
unknown
>
,
>
,
ZodArray
<
ZodType
<
"pass"
|
"fail"
|
"needs_review"
,
unknown
,
$ZodTypeInternals
<
"pass"
|
"fail"
|
"needs_review"
,
unknown
>
,
>
,
>
,
]
,
>
,
>
;
search
:
ZodOptional
<
ZodString
>
;
sortOrder
:
ZodOptional
<
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
>
;
templateIds
:
ZodOptional
<
ZodArray
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...