POST api/Patient/GetAllPatientAlert

Request Information

URI Parameters

None.

Body Parameters

PageRequestBase
NameDescriptionTypeAdditional 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": "9bdbbe44-d0fc-4136-97e9-95485d1523c2",
  "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>9bdbbe44-d0fc-4136-97e9-95485d1523c2</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
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": "ef0d4d7f-38d4-42fc-90ae-5112f14f6c6e",
      "AlertTypeID": "07bd12ed-9370-43d1-b4b7-6ecde8b6f55b",
      "ScheduledTime": "2025-12-11T14:39:45.6560459+03:00",
      "ReminderTime": "2025-12-11T14:39:45.6560459+03:00",
      "AlertStatusID": "5f124f1f-b5be-4955-ab10-6b8aa72d3f00",
      "StatusTime": "2025-12-11T14:39:45.6560459+03:00",
      "Note": "sample string 2",
      "AppointmentTypeID": "6b3fc270-7120-4b9a-ae12-dd3e55eb39be",
      "AppointmentWith": "sample string 3",
      "PatientDoctorID": "6f7eb0cb-5271-4f47-b945-1b17804e7631",
      "PatientPharmacyID": "2fe74cb0-1cb4-4bfd-a89a-b8fe07a41b11",
      "VitalID": "f4b3d3df-ad29-437c-82ab-a20e43bce92e",
      "MedicineID": "f078411f-3ab8-400a-a11d-51f7e438da4f",
      "MedicineName": "sample string 4",
      "MedicineUnitID": "0c959094-23a0-45e8-9ae2-1c884ffe6c06",
      "MedicineQuantity": 1.0
    },
    {
      "PatientAlertID": "ef0d4d7f-38d4-42fc-90ae-5112f14f6c6e",
      "AlertTypeID": "07bd12ed-9370-43d1-b4b7-6ecde8b6f55b",
      "ScheduledTime": "2025-12-11T14:39:45.6560459+03:00",
      "ReminderTime": "2025-12-11T14:39:45.6560459+03:00",
      "AlertStatusID": "5f124f1f-b5be-4955-ab10-6b8aa72d3f00",
      "StatusTime": "2025-12-11T14:39:45.6560459+03:00",
      "Note": "sample string 2",
      "AppointmentTypeID": "6b3fc270-7120-4b9a-ae12-dd3e55eb39be",
      "AppointmentWith": "sample string 3",
      "PatientDoctorID": "6f7eb0cb-5271-4f47-b945-1b17804e7631",
      "PatientPharmacyID": "2fe74cb0-1cb4-4bfd-a89a-b8fe07a41b11",
      "VitalID": "f4b3d3df-ad29-437c-82ab-a20e43bce92e",
      "MedicineID": "f078411f-3ab8-400a-a11d-51f7e438da4f",
      "MedicineName": "sample string 4",
      "MedicineUnitID": "0c959094-23a0-45e8-9ae2-1c884ffe6c06",
      "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>5f124f1f-b5be-4955-ab10-6b8aa72d3f00</AlertStatusID>
      <AlertTypeID>07bd12ed-9370-43d1-b4b7-6ecde8b6f55b</AlertTypeID>
      <AppointmentTypeID>6b3fc270-7120-4b9a-ae12-dd3e55eb39be</AppointmentTypeID>
      <AppointmentWith>sample string 3</AppointmentWith>
      <MedicineID>f078411f-3ab8-400a-a11d-51f7e438da4f</MedicineID>
      <MedicineName>sample string 4</MedicineName>
      <MedicineQuantity>1</MedicineQuantity>
      <MedicineUnitID>0c959094-23a0-45e8-9ae2-1c884ffe6c06</MedicineUnitID>
      <Note>sample string 2</Note>
      <PatientAlertID>ef0d4d7f-38d4-42fc-90ae-5112f14f6c6e</PatientAlertID>
      <PatientDoctorID>6f7eb0cb-5271-4f47-b945-1b17804e7631</PatientDoctorID>
      <PatientPharmacyID>2fe74cb0-1cb4-4bfd-a89a-b8fe07a41b11</PatientPharmacyID>
      <ReminderTime>2025-12-11T14:39:45.6560459+03:00</ReminderTime>
      <ScheduledTime>2025-12-11T14:39:45.6560459+03:00</ScheduledTime>
      <StatusTime>2025-12-11T14:39:45.6560459+03:00</StatusTime>
      <VitalID>f4b3d3df-ad29-437c-82ab-a20e43bce92e</VitalID>
    </PatientAlert>
    <PatientAlert>
      <AlertStatusID>5f124f1f-b5be-4955-ab10-6b8aa72d3f00</AlertStatusID>
      <AlertTypeID>07bd12ed-9370-43d1-b4b7-6ecde8b6f55b</AlertTypeID>
      <AppointmentTypeID>6b3fc270-7120-4b9a-ae12-dd3e55eb39be</AppointmentTypeID>
      <AppointmentWith>sample string 3</AppointmentWith>
      <MedicineID>f078411f-3ab8-400a-a11d-51f7e438da4f</MedicineID>
      <MedicineName>sample string 4</MedicineName>
      <MedicineQuantity>1</MedicineQuantity>
      <MedicineUnitID>0c959094-23a0-45e8-9ae2-1c884ffe6c06</MedicineUnitID>
      <Note>sample string 2</Note>
      <PatientAlertID>ef0d4d7f-38d4-42fc-90ae-5112f14f6c6e</PatientAlertID>
      <PatientDoctorID>6f7eb0cb-5271-4f47-b945-1b17804e7631</PatientDoctorID>
      <PatientPharmacyID>2fe74cb0-1cb4-4bfd-a89a-b8fe07a41b11</PatientPharmacyID>
      <ReminderTime>2025-12-11T14:39:45.6560459+03:00</ReminderTime>
      <ScheduledTime>2025-12-11T14:39:45.6560459+03:00</ScheduledTime>
      <StatusTime>2025-12-11T14:39:45.6560459+03:00</StatusTime>
      <VitalID>f4b3d3df-ad29-437c-82ab-a20e43bce92e</VitalID>
    </PatientAlert>
  </PatientAlert>
</GetPatientAlertResponse>