Retrieves a paginated list of patients. Optional parameters allow specifying the page number and page size.
The page number of the content returned.
The size of the page of content returned.
The attribute to sort on.
True if the sort direction should be descending.
Lists only patients with the IDs provided.
Lists only patients with the site IDs provided.
Lists only patients with the external identifiers provided.
Lists only patients with the provided email.
Lists only patients with the provided name.
Lists only patients who are archived.
Lists only patients who are enrolled.
Lists only patients born on or after the provided date.
Lists only patients born on or before the provided date.
Lists only patients with the provided postal code.
Lists only patients with the provided country.
The content of the page, consisting of a list of objects.
The current page number. The first page has value 1.
The current page size. Default 15, maximum 250.
The number of objects matching the request.
True if this is the first page, false otherwise.
True if this is the last page, false otherwise.