Circle V2 API Docs
Preparing search index...
@repo/db
ListPatientChartsForPatientParams
Type Alias ListPatientChartsForPatientParams
type
ListPatientChartsForPatientParams
=
{
dateFrom
?:
string
;
dateTo
?:
string
;
fileType
?:
FormType
|
FormType
[]
;
limit
?:
number
;
offset
?:
number
;
patientId
:
PatientId
;
search
?:
string
;
sortOrder
?:
"asc"
|
"desc"
;
}
Index
Properties
date
From?
date
To?
file
Type?
limit?
offset?
patient
Id
search?
sort
Order?
Properties
Optional
date
From
dateFrom
?:
string
Optional
date
To
dateTo
?:
string
Optional
file
Type
fileType
?:
FormType
|
FormType
[]
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
patient
Id
patientId
:
PatientId
Optional
search
search
?:
string
Optional
sort
Order
sortOrder
?:
"asc"
|
"desc"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
From
date
To
file
Type
limit
offset
patient
Id
search
sort
Order
Circle V2 API Docs
Loading...