Circle V2 API Docs
Preparing search index...
@repo/db
casesRepo
Variable casesRepo
Const
casesRepo
:
DbRepo
<
{
getOrCreatePatientCase
:
(
params
:
GetOrCreatePatientCaseParams
,
)
=>
Promise
<
{
created_at
:
DbDate
;
created_by
:
string
|
null
;
id
:
CaseId
;
is_patient_case
:
boolean
;
patient_id
:
string
&
{
__brand
:
"PatientId"
}
|
null
;
status
:
string
|
null
;
summary
:
string
|
null
;
title
:
string
|
null
;
updated_at
:
DbDate
|
null
;
}
,
>
;
mergePatientCaseRowsForPatientMerge
:
(
params
:
MergePatientCaseRowsForPatientMergeParams
,
)
=>
Promise
<
PatientCaseMergeStats
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...