Circle V2 API Docs
Preparing search index...
@repo/legacy
integrations
SyncPatientDocumentsResponse
Type Alias SyncPatientDocumentsResponse
type
SyncPatientDocumentsResponse
=
{
dryRun
:
boolean
;
formattedResults
:
{
documentType
?:
ExternalDocumentType
;
evaluation_id
:
string
;
sections
:
string
[]
;
}
[]
;
patientId
:
PatientId
;
rawResults
:
unknown
[]
;
stats
:
{
documentsFetched
:
number
;
embedFailureCount
:
number
;
embedSuccessCount
:
number
;
}
;
}
Index
Properties
dry
Run
formatted
Results
patient
Id
raw
Results
stats
Properties
dry
Run
dryRun
:
boolean
formatted
Results
formattedResults
:
{
documentType
?:
ExternalDocumentType
;
evaluation_id
:
string
;
sections
:
string
[]
;
}
[]
patient
Id
patientId
:
PatientId
raw
Results
rawResults
:
unknown
[]
stats
stats
:
{
documentsFetched
:
number
;
embedFailureCount
:
number
;
embedSuccessCount
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dry
Run
formatted
Results
patient
Id
raw
Results
stats
Circle V2 API Docs
Loading...