Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patient-charts/list-all-ids-for-patient.query
listAllIdsForPatient
Variable listAllIdsForPatient
Const
listAllIdsForPatient
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
dateFrom
?:
string
;
dateTo
?:
string
;
externalDocumentType
?:
unknown
;
fileType
?:
unknown
;
patientId
:
string
;
search
?:
string
;
sortOrder
?:
"asc"
|
"desc"
;
treatmentEpisodeId
?:
string
;
}
;
meta
:
object
;
output
:
PatientChartId
[]
;
}
,
>
= ...
Backs "Select all", which must cover the whole filtered set, not the loaded pages.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
Backs "Select all", which must cover the whole filtered set, not the loaded pages.