POST api/Patient/GetPatientAlertByDay
Request Information
URI Parameters
None.
Body Parameters
PatientAlertByDayGetRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Date": "2026-06-18T12:14:57.1678959+03:00",
"PatientID": "6bcd7338-34a9-437d-830f-0a4c07ebdb8c",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientAlertByDayGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <Language>sample string 3</Language> <PatientID>6bcd7338-34a9-437d-830f-0a4c07ebdb8c</PatientID> <WebApiVersion>2</WebApiVersion> <Date>2026-06-18T12:14:57.1678959+03:00</Date> </PatientAlertByDayGetRequest>
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": "2fbab8ae-5b4a-47dd-ae0c-a8784afcf687",
"AlertTypeID": "cf258c27-f960-4a2c-b90a-1298b0448501",
"ScheduledTime": "2026-06-18T12:14:57.1678959+03:00",
"ReminderTime": "2026-06-18T12:14:57.1678959+03:00",
"AlertStatusID": "cd9c185b-cbdc-4b1f-b702-fa28090f820c",
"StatusTime": "2026-06-18T12:14:57.1678959+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "e3cb0137-dfb7-49a1-8e8f-5e15fb592c4d",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "0f99b1ac-b153-4001-995f-0e785d99b6a1",
"PatientPharmacyID": "5a243927-4222-4fad-991c-cda8fc61333d",
"VitalID": "06a0311f-0b71-4fb6-a0d6-ee5ee7779055",
"MedicineID": "a10dc9c5-0fc4-4c5f-911b-38a72d2b0824",
"MedicineName": "sample string 4",
"MedicineUnitID": "db9f0d33-7f59-408e-a556-7c47daeff444",
"MedicineQuantity": 1.0
},
{
"PatientAlertID": "2fbab8ae-5b4a-47dd-ae0c-a8784afcf687",
"AlertTypeID": "cf258c27-f960-4a2c-b90a-1298b0448501",
"ScheduledTime": "2026-06-18T12:14:57.1678959+03:00",
"ReminderTime": "2026-06-18T12:14:57.1678959+03:00",
"AlertStatusID": "cd9c185b-cbdc-4b1f-b702-fa28090f820c",
"StatusTime": "2026-06-18T12:14:57.1678959+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "e3cb0137-dfb7-49a1-8e8f-5e15fb592c4d",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "0f99b1ac-b153-4001-995f-0e785d99b6a1",
"PatientPharmacyID": "5a243927-4222-4fad-991c-cda8fc61333d",
"VitalID": "06a0311f-0b71-4fb6-a0d6-ee5ee7779055",
"MedicineID": "a10dc9c5-0fc4-4c5f-911b-38a72d2b0824",
"MedicineName": "sample string 4",
"MedicineUnitID": "db9f0d33-7f59-408e-a556-7c47daeff444",
"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>cd9c185b-cbdc-4b1f-b702-fa28090f820c</AlertStatusID>
<AlertTypeID>cf258c27-f960-4a2c-b90a-1298b0448501</AlertTypeID>
<AppointmentTypeID>e3cb0137-dfb7-49a1-8e8f-5e15fb592c4d</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>a10dc9c5-0fc4-4c5f-911b-38a72d2b0824</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>db9f0d33-7f59-408e-a556-7c47daeff444</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>2fbab8ae-5b4a-47dd-ae0c-a8784afcf687</PatientAlertID>
<PatientDoctorID>0f99b1ac-b153-4001-995f-0e785d99b6a1</PatientDoctorID>
<PatientPharmacyID>5a243927-4222-4fad-991c-cda8fc61333d</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>06a0311f-0b71-4fb6-a0d6-ee5ee7779055</VitalID>
</PatientAlert>
<PatientAlert>
<AlertStatusID>cd9c185b-cbdc-4b1f-b702-fa28090f820c</AlertStatusID>
<AlertTypeID>cf258c27-f960-4a2c-b90a-1298b0448501</AlertTypeID>
<AppointmentTypeID>e3cb0137-dfb7-49a1-8e8f-5e15fb592c4d</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>a10dc9c5-0fc4-4c5f-911b-38a72d2b0824</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>db9f0d33-7f59-408e-a556-7c47daeff444</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>2fbab8ae-5b4a-47dd-ae0c-a8784afcf687</PatientAlertID>
<PatientDoctorID>0f99b1ac-b153-4001-995f-0e785d99b6a1</PatientDoctorID>
<PatientPharmacyID>5a243927-4222-4fad-991c-cda8fc61333d</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>06a0311f-0b71-4fb6-a0d6-ee5ee7779055</VitalID>
</PatientAlert>
</PatientAlert>
</GetPatientAlertResponse>