ch-admin-api-client-typescript 4.9.4 → 4.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/appointments-api.d.ts +395 -0
- package/lib/api/appointments-api.d.ts.map +1 -0
- package/lib/api/appointments-api.js +929 -0
- package/lib/api/deals-api.d.ts +393 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +912 -10
- package/lib/api/doctor-affiliations-api.d.ts +191 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +437 -0
- package/lib/api/hospitals-api.d.ts +611 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +1439 -44
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +6 -6
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/appointment-change-log-model.d.ts +44 -0
- package/lib/models/appointment-change-log-model.d.ts.map +1 -0
- package/lib/models/appointment-change-log-model.js +15 -0
- package/lib/models/appointment-item-model.d.ts +282 -0
- package/lib/models/appointment-item-model.d.ts.map +1 -0
- package/lib/models/appointment-item-model.js +15 -0
- package/lib/models/appointment-model.d.ts +302 -0
- package/lib/models/appointment-model.d.ts.map +1 -0
- package/lib/models/appointment-model.js +15 -0
- package/lib/models/appointment-option-model.d.ts +63 -0
- package/lib/models/appointment-option-model.d.ts.map +1 -0
- package/lib/models/appointment-option-model.js +15 -0
- package/lib/models/appointment-status.d.ts +27 -0
- package/lib/models/appointment-status.d.ts.map +1 -0
- package/lib/models/appointment-status.js +30 -0
- package/lib/models/appointment-timetable-model.d.ts +44 -0
- package/lib/models/appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-model.js +15 -0
- package/lib/models/appointment-timetable-override-model.d.ts +56 -0
- package/lib/models/appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-override-model.js +15 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts +33 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-overrides-model.js +15 -0
- package/lib/models/appointment-timetables-model.d.ts +33 -0
- package/lib/models/appointment-timetables-model.d.ts.map +1 -0
- package/lib/models/appointment-timetables-model.js +15 -0
- package/lib/models/appointment-type.d.ts +26 -0
- package/lib/models/appointment-type.d.ts.map +1 -0
- package/lib/models/appointment-type.js +29 -0
- package/lib/models/appointments-model.d.ts +33 -0
- package/lib/models/appointments-model.d.ts.map +1 -0
- package/lib/models/appointments-model.js +15 -0
- package/lib/models/approve-appointment-command.d.ts +31 -0
- package/lib/models/approve-appointment-command.d.ts.map +1 -0
- package/lib/models/approve-appointment-command.js +15 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts +38 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-add-appointment-timetable-model.js +15 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts +38 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts.map +1 -0
- package/lib/models/batch-appointment-timetables-result-model.js +15 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-appointment-timetables-command.js +15 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.js +15 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.js +15 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-service-appointment-timetables-command.js +15 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts +44 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-update-appointment-timetable-model.js +15 -0
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-deal-package-command.d.ts +7 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +7 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +7 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +7 -0
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +7 -0
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +7 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +7 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +30 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +30 -0
- package/lib/models/notification-code.d.ts +9 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +10 -1
- package/lib/models/reject-appointment-command.d.ts +32 -0
- package/lib/models/reject-appointment-command.d.ts.map +1 -0
- package/lib/models/reject-appointment-command.js +15 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts +43 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-override-model.js +15 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts +26 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.js +15 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-package-command.d.ts +7 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +7 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +31 -0
- package/src/api/appointments-api.ts +802 -0
- package/src/api/deals-api.ts +842 -8
- package/src/api/doctor-affiliations-api.ts +408 -0
- package/src/api/hospitals-api.ts +1412 -124
- package/src/api/services-api.ts +8 -8
- package/src/api/survey-forms-api.ts +4 -4
- package/src/api.ts +1 -0
- package/src/models/appointment-change-log-model.ts +51 -0
- package/src/models/appointment-item-model.ts +297 -0
- package/src/models/appointment-model.ts +321 -0
- package/src/models/appointment-option-model.ts +72 -0
- package/src/models/appointment-status.ts +36 -0
- package/src/models/appointment-timetable-model.ts +51 -0
- package/src/models/appointment-timetable-override-model.ts +63 -0
- package/src/models/appointment-timetable-overrides-model.ts +42 -0
- package/src/models/appointment-timetables-model.ts +42 -0
- package/src/models/appointment-type.ts +35 -0
- package/src/models/appointments-model.ts +42 -0
- package/src/models/approve-appointment-command.ts +36 -0
- package/src/models/batch-add-appointment-timetable-model.ts +45 -0
- package/src/models/batch-appointment-timetables-result-model.ts +45 -0
- package/src/models/batch-deal-appointment-timetables-command.ts +48 -0
- package/src/models/batch-deal-package-appointment-timetables-command.ts +48 -0
- package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +48 -0
- package/src/models/batch-service-appointment-timetables-command.ts +48 -0
- package/src/models/batch-update-appointment-timetable-model.ts +51 -0
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-deal-command.ts +9 -0
- package/src/models/create-deal-package-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +9 -0
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-item-model.ts +9 -0
- package/src/models/deal-model.ts +9 -0
- package/src/models/deal-package-item-model.ts +9 -0
- package/src/models/deal-package-model.ts +9 -0
- package/src/models/doctor-affiliation-item-model.ts +9 -0
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/hospital-item-model.ts +9 -0
- package/src/models/hospital-model.ts +9 -0
- package/src/models/hospital-service-item-model.ts +9 -0
- package/src/models/hospital-service-model.ts +9 -0
- package/src/models/hospital-specialty-item-model.ts +9 -0
- package/src/models/hospital-specialty-model.ts +9 -0
- package/src/models/index.ts +30 -0
- package/src/models/notification-code.ts +10 -1
- package/src/models/reject-appointment-command.ts +39 -0
- package/src/models/save-appointment-timetable-override-model.ts +48 -0
- package/src/models/save-appointment-timetable-overrides-result-model.ts +33 -0
- package/src/models/save-deal-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-service-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/update-deal-command.ts +9 -0
- package/src/models/update-deal-package-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +9 -0
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { AppointmentTimetableOverridesModel } from '../models';
|
|
16
|
+
import { AppointmentTimetablesModel } from '../models';
|
|
17
|
+
import { BatchAppointmentTimetablesResultModel } from '../models';
|
|
18
|
+
import { BatchHospitalAppointmentTimetablesCommand } from '../models';
|
|
19
|
+
import { BatchHospitalSpecialtyAppointmentTimetablesCommand } from '../models';
|
|
20
|
+
import { BatchServiceAppointmentTimetablesCommand } from '../models';
|
|
15
21
|
import { CreateHospitalAccreditationCommand } from '../models';
|
|
16
22
|
import { CreateHospitalCommand } from '../models';
|
|
17
23
|
import { CreateHospitalEquipmentCommand } from '../models';
|
|
@@ -23,6 +29,7 @@ import { CreateHospitalSpecialtyCommand } from '../models';
|
|
|
23
29
|
import { CreateHospitalWorkingDayCommand } from '../models';
|
|
24
30
|
import { CreateLandingCommand } from '../models';
|
|
25
31
|
import { CreateMediaCommand } from '../models';
|
|
32
|
+
import { DayOfWeek } from '../models';
|
|
26
33
|
import { HospitalAccreditationModel } from '../models';
|
|
27
34
|
import { HospitalAccreditationsModel } from '../models';
|
|
28
35
|
import { HospitalEquipmentModel } from '../models';
|
|
@@ -46,6 +53,10 @@ import { MediaModel } from '../models';
|
|
|
46
53
|
import { MediaType } from '../models';
|
|
47
54
|
import { MediasModel } from '../models';
|
|
48
55
|
import { Procedure } from '../models';
|
|
56
|
+
import { SaveAppointmentTimetableOverridesResultModel } from '../models';
|
|
57
|
+
import { SaveHospitalAppointmentTimetableOverridesCommand } from '../models';
|
|
58
|
+
import { SaveHospitalSpecialtyAppointmentTimetableOverridesCommand } from '../models';
|
|
59
|
+
import { SaveServiceAppointmentTimetableOverridesCommand } from '../models';
|
|
49
60
|
import { SnsHandleModel } from '../models';
|
|
50
61
|
import { SnsType } from '../models';
|
|
51
62
|
import { TranslateHospitalCommand } from '../models';
|
|
@@ -128,6 +139,51 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
128
139
|
* @throws {RequiredError}
|
|
129
140
|
*/
|
|
130
141
|
apiV1HospitalsHospitalIdAccreditationsPost: (hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @summary Get Hospital appointment timetable overrides
|
|
145
|
+
* @param {string} hospitalId
|
|
146
|
+
* @param {boolean} [includesPreviousItems]
|
|
147
|
+
* @param {Date} [startDate]
|
|
148
|
+
* @param {Date} [endDate]
|
|
149
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
150
|
+
* @param {number} [page]
|
|
151
|
+
* @param {number} [limit]
|
|
152
|
+
* @param {Date} [lastRetrieved]
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
*/
|
|
156
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet: (hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @summary Save Hospital appointment timetable overrides
|
|
160
|
+
* @param {string} hospitalId
|
|
161
|
+
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost: (hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* @summary Add, update, delete Hospital appointment timetables
|
|
169
|
+
* @param {string} hospitalId
|
|
170
|
+
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
*/
|
|
174
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost: (hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @summary Get Hospital appointment timetables
|
|
178
|
+
* @param {string} hospitalId
|
|
179
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
180
|
+
* @param {number} [page]
|
|
181
|
+
* @param {number} [limit]
|
|
182
|
+
* @param {Date} [lastRetrieved]
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesGet: (hospitalId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
187
|
/**
|
|
132
188
|
*
|
|
133
189
|
* @summary Delete Hospital.
|
|
@@ -551,6 +607,55 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
551
607
|
* @throws {RequiredError}
|
|
552
608
|
*/
|
|
553
609
|
apiV1HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
610
|
+
/**
|
|
611
|
+
*
|
|
612
|
+
* @summary Get HospitalSpecialty appointment timetable overrides
|
|
613
|
+
* @param {string} hospitalId
|
|
614
|
+
* @param {string} hospitalSpecialtyId
|
|
615
|
+
* @param {boolean} [includesPreviousItems]
|
|
616
|
+
* @param {Date} [startDate]
|
|
617
|
+
* @param {Date} [endDate]
|
|
618
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
619
|
+
* @param {number} [page]
|
|
620
|
+
* @param {number} [limit]
|
|
621
|
+
* @param {Date} [lastRetrieved]
|
|
622
|
+
* @param {*} [options] Override http request option.
|
|
623
|
+
* @throws {RequiredError}
|
|
624
|
+
*/
|
|
625
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet: (hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
626
|
+
/**
|
|
627
|
+
*
|
|
628
|
+
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
629
|
+
* @param {string} hospitalId
|
|
630
|
+
* @param {string} hospitalSpecialtyId
|
|
631
|
+
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
*/
|
|
635
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost: (hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
636
|
+
/**
|
|
637
|
+
*
|
|
638
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
639
|
+
* @param {string} hospitalId
|
|
640
|
+
* @param {string} hospitalSpecialtyId
|
|
641
|
+
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
642
|
+
* @param {*} [options] Override http request option.
|
|
643
|
+
* @throws {RequiredError}
|
|
644
|
+
*/
|
|
645
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost: (hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @summary Get HospitalSpecialty appointment timetables
|
|
649
|
+
* @param {string} hospitalId
|
|
650
|
+
* @param {string} hospitalSpecialtyId
|
|
651
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
652
|
+
* @param {number} [page]
|
|
653
|
+
* @param {number} [limit]
|
|
654
|
+
* @param {Date} [lastRetrieved]
|
|
655
|
+
* @param {*} [options] Override http request option.
|
|
656
|
+
* @throws {RequiredError}
|
|
657
|
+
*/
|
|
658
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet: (hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
554
659
|
/**
|
|
555
660
|
*
|
|
556
661
|
* @summary Delete HospitalSpecialty.
|
|
@@ -709,6 +814,59 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
709
814
|
* @throws {RequiredError}
|
|
710
815
|
*/
|
|
711
816
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
817
|
+
/**
|
|
818
|
+
*
|
|
819
|
+
* @summary Get Service appointment timetable overrides
|
|
820
|
+
* @param {string} hospitalId
|
|
821
|
+
* @param {string} specialtyId
|
|
822
|
+
* @param {string} serviceId
|
|
823
|
+
* @param {boolean} [includesPreviousItems]
|
|
824
|
+
* @param {Date} [startDate]
|
|
825
|
+
* @param {Date} [endDate]
|
|
826
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
827
|
+
* @param {number} [page]
|
|
828
|
+
* @param {number} [limit]
|
|
829
|
+
* @param {Date} [lastRetrieved]
|
|
830
|
+
* @param {*} [options] Override http request option.
|
|
831
|
+
* @throws {RequiredError}
|
|
832
|
+
*/
|
|
833
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet: (hospitalId: string, specialtyId: string, serviceId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
834
|
+
/**
|
|
835
|
+
*
|
|
836
|
+
* @summary Save Service appointment timetable overrides
|
|
837
|
+
* @param {string} hospitalId
|
|
838
|
+
* @param {string} specialtyId
|
|
839
|
+
* @param {string} serviceId
|
|
840
|
+
* @param {SaveServiceAppointmentTimetableOverridesCommand} [saveServiceAppointmentTimetableOverridesCommand]
|
|
841
|
+
* @param {*} [options] Override http request option.
|
|
842
|
+
* @throws {RequiredError}
|
|
843
|
+
*/
|
|
844
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost: (hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
845
|
+
/**
|
|
846
|
+
*
|
|
847
|
+
* @summary Add, update and delete service appointment timetables
|
|
848
|
+
* @param {string} hospitalId
|
|
849
|
+
* @param {string} specialtyId
|
|
850
|
+
* @param {string} serviceId
|
|
851
|
+
* @param {BatchServiceAppointmentTimetablesCommand} [batchServiceAppointmentTimetablesCommand]
|
|
852
|
+
* @param {*} [options] Override http request option.
|
|
853
|
+
* @throws {RequiredError}
|
|
854
|
+
*/
|
|
855
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost: (hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @summary Get Service appointment timetables
|
|
859
|
+
* @param {string} hospitalId
|
|
860
|
+
* @param {string} specialtyId
|
|
861
|
+
* @param {string} serviceId
|
|
862
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
863
|
+
* @param {number} [page]
|
|
864
|
+
* @param {number} [limit]
|
|
865
|
+
* @param {Date} [lastRetrieved]
|
|
866
|
+
* @param {*} [options] Override http request option.
|
|
867
|
+
* @throws {RequiredError}
|
|
868
|
+
*/
|
|
869
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet: (hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
712
870
|
/**
|
|
713
871
|
*
|
|
714
872
|
* @summary Delete HospitalService
|
|
@@ -992,6 +1150,51 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
992
1150
|
* @throws {RequiredError}
|
|
993
1151
|
*/
|
|
994
1152
|
apiV1HospitalsHospitalIdAccreditationsPost(hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
|
|
1153
|
+
/**
|
|
1154
|
+
*
|
|
1155
|
+
* @summary Get Hospital appointment timetable overrides
|
|
1156
|
+
* @param {string} hospitalId
|
|
1157
|
+
* @param {boolean} [includesPreviousItems]
|
|
1158
|
+
* @param {Date} [startDate]
|
|
1159
|
+
* @param {Date} [endDate]
|
|
1160
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1161
|
+
* @param {number} [page]
|
|
1162
|
+
* @param {number} [limit]
|
|
1163
|
+
* @param {Date} [lastRetrieved]
|
|
1164
|
+
* @param {*} [options] Override http request option.
|
|
1165
|
+
* @throws {RequiredError}
|
|
1166
|
+
*/
|
|
1167
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetableOverridesModel>>;
|
|
1168
|
+
/**
|
|
1169
|
+
*
|
|
1170
|
+
* @summary Save Hospital appointment timetable overrides
|
|
1171
|
+
* @param {string} hospitalId
|
|
1172
|
+
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
1173
|
+
* @param {*} [options] Override http request option.
|
|
1174
|
+
* @throws {RequiredError}
|
|
1175
|
+
*/
|
|
1176
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
1177
|
+
/**
|
|
1178
|
+
*
|
|
1179
|
+
* @summary Add, update, delete Hospital appointment timetables
|
|
1180
|
+
* @param {string} hospitalId
|
|
1181
|
+
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
1182
|
+
* @param {*} [options] Override http request option.
|
|
1183
|
+
* @throws {RequiredError}
|
|
1184
|
+
*/
|
|
1185
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
1186
|
+
/**
|
|
1187
|
+
*
|
|
1188
|
+
* @summary Get Hospital appointment timetables
|
|
1189
|
+
* @param {string} hospitalId
|
|
1190
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1191
|
+
* @param {number} [page]
|
|
1192
|
+
* @param {number} [limit]
|
|
1193
|
+
* @param {Date} [lastRetrieved]
|
|
1194
|
+
* @param {*} [options] Override http request option.
|
|
1195
|
+
* @throws {RequiredError}
|
|
1196
|
+
*/
|
|
1197
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesGet(hospitalId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
995
1198
|
/**
|
|
996
1199
|
*
|
|
997
1200
|
* @summary Delete Hospital.
|
|
@@ -1415,6 +1618,55 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1415
1618
|
* @throws {RequiredError}
|
|
1416
1619
|
*/
|
|
1417
1620
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>>;
|
|
1621
|
+
/**
|
|
1622
|
+
*
|
|
1623
|
+
* @summary Get HospitalSpecialty appointment timetable overrides
|
|
1624
|
+
* @param {string} hospitalId
|
|
1625
|
+
* @param {string} hospitalSpecialtyId
|
|
1626
|
+
* @param {boolean} [includesPreviousItems]
|
|
1627
|
+
* @param {Date} [startDate]
|
|
1628
|
+
* @param {Date} [endDate]
|
|
1629
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1630
|
+
* @param {number} [page]
|
|
1631
|
+
* @param {number} [limit]
|
|
1632
|
+
* @param {Date} [lastRetrieved]
|
|
1633
|
+
* @param {*} [options] Override http request option.
|
|
1634
|
+
* @throws {RequiredError}
|
|
1635
|
+
*/
|
|
1636
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetableOverridesModel>>;
|
|
1637
|
+
/**
|
|
1638
|
+
*
|
|
1639
|
+
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
1640
|
+
* @param {string} hospitalId
|
|
1641
|
+
* @param {string} hospitalSpecialtyId
|
|
1642
|
+
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
1643
|
+
* @param {*} [options] Override http request option.
|
|
1644
|
+
* @throws {RequiredError}
|
|
1645
|
+
*/
|
|
1646
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
1647
|
+
/**
|
|
1648
|
+
*
|
|
1649
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
1650
|
+
* @param {string} hospitalId
|
|
1651
|
+
* @param {string} hospitalSpecialtyId
|
|
1652
|
+
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
1653
|
+
* @param {*} [options] Override http request option.
|
|
1654
|
+
* @throws {RequiredError}
|
|
1655
|
+
*/
|
|
1656
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
1657
|
+
/**
|
|
1658
|
+
*
|
|
1659
|
+
* @summary Get HospitalSpecialty appointment timetables
|
|
1660
|
+
* @param {string} hospitalId
|
|
1661
|
+
* @param {string} hospitalSpecialtyId
|
|
1662
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1663
|
+
* @param {number} [page]
|
|
1664
|
+
* @param {number} [limit]
|
|
1665
|
+
* @param {Date} [lastRetrieved]
|
|
1666
|
+
* @param {*} [options] Override http request option.
|
|
1667
|
+
* @throws {RequiredError}
|
|
1668
|
+
*/
|
|
1669
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
1418
1670
|
/**
|
|
1419
1671
|
*
|
|
1420
1672
|
* @summary Delete HospitalSpecialty.
|
|
@@ -1573,6 +1825,59 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1573
1825
|
* @throws {RequiredError}
|
|
1574
1826
|
*/
|
|
1575
1827
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
1828
|
+
/**
|
|
1829
|
+
*
|
|
1830
|
+
* @summary Get Service appointment timetable overrides
|
|
1831
|
+
* @param {string} hospitalId
|
|
1832
|
+
* @param {string} specialtyId
|
|
1833
|
+
* @param {string} serviceId
|
|
1834
|
+
* @param {boolean} [includesPreviousItems]
|
|
1835
|
+
* @param {Date} [startDate]
|
|
1836
|
+
* @param {Date} [endDate]
|
|
1837
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1838
|
+
* @param {number} [page]
|
|
1839
|
+
* @param {number} [limit]
|
|
1840
|
+
* @param {Date} [lastRetrieved]
|
|
1841
|
+
* @param {*} [options] Override http request option.
|
|
1842
|
+
* @throws {RequiredError}
|
|
1843
|
+
*/
|
|
1844
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId: string, specialtyId: string, serviceId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetableOverridesModel>>;
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* @summary Save Service appointment timetable overrides
|
|
1848
|
+
* @param {string} hospitalId
|
|
1849
|
+
* @param {string} specialtyId
|
|
1850
|
+
* @param {string} serviceId
|
|
1851
|
+
* @param {SaveServiceAppointmentTimetableOverridesCommand} [saveServiceAppointmentTimetableOverridesCommand]
|
|
1852
|
+
* @param {*} [options] Override http request option.
|
|
1853
|
+
* @throws {RequiredError}
|
|
1854
|
+
*/
|
|
1855
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
1856
|
+
/**
|
|
1857
|
+
*
|
|
1858
|
+
* @summary Add, update and delete service appointment timetables
|
|
1859
|
+
* @param {string} hospitalId
|
|
1860
|
+
* @param {string} specialtyId
|
|
1861
|
+
* @param {string} serviceId
|
|
1862
|
+
* @param {BatchServiceAppointmentTimetablesCommand} [batchServiceAppointmentTimetablesCommand]
|
|
1863
|
+
* @param {*} [options] Override http request option.
|
|
1864
|
+
* @throws {RequiredError}
|
|
1865
|
+
*/
|
|
1866
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
1867
|
+
/**
|
|
1868
|
+
*
|
|
1869
|
+
* @summary Get Service appointment timetables
|
|
1870
|
+
* @param {string} hospitalId
|
|
1871
|
+
* @param {string} specialtyId
|
|
1872
|
+
* @param {string} serviceId
|
|
1873
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
1874
|
+
* @param {number} [page]
|
|
1875
|
+
* @param {number} [limit]
|
|
1876
|
+
* @param {Date} [lastRetrieved]
|
|
1877
|
+
* @param {*} [options] Override http request option.
|
|
1878
|
+
* @throws {RequiredError}
|
|
1879
|
+
*/
|
|
1880
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
1576
1881
|
/**
|
|
1577
1882
|
*
|
|
1578
1883
|
* @summary Delete HospitalService
|
|
@@ -1856,6 +2161,51 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1856
2161
|
* @throws {RequiredError}
|
|
1857
2162
|
*/
|
|
1858
2163
|
apiV1HospitalsHospitalIdAccreditationsPost(hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: any): AxiosPromise<HospitalAccreditationModel>;
|
|
2164
|
+
/**
|
|
2165
|
+
*
|
|
2166
|
+
* @summary Get Hospital appointment timetable overrides
|
|
2167
|
+
* @param {string} hospitalId
|
|
2168
|
+
* @param {boolean} [includesPreviousItems]
|
|
2169
|
+
* @param {Date} [startDate]
|
|
2170
|
+
* @param {Date} [endDate]
|
|
2171
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2172
|
+
* @param {number} [page]
|
|
2173
|
+
* @param {number} [limit]
|
|
2174
|
+
* @param {Date} [lastRetrieved]
|
|
2175
|
+
* @param {*} [options] Override http request option.
|
|
2176
|
+
* @throws {RequiredError}
|
|
2177
|
+
*/
|
|
2178
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
2179
|
+
/**
|
|
2180
|
+
*
|
|
2181
|
+
* @summary Save Hospital appointment timetable overrides
|
|
2182
|
+
* @param {string} hospitalId
|
|
2183
|
+
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
2184
|
+
* @param {*} [options] Override http request option.
|
|
2185
|
+
* @throws {RequiredError}
|
|
2186
|
+
*/
|
|
2187
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
2188
|
+
/**
|
|
2189
|
+
*
|
|
2190
|
+
* @summary Add, update, delete Hospital appointment timetables
|
|
2191
|
+
* @param {string} hospitalId
|
|
2192
|
+
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
2193
|
+
* @param {*} [options] Override http request option.
|
|
2194
|
+
* @throws {RequiredError}
|
|
2195
|
+
*/
|
|
2196
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
2197
|
+
/**
|
|
2198
|
+
*
|
|
2199
|
+
* @summary Get Hospital appointment timetables
|
|
2200
|
+
* @param {string} hospitalId
|
|
2201
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2202
|
+
* @param {number} [page]
|
|
2203
|
+
* @param {number} [limit]
|
|
2204
|
+
* @param {Date} [lastRetrieved]
|
|
2205
|
+
* @param {*} [options] Override http request option.
|
|
2206
|
+
* @throws {RequiredError}
|
|
2207
|
+
*/
|
|
2208
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesGet(hospitalId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
1859
2209
|
/**
|
|
1860
2210
|
*
|
|
1861
2211
|
* @summary Delete Hospital.
|
|
@@ -2279,6 +2629,55 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2279
2629
|
* @throws {RequiredError}
|
|
2280
2630
|
*/
|
|
2281
2631
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
|
|
2632
|
+
/**
|
|
2633
|
+
*
|
|
2634
|
+
* @summary Get HospitalSpecialty appointment timetable overrides
|
|
2635
|
+
* @param {string} hospitalId
|
|
2636
|
+
* @param {string} hospitalSpecialtyId
|
|
2637
|
+
* @param {boolean} [includesPreviousItems]
|
|
2638
|
+
* @param {Date} [startDate]
|
|
2639
|
+
* @param {Date} [endDate]
|
|
2640
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2641
|
+
* @param {number} [page]
|
|
2642
|
+
* @param {number} [limit]
|
|
2643
|
+
* @param {Date} [lastRetrieved]
|
|
2644
|
+
* @param {*} [options] Override http request option.
|
|
2645
|
+
* @throws {RequiredError}
|
|
2646
|
+
*/
|
|
2647
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
2648
|
+
/**
|
|
2649
|
+
*
|
|
2650
|
+
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
2651
|
+
* @param {string} hospitalId
|
|
2652
|
+
* @param {string} hospitalSpecialtyId
|
|
2653
|
+
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
2654
|
+
* @param {*} [options] Override http request option.
|
|
2655
|
+
* @throws {RequiredError}
|
|
2656
|
+
*/
|
|
2657
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
2658
|
+
/**
|
|
2659
|
+
*
|
|
2660
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
2661
|
+
* @param {string} hospitalId
|
|
2662
|
+
* @param {string} hospitalSpecialtyId
|
|
2663
|
+
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
2664
|
+
* @param {*} [options] Override http request option.
|
|
2665
|
+
* @throws {RequiredError}
|
|
2666
|
+
*/
|
|
2667
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
2668
|
+
/**
|
|
2669
|
+
*
|
|
2670
|
+
* @summary Get HospitalSpecialty appointment timetables
|
|
2671
|
+
* @param {string} hospitalId
|
|
2672
|
+
* @param {string} hospitalSpecialtyId
|
|
2673
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2674
|
+
* @param {number} [page]
|
|
2675
|
+
* @param {number} [limit]
|
|
2676
|
+
* @param {Date} [lastRetrieved]
|
|
2677
|
+
* @param {*} [options] Override http request option.
|
|
2678
|
+
* @throws {RequiredError}
|
|
2679
|
+
*/
|
|
2680
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
2282
2681
|
/**
|
|
2283
2682
|
*
|
|
2284
2683
|
* @summary Delete HospitalSpecialty.
|
|
@@ -2437,6 +2836,59 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2437
2836
|
* @throws {RequiredError}
|
|
2438
2837
|
*/
|
|
2439
2838
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
2839
|
+
/**
|
|
2840
|
+
*
|
|
2841
|
+
* @summary Get Service appointment timetable overrides
|
|
2842
|
+
* @param {string} hospitalId
|
|
2843
|
+
* @param {string} specialtyId
|
|
2844
|
+
* @param {string} serviceId
|
|
2845
|
+
* @param {boolean} [includesPreviousItems]
|
|
2846
|
+
* @param {Date} [startDate]
|
|
2847
|
+
* @param {Date} [endDate]
|
|
2848
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2849
|
+
* @param {number} [page]
|
|
2850
|
+
* @param {number} [limit]
|
|
2851
|
+
* @param {Date} [lastRetrieved]
|
|
2852
|
+
* @param {*} [options] Override http request option.
|
|
2853
|
+
* @throws {RequiredError}
|
|
2854
|
+
*/
|
|
2855
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId: string, specialtyId: string, serviceId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
2856
|
+
/**
|
|
2857
|
+
*
|
|
2858
|
+
* @summary Save Service appointment timetable overrides
|
|
2859
|
+
* @param {string} hospitalId
|
|
2860
|
+
* @param {string} specialtyId
|
|
2861
|
+
* @param {string} serviceId
|
|
2862
|
+
* @param {SaveServiceAppointmentTimetableOverridesCommand} [saveServiceAppointmentTimetableOverridesCommand]
|
|
2863
|
+
* @param {*} [options] Override http request option.
|
|
2864
|
+
* @throws {RequiredError}
|
|
2865
|
+
*/
|
|
2866
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
2867
|
+
/**
|
|
2868
|
+
*
|
|
2869
|
+
* @summary Add, update and delete service appointment timetables
|
|
2870
|
+
* @param {string} hospitalId
|
|
2871
|
+
* @param {string} specialtyId
|
|
2872
|
+
* @param {string} serviceId
|
|
2873
|
+
* @param {BatchServiceAppointmentTimetablesCommand} [batchServiceAppointmentTimetablesCommand]
|
|
2874
|
+
* @param {*} [options] Override http request option.
|
|
2875
|
+
* @throws {RequiredError}
|
|
2876
|
+
*/
|
|
2877
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
2878
|
+
/**
|
|
2879
|
+
*
|
|
2880
|
+
* @summary Get Service appointment timetables
|
|
2881
|
+
* @param {string} hospitalId
|
|
2882
|
+
* @param {string} specialtyId
|
|
2883
|
+
* @param {string} serviceId
|
|
2884
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
2885
|
+
* @param {number} [page]
|
|
2886
|
+
* @param {number} [limit]
|
|
2887
|
+
* @param {Date} [lastRetrieved]
|
|
2888
|
+
* @param {*} [options] Override http request option.
|
|
2889
|
+
* @throws {RequiredError}
|
|
2890
|
+
*/
|
|
2891
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
2440
2892
|
/**
|
|
2441
2893
|
*
|
|
2442
2894
|
* @summary Delete HospitalService
|
|
@@ -2727,6 +3179,55 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
2727
3179
|
* @memberof HospitalsApi
|
|
2728
3180
|
*/
|
|
2729
3181
|
apiV1HospitalsHospitalIdAccreditationsPost(hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
3182
|
+
/**
|
|
3183
|
+
*
|
|
3184
|
+
* @summary Get Hospital appointment timetable overrides
|
|
3185
|
+
* @param {string} hospitalId
|
|
3186
|
+
* @param {boolean} [includesPreviousItems]
|
|
3187
|
+
* @param {Date} [startDate]
|
|
3188
|
+
* @param {Date} [endDate]
|
|
3189
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3190
|
+
* @param {number} [page]
|
|
3191
|
+
* @param {number} [limit]
|
|
3192
|
+
* @param {Date} [lastRetrieved]
|
|
3193
|
+
* @param {*} [options] Override http request option.
|
|
3194
|
+
* @throws {RequiredError}
|
|
3195
|
+
* @memberof HospitalsApi
|
|
3196
|
+
*/
|
|
3197
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
3198
|
+
/**
|
|
3199
|
+
*
|
|
3200
|
+
* @summary Save Hospital appointment timetable overrides
|
|
3201
|
+
* @param {string} hospitalId
|
|
3202
|
+
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
3203
|
+
* @param {*} [options] Override http request option.
|
|
3204
|
+
* @throws {RequiredError}
|
|
3205
|
+
* @memberof HospitalsApi
|
|
3206
|
+
*/
|
|
3207
|
+
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
3208
|
+
/**
|
|
3209
|
+
*
|
|
3210
|
+
* @summary Add, update, delete Hospital appointment timetables
|
|
3211
|
+
* @param {string} hospitalId
|
|
3212
|
+
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
3213
|
+
* @param {*} [options] Override http request option.
|
|
3214
|
+
* @throws {RequiredError}
|
|
3215
|
+
* @memberof HospitalsApi
|
|
3216
|
+
*/
|
|
3217
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
3218
|
+
/**
|
|
3219
|
+
*
|
|
3220
|
+
* @summary Get Hospital appointment timetables
|
|
3221
|
+
* @param {string} hospitalId
|
|
3222
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3223
|
+
* @param {number} [page]
|
|
3224
|
+
* @param {number} [limit]
|
|
3225
|
+
* @param {Date} [lastRetrieved]
|
|
3226
|
+
* @param {*} [options] Override http request option.
|
|
3227
|
+
* @throws {RequiredError}
|
|
3228
|
+
* @memberof HospitalsApi
|
|
3229
|
+
*/
|
|
3230
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesGet(hospitalId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
2730
3231
|
/**
|
|
2731
3232
|
*
|
|
2732
3233
|
* @summary Delete Hospital.
|
|
@@ -3190,6 +3691,59 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
3190
3691
|
* @memberof HospitalsApi
|
|
3191
3692
|
*/
|
|
3192
3693
|
apiV1HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
|
|
3694
|
+
/**
|
|
3695
|
+
*
|
|
3696
|
+
* @summary Get HospitalSpecialty appointment timetable overrides
|
|
3697
|
+
* @param {string} hospitalId
|
|
3698
|
+
* @param {string} hospitalSpecialtyId
|
|
3699
|
+
* @param {boolean} [includesPreviousItems]
|
|
3700
|
+
* @param {Date} [startDate]
|
|
3701
|
+
* @param {Date} [endDate]
|
|
3702
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3703
|
+
* @param {number} [page]
|
|
3704
|
+
* @param {number} [limit]
|
|
3705
|
+
* @param {Date} [lastRetrieved]
|
|
3706
|
+
* @param {*} [options] Override http request option.
|
|
3707
|
+
* @throws {RequiredError}
|
|
3708
|
+
* @memberof HospitalsApi
|
|
3709
|
+
*/
|
|
3710
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
3711
|
+
/**
|
|
3712
|
+
*
|
|
3713
|
+
* @summary Save HospitalSpecialty appointment timetable overrides
|
|
3714
|
+
* @param {string} hospitalId
|
|
3715
|
+
* @param {string} hospitalSpecialtyId
|
|
3716
|
+
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
3717
|
+
* @param {*} [options] Override http request option.
|
|
3718
|
+
* @throws {RequiredError}
|
|
3719
|
+
* @memberof HospitalsApi
|
|
3720
|
+
*/
|
|
3721
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
3722
|
+
/**
|
|
3723
|
+
*
|
|
3724
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
3725
|
+
* @param {string} hospitalId
|
|
3726
|
+
* @param {string} hospitalSpecialtyId
|
|
3727
|
+
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
3728
|
+
* @param {*} [options] Override http request option.
|
|
3729
|
+
* @throws {RequiredError}
|
|
3730
|
+
* @memberof HospitalsApi
|
|
3731
|
+
*/
|
|
3732
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
3733
|
+
/**
|
|
3734
|
+
*
|
|
3735
|
+
* @summary Get HospitalSpecialty appointment timetables
|
|
3736
|
+
* @param {string} hospitalId
|
|
3737
|
+
* @param {string} hospitalSpecialtyId
|
|
3738
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3739
|
+
* @param {number} [page]
|
|
3740
|
+
* @param {number} [limit]
|
|
3741
|
+
* @param {Date} [lastRetrieved]
|
|
3742
|
+
* @param {*} [options] Override http request option.
|
|
3743
|
+
* @throws {RequiredError}
|
|
3744
|
+
* @memberof HospitalsApi
|
|
3745
|
+
*/
|
|
3746
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
3193
3747
|
/**
|
|
3194
3748
|
*
|
|
3195
3749
|
* @summary Delete HospitalSpecialty.
|
|
@@ -3361,6 +3915,63 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
3361
3915
|
* @memberof HospitalsApi
|
|
3362
3916
|
*/
|
|
3363
3917
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
3918
|
+
/**
|
|
3919
|
+
*
|
|
3920
|
+
* @summary Get Service appointment timetable overrides
|
|
3921
|
+
* @param {string} hospitalId
|
|
3922
|
+
* @param {string} specialtyId
|
|
3923
|
+
* @param {string} serviceId
|
|
3924
|
+
* @param {boolean} [includesPreviousItems]
|
|
3925
|
+
* @param {Date} [startDate]
|
|
3926
|
+
* @param {Date} [endDate]
|
|
3927
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3928
|
+
* @param {number} [page]
|
|
3929
|
+
* @param {number} [limit]
|
|
3930
|
+
* @param {Date} [lastRetrieved]
|
|
3931
|
+
* @param {*} [options] Override http request option.
|
|
3932
|
+
* @throws {RequiredError}
|
|
3933
|
+
* @memberof HospitalsApi
|
|
3934
|
+
*/
|
|
3935
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(hospitalId: string, specialtyId: string, serviceId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
3936
|
+
/**
|
|
3937
|
+
*
|
|
3938
|
+
* @summary Save Service appointment timetable overrides
|
|
3939
|
+
* @param {string} hospitalId
|
|
3940
|
+
* @param {string} specialtyId
|
|
3941
|
+
* @param {string} serviceId
|
|
3942
|
+
* @param {SaveServiceAppointmentTimetableOverridesCommand} [saveServiceAppointmentTimetableOverridesCommand]
|
|
3943
|
+
* @param {*} [options] Override http request option.
|
|
3944
|
+
* @throws {RequiredError}
|
|
3945
|
+
* @memberof HospitalsApi
|
|
3946
|
+
*/
|
|
3947
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
3948
|
+
/**
|
|
3949
|
+
*
|
|
3950
|
+
* @summary Add, update and delete service appointment timetables
|
|
3951
|
+
* @param {string} hospitalId
|
|
3952
|
+
* @param {string} specialtyId
|
|
3953
|
+
* @param {string} serviceId
|
|
3954
|
+
* @param {BatchServiceAppointmentTimetablesCommand} [batchServiceAppointmentTimetablesCommand]
|
|
3955
|
+
* @param {*} [options] Override http request option.
|
|
3956
|
+
* @throws {RequiredError}
|
|
3957
|
+
* @memberof HospitalsApi
|
|
3958
|
+
*/
|
|
3959
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
3960
|
+
/**
|
|
3961
|
+
*
|
|
3962
|
+
* @summary Get Service appointment timetables
|
|
3963
|
+
* @param {string} hospitalId
|
|
3964
|
+
* @param {string} specialtyId
|
|
3965
|
+
* @param {string} serviceId
|
|
3966
|
+
* @param {DayOfWeek} [dayOfWeek]
|
|
3967
|
+
* @param {number} [page]
|
|
3968
|
+
* @param {number} [limit]
|
|
3969
|
+
* @param {Date} [lastRetrieved]
|
|
3970
|
+
* @param {*} [options] Override http request option.
|
|
3971
|
+
* @throws {RequiredError}
|
|
3972
|
+
* @memberof HospitalsApi
|
|
3973
|
+
*/
|
|
3974
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
3364
3975
|
/**
|
|
3365
3976
|
*
|
|
3366
3977
|
* @summary Delete HospitalService
|