GET api/hms/getDrSearchAppointments/{doctorID}/{DD}/{MM}/{YYYY}/{PatientChartNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
doctorID

string

Required

DD

string

Required

MM

string

Required

YYYY

string

Required

PatientChartNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Appointment
NameDescriptionTypeAdditional information
AppointmentSequenceNumber

string

None.

AppointmentDate

date

None.

AppointmentTime

date

None.

DoctorNameForDisplay

string

None.

AppointmentStatus

string

None.

AppointmentBookedBy

string

None.

AppointmentCancellationCode

integer

None.

ReasonMasterCaption

string

None.

LaboratoryName

string

None.

PatientChartNumber

string

None.

PatientFirstName

string

None.

PatientLastName

string

None.

PatientDateOfBirth

date

None.

GenderCaption

string

None.

PatientAge

string

None.

appointmentStatusId

string

None.

DoctorMasterSeqNumber

string

None.

ScheduleAppointmentSequenceNumber

string

None.

PatientSeqNumber

string

None.

PrescriptionCount

integer

None.

FacilityMasterCode

string

None.

PatientVisitCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppointmentSequenceNumber": "sample string 1",
    "AppointmentDate": "2026-01-15T00:08:35.5379275+05:30",
    "AppointmentTime": "2026-01-15T00:08:35.5379275+05:30",
    "DoctorNameForDisplay": "sample string 4",
    "AppointmentStatus": "sample string 5",
    "AppointmentBookedBy": "sample string 6",
    "AppointmentCancellationCode": 7,
    "ReasonMasterCaption": "sample string 8",
    "LaboratoryName": "sample string 9",
    "PatientChartNumber": "sample string 10",
    "PatientFirstName": "sample string 11",
    "PatientLastName": "sample string 12",
    "PatientDateOfBirth": "2026-01-15T00:08:35.5379275+05:30",
    "GenderCaption": "sample string 14",
    "PatientAge": "sample string 15",
    "appointmentStatusId": "sample string 16",
    "DoctorMasterSeqNumber": "sample string 17",
    "ScheduleAppointmentSequenceNumber": "sample string 18",
    "PatientSeqNumber": "sample string 19",
    "PrescriptionCount": 20,
    "FacilityMasterCode": "sample string 21",
    "PatientVisitCode": "sample string 22"
  },
  {
    "AppointmentSequenceNumber": "sample string 1",
    "AppointmentDate": "2026-01-15T00:08:35.5379275+05:30",
    "AppointmentTime": "2026-01-15T00:08:35.5379275+05:30",
    "DoctorNameForDisplay": "sample string 4",
    "AppointmentStatus": "sample string 5",
    "AppointmentBookedBy": "sample string 6",
    "AppointmentCancellationCode": 7,
    "ReasonMasterCaption": "sample string 8",
    "LaboratoryName": "sample string 9",
    "PatientChartNumber": "sample string 10",
    "PatientFirstName": "sample string 11",
    "PatientLastName": "sample string 12",
    "PatientDateOfBirth": "2026-01-15T00:08:35.5379275+05:30",
    "GenderCaption": "sample string 14",
    "PatientAge": "sample string 15",
    "appointmentStatusId": "sample string 16",
    "DoctorMasterSeqNumber": "sample string 17",
    "ScheduleAppointmentSequenceNumber": "sample string 18",
    "PatientSeqNumber": "sample string 19",
    "PrescriptionCount": 20,
    "FacilityMasterCode": "sample string 21",
    "PatientVisitCode": "sample string 22"
  }
]

text/html

Sample:
[{"AppointmentSequenceNumber":"sample string 1","AppointmentDate":"2026-01-15T00:08:35.5379275+05:30","AppointmentTime":"2026-01-15T00:08:35.5379275+05:30","DoctorNameForDisplay":"sample string 4","AppointmentStatus":"sample string 5","AppointmentBookedBy":"sample string 6","AppointmentCancellationCode":7,"ReasonMasterCaption":"sample string 8","LaboratoryName":"sample string 9","PatientChartNumber":"sample string 10","PatientFirstName":"sample string 11","PatientLastName":"sample string 12","PatientDateOfBirth":"2026-01-15T00:08:35.5379275+05:30","GenderCaption":"sample string 14","PatientAge":"sample string 15","appointmentStatusId":"sample string 16","DoctorMasterSeqNumber":"sample string 17","ScheduleAppointmentSequenceNumber":"sample string 18","PatientSeqNumber":"sample string 19","PrescriptionCount":20,"FacilityMasterCode":"sample string 21","PatientVisitCode":"sample string 22"},{"AppointmentSequenceNumber":"sample string 1","AppointmentDate":"2026-01-15T00:08:35.5379275+05:30","AppointmentTime":"2026-01-15T00:08:35.5379275+05:30","DoctorNameForDisplay":"sample string 4","AppointmentStatus":"sample string 5","AppointmentBookedBy":"sample string 6","AppointmentCancellationCode":7,"ReasonMasterCaption":"sample string 8","LaboratoryName":"sample string 9","PatientChartNumber":"sample string 10","PatientFirstName":"sample string 11","PatientLastName":"sample string 12","PatientDateOfBirth":"2026-01-15T00:08:35.5379275+05:30","GenderCaption":"sample string 14","PatientAge":"sample string 15","appointmentStatusId":"sample string 16","DoctorMasterSeqNumber":"sample string 17","ScheduleAppointmentSequenceNumber":"sample string 18","PatientSeqNumber":"sample string 19","PrescriptionCount":20,"FacilityMasterCode":"sample string 21","PatientVisitCode":"sample string 22"}]

