POST api/Patient/GetPatientAlertByDay

Request Information

URI Parameters

None.

Body Parameters

PatientAlertByDayGetRequest
NameDescriptionTypeAdditional information
Date

date

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "2026-04-24T14:24:48.8737332+03:00",
  "PatientID": "54fd5418-e22b-4ca6-ac6c-f1123fee26d6",
  "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>54fd5418-e22b-4ca6-ac6c-f1123fee26d6</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <Date>2026-04-24T14:24:48.8737332+03:00</Date>
</PatientAlertByDayGetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetPatientAlertResponse
NameDescriptionTypeAdditional 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": "6e138af0-8470-4d6a-a14f-3aa51083a79a",
      "AlertTypeID": "692e6135-fdb8-4fcf-b0a6-5c0b97cf5a2d",
      "ScheduledTime": "2026-04-24T14:24:48.8737332+03:00",
      "ReminderTime": "2026-04-24T14:24:48.8737332+03:00",
      "AlertStatusID": "0fb4631e-2b22-422b-8daa-8cb258a84c7c",
      "StatusTime": "2026-04-24T14:24:48.8737332+03:00",
      "Note": "sample string 2",
      "AppointmentTypeID": "3624bcb6-46de-4084-8c30-6e17fdd9f06d",
      "AppointmentWith": "sample string 3",
      "PatientDoctorID": "46fe2a15-d0b3-402f-87fb-a2ee873bc7ce",
      "PatientPharmacyID": "fe296f89-698c-443f-9b6e-80166fa5e512",
      "VitalID": "0f1c69da-0f81-4766-bfd3-007319b8a3b1",
      "MedicineID": "e08f05bf-e250-4b17-acf8-e37c599e0f75",
      "MedicineName": "sample string 4",
      "MedicineUnitID": "1820a96e-3589-495b-bfd4-72011c855fef",
      "MedicineQuantity": 1.0
    },
    {
      "PatientAlertID": "6e138af0-8470-4d6a-a14f-3aa51083a79a",
      "AlertTypeID": "692e6135-fdb8-4fcf-b0a6-5c0b97cf5a2d",
      "ScheduledTime": "2026-04-24T14:24:48.8737332+03:00",
      "ReminderTime": "2026-04-24T14:24:48.8737332+03:00",
      "AlertStatusID": "0fb4631e-2b22-422b-8daa-8cb258a84c7c",
      "StatusTime": "2026-04-24T14:24:48.8737332+03:00",
      "Note": "sample string 2",
      "AppointmentTypeID": "3624bcb6-46de-4084-8c30-6e17fdd9f06d",
      "AppointmentWith": "sample string 3",
      "PatientDoctorID": "46fe2a15-d0b3-402f-87fb-a2ee873bc7ce",
      "PatientPharmacyID": "fe296f89-698c-443f-9b6e-80166fa5e512",
      "VitalID": "0f1c69da-0f81-4766-bfd3-007319b8a3b1",
      "MedicineID": "e08f05bf-e250-4b17-acf8-e37c599e0f75",
      "MedicineName": "sample string 4",
      "MedicineUnitID": "1820a96e-3589-495b-bfd4-72011c855fef",
      "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>0fb4631e-2b22-422b-8daa-8cb258a84c7c</AlertStatusID>
      <AlertTypeID>692e6135-fdb8-4fcf-b0a6-5c0b97cf5a2d</AlertTypeID>
      <AppointmentTypeID>3624bcb6-46de-4084-8c30-6e17fdd9f06d</AppointmentTypeID>
      <AppointmentWith>sample string 3</AppointmentWith>
      <MedicineID>e08f05bf-e250-4b17-acf8-e37c599e0f75</MedicineID>
      <MedicineName>sample string 4</MedicineName>
      <MedicineQuantity>1</MedicineQuantity>
      <MedicineUnitID>1820a96e-3589-495b-bfd4-72011c855fef</MedicineUnitID>
      <Note>sample string 2</Note>
      <PatientAlertID>6e138af0-8470-4d6a-a14f-3aa51083a79a</PatientAlertID>
      <PatientDoctorID>46fe2a15-d0b3-402f-87fb-a2ee873bc7ce</PatientDoctorID>
      <PatientPharmacyID>fe296f89-698c-443f-9b6e-80166fa5e512</PatientPharmacyID>
      <ReminderTime>2026-04-24T14:24:48.8737332+03:00</ReminderTime>
      <ScheduledTime>2026-04-24T14:24:48.8737332+03:00</ScheduledTime>
      <StatusTime>2026-04-24T14:24:48.8737332+03:00</StatusTime>
      <VitalID>0f1c69da-0f81-4766-bfd3-007319b8a3b1</VitalID>
    </PatientAlert>
    <PatientAlert>
      <AlertStatusID>0fb4631e-2b22-422b-8daa-8cb258a84c7c</AlertStatusID>
      <AlertTypeID>692e6135-fdb8-4fcf-b0a6-5c0b97cf5a2d</AlertTypeID>
      <AppointmentTypeID>3624bcb6-46de-4084-8c30-6e17fdd9f06d</AppointmentTypeID>
      <AppointmentWith>sample string 3</AppointmentWith>
      <MedicineID>e08f05bf-e250-4b17-acf8-e37c599e0f75</MedicineID>
      <MedicineName>sample string 4</MedicineName>
      <MedicineQuantity>1</MedicineQuantity>
      <MedicineUnitID>1820a96e-3589-495b-bfd4-72011c855fef</MedicineUnitID>
      <Note>sample string 2</Note>
      <PatientAlertID>6e138af0-8470-4d6a-a14f-3aa51083a79a</PatientAlertID>
      <PatientDoctorID>46fe2a15-d0b3-402f-87fb-a2ee873bc7ce</PatientDoctorID>
      <PatientPharmacyID>fe296f89-698c-443f-9b6e-80166fa5e512</PatientPharmacyID>
      <ReminderTime>2026-04-24T14:24:48.8737332+03:00</ReminderTime>
      <ScheduledTime>2026-04-24T14:24:48.8737332+03:00</ScheduledTime>
      <StatusTime>2026-04-24T14:24:48.8737332+03:00</StatusTime>
      <VitalID>0f1c69da-0f81-4766-bfd3-007319b8a3b1</VitalID>
    </PatientAlert>
  </PatientAlert>
</GetPatientAlertResponse>