POST api/Patient/GetAllPatientAlert
Request Information
URI Parameters
None.
Body Parameters
PageRequestBase| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"PageCount": 2,
"PatientID": "54760a28-ce22-4b75-84f5-7c824bf3cea8",
"WebApiVersion": 4,
"Language": "sample string 5"
}
application/xml, text/xml
Sample:
<PageRequestBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <Language>sample string 5</Language> <PatientID>54760a28-ce22-4b75-84f5-7c824bf3cea8</PatientID> <WebApiVersion>4</WebApiVersion> <PageCount>2</PageCount> <PageNumber>1</PageNumber> </PageRequestBase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetPatientAlertResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientAlert | Collection of PatientAlert |
None. |
|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| TotalCount | integer |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientAlert": [
{
"PatientAlertID": "864ef12e-d395-4d9e-ad03-e8600fbf8976",
"AlertTypeID": "3cb538e5-2c23-411b-9538-3f83a519fbb4",
"ScheduledTime": "2026-06-18T12:14:57.1678959+03:00",
"ReminderTime": "2026-06-18T12:14:57.1678959+03:00",
"AlertStatusID": "e09763a0-612d-4d8a-93bb-227f3cd95c09",
"StatusTime": "2026-06-18T12:14:57.1678959+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "700faf30-8488-49ed-8785-84fbf144c7fc",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "91695239-60b0-43c3-b4d8-1be9b0ed3353",
"PatientPharmacyID": "5662d26e-b8c9-4ba8-808c-6ec4d923da72",
"VitalID": "e2595909-24e5-4342-8563-07b3ae41a5ae",
"MedicineID": "4f11642d-d19a-4a8a-a5e2-f2f056ab1b93",
"MedicineName": "sample string 4",
"MedicineUnitID": "3b0e7779-94b7-4ffc-aee8-b82755771280",
"MedicineQuantity": 1.0
},
{
"PatientAlertID": "864ef12e-d395-4d9e-ad03-e8600fbf8976",
"AlertTypeID": "3cb538e5-2c23-411b-9538-3f83a519fbb4",
"ScheduledTime": "2026-06-18T12:14:57.1678959+03:00",
"ReminderTime": "2026-06-18T12:14:57.1678959+03:00",
"AlertStatusID": "e09763a0-612d-4d8a-93bb-227f3cd95c09",
"StatusTime": "2026-06-18T12:14:57.1678959+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "700faf30-8488-49ed-8785-84fbf144c7fc",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "91695239-60b0-43c3-b4d8-1be9b0ed3353",
"PatientPharmacyID": "5662d26e-b8c9-4ba8-808c-6ec4d923da72",
"VitalID": "e2595909-24e5-4342-8563-07b3ae41a5ae",
"MedicineID": "4f11642d-d19a-4a8a-a5e2-f2f056ab1b93",
"MedicineName": "sample string 4",
"MedicineUnitID": "3b0e7779-94b7-4ffc-aee8-b82755771280",
"MedicineQuantity": 1.0
}
],
"PageNumber": 1,
"PageCount": 2,
"TotalCount": 3,
"WebApiVersion": 4
}
application/xml, text/xml
Sample:
<GetPatientAlertResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<WebApiVersion>4</WebApiVersion>
<PageCount>2</PageCount>
<PageNumber>1</PageNumber>
<TotalCount>3</TotalCount>
<PatientAlert>
<PatientAlert>
<AlertStatusID>e09763a0-612d-4d8a-93bb-227f3cd95c09</AlertStatusID>
<AlertTypeID>3cb538e5-2c23-411b-9538-3f83a519fbb4</AlertTypeID>
<AppointmentTypeID>700faf30-8488-49ed-8785-84fbf144c7fc</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>4f11642d-d19a-4a8a-a5e2-f2f056ab1b93</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>3b0e7779-94b7-4ffc-aee8-b82755771280</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>864ef12e-d395-4d9e-ad03-e8600fbf8976</PatientAlertID>
<PatientDoctorID>91695239-60b0-43c3-b4d8-1be9b0ed3353</PatientDoctorID>
<PatientPharmacyID>5662d26e-b8c9-4ba8-808c-6ec4d923da72</PatientPharmacyID>
<ReminderTime>2026-06-18T12:14:57.1678959+03:00</ReminderTime>
<ScheduledTime>2026-06-18T12:14:57.1678959+03:00</ScheduledTime>
<StatusTime>2026-06-18T12:14:57.1678959+03:00</StatusTime>
<VitalID>e2595909-24e5-4342-8563-07b3ae41a5ae</VitalID>
</PatientAlert>
<PatientAlert>
<AlertStatusID>e09763a0-612d-4d8a-93bb-227f3cd95c09</AlertStatusID>
<AlertTypeID>3cb538e5-2c23-411b-9538-3f83a519fbb4</AlertTypeID>
<AppointmentTypeID>700faf30-8488-49ed-8785-84fbf144c7fc</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>4f11642d-d19a-4a8a-a5e2-f2f056ab1b93</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>3b0e7779-94b7-4ffc-aee8-b82755771280</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>864ef12e-d395-4d9e-ad03-e8600fbf8976</PatientAlertID>
<PatientDoctorID>91695239-60b0-43c3-b4d8-1be9b0ed3353</PatientDoctorID>
<PatientPharmacyID>5662d26e-b8c9-4ba8-808c-6ec4d923da72</PatientPharmacyID>
<ReminderTime>2026-06-18T12:14:57.1678959+03:00</ReminderTime>
<ScheduledTime>2026-06-18T12:14:57.1678959+03:00</ScheduledTime>
<StatusTime>2026-06-18T12:14:57.1678959+03:00</StatusTime>
<VitalID>e2595909-24e5-4342-8563-07b3ae41a5ae</VitalID>
</PatientAlert>
</PatientAlert>
</GetPatientAlertResponse>