GET api/UserHome/GetDoctorUpcomingAppointment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseOfUserHomeDoctorResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Status

integer

None.

Result

UserHomeDoctorResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Status": 3,
  "Result": {
    "UpcomingAppointmentList": [
      {
        "AppointmentId": 1,
        "PatientId": 2,
        "Age": 1,
        "CountryCode": 1,
        "MobileNumber": "sample string 3",
        "PatientName": "sample string 4",
        "Status": 5,
        "AppointmentDate": "sample string 6",
        "AppointmentTime": "sample string 7",
        "SSN": "sample string 8",
        "Gender": "sample string 9",
        "PhrId": 10,
        "PrescriptionId": 11,
        "DoctorFee": "sample string 12",
        "BloodTypeName": "sample string 13",
        "ProfileImageUrl": "sample string 14",
        "PaymentMode": 15,
        "ReasonForVisit": "sample string 16"
      },
      {
        "AppointmentId": 1,
        "PatientId": 2,
        "Age": 1,
        "CountryCode": 1,
        "MobileNumber": "sample string 3",
        "PatientName": "sample string 4",
        "Status": 5,
        "AppointmentDate": "sample string 6",
        "AppointmentTime": "sample string 7",
        "SSN": "sample string 8",
        "Gender": "sample string 9",
        "PhrId": 10,
        "PrescriptionId": 11,
        "DoctorFee": "sample string 12",
        "BloodTypeName": "sample string 13",
        "ProfileImageUrl": "sample string 14",
        "PaymentMode": 15,
        "ReasonForVisit": "sample string 16"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ResponseOfUserHomeDoctorResponsehjs6Oqb9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models.Common">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models">
    <d2p1:UpcomingAppointmentList>
      <d2p1:UserHomeDoctor>
        <d2p1:Age>1</d2p1:Age>
        <d2p1:AppointmentDate>sample string 6</d2p1:AppointmentDate>
        <d2p1:AppointmentId>1</d2p1:AppointmentId>
        <d2p1:AppointmentTime>sample string 7</d2p1:AppointmentTime>
        <d2p1:BloodTypeName>sample string 13</d2p1:BloodTypeName>
        <d2p1:CountryCode>1</d2p1:CountryCode>
        <d2p1:DoctorFee>sample string 12</d2p1:DoctorFee>
        <d2p1:Gender>sample string 9</d2p1:Gender>
        <d2p1:MobileNumber>sample string 3</d2p1:MobileNumber>
        <d2p1:PatientId>2</d2p1:PatientId>
        <d2p1:PatientName>sample string 4</d2p1:PatientName>
        <d2p1:PaymentMode>15</d2p1:PaymentMode>
        <d2p1:PhrId>10</d2p1:PhrId>
        <d2p1:PrescriptionId>11</d2p1:PrescriptionId>
        <d2p1:ProfileImageUrl>sample string 14</d2p1:ProfileImageUrl>
        <d2p1:ReasonForVisit>sample string 16</d2p1:ReasonForVisit>
        <d2p1:SSN>sample string 8</d2p1:SSN>
        <d2p1:Status>5</d2p1:Status>
      </d2p1:UserHomeDoctor>
      <d2p1:UserHomeDoctor>
        <d2p1:Age>1</d2p1:Age>
        <d2p1:AppointmentDate>sample string 6</d2p1:AppointmentDate>
        <d2p1:AppointmentId>1</d2p1:AppointmentId>
        <d2p1:AppointmentTime>sample string 7</d2p1:AppointmentTime>
        <d2p1:BloodTypeName>sample string 13</d2p1:BloodTypeName>
        <d2p1:CountryCode>1</d2p1:CountryCode>
        <d2p1:DoctorFee>sample string 12</d2p1:DoctorFee>
        <d2p1:Gender>sample string 9</d2p1:Gender>
        <d2p1:MobileNumber>sample string 3</d2p1:MobileNumber>
        <d2p1:PatientId>2</d2p1:PatientId>
        <d2p1:PatientName>sample string 4</d2p1:PatientName>
        <d2p1:PaymentMode>15</d2p1:PaymentMode>
        <d2p1:PhrId>10</d2p1:PhrId>
        <d2p1:PrescriptionId>11</d2p1:PrescriptionId>
        <d2p1:ProfileImageUrl>sample string 14</d2p1:ProfileImageUrl>
        <d2p1:ReasonForVisit>sample string 16</d2p1:ReasonForVisit>
        <d2p1:SSN>sample string 8</d2p1:SSN>
        <d2p1:Status>5</d2p1:Status>
      </d2p1:UserHomeDoctor>
    </d2p1:UpcomingAppointmentList>
  </Result>
  <Status>3</Status>
</ResponseOfUserHomeDoctorResponsehjs6Oqb9>