POST api/Medical/GetDoctorPatients

Request Information

URI Parameters

None.

Body Parameters

PageFilterRequestBase
NameDescriptionTypeAdditional information
Filter

string

None.

PageNumber

integer

None.

PageCount

integer

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Filter": "sample string 1",
  "PageNumber": 2,
  "PageCount": 3,
  "PatientID": "8bf9135c-ce7f-439b-885e-aab247c3472d",
  "WebApiVersion": 5,
  "Language": "sample string 6"
}

application/xml, text/xml

Sample:
<PageFilterRequestBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 6</Language>
  <PatientID>8bf9135c-ce7f-439b-885e-aab247c3472d</PatientID>
  <WebApiVersion>5</WebApiVersion>
  <PageCount>3</PageCount>
  <PageNumber>2</PageNumber>
  <Filter>sample string 1</Filter>
</PageFilterRequestBase>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DoctorPatientsResponse
NameDescriptionTypeAdditional information
PatientsList

Collection of DoctorPatient

None.

PageNumber

integer

None.

PageCount

integer

None.

TotalCount

integer

None.

WebApiVersion

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PatientsList": [
    {
      "PatientID": "850058f4-aa8f-433b-97fc-806ec879d550",
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "BirthDate": "2025-12-11T14:42:54.719734+03:00",
      "GenderID": "c1d55ac3-2765-4146-a06a-ca8f3d8e3319",
      "BloodTypeID": "ad5b58bd-ed6c-4398-9c4c-e0df20715f74",
      "MaritalStatusID": "d0352f63-585c-4692-a5cd-4e1392f601f6",
      "Phone": "sample string 4",
      "NationalID": "sample string 5",
      "Height": 1.0,
      "PhoneCountryID": "a3021592-365c-4491-a929-99615743199b",
      "PhotoLink": "sample string 6",
      "Menu": [
        {
          "Code": 1,
          "Name": "sample string 2",
          "ResourceKey": "sample string 3"
        },
        {
          "Code": 1,
          "Name": "sample string 2",
          "ResourceKey": "sample string 3"
        }
      ],
      "LastVitalValues": [
        {
          "VitalID": "66243a7c-d1bd-413d-943b-2301030e362a",
          "VitalName": "sample string 2",
          "TimeStamp": "2025-12-11T14:42:54.719734+03:00",
          "VitalValue": "sample string 4"
        },
        {
          "VitalID": "66243a7c-d1bd-413d-943b-2301030e362a",
          "VitalName": "sample string 2",
          "TimeStamp": "2025-12-11T14:42:54.719734+03:00",
          "VitalValue": "sample string 4"
        }
      ]
    },
    {
      "PatientID": "850058f4-aa8f-433b-97fc-806ec879d550",
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "BirthDate": "2025-12-11T14:42:54.719734+03:00",
      "GenderID": "c1d55ac3-2765-4146-a06a-ca8f3d8e3319",
      "BloodTypeID": "ad5b58bd-ed6c-4398-9c4c-e0df20715f74",
      "MaritalStatusID": "d0352f63-585c-4692-a5cd-4e1392f601f6",
      "Phone": "sample string 4",
      "NationalID": "sample string 5",
      "Height": 1.0,
      "PhoneCountryID": "a3021592-365c-4491-a929-99615743199b",
      "PhotoLink": "sample string 6",
      "Menu": [
        {
          "Code": 1,
          "Name": "sample string 2",
          "ResourceKey": "sample string 3"
        },
        {
          "Code": 1,
          "Name": "sample string 2",
          "ResourceKey": "sample string 3"
        }
      ],
      "LastVitalValues": [
        {
          "VitalID": "66243a7c-d1bd-413d-943b-2301030e362a",
          "VitalName": "sample string 2",
          "TimeStamp": "2025-12-11T14:42:54.719734+03:00",
          "VitalValue": "sample string 4"
        },
        {
          "VitalID": "66243a7c-d1bd-413d-943b-2301030e362a",
          "VitalName": "sample string 2",
          "TimeStamp": "2025-12-11T14:42:54.719734+03:00",
          "VitalValue": "sample string 4"
        }
      ]
    }
  ],
  "PageNumber": 1,
  "PageCount": 2,
  "TotalCount": 3,
  "WebApiVersion": 4
}

application/xml, text/xml

