---
title: "GET /api/services/app/Patient/GetAll"
method: GET
path: "/api/services/app/Patient/GetAll"
tags: ["Patient"]
---

# GET /api/services/app/Patient/GetAll

`GET /api/services/app/Patient/GetAll`

## Query parameters

- `Filter` string
- `Name` string
- `Code` string
- `IdGender` integer
- `FromBirthDate` string, date-time
- `ToBirthDate` string, date-time
- `BirthDate` string, date-time
- `PhoneNumber` string
- `IdentityCard` string
- `ProvinceCode` string
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfHisPatientDto
  - `items` HisPatientDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `patientCode` string, nullable
    - `lastName` string, nullable
    - `firstName` string, nullable
    - `fullName` string, nullable
    - `birthday` string, date-time
    - `idGender` integer
    - `genderName` string, nullable
    - `phoneNumber` string, nullable
    - `email` string, nullable
    - `identityCard` string, nullable
    - `identityDate` string, date-time
    - `address` string, nullable
    - `userId` integer, nullable
  - `totalCount` integer

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
