@ukkidney/ukrdc-axios-ts
Preparing search index...
PatientRecordsApiGetPatientResultsRequest
Interface PatientRecordsApiGetPatientResultsRequest
Request parameters for getPatientResults operation in PatientRecordsApi.
interface
PatientRecordsApiGetPatientResultsRequest
{
orderBy
?:
OrderBy
;
orderId
?:
string
[]
;
page
?:
number
;
pid
:
string
;
serviceId
?:
string
[]
;
since
?:
string
;
size
?:
number
;
sortBy
?:
ResultItemEnum
;
until
?:
string
;
}
Index
Properties
order
By?
order
Id?
page?
pid
service
Id?
since?
size?
sort
By?
until?
Properties
Optional
Readonly
order
By
orderBy
?:
OrderBy
Optional
Readonly
order
Id
orderId
?:
string
[]
Optional
Readonly
page
page
?:
number
Readonly
pid
pid
:
string
Optional
Readonly
service
Id
serviceId
?:
string
[]
Optional
Readonly
since
since
?:
string
Optional
Readonly
size
size
?:
number
Optional
Readonly
sort
By
sortBy
?:
ResultItemEnum
Optional
Readonly
until
until
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
By
order
Id
page
pid
service
Id
since
size
sort
By
until
@ukkidney/ukrdc-axios-ts
Loading...
Request parameters for getPatientResults operation in PatientRecordsApi.