Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patients/create-patient.mutation
createPatientInputSchema
Variable createPatientInputSchema
Const
createPatientInputSchema
:
ZodObject
<
{
addressCity
:
ZodOptional
<
ZodString
>
;
addressState
:
ZodOptional
<
ZodString
>
;
addressStreet1
:
ZodOptional
<
ZodString
>
;
addressStreet2
:
ZodOptional
<
ZodString
>
;
addressZipcode
:
ZodOptional
<
ZodString
>
;
dob
:
ZodOptional
<
ZodString
>
;
email
:
ZodUnion
<
[
ZodOptional
<
ZodEmail
>
,
ZodLiteral
<
""
>
]
>
;
facilityId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
FacilityId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
firstName
:
ZodString
;
gender
:
ZodOptional
<
ZodString
>
;
intakeNotes
:
ZodOptional
<
ZodString
>
;
lastName
:
ZodString
;
phoneMobile
:
ZodOptional
<
ZodString
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...