Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patients/update-patient.mutation
updatePatient
Variable updatePatient
Const
updatePatient
:
MutationProcedure
<
{
input
:
{
addressCity
?:
string
;
addressState
?:
string
;
addressStreet1
?:
string
;
addressStreet2
?:
string
;
addressZipcode
?:
string
;
dob
?:
string
;
email
?:
string
;
facilityId
?:
string
;
firstName
:
string
;
gender
?:
string
;
id
:
string
;
intakeNotes
?:
string
;
lastName
:
string
;
phoneMobile
?:
string
;
}
;
meta
:
object
;
output
:
{
address_city
:
string
|
null
;
address_state
:
string
|
null
;
address_street1
:
string
|
null
;
address_street2
:
string
|
null
;
address_zipcode
:
string
|
null
;
created_at
:
DbDate
;
created_by
:
string
|
null
;
dob
:
string
|
null
;
email
:
string
|
null
;
entity_id
:
number
&
{
__brand
:
"EntityId"
}
|
null
;
external_patient_id
:
string
|
null
;
external_source
:
"kipu"
|
"lightningstep"
|
"sunwave"
|
null
;
facility_id
:
string
&
{
__brand
:
"FacilityId"
}
|
null
;
first_name
:
string
|
null
;
gender
:
string
|
null
;
intake_notes
:
string
|
null
;
last_name
:
string
|
null
;
last_updated_summary
:
string
|
null
;
patient_id
:
PatientId
;
phone_mobile
:
string
|
null
;
primary_provider_id
:
string
&
{
__brand
:
"ProfileId"
}
|
null
;
status
:
string
|
null
;
summary
:
LegacyPatientSummary
|
null
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...