Sample:
<DoctorPatientsResponse 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>
  <PatientsList>
    <DoctorPatient>
      <BirthDate>2025-12-11T14:42:54.719734+03:00</BirthDate>
      <BloodTypeID>ad5b58bd-ed6c-4398-9c4c-e0df20715f74</BloodTypeID>
      <FirstName>sample string 2</FirstName>
      <GenderID>c1d55ac3-2765-4146-a06a-ca8f3d8e3319</GenderID>
      <Height>1</Height>
      <LastName>sample string 3</LastName>
      <LastVitalValues>
        <PatientAlertVitalStringLog>
          <TimeStamp>2025-12-11T14:42:54.719734+03:00</TimeStamp>
          <VitalID>66243a7c-d1bd-413d-943b-2301030e362a</VitalID>
          <VitalName>sample string 2</VitalName>
          <VitalValue>sample string 4</VitalValue>
        </PatientAlertVitalStringLog>
        <PatientAlertVitalStringLog>
          <TimeStamp>2025-12-11T14:42:54.719734+03:00</TimeStamp>
          <VitalID>66243a7c-d1bd-413d-943b-2301030e362a</VitalID>
          <VitalName>sample string 2</VitalName>
          <VitalValue>sample string 4</VitalValue>
        </PatientAlertVitalStringLog>
      </LastVitalValues>
      <MaritalStatusID>d0352f63-585c-4692-a5cd-4e1392f601f6</MaritalStatusID>
      <Menu>
        <Menu>
          <Code>1</Code>
          <Name>sample string 2</Name>
          <ResourceKey>sample string 3</ResourceKey>
        </Menu>
        <Menu>
          <Code>1</Code>
          <Name>sample string 2</Name>
          <ResourceKey>sample string 3</ResourceKey>
        </Menu>
      </Menu>
      <NationalID>sample string 5</NationalID>
      <PatientID>850058f4-aa8f-433b-97fc-806ec879d550</PatientID>
      <Phone>sample string 4</Phone>
      <PhoneCountryID>a3021592-365c-4491-a929-99615743199b</PhoneCountryID>
      <PhotoLink>sample string 6</PhotoLink>
    </DoctorPatient>
    <DoctorPatient>
      <BirthDate>2025-12-11T14:42:54.719734+03:00</BirthDate>
      <BloodTypeID>ad5b58bd-ed6c-4398-9c4c-e0df20715f74</BloodTypeID>
      <FirstName>sample string 2</FirstName>
      <GenderID>c1d55ac3-2765-4146-a06a-ca8f3d8e3319</GenderID>
      <Height>1</Height>
      <LastName>sample string 3</LastName>
      <LastVitalValues>
        <PatientAlertVitalStringLog>
          <TimeStamp>2025-12-11T14:42:54.719734+03:00</TimeStamp>
          <VitalID>66243a7c-d1bd-413d-943b-2301030e362a</VitalID>
          <VitalName>sample string 2</VitalName>
          <VitalValue>sample string 4</VitalValue>
        </PatientAlertVitalStringLog>
        <PatientAlertVitalStringLog>
          <TimeStamp>2025-12-11T14:42:54.719734+03:00</TimeStamp>
          <VitalID>66243a7c-d1bd-413d-943b-2301030e362a</VitalID>
          <VitalName>sample string 2</VitalName>
          <VitalValue>sample string 4</VitalValue>
        </PatientAlertVitalStringLog>
      </LastVitalValues>
      <MaritalStatusID>d0352f63-585c-4692-a5cd-4e1392f601f6</MaritalStatusID>
      <Menu>
        <Menu>
          <Code>1</Code>
          <Name>sample string 2</Name>
          <ResourceKey>sample string 3</ResourceKey>
        </Menu>
        <Menu>
          <Code>1</Code>
          <Name>sample string 2</Name>
          <ResourceKey>sample string 3</ResourceKey>
        </Menu>
      </Menu>
      <NationalID>sample string 5</NationalID>
      <PatientID>850058f4-aa8f-433b-97fc-806ec879d550</PatientID>
      <Phone>sample string 4</Phone>
      <PhoneCountryID>a3021592-365c-4491-a929-99615743199b</PhoneCountryID>
      <PhotoLink>sample string 6</PhotoLink>
    </DoctorPatient>
  </PatientsList>
</DoctorPatientsResponse>