Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patient-charts/list-generated-forms-for-patient.query
listGeneratedFormsForPatientInputSchema
Variable listGeneratedFormsForPatientInputSchema
Const
listGeneratedFormsForPatientInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
dateFrom
:
ZodOptional
<
ZodString
>
;
dateTo
:
ZodOptional
<
ZodString
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
search
:
ZodOptional
<
ZodString
>
;
sortOrder
:
ZodOptional
<
ZodEnum
<
{
asc
:
"asc"
;
desc
:
"desc"
}
>
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...