GET api/support/{practiceId}/clinical/calendar?from={from}&days={days}
Get calendar information from mymps system ( etc)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
doctor id in DrApp system |
globally unique identifier |
Required |
from | date |
Required |
|
days | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Collection of Com.Healthbridge.Hhas.Cloud.WebRole.Areas.ExternalSystemIntegration.Model.CalendarEventVoName | Description | Type | Additional information |
---|---|---|---|
CalendarEventXRef | string |
None. |
|
PatientName | string |
None. |
|
PatientXRef | string |
None. |
|
PatientId | globally unique identifier |
None. |
|
PatientSurname | string |
None. |
|
BenefitCheckStatus | string |
None. |
|
AppointmentTitle | string |
None. |
|
AppointmentType | string |
None. |
|
AppointmentStatus | string |
None. |
|
AppointmentReason | string |
None. |
|
Invoiced | boolean |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
PracticeId | globally unique identifier |
None. |
|
Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CalendarEventXRef": "sample string 1", "PatientName": "sample string 2", "PatientXRef": "sample string 3", "PatientId": "bd29eb43-a922-4981-9c51-0a468ee0abc9", "PatientSurname": "sample string 4", "BenefitCheckStatus": "sample string 5", "AppointmentTitle": "sample string 6", "AppointmentType": "sample string 7", "AppointmentStatus": "sample string 8", "AppointmentReason": "sample string 9", "Invoiced": true, "StartDate": "2025-04-10T15:02:50Z", "EndDate": "2025-04-10T15:02:50Z", "PracticeId": "5e5c9f6b-d46a-4a04-8fde-98ede62cfe01", "Type": "sample string 13" }, { "CalendarEventXRef": "sample string 1", "PatientName": "sample string 2", "PatientXRef": "sample string 3", "PatientId": "bd29eb43-a922-4981-9c51-0a468ee0abc9", "PatientSurname": "sample string 4", "BenefitCheckStatus": "sample string 5", "AppointmentTitle": "sample string 6", "AppointmentType": "sample string 7", "AppointmentStatus": "sample string 8", "AppointmentReason": "sample string 9", "Invoiced": true, "StartDate": "2025-04-10T15:02:50Z", "EndDate": "2025-04-10T15:02:50Z", "PracticeId": "5e5c9f6b-d46a-4a04-8fde-98ede62cfe01", "Type": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfCalendarEventVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Cloud.WebRole.Areas.ExternalSystemIntegration.Model"> <CalendarEventVo> <AppointmentReason>sample string 9</AppointmentReason> <AppointmentStatus>sample string 8</AppointmentStatus> <AppointmentTitle>sample string 6</AppointmentTitle> <AppointmentType>sample string 7</AppointmentType> <BenefitCheckStatus>sample string 5</BenefitCheckStatus> <CalendarEventXRef>sample string 1</CalendarEventXRef> <EndDate>2025-04-10T15:02:50.9201889+02:00</EndDate> <Invoiced>true</Invoiced> <PatientId>bd29eb43-a922-4981-9c51-0a468ee0abc9</PatientId> <PatientName>sample string 2</PatientName> <PatientSurname>sample string 4</PatientSurname> <PatientXRef>sample string 3</PatientXRef> <PracticeId>5e5c9f6b-d46a-4a04-8fde-98ede62cfe01</PracticeId> <StartDate>2025-04-10T15:02:50.9201889+02:00</StartDate> <Type>sample string 13</Type> </CalendarEventVo> <CalendarEventVo> <AppointmentReason>sample string 9</AppointmentReason> <AppointmentStatus>sample string 8</AppointmentStatus> <AppointmentTitle>sample string 6</AppointmentTitle> <AppointmentType>sample string 7</AppointmentType> <BenefitCheckStatus>sample string 5</BenefitCheckStatus> <CalendarEventXRef>sample string 1</CalendarEventXRef> <EndDate>2025-04-10T15:02:50.9201889+02:00</EndDate> <Invoiced>true</Invoiced> <PatientId>bd29eb43-a922-4981-9c51-0a468ee0abc9</PatientId> <PatientName>sample string 2</PatientName> <PatientSurname>sample string 4</PatientSurname> <PatientXRef>sample string 3</PatientXRef> <PracticeId>5e5c9f6b-d46a-4a04-8fde-98ede62cfe01</PracticeId> <StartDate>2025-04-10T15:02:50.9201889+02:00</StartDate> <Type>sample string 13</Type> </CalendarEventVo> </ArrayOfCalendarEventVo>