GET api/UserHome/GetDoctorUpcomingAppointment
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfUserHomeDoctorResponse| Name | Description | Type | Additional 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,
"UserId": 3,
"Age": 1,
"CountryCode": 1,
"MobileNumber": "sample string 4",
"PatientName": "sample string 5",
"Status": 6,
"AppointmentDate": "sample string 7",
"AppointmentTime": "sample string 8",
"SSN": "sample string 9",
"Gender": "sample string 10",
"PhrId": 11,
"PrescriptionId": 12,
"DoctorFee": "sample string 13",
"BloodTypeName": "sample string 14",
"ProfileImageUrl": "sample string 15",
"PaymentMode": 16,
"ReasonForVisit": "sample string 17",
"ZipCode": 18,
"QP": true
},
{
"AppointmentId": 1,
"PatientId": 2,
"UserId": 3,
"Age": 1,
"CountryCode": 1,
"MobileNumber": "sample string 4",
"PatientName": "sample string 5",
"Status": 6,
"AppointmentDate": "sample string 7",
"AppointmentTime": "sample string 8",
"SSN": "sample string 9",
"Gender": "sample string 10",
"PhrId": 11,
"PrescriptionId": 12,
"DoctorFee": "sample string 13",
"BloodTypeName": "sample string 14",
"ProfileImageUrl": "sample string 15",
"PaymentMode": 16,
"ReasonForVisit": "sample string 17",
"ZipCode": 18,
"QP": true
}
]
}
}
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 7</d2p1:AppointmentDate>
<d2p1:AppointmentId>1</d2p1:AppointmentId>
<d2p1:AppointmentTime>sample string 8</d2p1:AppointmentTime>
<d2p1:BloodTypeName>sample string 14</d2p1:BloodTypeName>
<d2p1:CountryCode>1</d2p1:CountryCode>
<d2p1:DoctorFee>sample string 13</d2p1:DoctorFee>
<d2p1:Gender>sample string 10</d2p1:Gender>
<d2p1:MobileNumber>sample string 4</d2p1:MobileNumber>
<d2p1:PatientId>2</d2p1:PatientId>
<d2p1:PatientName>sample string 5</d2p1:PatientName>
<d2p1:PaymentMode>16</d2p1:PaymentMode>
<d2p1:PhrId>11</d2p1:PhrId>
<d2p1:PrescriptionId>12</d2p1:PrescriptionId>
<d2p1:ProfileImageUrl>sample string 15</d2p1:ProfileImageUrl>
<d2p1:QP>true</d2p1:QP>
<d2p1:ReasonForVisit>sample string 17</d2p1:ReasonForVisit>
<d2p1:SSN>sample string 9</d2p1:SSN>
<d2p1:Status>6</d2p1:Status>
<d2p1:UserId>3</d2p1:UserId>
<d2p1:ZipCode>18</d2p1:ZipCode>
</d2p1:UserHomeDoctor>
<d2p1:UserHomeDoctor>
<d2p1:Age>1</d2p1:Age>
<d2p1:AppointmentDate>sample string 7</d2p1:AppointmentDate>
<d2p1:AppointmentId>1</d2p1:AppointmentId>
<d2p1:AppointmentTime>sample string 8</d2p1:AppointmentTime>
<d2p1:BloodTypeName>sample string 14</d2p1:BloodTypeName>
<d2p1:CountryCode>1</d2p1:CountryCode>
<d2p1:DoctorFee>sample string 13</d2p1:DoctorFee>
<d2p1:Gender>sample string 10</d2p1:Gender>
<d2p1:MobileNumber>sample string 4</d2p1:MobileNumber>
<d2p1:PatientId>2</d2p1:PatientId>
<d2p1:PatientName>sample string 5</d2p1:PatientName>
<d2p1:PaymentMode>16</d2p1:PaymentMode>
<d2p1:PhrId>11</d2p1:PhrId>
<d2p1:PrescriptionId>12</d2p1:PrescriptionId>
<d2p1:ProfileImageUrl>sample string 15</d2p1:ProfileImageUrl>
<d2p1:QP>true</d2p1:QP>
<d2p1:ReasonForVisit>sample string 17</d2p1:ReasonForVisit>
<d2p1:SSN>sample string 9</d2p1:SSN>
<d2p1:Status>6</d2p1:Status>
<d2p1:UserId>3</d2p1:UserId>
<d2p1:ZipCode>18</d2p1:ZipCode>
</d2p1:UserHomeDoctor>
</d2p1:UpcomingAppointmentList>
</Result>
<Status>3</Status>
</ResponseOfUserHomeDoctorResponsehjs6Oqb9>