application/xml, text/xml

Sample:
<ArrayOfAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileWebAPI.Models">
  <Appointment>
    <AppointmentBookedBy>sample string 6</AppointmentBookedBy>
    <AppointmentCancellationCode>7</AppointmentCancellationCode>
    <AppointmentDate>2026-01-15T00:08:35.5379275+05:30</AppointmentDate>
    <AppointmentSequenceNumber>sample string 1</AppointmentSequenceNumber>
    <AppointmentStatus>sample string 5</AppointmentStatus>
    <AppointmentTime>2026-01-15T00:08:35.5379275+05:30</AppointmentTime>
    <DoctorMasterSeqNumber>sample string 17</DoctorMasterSeqNumber>
    <DoctorNameForDisplay>sample string 4</DoctorNameForDisplay>
    <FacilityMasterCode>sample string 21</FacilityMasterCode>
    <GenderCaption>sample string 14</GenderCaption>
    <LaboratoryName>sample string 9</LaboratoryName>
    <PatientAge>sample string 15</PatientAge>
    <PatientChartNumber>sample string 10</PatientChartNumber>
    <PatientDateOfBirth>2026-01-15T00:08:35.5379275+05:30</PatientDateOfBirth>
    <PatientFirstName>sample string 11</PatientFirstName>
    <PatientLastName>sample string 12</PatientLastName>
    <PatientSeqNumber>sample string 19</PatientSeqNumber>
    <PatientVisitCode>sample string 22</PatientVisitCode>
    <PrescriptionCount>20</PrescriptionCount>
    <ReasonMasterCaption>sample string 8</ReasonMasterCaption>
    <ScheduleAppointmentSequenceNumber>sample string 18</ScheduleAppointmentSequenceNumber>
    <appointmentStatusId>sample string 16</appointmentStatusId>
  </Appointment>
  <Appointment>
    <AppointmentBookedBy>sample string 6</AppointmentBookedBy>
    <AppointmentCancellationCode>7</AppointmentCancellationCode>
    <AppointmentDate>2026-01-15T00:08:35.5379275+05:30</AppointmentDate>
    <AppointmentSequenceNumber>sample string 1</AppointmentSequenceNumber>
    <AppointmentStatus>sample string 5</AppointmentStatus>
    <AppointmentTime>2026-01-15T00:08:35.5379275+05:30</AppointmentTime>
    <DoctorMasterSeqNumber>sample string 17</DoctorMasterSeqNumber>
    <DoctorNameForDisplay>sample string 4</DoctorNameForDisplay>
    <FacilityMasterCode>sample string 21</FacilityMasterCode>
    <GenderCaption>sample string 14</GenderCaption>
    <LaboratoryName>sample string 9</LaboratoryName>
    <PatientAge>sample string 15</PatientAge>
    <PatientChartNumber>sample string 10</PatientChartNumber>
    <PatientDateOfBirth>2026-01-15T00:08:35.5379275+05:30</PatientDateOfBirth>
    <PatientFirstName>sample string 11</PatientFirstName>
    <PatientLastName>sample string 12</PatientLastName>
    <PatientSeqNumber>sample string 19</PatientSeqNumber>
    <PatientVisitCode>sample string 22</PatientVisitCode>
    <PrescriptionCount>20</PrescriptionCount>
    <ReasonMasterCaption>sample string 8</ReasonMasterCaption>
    <ScheduleAppointmentSequenceNumber>sample string 18</ScheduleAppointmentSequenceNumber>
    <appointmentStatusId>sample string 16</appointmentStatusId>
  </Appointment>
</ArrayOfAppointment>