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": "4ab28f4f-e208-48d2-8c76-ebd8b828965b",
"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>4ab28f4f-e208-48d2-8c76-ebd8b828965b</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": "f30d33ca-9535-40cb-bc78-6fa9daec1416",
"AlertTypeID": "81e4a774-3fca-41e1-9987-88f46c6d9d64",
"ScheduledTime": "2026-04-24T14:23:04.3352841+03:00",
"ReminderTime": "2026-04-24T14:23:04.3352841+03:00",
"AlertStatusID": "6cecb8d5-edd8-438b-8c17-61ce8b6e1ef6",
"StatusTime": "2026-04-24T14:23:04.3352841+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "30159dbe-5625-4ccd-b9b6-f5aaa1fd07ad",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "e544e102-106f-482d-9e18-24437b0dc121",
"PatientPharmacyID": "fd8096ea-241f-4389-9f1d-82beebe06f47",
"VitalID": "139d9626-f745-484a-a359-dff1ca30be5f",
"MedicineID": "298f59ba-35bd-414a-8483-9c1b606e1337",
"MedicineName": "sample string 4",
"MedicineUnitID": "47f1a6a6-627a-48f5-bfc5-65076cd20ebe",
"MedicineQuantity": 1.0
},
{
"PatientAlertID": "f30d33ca-9535-40cb-bc78-6fa9daec1416",
"AlertTypeID": "81e4a774-3fca-41e1-9987-88f46c6d9d64",
"ScheduledTime": "2026-04-24T14:23:04.3352841+03:00",
"ReminderTime": "2026-04-24T14:23:04.3352841+03:00",
"AlertStatusID": "6cecb8d5-edd8-438b-8c17-61ce8b6e1ef6",
"StatusTime": "2026-04-24T14:23:04.3352841+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "30159dbe-5625-4ccd-b9b6-f5aaa1fd07ad",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "e544e102-106f-482d-9e18-24437b0dc121",
"PatientPharmacyID": "fd8096ea-241f-4389-9f1d-82beebe06f47",
"VitalID": "139d9626-f745-484a-a359-dff1ca30be5f",
"MedicineID": "298f59ba-35bd-414a-8483-9c1b606e1337",
"MedicineName": "sample string 4",
"MedicineUnitID": "47f1a6a6-627a-48f5-bfc5-65076cd20ebe",
"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>6cecb8d5-edd8-438b-8c17-61ce8b6e1ef6</AlertStatusID>
<AlertTypeID>81e4a774-3fca-41e1-9987-88f46c6d9d64</AlertTypeID>
<AppointmentTypeID>30159dbe-5625-4ccd-b9b6-f5aaa1fd07ad</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>298f59ba-35bd-414a-8483-9c1b606e1337</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>47f1a6a6-627a-48f5-bfc5-65076cd20ebe</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>f30d33ca-9535-40cb-bc78-6fa9daec1416</PatientAlertID>
<PatientDoctorID>e544e102-106f-482d-9e18-24437b0dc121</PatientDoctorID>
<PatientPharmacyID>fd8096ea-241f-4389-9f1d-82beebe06f47</PatientPharmacyID>
<ReminderTime>2026-04-24T14:23:04.3352841+03:00</ReminderTime>
<ScheduledTime>2026-04-24T14:23:04.3352841+03:00</ScheduledTime>
<StatusTime>2026-04-24T14:23:04.3352841+03:00</StatusTime>
<VitalID>139d9626-f745-484a-a359-dff1ca30be5f</VitalID>
</PatientAlert>
<PatientAlert>
<AlertStatusID>6cecb8d5-edd8-438b-8c17-61ce8b6e1ef6</AlertStatusID>
<AlertTypeID>81e4a774-3fca-41e1-9987-88f46c6d9d64</AlertTypeID>
<AppointmentTypeID>30159dbe-5625-4ccd-b9b6-f5aaa1fd07ad</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>298f59ba-35bd-414a-8483-9c1b606e1337</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>47f1a6a6-627a-48f5-bfc5-65076cd20ebe</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>f30d33ca-9535-40cb-bc78-6fa9daec1416</PatientAlertID>
<PatientDoctorID>e544e102-106f-482d-9e18-24437b0dc121</PatientDoctorID>
<PatientPharmacyID>fd8096ea-241f-4389-9f1d-82beebe06f47</PatientPharmacyID>
<ReminderTime>2026-04-24T14:23:04.3352841+03:00</ReminderTime>
<ScheduledTime>2026-04-24T14:23:04.3352841+03:00</ScheduledTime>
<StatusTime>2026-04-24T14:23:04.3352841+03:00</StatusTime>
<VitalID>139d9626-f745-484a-a359-dff1ca30be5f</VitalID>
</PatientAlert>
</PatientAlert>
</GetPatientAlertResponse>