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-08-12T11:43:56.2400021+03:00",
"PatientID": "d9adaa18-4db1-4f7c-8d06-6997357a2135",
"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>d9adaa18-4db1-4f7c-8d06-6997357a2135</PatientID> <WebApiVersion>2</WebApiVersion> <Date>2026-08-12T11:43:56.2400021+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": "960e80a9-131f-42b7-b74e-1ad1e9193a10",
"AlertTypeID": "0cc16218-38e0-43a6-9afb-ae38772c26e3",
"ScheduledTime": "2026-08-12T11:43:56.2400021+03:00",
"ReminderTime": "2026-08-12T11:43:56.2400021+03:00",
"AlertStatusID": "ee4a7d94-7bb1-456f-b38d-28ae516f7836",
"StatusTime": "2026-08-12T11:43:56.2400021+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "670822a7-486c-4945-8bdf-c59b6bb5da09",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "33bd02a7-53ce-4255-b950-865c0a0dccf0",
"PatientPharmacyID": "169fda25-330d-4a11-993f-9c1e6237fd83",
"VitalID": "adb96623-f89a-4ec0-b95e-3c73f7928a95",
"MedicineID": "8918693f-8f3f-4979-83a5-38e434fc2bdd",
"MedicineName": "sample string 4",
"MedicineUnitID": "e314eba1-a020-482b-9f77-fa31f5bb448a",
"MedicineQuantity": 1.0
},
{
"PatientAlertID": "960e80a9-131f-42b7-b74e-1ad1e9193a10",
"AlertTypeID": "0cc16218-38e0-43a6-9afb-ae38772c26e3",
"ScheduledTime": "2026-08-12T11:43:56.2400021+03:00",
"ReminderTime": "2026-08-12T11:43:56.2400021+03:00",
"AlertStatusID": "ee4a7d94-7bb1-456f-b38d-28ae516f7836",
"StatusTime": "2026-08-12T11:43:56.2400021+03:00",
"Note": "sample string 2",
"AppointmentTypeID": "670822a7-486c-4945-8bdf-c59b6bb5da09",
"AppointmentWith": "sample string 3",
"PatientDoctorID": "33bd02a7-53ce-4255-b950-865c0a0dccf0",
"PatientPharmacyID": "169fda25-330d-4a11-993f-9c1e6237fd83",
"VitalID": "adb96623-f89a-4ec0-b95e-3c73f7928a95",
"MedicineID": "8918693f-8f3f-4979-83a5-38e434fc2bdd",
"MedicineName": "sample string 4",
"MedicineUnitID": "e314eba1-a020-482b-9f77-fa31f5bb448a",
"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>ee4a7d94-7bb1-456f-b38d-28ae516f7836</AlertStatusID>
<AlertTypeID>0cc16218-38e0-43a6-9afb-ae38772c26e3</AlertTypeID>
<AppointmentTypeID>670822a7-486c-4945-8bdf-c59b6bb5da09</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>8918693f-8f3f-4979-83a5-38e434fc2bdd</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>e314eba1-a020-482b-9f77-fa31f5bb448a</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>960e80a9-131f-42b7-b74e-1ad1e9193a10</PatientAlertID>
<PatientDoctorID>33bd02a7-53ce-4255-b950-865c0a0dccf0</PatientDoctorID>
<PatientPharmacyID>169fda25-330d-4a11-993f-9c1e6237fd83</PatientPharmacyID>
<ReminderTime>2026-08-12T11:43:56.2400021+03:00</ReminderTime>
<ScheduledTime>2026-08-12T11:43:56.2400021+03:00</ScheduledTime>
<StatusTime>2026-08-12T11:43:56.2400021+03:00</StatusTime>
<VitalID>adb96623-f89a-4ec0-b95e-3c73f7928a95</VitalID>
</PatientAlert>
<PatientAlert>
<AlertStatusID>ee4a7d94-7bb1-456f-b38d-28ae516f7836</AlertStatusID>
<AlertTypeID>0cc16218-38e0-43a6-9afb-ae38772c26e3</AlertTypeID>
<AppointmentTypeID>670822a7-486c-4945-8bdf-c59b6bb5da09</AppointmentTypeID>
<AppointmentWith>sample string 3</AppointmentWith>
<MedicineID>8918693f-8f3f-4979-83a5-38e434fc2bdd</MedicineID>
<MedicineName>sample string 4</MedicineName>
<MedicineQuantity>1</MedicineQuantity>
<MedicineUnitID>e314eba1-a020-482b-9f77-fa31f5bb448a</MedicineUnitID>
<Note>sample string 2</Note>
<PatientAlertID>960e80a9-131f-42b7-b74e-1ad1e9193a10</PatientAlertID>
<PatientDoctorID>33bd02a7-53ce-4255-b950-865c0a0dccf0</PatientDoctorID>
<PatientPharmacyID>169fda25-330d-4a11-993f-9c1e6237fd83</PatientPharmacyID>
<ReminderTime>2026-08-12T11:43:56.2400021+03:00</ReminderTime>
<ScheduledTime>2026-08-12T11:43:56.2400021+03:00</ScheduledTime>
<StatusTime>2026-08-12T11:43:56.2400021+03:00</StatusTime>
<VitalID>adb96623-f89a-4ec0-b95e-3c73f7928a95</VitalID>
</PatientAlert>
</PatientAlert>
</GetPatientAlertResponse>