ch-admin-api-client-typescript 5.59.2 → 5.60.1
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/articles-api.d.ts +108 -108
- package/lib/api/articles-api.js +108 -108
- package/lib/api/call-histories-api.d.ts +8 -8
- package/lib/api/call-histories-api.js +8 -8
- package/lib/api/contributors-api.d.ts +12 -12
- package/lib/api/contributors-api.js +12 -12
- package/lib/api/curation-categories-api.d.ts +8 -8
- package/lib/api/curation-categories-api.js +8 -8
- package/lib/api/currencies-api.d.ts +8 -8
- package/lib/api/currencies-api.js +8 -8
- package/lib/api/dash-board-api.d.ts +20 -20
- package/lib/api/dash-board-api.js +20 -20
- package/lib/api/deals-api.d.ts +100 -100
- package/lib/api/deals-api.js +100 -100
- package/lib/api/faq-categories-api.d.ts +28 -28
- package/lib/api/faq-categories-api.js +28 -28
- package/lib/api/faqs-api.d.ts +64 -64
- package/lib/api/faqs-api.js +64 -64
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-api.js +4 -4
- package/lib/api/hospitals-api.d.ts +476 -476
- package/lib/api/hospitals-api.js +476 -476
- package/lib/api/services-api.d.ts +12 -12
- package/lib/api/services-api.js +12 -12
- package/lib/api/services-categories-api.d.ts +8 -8
- package/lib/api/services-categories-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +8 -8
- package/lib/api/survey-forms-api.js +8 -8
- package/lib/api/translation-api.d.ts +47 -0
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +90 -0
- package/lib/api/users-api.d.ts +92 -0
- package/lib/api/users-api.d.ts.map +1 -1
- package/lib/api/users-api.js +178 -0
- package/lib/models/general-user-item-model.d.ts +6 -0
- package/lib/models/general-user-item-model.d.ts.map +1 -1
- package/lib/models/general-user-model.d.ts +6 -0
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -0
- package/lib/models/translation-persona-type.d.ts +23 -0
- package/lib/models/translation-persona-type.d.ts.map +1 -0
- package/lib/models/translation-persona-type.js +26 -0
- package/package.json +1 -1
|
@@ -143,7 +143,7 @@ import { WorkingDaysModel } from '../models';
|
|
|
143
143
|
export declare const HospitalsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
144
144
|
/**
|
|
145
145
|
*
|
|
146
|
-
* @summary Get all Hospitals. (Auth
|
|
146
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
147
147
|
* @param {string} [hospitalId]
|
|
148
148
|
* @param {StringFilterTypes} [nameFilterType]
|
|
149
149
|
* @param {string} [name]
|
|
@@ -175,7 +175,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
175
175
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete: (hospitalId: string, accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
176
176
|
/**
|
|
177
177
|
*
|
|
178
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
178
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
179
179
|
* @param {string} hospitalId
|
|
180
180
|
* @param {string} accreditationId
|
|
181
181
|
* @param {*} [options] Override http request option.
|
|
@@ -184,7 +184,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
184
184
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet: (hospitalId: string, accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
187
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
188
188
|
* @param {string} hospitalId
|
|
189
189
|
* @param {string} [hospitalName]
|
|
190
190
|
* @param {string} [accreditationId]
|
|
@@ -207,7 +207,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
207
207
|
apiV1HospitalsHospitalIdAccreditationsPost: (hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
208
208
|
/**
|
|
209
209
|
*
|
|
210
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
210
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
211
211
|
* @param {string} hospitalId
|
|
212
212
|
* @param {boolean} [includesPreviousItems]
|
|
213
213
|
* @param {Date} [startDate]
|
|
@@ -222,7 +222,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
222
222
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet: (hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
225
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
226
226
|
* @param {string} hospitalId
|
|
227
227
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
228
228
|
* @param {*} [options] Override http request option.
|
|
@@ -231,7 +231,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
231
231
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch: (hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
234
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
235
235
|
* @param {string} hospitalId
|
|
236
236
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
237
237
|
* @param {*} [options] Override http request option.
|
|
@@ -240,7 +240,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
240
240
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost: (hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
241
241
|
/**
|
|
242
242
|
*
|
|
243
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
243
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
244
244
|
* @param {string} hospitalId
|
|
245
245
|
* @param {number} [year]
|
|
246
246
|
* @param {number} [month]
|
|
@@ -255,7 +255,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
255
255
|
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet: (hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
256
256
|
/**
|
|
257
257
|
*
|
|
258
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
258
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
259
259
|
* @param {string} hospitalId
|
|
260
260
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
261
261
|
* @param {*} [options] Override http request option.
|
|
@@ -264,7 +264,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
264
264
|
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost: (hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
265
265
|
/**
|
|
266
266
|
*
|
|
267
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
267
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
268
268
|
* @param {string} hospitalId
|
|
269
269
|
* @param {DayOfWeek} [dayOfWeek]
|
|
270
270
|
* @param {number} [page]
|
|
@@ -317,7 +317,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
317
317
|
apiV1HospitalsHospitalIdBankaccountinfosGet: (hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
318
318
|
/**
|
|
319
319
|
*
|
|
320
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
320
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
321
321
|
* @param {string} hospitalId
|
|
322
322
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
323
323
|
* @param {*} [options] Override http request option.
|
|
@@ -326,7 +326,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
326
326
|
apiV1HospitalsHospitalIdBankaccountinfosPost: (hospitalId: string, createHospitalBankAccountInfoCommand?: CreateHospitalBankAccountInfoCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
327
327
|
/**
|
|
328
328
|
*
|
|
329
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
329
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
330
330
|
* @param {string} hospitalId
|
|
331
331
|
* @param {string} contactId
|
|
332
332
|
* @param {boolean} [isPermanent]
|
|
@@ -336,7 +336,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
336
336
|
apiV1HospitalsHospitalIdContactsContactIdDelete: (hospitalId: string, contactId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
337
337
|
/**
|
|
338
338
|
*
|
|
339
|
-
* @summary Get hospital contact (Auth
|
|
339
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
340
340
|
* @param {string} hospitalId
|
|
341
341
|
* @param {string} contactId
|
|
342
342
|
* @param {*} [options] Override http request option.
|
|
@@ -345,7 +345,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
345
345
|
apiV1HospitalsHospitalIdContactsContactIdGet: (hospitalId: string, contactId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
346
346
|
/**
|
|
347
347
|
*
|
|
348
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
348
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
349
349
|
* @param {string} hospitalId
|
|
350
350
|
* @param {string} contactId
|
|
351
351
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -355,7 +355,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
355
355
|
apiV1HospitalsHospitalIdContactsContactIdPut: (hospitalId: string, contactId: string, updateHospitalContactCommand?: UpdateHospitalContactCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
356
356
|
/**
|
|
357
357
|
*
|
|
358
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
358
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
359
359
|
* @param {string} hospitalId
|
|
360
360
|
* @param {string} contactId
|
|
361
361
|
* @param {*} [options] Override http request option.
|
|
@@ -364,7 +364,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
364
364
|
apiV1HospitalsHospitalIdContactsContactIdReactivatePut: (hospitalId: string, contactId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
365
365
|
/**
|
|
366
366
|
*
|
|
367
|
-
* @summary Get hospital contacts (Auth
|
|
367
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
368
368
|
* @param {string} hospitalId
|
|
369
369
|
* @param {string} [contactId]
|
|
370
370
|
* @param {ContactType} [contactType]
|
|
@@ -380,7 +380,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
380
380
|
apiV1HospitalsHospitalIdContactsGet: (hospitalId: string, contactId?: string, contactType?: ContactType, name?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
381
381
|
/**
|
|
382
382
|
*
|
|
383
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
383
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
384
384
|
* @param {string} hospitalId
|
|
385
385
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
386
386
|
* @param {*} [options] Override http request option.
|
|
@@ -389,7 +389,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
389
389
|
apiV1HospitalsHospitalIdContactsPost: (hospitalId: string, createHospitalContactCommand?: CreateHospitalContactCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
390
390
|
/**
|
|
391
391
|
*
|
|
392
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
392
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
393
393
|
* @param {string} hospitalId
|
|
394
394
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
395
395
|
* @param {*} [options] Override http request option.
|
|
@@ -407,7 +407,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
407
407
|
apiV1HospitalsHospitalIdDelete: (hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
408
408
|
/**
|
|
409
409
|
*
|
|
410
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
410
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
411
411
|
* @param {string} hospitalId
|
|
412
412
|
* @param {string} equipmentId
|
|
413
413
|
* @param {boolean} [isPermanent]
|
|
@@ -417,7 +417,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
417
417
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete: (hospitalId: string, equipmentId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
418
418
|
/**
|
|
419
419
|
*
|
|
420
|
-
* @summary Get HospitalEquipment. (Auth
|
|
420
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
421
421
|
* @param {string} hospitalId
|
|
422
422
|
* @param {string} equipmentId
|
|
423
423
|
* @param {*} [options] Override http request option.
|
|
@@ -426,7 +426,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
426
426
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet: (hospitalId: string, equipmentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
427
427
|
/**
|
|
428
428
|
*
|
|
429
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
429
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
430
430
|
* @param {string} hospitalId
|
|
431
431
|
* @param {string} equipmentId
|
|
432
432
|
* @param {string} [id]
|
|
@@ -440,7 +440,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
440
440
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet: (hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
441
441
|
/**
|
|
442
442
|
*
|
|
443
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
443
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
444
444
|
* @param {string} hospitalId
|
|
445
445
|
* @param {string} equipmentId
|
|
446
446
|
* @param {string} mediaId
|
|
@@ -450,7 +450,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
450
450
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete: (hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
451
451
|
/**
|
|
452
452
|
*
|
|
453
|
-
* @summary Get EquipmentMedia. (Auth
|
|
453
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
454
454
|
* @param {string} hospitalId
|
|
455
455
|
* @param {string} equipmentId
|
|
456
456
|
* @param {string} mediaId
|
|
@@ -460,7 +460,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
460
460
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet: (hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
461
461
|
/**
|
|
462
462
|
*
|
|
463
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
463
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
464
464
|
* @param {string} hospitalId
|
|
465
465
|
* @param {string} equipmentId
|
|
466
466
|
* @param {string} mediaId
|
|
@@ -471,7 +471,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
471
471
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut: (hospitalId: string, equipmentId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
472
472
|
/**
|
|
473
473
|
*
|
|
474
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
474
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
475
475
|
* @param {string} hospitalId
|
|
476
476
|
* @param {string} equipmentId
|
|
477
477
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -481,7 +481,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
481
481
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost: (hospitalId: string, equipmentId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
482
482
|
/**
|
|
483
483
|
*
|
|
484
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
484
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
485
485
|
* @param {string} hospitalId
|
|
486
486
|
* @param {string} equipmentId
|
|
487
487
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -500,7 +500,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
500
500
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut: (hospitalId: string, equipmentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
501
501
|
/**
|
|
502
502
|
*
|
|
503
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
503
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
504
504
|
* @param {string} hospitalId
|
|
505
505
|
* @param {string} [id]
|
|
506
506
|
* @param {string} [name]
|
|
@@ -518,7 +518,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
518
518
|
apiV1HospitalsHospitalIdEquipmentsGet: (hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
519
519
|
/**
|
|
520
520
|
*
|
|
521
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
521
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
522
522
|
* @param {string} hospitalId
|
|
523
523
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
524
524
|
* @param {*} [options] Override http request option.
|
|
@@ -536,7 +536,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
536
536
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete: (hospitalId: string, evaluationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
537
537
|
/**
|
|
538
538
|
*
|
|
539
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
539
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
540
540
|
* @param {string} hospitalId
|
|
541
541
|
* @param {string} evaluationId
|
|
542
542
|
* @param {*} [options] Override http request option.
|
|
@@ -545,7 +545,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
545
545
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet: (hospitalId: string, evaluationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
546
546
|
/**
|
|
547
547
|
*
|
|
548
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
548
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
549
549
|
* @param {string} hospitalId
|
|
550
550
|
* @param {string} [id]
|
|
551
551
|
* @param {string} [name]
|
|
@@ -568,7 +568,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
568
568
|
apiV1HospitalsHospitalIdEvaluationsPost: (hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
569
569
|
/**
|
|
570
570
|
*
|
|
571
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
571
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
572
572
|
* @param {string} hospitalId
|
|
573
573
|
* @param {string} languageCode
|
|
574
574
|
* @param {*} [options] Override http request option.
|
|
@@ -577,7 +577,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
577
577
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet: (hospitalId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
578
578
|
/**
|
|
579
579
|
*
|
|
580
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
580
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
581
581
|
* @param {string} hospitalId
|
|
582
582
|
* @param {string} languageCode
|
|
583
583
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -587,7 +587,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
587
587
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete: (hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
588
588
|
/**
|
|
589
589
|
*
|
|
590
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
590
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
591
591
|
* @param {string} hospitalId
|
|
592
592
|
* @param {string} languageCode
|
|
593
593
|
* @param {string} id
|
|
@@ -597,7 +597,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
597
597
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet: (hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
598
598
|
/**
|
|
599
599
|
*
|
|
600
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
600
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
601
601
|
* @param {string} hospitalId
|
|
602
602
|
* @param {string} languageCode
|
|
603
603
|
* @param {string} parentId
|
|
@@ -607,7 +607,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
607
607
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet: (hospitalId: string, languageCode: string, parentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
608
608
|
/**
|
|
609
609
|
*
|
|
610
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
610
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
611
611
|
* @param {string} hospitalId
|
|
612
612
|
* @param {string} languageCode
|
|
613
613
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -617,7 +617,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
617
617
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost: (hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
618
618
|
/**
|
|
619
619
|
*
|
|
620
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
620
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
621
621
|
* @param {string} hospitalId
|
|
622
622
|
* @param {string} languageCode
|
|
623
623
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -627,7 +627,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
627
627
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut: (hospitalId: string, languageCode: string, sortFooterNavigationsCommand?: SortFooterNavigationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
628
628
|
/**
|
|
629
629
|
*
|
|
630
|
-
* @summary Get Hospital. (Auth
|
|
630
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
631
631
|
* @param {string} hospitalId
|
|
632
632
|
* @param {string} [languageCode]
|
|
633
633
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -637,7 +637,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
637
637
|
apiV1HospitalsHospitalIdGet: (hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
638
638
|
/**
|
|
639
639
|
*
|
|
640
|
-
* @summary Get all HospitalHandles. (Auth
|
|
640
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
641
641
|
* @param {string} hospitalId
|
|
642
642
|
* @param {string} [id]
|
|
643
643
|
* @param {SnsType} [snsType]
|
|
@@ -651,7 +651,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
651
651
|
apiV1HospitalsHospitalIdHandlesGet: (hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
652
652
|
/**
|
|
653
653
|
*
|
|
654
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
654
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
655
655
|
* @param {string} hospitalId
|
|
656
656
|
* @param {string} handleId
|
|
657
657
|
* @param {*} [options] Override http request option.
|
|
@@ -660,7 +660,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
660
660
|
apiV1HospitalsHospitalIdHandlesHandleIdDelete: (hospitalId: string, handleId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
661
661
|
/**
|
|
662
662
|
*
|
|
663
|
-
* @summary Get HospitalHandle. (Auth
|
|
663
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
664
664
|
* @param {string} hospitalId
|
|
665
665
|
* @param {string} handleId
|
|
666
666
|
* @param {*} [options] Override http request option.
|
|
@@ -669,7 +669,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
669
669
|
apiV1HospitalsHospitalIdHandlesHandleIdGet: (hospitalId: string, handleId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
670
670
|
/**
|
|
671
671
|
*
|
|
672
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
672
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
673
673
|
* @param {string} hospitalId
|
|
674
674
|
* @param {string} handleId
|
|
675
675
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -679,7 +679,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
679
679
|
apiV1HospitalsHospitalIdHandlesHandleIdPut: (hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
680
680
|
/**
|
|
681
681
|
*
|
|
682
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
682
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
683
683
|
* @param {string} hospitalId
|
|
684
684
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
685
685
|
* @param {*} [options] Override http request option.
|
|
@@ -737,7 +737,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
737
737
|
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost: (hospitalId: string, languageCode: string, saveHeaderNavigationsCommand?: SaveHeaderNavigationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
738
738
|
/**
|
|
739
739
|
*
|
|
740
|
-
* @summary Get all GetAllLandings. (Auth
|
|
740
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
741
741
|
* @param {string} hospitalId
|
|
742
742
|
* @param {string} [name]
|
|
743
743
|
* @param {string} [slug]
|
|
@@ -762,7 +762,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
762
762
|
apiV1HospitalsHospitalIdLandingsLandingIdDelete: (hospitalId: string, landingId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
763
763
|
/**
|
|
764
764
|
*
|
|
765
|
-
* @summary Get Landing (Auth
|
|
765
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
766
766
|
* @param {string} hospitalId
|
|
767
767
|
* @param {string} landingId
|
|
768
768
|
* @param {string} [languageCode]
|
|
@@ -772,7 +772,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
772
772
|
apiV1HospitalsHospitalIdLandingsLandingIdGet: (hospitalId: string, landingId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
773
773
|
/**
|
|
774
774
|
*
|
|
775
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
775
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
776
776
|
* @param {string} hospitalId
|
|
777
777
|
* @param {string} landingId
|
|
778
778
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -782,7 +782,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
782
782
|
apiV1HospitalsHospitalIdLandingsLandingIdPut: (hospitalId: string, landingId: string, updateLandingCommand?: UpdateLandingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
783
783
|
/**
|
|
784
784
|
*
|
|
785
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
785
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
786
786
|
* @param {string} hospitalId
|
|
787
787
|
* @param {string} landingId
|
|
788
788
|
* @param {*} [options] Override http request option.
|
|
@@ -791,7 +791,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
791
791
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut: (hospitalId: string, landingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
792
792
|
/**
|
|
793
793
|
*
|
|
794
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
794
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
795
795
|
* @param {string} hospitalId
|
|
796
796
|
* @param {string} landingId
|
|
797
797
|
* @param {boolean} [includeCurrent]
|
|
@@ -801,7 +801,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
801
801
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost: (hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
802
802
|
/**
|
|
803
803
|
*
|
|
804
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
804
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
805
805
|
* @param {string} hospitalId
|
|
806
806
|
* @param {string} landingId
|
|
807
807
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -820,7 +820,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
820
820
|
apiV1HospitalsHospitalIdLandingsPost: (hospitalId: string, createLandingCommand?: CreateLandingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
821
821
|
/**
|
|
822
822
|
*
|
|
823
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
823
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
824
824
|
* @param {string} hospitalId
|
|
825
825
|
* @param {string} [name]
|
|
826
826
|
* @param {boolean} [showHidden]
|
|
@@ -833,7 +833,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
833
833
|
apiV1HospitalsHospitalIdLanguagesGet: (hospitalId: string, name?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
834
834
|
/**
|
|
835
835
|
*
|
|
836
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
836
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
837
837
|
* @param {string} hospitalId
|
|
838
838
|
* @param {string} languageCode
|
|
839
839
|
* @param {*} [options] Override http request option.
|
|
@@ -842,7 +842,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
842
842
|
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete: (hospitalId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
843
843
|
/**
|
|
844
844
|
*
|
|
845
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
845
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
846
846
|
* @param {string} hospitalId
|
|
847
847
|
* @param {string} languageCode
|
|
848
848
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -917,7 +917,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
917
917
|
apiV1HospitalsHospitalIdManagersPost: (hospitalId: string, createManagerCommand?: CreateManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
918
918
|
/**
|
|
919
919
|
*
|
|
920
|
-
* @summary Get all HospitalMedias. (Auth
|
|
920
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
921
921
|
* @param {string} hospitalId
|
|
922
922
|
* @param {string} [id]
|
|
923
923
|
* @param {MediaType} [mediaType]
|
|
@@ -930,7 +930,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
930
930
|
apiV1HospitalsHospitalIdMediasGet: (hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
931
931
|
/**
|
|
932
932
|
*
|
|
933
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
933
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
934
934
|
* @param {string} hospitalId
|
|
935
935
|
* @param {string} mediaId
|
|
936
936
|
* @param {*} [options] Override http request option.
|
|
@@ -939,7 +939,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
939
939
|
apiV1HospitalsHospitalIdMediasMediaIdDelete: (hospitalId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
940
940
|
/**
|
|
941
941
|
*
|
|
942
|
-
* @summary Get HospitalMedia. (Auth
|
|
942
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
943
943
|
* @param {string} hospitalId
|
|
944
944
|
* @param {string} mediaId
|
|
945
945
|
* @param {*} [options] Override http request option.
|
|
@@ -948,7 +948,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
948
948
|
apiV1HospitalsHospitalIdMediasMediaIdGet: (hospitalId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
949
949
|
/**
|
|
950
950
|
*
|
|
951
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
951
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
952
952
|
* @param {string} hospitalId
|
|
953
953
|
* @param {string} mediaId
|
|
954
954
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -958,7 +958,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
958
958
|
apiV1HospitalsHospitalIdMediasMediaIdPut: (hospitalId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
959
959
|
/**
|
|
960
960
|
*
|
|
961
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
961
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
962
962
|
* @param {string} hospitalId
|
|
963
963
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
964
964
|
* @param {*} [options] Override http request option.
|
|
@@ -1177,7 +1177,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1177
1177
|
apiV1HospitalsHospitalIdPaymentmethodsPost: (hospitalId: string, createHospitalPaymentMethodCommand?: CreateHospitalPaymentMethodCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1178
1178
|
/**
|
|
1179
1179
|
*
|
|
1180
|
-
* @summary Get all policies (Auth
|
|
1180
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
1181
1181
|
* @param {string} hospitalId
|
|
1182
1182
|
* @param {string} [name]
|
|
1183
1183
|
* @param {string} [slug]
|
|
@@ -1192,7 +1192,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1192
1192
|
apiV1HospitalsHospitalIdPoliciesGet: (hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1193
1193
|
/**
|
|
1194
1194
|
*
|
|
1195
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
1195
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1196
1196
|
* @param {string} hospitalId
|
|
1197
1197
|
* @param {string} policyId
|
|
1198
1198
|
* @param {boolean} [isPermanent]
|
|
@@ -1202,7 +1202,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1202
1202
|
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete: (hospitalId: string, policyId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
*
|
|
1205
|
-
* @summary Get policy (Auth
|
|
1205
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
1206
1206
|
* @param {string} hospitalId
|
|
1207
1207
|
* @param {string} policyId
|
|
1208
1208
|
* @param {string} [languageCode]
|
|
@@ -1212,7 +1212,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1212
1212
|
apiV1HospitalsHospitalIdPoliciesPolicyIdGet: (hospitalId: string, policyId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1213
1213
|
/**
|
|
1214
1214
|
*
|
|
1215
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
1215
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1216
1216
|
* @param {string} hospitalId
|
|
1217
1217
|
* @param {string} policyId
|
|
1218
1218
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -1222,7 +1222,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1222
1222
|
apiV1HospitalsHospitalIdPoliciesPolicyIdPut: (hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
*
|
|
1225
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
1225
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1226
1226
|
* @param {string} hospitalId
|
|
1227
1227
|
* @param {string} policyId
|
|
1228
1228
|
* @param {*} [options] Override http request option.
|
|
@@ -1231,7 +1231,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1231
1231
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut: (hospitalId: string, policyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1232
1232
|
/**
|
|
1233
1233
|
*
|
|
1234
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
1234
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1235
1235
|
* @param {string} hospitalId
|
|
1236
1236
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
1237
1237
|
* @param {*} [options] Override http request option.
|
|
@@ -1249,7 +1249,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1249
1249
|
apiV1HospitalsHospitalIdPut: (hospitalId: string, updateHospitalCommand?: UpdateHospitalCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1250
1250
|
/**
|
|
1251
1251
|
*
|
|
1252
|
-
* @summary Get hospitalRatings (Auth
|
|
1252
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
1253
1253
|
* @param {string} hospitalId
|
|
1254
1254
|
* @param {string} [id]
|
|
1255
1255
|
* @param {string} [vender]
|
|
@@ -1263,7 +1263,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1263
1263
|
apiV1HospitalsHospitalIdRatingsGet: (hospitalId: string, id?: string, vender?: string, isConfirmed?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1264
1264
|
/**
|
|
1265
1265
|
*
|
|
1266
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
1266
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1267
1267
|
* @param {string} hospitalId
|
|
1268
1268
|
* @param {string} id
|
|
1269
1269
|
* @param {*} [options] Override http request option.
|
|
@@ -1272,7 +1272,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1272
1272
|
apiV1HospitalsHospitalIdRatingsIdDelete: (hospitalId: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1273
1273
|
/**
|
|
1274
1274
|
*
|
|
1275
|
-
* @summary Get hospitalRating (Auth
|
|
1275
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
1276
1276
|
* @param {string} hospitalId
|
|
1277
1277
|
* @param {string} id
|
|
1278
1278
|
* @param {*} [options] Override http request option.
|
|
@@ -1281,7 +1281,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1281
1281
|
apiV1HospitalsHospitalIdRatingsIdGet: (hospitalId: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1282
1282
|
/**
|
|
1283
1283
|
*
|
|
1284
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
1284
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1285
1285
|
* @param {string} hospitalId
|
|
1286
1286
|
* @param {string} id
|
|
1287
1287
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -1291,7 +1291,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1291
1291
|
apiV1HospitalsHospitalIdRatingsIdPut: (hospitalId: string, id: string, updateHospitalRatingCommand?: UpdateHospitalRatingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1292
1292
|
/**
|
|
1293
1293
|
*
|
|
1294
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
1294
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1295
1295
|
* @param {string} hospitalId
|
|
1296
1296
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
1297
1297
|
* @param {*} [options] Override http request option.
|
|
@@ -1300,7 +1300,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1300
1300
|
apiV1HospitalsHospitalIdRatingsPost: (hospitalId: string, createHospitalRatingCommand?: CreateHospitalRatingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1301
1301
|
/**
|
|
1302
1302
|
*
|
|
1303
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
1303
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1304
1304
|
* @param {string} hospitalId
|
|
1305
1305
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
1306
1306
|
* @param {*} [options] Override http request option.
|
|
@@ -1317,7 +1317,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1317
1317
|
apiV1HospitalsHospitalIdReactivatePut: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1318
1318
|
/**
|
|
1319
1319
|
*
|
|
1320
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
1320
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1321
1321
|
* @param {string} hospitalId
|
|
1322
1322
|
* @param {boolean} [includeCurrent]
|
|
1323
1323
|
* @param {*} [options] Override http request option.
|
|
@@ -1438,7 +1438,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1438
1438
|
apiV1HospitalsHospitalIdSecurefilesReadGet: (hospitalId: string, uri?: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1439
1439
|
/**
|
|
1440
1440
|
*
|
|
1441
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
1441
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
1442
1442
|
* @param {string} hospitalId
|
|
1443
1443
|
* @param {string} [specialtyId]
|
|
1444
1444
|
* @param {string} [specialtyName]
|
|
@@ -1459,7 +1459,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1459
1459
|
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>;
|
|
1460
1460
|
/**
|
|
1461
1461
|
*
|
|
1462
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
1462
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
1463
1463
|
* @param {string} hospitalId
|
|
1464
1464
|
* @param {string} hospitalSpecialtyId
|
|
1465
1465
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -1475,7 +1475,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1475
1475
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet: (hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1476
1476
|
/**
|
|
1477
1477
|
*
|
|
1478
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
1478
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1479
1479
|
* @param {string} hospitalId
|
|
1480
1480
|
* @param {string} hospitalSpecialtyId
|
|
1481
1481
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -1485,7 +1485,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1485
1485
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch: (hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1486
1486
|
/**
|
|
1487
1487
|
*
|
|
1488
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
1488
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1489
1489
|
* @param {string} hospitalId
|
|
1490
1490
|
* @param {string} hospitalSpecialtyId
|
|
1491
1491
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -1495,7 +1495,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1495
1495
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost: (hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1496
1496
|
/**
|
|
1497
1497
|
*
|
|
1498
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
1498
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
1499
1499
|
* @param {string} hospitalId
|
|
1500
1500
|
* @param {string} hospitalSpecialtyId
|
|
1501
1501
|
* @param {number} [year]
|
|
@@ -1511,7 +1511,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1511
1511
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet: (hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1512
1512
|
/**
|
|
1513
1513
|
*
|
|
1514
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
1514
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1515
1515
|
* @param {string} hospitalId
|
|
1516
1516
|
* @param {string} hospitalSpecialtyId
|
|
1517
1517
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -1521,7 +1521,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1521
1521
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost: (hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1522
1522
|
/**
|
|
1523
1523
|
*
|
|
1524
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
1524
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
1525
1525
|
* @param {string} hospitalId
|
|
1526
1526
|
* @param {string} hospitalSpecialtyId
|
|
1527
1527
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -1534,7 +1534,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1534
1534
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet: (hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1535
1535
|
/**
|
|
1536
1536
|
*
|
|
1537
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
1537
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1538
1538
|
* @param {string} hospitalId
|
|
1539
1539
|
* @param {string} hospitalSpecialtyId
|
|
1540
1540
|
* @param {boolean} [isPermanent]
|
|
@@ -1544,7 +1544,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1544
1544
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: (hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1545
1545
|
/**
|
|
1546
1546
|
*
|
|
1547
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
1547
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
1548
1548
|
* @param {string} hospitalId
|
|
1549
1549
|
* @param {string} hospitalSpecialtyId
|
|
1550
1550
|
* @param {string} [languageCode]
|
|
@@ -1554,7 +1554,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1554
1554
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet: (hospitalId: string, hospitalSpecialtyId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1555
1555
|
/**
|
|
1556
1556
|
*
|
|
1557
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
1557
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
1558
1558
|
* @param {string} hospitalId
|
|
1559
1559
|
* @param {string} hospitalSpecialtyId
|
|
1560
1560
|
* @param {string} [id]
|
|
@@ -1568,7 +1568,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1568
1568
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: (hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1569
1569
|
/**
|
|
1570
1570
|
*
|
|
1571
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
1571
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1572
1572
|
* @param {string} hospitalId
|
|
1573
1573
|
* @param {string} hospitalSpecialtyId
|
|
1574
1574
|
* @param {string} mediaId
|
|
@@ -1578,7 +1578,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1578
1578
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1579
1579
|
/**
|
|
1580
1580
|
*
|
|
1581
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
1581
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
1582
1582
|
* @param {string} hospitalId
|
|
1583
1583
|
* @param {string} hospitalSpecialtyId
|
|
1584
1584
|
* @param {string} mediaId
|
|
@@ -1588,7 +1588,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1588
1588
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1589
1589
|
/**
|
|
1590
1590
|
*
|
|
1591
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1591
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1592
1592
|
* @param {string} hospitalId
|
|
1593
1593
|
* @param {string} hospitalSpecialtyId
|
|
1594
1594
|
* @param {string} mediaId
|
|
@@ -1599,7 +1599,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1599
1599
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut: (hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1600
1600
|
/**
|
|
1601
1601
|
*
|
|
1602
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1602
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1603
1603
|
* @param {string} hospitalId
|
|
1604
1604
|
* @param {string} hospitalSpecialtyId
|
|
1605
1605
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -1609,7 +1609,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1609
1609
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost: (hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1610
1610
|
/**
|
|
1611
1611
|
*
|
|
1612
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
1612
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1613
1613
|
* @param {string} hospitalId
|
|
1614
1614
|
* @param {string} hospitalSpecialtyId
|
|
1615
1615
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -1628,7 +1628,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1628
1628
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut: (hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1629
1629
|
/**
|
|
1630
1630
|
*
|
|
1631
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
1631
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1632
1632
|
* @param {string} hospitalId
|
|
1633
1633
|
* @param {string} hospitalSpecialtyId
|
|
1634
1634
|
* @param {boolean} [includeCurrent]
|
|
@@ -1638,7 +1638,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1638
1638
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost: (hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1639
1639
|
/**
|
|
1640
1640
|
*
|
|
1641
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
1641
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1642
1642
|
* @param {string} hospitalId
|
|
1643
1643
|
* @param {string} hospitalSpecialtyId
|
|
1644
1644
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -1648,7 +1648,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1648
1648
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost: (hospitalId: string, hospitalSpecialtyId: string, translateHospitalSpecialtyCommand?: TranslateHospitalSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1649
1649
|
/**
|
|
1650
1650
|
*
|
|
1651
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
1651
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1652
1652
|
* @param {string} hospitalId
|
|
1653
1653
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
1654
1654
|
* @param {*} [options] Override http request option.
|
|
@@ -1657,7 +1657,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1657
1657
|
apiV1HospitalsHospitalIdSpecialtiesPost: (hospitalId: string, createHospitalSpecialtyCommand?: CreateHospitalSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1658
1658
|
/**
|
|
1659
1659
|
*
|
|
1660
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
1660
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
1661
1661
|
* @param {string} hospitalId
|
|
1662
1662
|
* @param {string} [specialtyId]
|
|
1663
1663
|
* @param {string} [specialtyName]
|
|
@@ -1678,7 +1678,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1678
1678
|
apiV1HospitalsHospitalIdSpecialtiesSimpleGet: (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>;
|
|
1679
1679
|
/**
|
|
1680
1680
|
*
|
|
1681
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
1681
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
1682
1682
|
* @param {string} hospitalId
|
|
1683
1683
|
* @param {string} slug
|
|
1684
1684
|
* @param {string} [languageCode]
|
|
@@ -1690,7 +1690,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1690
1690
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet: (hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1691
1691
|
/**
|
|
1692
1692
|
*
|
|
1693
|
-
* @summary Get all HospitalServices. (Auth
|
|
1693
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
1694
1694
|
* @param {string} hospitalId
|
|
1695
1695
|
* @param {string} specialtyId
|
|
1696
1696
|
* @param {string} [id]
|
|
@@ -1711,7 +1711,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1711
1711
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: (hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1712
1712
|
/**
|
|
1713
1713
|
*
|
|
1714
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
1714
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1715
1715
|
* @param {string} hospitalId
|
|
1716
1716
|
* @param {string} specialtyId
|
|
1717
1717
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -1721,7 +1721,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1721
1721
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1722
1722
|
/**
|
|
1723
1723
|
*
|
|
1724
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
1724
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
1725
1725
|
* @param {string} hospitalId
|
|
1726
1726
|
* @param {string} specialtyId
|
|
1727
1727
|
* @param {string} serviceId
|
|
@@ -1738,7 +1738,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1738
1738
|
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>;
|
|
1739
1739
|
/**
|
|
1740
1740
|
*
|
|
1741
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
1741
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1742
1742
|
* @param {string} hospitalId
|
|
1743
1743
|
* @param {string} specialtyId
|
|
1744
1744
|
* @param {string} serviceId
|
|
@@ -1749,7 +1749,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1749
1749
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch: (hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1750
1750
|
/**
|
|
1751
1751
|
*
|
|
1752
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
1752
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1753
1753
|
* @param {string} hospitalId
|
|
1754
1754
|
* @param {string} specialtyId
|
|
1755
1755
|
* @param {string} serviceId
|
|
@@ -1760,7 +1760,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1760
1760
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost: (hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1761
1761
|
/**
|
|
1762
1762
|
*
|
|
1763
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
1763
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
1764
1764
|
* @param {string} hospitalId
|
|
1765
1765
|
* @param {string} specialtyId
|
|
1766
1766
|
* @param {string} serviceId
|
|
@@ -1777,7 +1777,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1777
1777
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet: (hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1778
1778
|
/**
|
|
1779
1779
|
*
|
|
1780
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
1780
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1781
1781
|
* @param {string} hospitalId
|
|
1782
1782
|
* @param {string} specialtyId
|
|
1783
1783
|
* @param {string} serviceId
|
|
@@ -1788,7 +1788,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1788
1788
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost: (hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1789
1789
|
/**
|
|
1790
1790
|
*
|
|
1791
|
-
* @summary Get Service appointment timetables (Auth
|
|
1791
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
1792
1792
|
* @param {string} hospitalId
|
|
1793
1793
|
* @param {string} specialtyId
|
|
1794
1794
|
* @param {string} serviceId
|
|
@@ -1802,7 +1802,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1802
1802
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet: (hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1803
1803
|
/**
|
|
1804
1804
|
*
|
|
1805
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
1805
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1806
1806
|
* @param {string} hospitalId
|
|
1807
1807
|
* @param {string} specialtyId
|
|
1808
1808
|
* @param {string} serviceId
|
|
@@ -1813,7 +1813,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1813
1813
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: (hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1814
1814
|
/**
|
|
1815
1815
|
*
|
|
1816
|
-
* @summary (Auth
|
|
1816
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
1817
1817
|
* @param {string} hospitalId
|
|
1818
1818
|
* @param {string} specialtyId
|
|
1819
1819
|
* @param {string} serviceId
|
|
@@ -1825,7 +1825,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1825
1825
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet: (hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1826
1826
|
/**
|
|
1827
1827
|
*
|
|
1828
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
1828
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
1829
1829
|
* @param {string} hospitalId
|
|
1830
1830
|
* @param {string} specialtyId
|
|
1831
1831
|
* @param {string} serviceId
|
|
@@ -1840,7 +1840,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1840
1840
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet: (hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1841
1841
|
/**
|
|
1842
1842
|
*
|
|
1843
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
1843
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1844
1844
|
* @param {string} hospitalId
|
|
1845
1845
|
* @param {string} specialtyId
|
|
1846
1846
|
* @param {string} serviceId
|
|
@@ -1851,7 +1851,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1851
1851
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete: (hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1852
1852
|
/**
|
|
1853
1853
|
*
|
|
1854
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
1854
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
1855
1855
|
* @param {string} hospitalId
|
|
1856
1856
|
* @param {string} specialtyId
|
|
1857
1857
|
* @param {string} serviceId
|
|
@@ -1862,7 +1862,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1862
1862
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet: (hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1863
1863
|
/**
|
|
1864
1864
|
*
|
|
1865
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1865
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1866
1866
|
* @param {string} hospitalId
|
|
1867
1867
|
* @param {string} specialtyId
|
|
1868
1868
|
* @param {string} serviceId
|
|
@@ -1874,7 +1874,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1874
1874
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut: (hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1875
1875
|
/**
|
|
1876
1876
|
*
|
|
1877
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1877
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1878
1878
|
* @param {string} hospitalId
|
|
1879
1879
|
* @param {string} specialtyId
|
|
1880
1880
|
* @param {string} serviceId
|
|
@@ -1885,7 +1885,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1885
1885
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost: (hospitalId: string, specialtyId: string, serviceId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1886
1886
|
/**
|
|
1887
1887
|
*
|
|
1888
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
1888
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1889
1889
|
* @param {string} hospitalId
|
|
1890
1890
|
* @param {string} specialtyId
|
|
1891
1891
|
* @param {string} serviceId
|
|
@@ -1896,7 +1896,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1896
1896
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut: (hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceCommand?: UpdateHospitalServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1897
1897
|
/**
|
|
1898
1898
|
*
|
|
1899
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
1899
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1900
1900
|
* @param {string} hospitalId
|
|
1901
1901
|
* @param {string} specialtyId
|
|
1902
1902
|
* @param {string} serviceId
|
|
@@ -1906,7 +1906,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1906
1906
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut: (hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1907
1907
|
/**
|
|
1908
1908
|
*
|
|
1909
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
1909
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1910
1910
|
* @param {string} hospitalId
|
|
1911
1911
|
* @param {string} specialtyId
|
|
1912
1912
|
* @param {string} serviceId
|
|
@@ -1917,7 +1917,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1917
1917
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost: (hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1918
1918
|
/**
|
|
1919
1919
|
*
|
|
1920
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
1920
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1921
1921
|
* @param {string} hospitalId
|
|
1922
1922
|
* @param {string} specialtyId
|
|
1923
1923
|
* @param {string} serviceId
|
|
@@ -1928,7 +1928,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1928
1928
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost: (hospitalId: string, specialtyId: string, serviceId: string, translateHospitalServiceCommand?: TranslateHospitalServiceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1929
1929
|
/**
|
|
1930
1930
|
*
|
|
1931
|
-
* @summary Get all hospital tags (Auth
|
|
1931
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
1932
1932
|
* @param {string} hospitalId
|
|
1933
1933
|
* @param {string} [tagId]
|
|
1934
1934
|
* @param {number} [page]
|
|
@@ -1940,7 +1940,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1940
1940
|
apiV1HospitalsHospitalIdTagsGet: (hospitalId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1941
1941
|
/**
|
|
1942
1942
|
*
|
|
1943
|
-
* @summary Create hospitalTag (Auth
|
|
1943
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1944
1944
|
* @param {string} hospitalId
|
|
1945
1945
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
1946
1946
|
* @param {*} [options] Override http request option.
|
|
@@ -1949,7 +1949,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1949
1949
|
apiV1HospitalsHospitalIdTagsPost: (hospitalId: string, createHospitalTagCommand?: CreateHospitalTagCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1950
1950
|
/**
|
|
1951
1951
|
*
|
|
1952
|
-
* @summary Delete hospitalTag (Auth
|
|
1952
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1953
1953
|
* @param {string} hospitalId
|
|
1954
1954
|
* @param {string} tagId
|
|
1955
1955
|
* @param {*} [options] Override http request option.
|
|
@@ -1958,7 +1958,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1958
1958
|
apiV1HospitalsHospitalIdTagsTagIdDelete: (hospitalId: string, tagId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1959
1959
|
/**
|
|
1960
1960
|
*
|
|
1961
|
-
* @summary Get hospital tag (Auth
|
|
1961
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
1962
1962
|
* @param {string} hospitalId
|
|
1963
1963
|
* @param {string} tagId
|
|
1964
1964
|
* @param {*} [options] Override http request option.
|
|
@@ -1976,7 +1976,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1976
1976
|
apiV1HospitalsHospitalIdTranslatePost: (hospitalId: string, translateHospitalCommand?: TranslateHospitalCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1977
1977
|
/**
|
|
1978
1978
|
*
|
|
1979
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
1979
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1980
1980
|
* @param {string} hospitalId
|
|
1981
1981
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
1982
1982
|
* @param {*} [options] Override http request option.
|
|
@@ -1985,7 +1985,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1985
1985
|
apiV1HospitalsHospitalIdWorkingdaysBatchPatch: (hospitalId: string, batchHospitalWorkingDaysCommand?: BatchHospitalWorkingDaysCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1986
1986
|
/**
|
|
1987
1987
|
*
|
|
1988
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
1988
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
1989
1989
|
* @param {string} hospitalId
|
|
1990
1990
|
* @param {string} [id]
|
|
1991
1991
|
* @param {string} [dayOfWeek]
|
|
@@ -2001,7 +2001,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2001
2001
|
apiV1HospitalsHospitalIdWorkingdaysGet: (hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2002
2002
|
/**
|
|
2003
2003
|
*
|
|
2004
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
2004
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2005
2005
|
* @param {string} hospitalId
|
|
2006
2006
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
2007
2007
|
* @param {*} [options] Override http request option.
|
|
@@ -2010,7 +2010,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2010
2010
|
apiV1HospitalsHospitalIdWorkingdaysPost: (hospitalId: string, createHospitalWorkingDayCommand?: CreateHospitalWorkingDayCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2011
2011
|
/**
|
|
2012
2012
|
*
|
|
2013
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
2013
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2014
2014
|
* @param {string} hospitalId
|
|
2015
2015
|
* @param {string} workingDayId
|
|
2016
2016
|
* @param {*} [options] Override http request option.
|
|
@@ -2019,7 +2019,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2019
2019
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete: (hospitalId: string, workingDayId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2020
2020
|
/**
|
|
2021
2021
|
*
|
|
2022
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
2022
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
2023
2023
|
* @param {string} hospitalId
|
|
2024
2024
|
* @param {string} workingDayId
|
|
2025
2025
|
* @param {*} [options] Override http request option.
|
|
@@ -2028,7 +2028,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2028
2028
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet: (hospitalId: string, workingDayId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2029
2029
|
/**
|
|
2030
2030
|
*
|
|
2031
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
2031
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2032
2032
|
* @param {string} hospitalId
|
|
2033
2033
|
* @param {string} workingDayId
|
|
2034
2034
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -2046,7 +2046,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2046
2046
|
apiV1HospitalsPost: (createHospitalCommand?: CreateHospitalCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
*
|
|
2049
|
-
* @summary Get all Hospitals. (Auth
|
|
2049
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
2050
2050
|
* @param {string} [hospitalId]
|
|
2051
2051
|
* @param {StringFilterTypes} [nameFilterType]
|
|
2052
2052
|
* @param {string} [name]
|
|
@@ -2069,7 +2069,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2069
2069
|
apiV1HospitalsSimpleGet: (hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2070
2070
|
/**
|
|
2071
2071
|
*
|
|
2072
|
-
* @summary (Auth
|
|
2072
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
2073
2073
|
* @param {string} slug
|
|
2074
2074
|
* @param {string} [languageCode]
|
|
2075
2075
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2085,7 +2085,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2085
2085
|
export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
2086
2086
|
/**
|
|
2087
2087
|
*
|
|
2088
|
-
* @summary Get all Hospitals. (Auth
|
|
2088
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
2089
2089
|
* @param {string} [hospitalId]
|
|
2090
2090
|
* @param {StringFilterTypes} [nameFilterType]
|
|
2091
2091
|
* @param {string} [name]
|
|
@@ -2117,7 +2117,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2117
2117
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2118
2118
|
/**
|
|
2119
2119
|
*
|
|
2120
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
2120
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2121
2121
|
* @param {string} hospitalId
|
|
2122
2122
|
* @param {string} accreditationId
|
|
2123
2123
|
* @param {*} [options] Override http request option.
|
|
@@ -2126,7 +2126,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2126
2126
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
|
|
2127
2127
|
/**
|
|
2128
2128
|
*
|
|
2129
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
2129
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2130
2130
|
* @param {string} hospitalId
|
|
2131
2131
|
* @param {string} [hospitalName]
|
|
2132
2132
|
* @param {string} [accreditationId]
|
|
@@ -2149,7 +2149,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2149
2149
|
apiV1HospitalsHospitalIdAccreditationsPost(hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
|
|
2150
2150
|
/**
|
|
2151
2151
|
*
|
|
2152
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
2152
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
2153
2153
|
* @param {string} hospitalId
|
|
2154
2154
|
* @param {boolean} [includesPreviousItems]
|
|
2155
2155
|
* @param {Date} [startDate]
|
|
@@ -2164,7 +2164,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2164
2164
|
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>>;
|
|
2165
2165
|
/**
|
|
2166
2166
|
*
|
|
2167
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
2167
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2168
2168
|
* @param {string} hospitalId
|
|
2169
2169
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
2170
2170
|
* @param {*} [options] Override http request option.
|
|
@@ -2173,7 +2173,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2173
2173
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2174
2174
|
/**
|
|
2175
2175
|
*
|
|
2176
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
2176
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2177
2177
|
* @param {string} hospitalId
|
|
2178
2178
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
2179
2179
|
* @param {*} [options] Override http request option.
|
|
@@ -2182,7 +2182,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2182
2182
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
2183
2183
|
/**
|
|
2184
2184
|
*
|
|
2185
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
2185
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
2186
2186
|
* @param {string} hospitalId
|
|
2187
2187
|
* @param {number} [year]
|
|
2188
2188
|
* @param {number} [month]
|
|
@@ -2197,7 +2197,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2197
2197
|
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
2198
2198
|
/**
|
|
2199
2199
|
*
|
|
2200
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
2200
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2201
2201
|
* @param {string} hospitalId
|
|
2202
2202
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
2203
2203
|
* @param {*} [options] Override http request option.
|
|
@@ -2206,7 +2206,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2206
2206
|
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
2207
2207
|
/**
|
|
2208
2208
|
*
|
|
2209
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
2209
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
2210
2210
|
* @param {string} hospitalId
|
|
2211
2211
|
* @param {DayOfWeek} [dayOfWeek]
|
|
2212
2212
|
* @param {number} [page]
|
|
@@ -2259,7 +2259,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2259
2259
|
apiV1HospitalsHospitalIdBankaccountinfosGet(hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BankAccountInfosModel>>;
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
2262
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
2263
2263
|
* @param {string} hospitalId
|
|
2264
2264
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
2265
2265
|
* @param {*} [options] Override http request option.
|
|
@@ -2268,7 +2268,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2268
2268
|
apiV1HospitalsHospitalIdBankaccountinfosPost(hospitalId: string, createHospitalBankAccountInfoCommand?: CreateHospitalBankAccountInfoCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BankAccountInfoModel>>;
|
|
2269
2269
|
/**
|
|
2270
2270
|
*
|
|
2271
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
2271
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2272
2272
|
* @param {string} hospitalId
|
|
2273
2273
|
* @param {string} contactId
|
|
2274
2274
|
* @param {boolean} [isPermanent]
|
|
@@ -2278,7 +2278,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2278
2278
|
apiV1HospitalsHospitalIdContactsContactIdDelete(hospitalId: string, contactId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2279
2279
|
/**
|
|
2280
2280
|
*
|
|
2281
|
-
* @summary Get hospital contact (Auth
|
|
2281
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
2282
2282
|
* @param {string} hospitalId
|
|
2283
2283
|
* @param {string} contactId
|
|
2284
2284
|
* @param {*} [options] Override http request option.
|
|
@@ -2287,7 +2287,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2287
2287
|
apiV1HospitalsHospitalIdContactsContactIdGet(hospitalId: string, contactId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalContactModel>>;
|
|
2288
2288
|
/**
|
|
2289
2289
|
*
|
|
2290
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
2290
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2291
2291
|
* @param {string} hospitalId
|
|
2292
2292
|
* @param {string} contactId
|
|
2293
2293
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -2297,7 +2297,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2297
2297
|
apiV1HospitalsHospitalIdContactsContactIdPut(hospitalId: string, contactId: string, updateHospitalContactCommand?: UpdateHospitalContactCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalContactModel>>;
|
|
2298
2298
|
/**
|
|
2299
2299
|
*
|
|
2300
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
2300
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2301
2301
|
* @param {string} hospitalId
|
|
2302
2302
|
* @param {string} contactId
|
|
2303
2303
|
* @param {*} [options] Override http request option.
|
|
@@ -2306,7 +2306,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2306
2306
|
apiV1HospitalsHospitalIdContactsContactIdReactivatePut(hospitalId: string, contactId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2307
2307
|
/**
|
|
2308
2308
|
*
|
|
2309
|
-
* @summary Get hospital contacts (Auth
|
|
2309
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
2310
2310
|
* @param {string} hospitalId
|
|
2311
2311
|
* @param {string} [contactId]
|
|
2312
2312
|
* @param {ContactType} [contactType]
|
|
@@ -2322,7 +2322,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2322
2322
|
apiV1HospitalsHospitalIdContactsGet(hospitalId: string, contactId?: string, contactType?: ContactType, name?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalContactsModel>>;
|
|
2323
2323
|
/**
|
|
2324
2324
|
*
|
|
2325
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
2325
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2326
2326
|
* @param {string} hospitalId
|
|
2327
2327
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
2328
2328
|
* @param {*} [options] Override http request option.
|
|
@@ -2331,7 +2331,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2331
2331
|
apiV1HospitalsHospitalIdContactsPost(hospitalId: string, createHospitalContactCommand?: CreateHospitalContactCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalContactModel>>;
|
|
2332
2332
|
/**
|
|
2333
2333
|
*
|
|
2334
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
2334
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2335
2335
|
* @param {string} hospitalId
|
|
2336
2336
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
2337
2337
|
* @param {*} [options] Override http request option.
|
|
@@ -2349,7 +2349,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2349
2349
|
apiV1HospitalsHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2350
2350
|
/**
|
|
2351
2351
|
*
|
|
2352
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
2352
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2353
2353
|
* @param {string} hospitalId
|
|
2354
2354
|
* @param {string} equipmentId
|
|
2355
2355
|
* @param {boolean} [isPermanent]
|
|
@@ -2359,7 +2359,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2359
2359
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2360
2360
|
/**
|
|
2361
2361
|
*
|
|
2362
|
-
* @summary Get HospitalEquipment. (Auth
|
|
2362
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
2363
2363
|
* @param {string} hospitalId
|
|
2364
2364
|
* @param {string} equipmentId
|
|
2365
2365
|
* @param {*} [options] Override http request option.
|
|
@@ -2368,7 +2368,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2368
2368
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEquipmentModel>>;
|
|
2369
2369
|
/**
|
|
2370
2370
|
*
|
|
2371
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
2371
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
2372
2372
|
* @param {string} hospitalId
|
|
2373
2373
|
* @param {string} equipmentId
|
|
2374
2374
|
* @param {string} [id]
|
|
@@ -2382,7 +2382,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2382
2382
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
2383
2383
|
/**
|
|
2384
2384
|
*
|
|
2385
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
2385
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2386
2386
|
* @param {string} hospitalId
|
|
2387
2387
|
* @param {string} equipmentId
|
|
2388
2388
|
* @param {string} mediaId
|
|
@@ -2392,7 +2392,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2392
2392
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2393
2393
|
/**
|
|
2394
2394
|
*
|
|
2395
|
-
* @summary Get EquipmentMedia. (Auth
|
|
2395
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
2396
2396
|
* @param {string} hospitalId
|
|
2397
2397
|
* @param {string} equipmentId
|
|
2398
2398
|
* @param {string} mediaId
|
|
@@ -2402,7 +2402,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2402
2402
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
2403
2403
|
/**
|
|
2404
2404
|
*
|
|
2405
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
2405
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2406
2406
|
* @param {string} hospitalId
|
|
2407
2407
|
* @param {string} equipmentId
|
|
2408
2408
|
* @param {string} mediaId
|
|
@@ -2413,7 +2413,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2413
2413
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut(hospitalId: string, equipmentId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
2414
2414
|
/**
|
|
2415
2415
|
*
|
|
2416
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
2416
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2417
2417
|
* @param {string} hospitalId
|
|
2418
2418
|
* @param {string} equipmentId
|
|
2419
2419
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -2423,7 +2423,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2423
2423
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost(hospitalId: string, equipmentId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
2424
2424
|
/**
|
|
2425
2425
|
*
|
|
2426
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
2426
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2427
2427
|
* @param {string} hospitalId
|
|
2428
2428
|
* @param {string} equipmentId
|
|
2429
2429
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -2442,7 +2442,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2442
2442
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2443
2443
|
/**
|
|
2444
2444
|
*
|
|
2445
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
2445
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
2446
2446
|
* @param {string} hospitalId
|
|
2447
2447
|
* @param {string} [id]
|
|
2448
2448
|
* @param {string} [name]
|
|
@@ -2460,7 +2460,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2460
2460
|
apiV1HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEquipmentsModel>>;
|
|
2461
2461
|
/**
|
|
2462
2462
|
*
|
|
2463
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
2463
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2464
2464
|
* @param {string} hospitalId
|
|
2465
2465
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
2466
2466
|
* @param {*} [options] Override http request option.
|
|
@@ -2478,7 +2478,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2478
2478
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2479
2479
|
/**
|
|
2480
2480
|
*
|
|
2481
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
2481
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
2482
2482
|
* @param {string} hospitalId
|
|
2483
2483
|
* @param {string} evaluationId
|
|
2484
2484
|
* @param {*} [options] Override http request option.
|
|
@@ -2487,7 +2487,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2487
2487
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEvaluationModel>>;
|
|
2488
2488
|
/**
|
|
2489
2489
|
*
|
|
2490
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
2490
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
2491
2491
|
* @param {string} hospitalId
|
|
2492
2492
|
* @param {string} [id]
|
|
2493
2493
|
* @param {string} [name]
|
|
@@ -2510,7 +2510,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2510
2510
|
apiV1HospitalsHospitalIdEvaluationsPost(hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEvaluationModel>>;
|
|
2511
2511
|
/**
|
|
2512
2512
|
*
|
|
2513
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
2513
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
2514
2514
|
* @param {string} hospitalId
|
|
2515
2515
|
* @param {string} languageCode
|
|
2516
2516
|
* @param {*} [options] Override http request option.
|
|
@@ -2519,7 +2519,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2519
2519
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(hospitalId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FooterNavigationItemModel>>>;
|
|
2520
2520
|
/**
|
|
2521
2521
|
*
|
|
2522
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
2522
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
2523
2523
|
* @param {string} hospitalId
|
|
2524
2524
|
* @param {string} languageCode
|
|
2525
2525
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -2529,7 +2529,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2529
2529
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2530
2530
|
/**
|
|
2531
2531
|
*
|
|
2532
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
2532
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
2533
2533
|
* @param {string} hospitalId
|
|
2534
2534
|
* @param {string} languageCode
|
|
2535
2535
|
* @param {string} id
|
|
@@ -2539,7 +2539,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2539
2539
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FooterNavigationItemModel>>;
|
|
2540
2540
|
/**
|
|
2541
2541
|
*
|
|
2542
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
2542
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
2543
2543
|
* @param {string} hospitalId
|
|
2544
2544
|
* @param {string} languageCode
|
|
2545
2545
|
* @param {string} parentId
|
|
@@ -2549,7 +2549,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2549
2549
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(hospitalId: string, languageCode: string, parentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FooterNavigationItemModel>>>;
|
|
2550
2550
|
/**
|
|
2551
2551
|
*
|
|
2552
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
2552
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
2553
2553
|
* @param {string} hospitalId
|
|
2554
2554
|
* @param {string} languageCode
|
|
2555
2555
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -2559,7 +2559,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2559
2559
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FooterNavigationItemModel>>;
|
|
2560
2560
|
/**
|
|
2561
2561
|
*
|
|
2562
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
2562
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
2563
2563
|
* @param {string} hospitalId
|
|
2564
2564
|
* @param {string} languageCode
|
|
2565
2565
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -2569,7 +2569,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2569
2569
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut(hospitalId: string, languageCode: string, sortFooterNavigationsCommand?: SortFooterNavigationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SortingResultModel>>;
|
|
2570
2570
|
/**
|
|
2571
2571
|
*
|
|
2572
|
-
* @summary Get Hospital. (Auth
|
|
2572
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
2573
2573
|
* @param {string} hospitalId
|
|
2574
2574
|
* @param {string} [languageCode]
|
|
2575
2575
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2579,7 +2579,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2579
2579
|
apiV1HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalModel>>;
|
|
2580
2580
|
/**
|
|
2581
2581
|
*
|
|
2582
|
-
* @summary Get all HospitalHandles. (Auth
|
|
2582
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
2583
2583
|
* @param {string} hospitalId
|
|
2584
2584
|
* @param {string} [id]
|
|
2585
2585
|
* @param {SnsType} [snsType]
|
|
@@ -2593,7 +2593,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2593
2593
|
apiV1HospitalsHospitalIdHandlesGet(hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSnsHandlesModel>>;
|
|
2594
2594
|
/**
|
|
2595
2595
|
*
|
|
2596
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
2596
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2597
2597
|
* @param {string} hospitalId
|
|
2598
2598
|
* @param {string} handleId
|
|
2599
2599
|
* @param {*} [options] Override http request option.
|
|
@@ -2602,7 +2602,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2602
2602
|
apiV1HospitalsHospitalIdHandlesHandleIdDelete(hospitalId: string, handleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2603
2603
|
/**
|
|
2604
2604
|
*
|
|
2605
|
-
* @summary Get HospitalHandle. (Auth
|
|
2605
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
2606
2606
|
* @param {string} hospitalId
|
|
2607
2607
|
* @param {string} handleId
|
|
2608
2608
|
* @param {*} [options] Override http request option.
|
|
@@ -2611,7 +2611,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2611
2611
|
apiV1HospitalsHospitalIdHandlesHandleIdGet(hospitalId: string, handleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SnsHandleModel>>;
|
|
2612
2612
|
/**
|
|
2613
2613
|
*
|
|
2614
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
2614
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2615
2615
|
* @param {string} hospitalId
|
|
2616
2616
|
* @param {string} handleId
|
|
2617
2617
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -2621,7 +2621,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2621
2621
|
apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SnsHandleModel>>;
|
|
2622
2622
|
/**
|
|
2623
2623
|
*
|
|
2624
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
2624
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2625
2625
|
* @param {string} hospitalId
|
|
2626
2626
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
2627
2627
|
* @param {*} [options] Override http request option.
|
|
@@ -2679,7 +2679,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2679
2679
|
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveHeaderNavigationsCommand?: SaveHeaderNavigationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HeaderNavigationItemModel>>;
|
|
2680
2680
|
/**
|
|
2681
2681
|
*
|
|
2682
|
-
* @summary Get all GetAllLandings. (Auth
|
|
2682
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
2683
2683
|
* @param {string} hospitalId
|
|
2684
2684
|
* @param {string} [name]
|
|
2685
2685
|
* @param {string} [slug]
|
|
@@ -2704,7 +2704,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2704
2704
|
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2705
2705
|
/**
|
|
2706
2706
|
*
|
|
2707
|
-
* @summary Get Landing (Auth
|
|
2707
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
2708
2708
|
* @param {string} hospitalId
|
|
2709
2709
|
* @param {string} landingId
|
|
2710
2710
|
* @param {string} [languageCode]
|
|
@@ -2714,7 +2714,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2714
2714
|
apiV1HospitalsHospitalIdLandingsLandingIdGet(hospitalId: string, landingId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingModel>>;
|
|
2715
2715
|
/**
|
|
2716
2716
|
*
|
|
2717
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
2717
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2718
2718
|
* @param {string} hospitalId
|
|
2719
2719
|
* @param {string} landingId
|
|
2720
2720
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -2724,7 +2724,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2724
2724
|
apiV1HospitalsHospitalIdLandingsLandingIdPut(hospitalId: string, landingId: string, updateLandingCommand?: UpdateLandingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingModel>>;
|
|
2725
2725
|
/**
|
|
2726
2726
|
*
|
|
2727
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
2727
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2728
2728
|
* @param {string} hospitalId
|
|
2729
2729
|
* @param {string} landingId
|
|
2730
2730
|
* @param {*} [options] Override http request option.
|
|
@@ -2733,7 +2733,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2733
2733
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut(hospitalId: string, landingId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2734
2734
|
/**
|
|
2735
2735
|
*
|
|
2736
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
2736
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2737
2737
|
* @param {string} hospitalId
|
|
2738
2738
|
* @param {string} landingId
|
|
2739
2739
|
* @param {boolean} [includeCurrent]
|
|
@@ -2743,7 +2743,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2743
2743
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2744
2744
|
/**
|
|
2745
2745
|
*
|
|
2746
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
2746
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2747
2747
|
* @param {string} hospitalId
|
|
2748
2748
|
* @param {string} landingId
|
|
2749
2749
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -2762,7 +2762,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2762
2762
|
apiV1HospitalsHospitalIdLandingsPost(hospitalId: string, createLandingCommand?: CreateLandingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LandingModel>>;
|
|
2763
2763
|
/**
|
|
2764
2764
|
*
|
|
2765
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
2765
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
2766
2766
|
* @param {string} hospitalId
|
|
2767
2767
|
* @param {string} [name]
|
|
2768
2768
|
* @param {boolean} [showHidden]
|
|
@@ -2775,7 +2775,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2775
2775
|
apiV1HospitalsHospitalIdLanguagesGet(hospitalId: string, name?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalLanguagesModel>>;
|
|
2776
2776
|
/**
|
|
2777
2777
|
*
|
|
2778
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
2778
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2779
2779
|
* @param {string} hospitalId
|
|
2780
2780
|
* @param {string} languageCode
|
|
2781
2781
|
* @param {*} [options] Override http request option.
|
|
@@ -2784,7 +2784,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2784
2784
|
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(hospitalId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2785
2785
|
/**
|
|
2786
2786
|
*
|
|
2787
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
2787
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2788
2788
|
* @param {string} hospitalId
|
|
2789
2789
|
* @param {string} languageCode
|
|
2790
2790
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -2859,7 +2859,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2859
2859
|
apiV1HospitalsHospitalIdManagersPost(hospitalId: string, createManagerCommand?: CreateManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManagerModel>>;
|
|
2860
2860
|
/**
|
|
2861
2861
|
*
|
|
2862
|
-
* @summary Get all HospitalMedias. (Auth
|
|
2862
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
2863
2863
|
* @param {string} hospitalId
|
|
2864
2864
|
* @param {string} [id]
|
|
2865
2865
|
* @param {MediaType} [mediaType]
|
|
@@ -2872,7 +2872,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2872
2872
|
apiV1HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
2873
2873
|
/**
|
|
2874
2874
|
*
|
|
2875
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
2875
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2876
2876
|
* @param {string} hospitalId
|
|
2877
2877
|
* @param {string} mediaId
|
|
2878
2878
|
* @param {*} [options] Override http request option.
|
|
@@ -2881,7 +2881,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2881
2881
|
apiV1HospitalsHospitalIdMediasMediaIdDelete(hospitalId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2882
2882
|
/**
|
|
2883
2883
|
*
|
|
2884
|
-
* @summary Get HospitalMedia. (Auth
|
|
2884
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
2885
2885
|
* @param {string} hospitalId
|
|
2886
2886
|
* @param {string} mediaId
|
|
2887
2887
|
* @param {*} [options] Override http request option.
|
|
@@ -2890,7 +2890,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2890
2890
|
apiV1HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
2891
2891
|
/**
|
|
2892
2892
|
*
|
|
2893
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
2893
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2894
2894
|
* @param {string} hospitalId
|
|
2895
2895
|
* @param {string} mediaId
|
|
2896
2896
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -2900,7 +2900,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2900
2900
|
apiV1HospitalsHospitalIdMediasMediaIdPut(hospitalId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
2901
2901
|
/**
|
|
2902
2902
|
*
|
|
2903
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
2903
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2904
2904
|
* @param {string} hospitalId
|
|
2905
2905
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
2906
2906
|
* @param {*} [options] Override http request option.
|
|
@@ -3119,7 +3119,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3119
3119
|
apiV1HospitalsHospitalIdPaymentmethodsPost(hospitalId: string, createHospitalPaymentMethodCommand?: CreateHospitalPaymentMethodCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalPaymentMethodModel>>;
|
|
3120
3120
|
/**
|
|
3121
3121
|
*
|
|
3122
|
-
* @summary Get all policies (Auth
|
|
3122
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
3123
3123
|
* @param {string} hospitalId
|
|
3124
3124
|
* @param {string} [name]
|
|
3125
3125
|
* @param {string} [slug]
|
|
@@ -3134,7 +3134,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3134
3134
|
apiV1HospitalsHospitalIdPoliciesGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PoliciesModel>>;
|
|
3135
3135
|
/**
|
|
3136
3136
|
*
|
|
3137
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
3137
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3138
3138
|
* @param {string} hospitalId
|
|
3139
3139
|
* @param {string} policyId
|
|
3140
3140
|
* @param {boolean} [isPermanent]
|
|
@@ -3144,7 +3144,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3144
3144
|
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(hospitalId: string, policyId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3145
3145
|
/**
|
|
3146
3146
|
*
|
|
3147
|
-
* @summary Get policy (Auth
|
|
3147
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
3148
3148
|
* @param {string} hospitalId
|
|
3149
3149
|
* @param {string} policyId
|
|
3150
3150
|
* @param {string} [languageCode]
|
|
@@ -3154,7 +3154,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3154
3154
|
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(hospitalId: string, policyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PolicyModel>>;
|
|
3155
3155
|
/**
|
|
3156
3156
|
*
|
|
3157
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
3157
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3158
3158
|
* @param {string} hospitalId
|
|
3159
3159
|
* @param {string} policyId
|
|
3160
3160
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -3164,7 +3164,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3164
3164
|
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PolicyModel>>;
|
|
3165
3165
|
/**
|
|
3166
3166
|
*
|
|
3167
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
3167
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3168
3168
|
* @param {string} hospitalId
|
|
3169
3169
|
* @param {string} policyId
|
|
3170
3170
|
* @param {*} [options] Override http request option.
|
|
@@ -3173,7 +3173,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3173
3173
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(hospitalId: string, policyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3174
3174
|
/**
|
|
3175
3175
|
*
|
|
3176
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
3176
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3177
3177
|
* @param {string} hospitalId
|
|
3178
3178
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
3179
3179
|
* @param {*} [options] Override http request option.
|
|
@@ -3191,7 +3191,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3191
3191
|
apiV1HospitalsHospitalIdPut(hospitalId: string, updateHospitalCommand?: UpdateHospitalCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalModel>>;
|
|
3192
3192
|
/**
|
|
3193
3193
|
*
|
|
3194
|
-
* @summary Get hospitalRatings (Auth
|
|
3194
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
3195
3195
|
* @param {string} hospitalId
|
|
3196
3196
|
* @param {string} [id]
|
|
3197
3197
|
* @param {string} [vender]
|
|
@@ -3205,7 +3205,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3205
3205
|
apiV1HospitalsHospitalIdRatingsGet(hospitalId: string, id?: string, vender?: string, isConfirmed?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalRatingsModel>>;
|
|
3206
3206
|
/**
|
|
3207
3207
|
*
|
|
3208
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
3208
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
3209
3209
|
* @param {string} hospitalId
|
|
3210
3210
|
* @param {string} id
|
|
3211
3211
|
* @param {*} [options] Override http request option.
|
|
@@ -3214,7 +3214,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3214
3214
|
apiV1HospitalsHospitalIdRatingsIdDelete(hospitalId: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3215
3215
|
/**
|
|
3216
3216
|
*
|
|
3217
|
-
* @summary Get hospitalRating (Auth
|
|
3217
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
3218
3218
|
* @param {string} hospitalId
|
|
3219
3219
|
* @param {string} id
|
|
3220
3220
|
* @param {*} [options] Override http request option.
|
|
@@ -3223,7 +3223,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3223
3223
|
apiV1HospitalsHospitalIdRatingsIdGet(hospitalId: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalRatingModel>>;
|
|
3224
3224
|
/**
|
|
3225
3225
|
*
|
|
3226
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
3226
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
3227
3227
|
* @param {string} hospitalId
|
|
3228
3228
|
* @param {string} id
|
|
3229
3229
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -3233,7 +3233,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3233
3233
|
apiV1HospitalsHospitalIdRatingsIdPut(hospitalId: string, id: string, updateHospitalRatingCommand?: UpdateHospitalRatingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalRatingModel>>;
|
|
3234
3234
|
/**
|
|
3235
3235
|
*
|
|
3236
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
3236
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
3237
3237
|
* @param {string} hospitalId
|
|
3238
3238
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
3239
3239
|
* @param {*} [options] Override http request option.
|
|
@@ -3242,7 +3242,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3242
3242
|
apiV1HospitalsHospitalIdRatingsPost(hospitalId: string, createHospitalRatingCommand?: CreateHospitalRatingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalRatingModel>>;
|
|
3243
3243
|
/**
|
|
3244
3244
|
*
|
|
3245
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
3245
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
3246
3246
|
* @param {string} hospitalId
|
|
3247
3247
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
3248
3248
|
* @param {*} [options] Override http request option.
|
|
@@ -3259,7 +3259,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3259
3259
|
apiV1HospitalsHospitalIdReactivatePut(hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3260
3260
|
/**
|
|
3261
3261
|
*
|
|
3262
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
3262
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3263
3263
|
* @param {string} hospitalId
|
|
3264
3264
|
* @param {boolean} [includeCurrent]
|
|
3265
3265
|
* @param {*} [options] Override http request option.
|
|
@@ -3380,7 +3380,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3380
3380
|
apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId: string, uri?: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
3381
3381
|
/**
|
|
3382
3382
|
*
|
|
3383
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
3383
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
3384
3384
|
* @param {string} hospitalId
|
|
3385
3385
|
* @param {string} [specialtyId]
|
|
3386
3386
|
* @param {string} [specialtyName]
|
|
@@ -3401,7 +3401,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3401
3401
|
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>>;
|
|
3402
3402
|
/**
|
|
3403
3403
|
*
|
|
3404
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
3404
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
3405
3405
|
* @param {string} hospitalId
|
|
3406
3406
|
* @param {string} hospitalSpecialtyId
|
|
3407
3407
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -3417,7 +3417,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3417
3417
|
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>>;
|
|
3418
3418
|
/**
|
|
3419
3419
|
*
|
|
3420
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
3420
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3421
3421
|
* @param {string} hospitalId
|
|
3422
3422
|
* @param {string} hospitalSpecialtyId
|
|
3423
3423
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -3427,7 +3427,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3427
3427
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3428
3428
|
/**
|
|
3429
3429
|
*
|
|
3430
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
3430
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3431
3431
|
* @param {string} hospitalId
|
|
3432
3432
|
* @param {string} hospitalSpecialtyId
|
|
3433
3433
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -3437,7 +3437,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3437
3437
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
3438
3438
|
/**
|
|
3439
3439
|
*
|
|
3440
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
3440
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
3441
3441
|
* @param {string} hospitalId
|
|
3442
3442
|
* @param {string} hospitalSpecialtyId
|
|
3443
3443
|
* @param {number} [year]
|
|
@@ -3453,7 +3453,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3453
3453
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
3454
3454
|
/**
|
|
3455
3455
|
*
|
|
3456
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
3456
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3457
3457
|
* @param {string} hospitalId
|
|
3458
3458
|
* @param {string} hospitalSpecialtyId
|
|
3459
3459
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -3463,7 +3463,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3463
3463
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
3464
3464
|
/**
|
|
3465
3465
|
*
|
|
3466
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
3466
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
3467
3467
|
* @param {string} hospitalId
|
|
3468
3468
|
* @param {string} hospitalSpecialtyId
|
|
3469
3469
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -3476,7 +3476,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3476
3476
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
3477
3477
|
/**
|
|
3478
3478
|
*
|
|
3479
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
3479
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3480
3480
|
* @param {string} hospitalId
|
|
3481
3481
|
* @param {string} hospitalSpecialtyId
|
|
3482
3482
|
* @param {boolean} [isPermanent]
|
|
@@ -3486,7 +3486,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3486
3486
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3487
3487
|
/**
|
|
3488
3488
|
*
|
|
3489
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
3489
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
3490
3490
|
* @param {string} hospitalId
|
|
3491
3491
|
* @param {string} hospitalSpecialtyId
|
|
3492
3492
|
* @param {string} [languageCode]
|
|
@@ -3496,7 +3496,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3496
3496
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
3497
3497
|
/**
|
|
3498
3498
|
*
|
|
3499
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
3499
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
3500
3500
|
* @param {string} hospitalId
|
|
3501
3501
|
* @param {string} hospitalSpecialtyId
|
|
3502
3502
|
* @param {string} [id]
|
|
@@ -3510,7 +3510,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3510
3510
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
3511
3511
|
/**
|
|
3512
3512
|
*
|
|
3513
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
3513
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3514
3514
|
* @param {string} hospitalId
|
|
3515
3515
|
* @param {string} hospitalSpecialtyId
|
|
3516
3516
|
* @param {string} mediaId
|
|
@@ -3520,7 +3520,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3520
3520
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3521
3521
|
/**
|
|
3522
3522
|
*
|
|
3523
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
3523
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
3524
3524
|
* @param {string} hospitalId
|
|
3525
3525
|
* @param {string} hospitalSpecialtyId
|
|
3526
3526
|
* @param {string} mediaId
|
|
@@ -3530,7 +3530,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3530
3530
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3531
3531
|
/**
|
|
3532
3532
|
*
|
|
3533
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
3533
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3534
3534
|
* @param {string} hospitalId
|
|
3535
3535
|
* @param {string} hospitalSpecialtyId
|
|
3536
3536
|
* @param {string} mediaId
|
|
@@ -3541,7 +3541,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3541
3541
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3542
3542
|
/**
|
|
3543
3543
|
*
|
|
3544
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
3544
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3545
3545
|
* @param {string} hospitalId
|
|
3546
3546
|
* @param {string} hospitalSpecialtyId
|
|
3547
3547
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -3551,7 +3551,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3551
3551
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3552
3552
|
/**
|
|
3553
3553
|
*
|
|
3554
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
3554
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3555
3555
|
* @param {string} hospitalId
|
|
3556
3556
|
* @param {string} hospitalSpecialtyId
|
|
3557
3557
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -3570,7 +3570,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3570
3570
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3571
3571
|
/**
|
|
3572
3572
|
*
|
|
3573
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
3573
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3574
3574
|
* @param {string} hospitalId
|
|
3575
3575
|
* @param {string} hospitalSpecialtyId
|
|
3576
3576
|
* @param {boolean} [includeCurrent]
|
|
@@ -3580,7 +3580,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3580
3580
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3581
3581
|
/**
|
|
3582
3582
|
*
|
|
3583
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
3583
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3584
3584
|
* @param {string} hospitalId
|
|
3585
3585
|
* @param {string} hospitalSpecialtyId
|
|
3586
3586
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -3590,7 +3590,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3590
3590
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost(hospitalId: string, hospitalSpecialtyId: string, translateHospitalSpecialtyCommand?: TranslateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3591
3591
|
/**
|
|
3592
3592
|
*
|
|
3593
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
3593
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3594
3594
|
* @param {string} hospitalId
|
|
3595
3595
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
3596
3596
|
* @param {*} [options] Override http request option.
|
|
@@ -3599,7 +3599,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3599
3599
|
apiV1HospitalsHospitalIdSpecialtiesPost(hospitalId: string, createHospitalSpecialtyCommand?: CreateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
3600
3600
|
/**
|
|
3601
3601
|
*
|
|
3602
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
3602
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
3603
3603
|
* @param {string} hospitalId
|
|
3604
3604
|
* @param {string} [specialtyId]
|
|
3605
3605
|
* @param {string} [specialtyName]
|
|
@@ -3620,7 +3620,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3620
3620
|
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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<HospitalSpecialtiesSimpleModel>>;
|
|
3621
3621
|
/**
|
|
3622
3622
|
*
|
|
3623
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
3623
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
3624
3624
|
* @param {string} hospitalId
|
|
3625
3625
|
* @param {string} slug
|
|
3626
3626
|
* @param {string} [languageCode]
|
|
@@ -3632,7 +3632,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3632
3632
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
3633
3633
|
/**
|
|
3634
3634
|
*
|
|
3635
|
-
* @summary Get all HospitalServices. (Auth
|
|
3635
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
3636
3636
|
* @param {string} hospitalId
|
|
3637
3637
|
* @param {string} specialtyId
|
|
3638
3638
|
* @param {string} [id]
|
|
@@ -3653,7 +3653,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3653
3653
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>>;
|
|
3654
3654
|
/**
|
|
3655
3655
|
*
|
|
3656
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
3656
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3657
3657
|
* @param {string} hospitalId
|
|
3658
3658
|
* @param {string} specialtyId
|
|
3659
3659
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -3663,7 +3663,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3663
3663
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
3664
3664
|
/**
|
|
3665
3665
|
*
|
|
3666
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
3666
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
3667
3667
|
* @param {string} hospitalId
|
|
3668
3668
|
* @param {string} specialtyId
|
|
3669
3669
|
* @param {string} serviceId
|
|
@@ -3680,7 +3680,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3680
3680
|
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>>;
|
|
3681
3681
|
/**
|
|
3682
3682
|
*
|
|
3683
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
3683
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3684
3684
|
* @param {string} hospitalId
|
|
3685
3685
|
* @param {string} specialtyId
|
|
3686
3686
|
* @param {string} serviceId
|
|
@@ -3691,7 +3691,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3691
3691
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3692
3692
|
/**
|
|
3693
3693
|
*
|
|
3694
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
3694
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3695
3695
|
* @param {string} hospitalId
|
|
3696
3696
|
* @param {string} specialtyId
|
|
3697
3697
|
* @param {string} serviceId
|
|
@@ -3702,7 +3702,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3702
3702
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
3703
3703
|
/**
|
|
3704
3704
|
*
|
|
3705
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
3705
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
3706
3706
|
* @param {string} hospitalId
|
|
3707
3707
|
* @param {string} specialtyId
|
|
3708
3708
|
* @param {string} serviceId
|
|
@@ -3719,7 +3719,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3719
3719
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
3720
3720
|
/**
|
|
3721
3721
|
*
|
|
3722
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
3722
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3723
3723
|
* @param {string} hospitalId
|
|
3724
3724
|
* @param {string} specialtyId
|
|
3725
3725
|
* @param {string} serviceId
|
|
@@ -3730,7 +3730,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3730
3730
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchAppointmentTimetablesResultModel>>;
|
|
3731
3731
|
/**
|
|
3732
3732
|
*
|
|
3733
|
-
* @summary Get Service appointment timetables (Auth
|
|
3733
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
3734
3734
|
* @param {string} hospitalId
|
|
3735
3735
|
* @param {string} specialtyId
|
|
3736
3736
|
* @param {string} serviceId
|
|
@@ -3744,7 +3744,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3744
3744
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
3745
3745
|
/**
|
|
3746
3746
|
*
|
|
3747
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
3747
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3748
3748
|
* @param {string} hospitalId
|
|
3749
3749
|
* @param {string} specialtyId
|
|
3750
3750
|
* @param {string} serviceId
|
|
@@ -3755,7 +3755,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3755
3755
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3756
3756
|
/**
|
|
3757
3757
|
*
|
|
3758
|
-
* @summary (Auth
|
|
3758
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
3759
3759
|
* @param {string} hospitalId
|
|
3760
3760
|
* @param {string} specialtyId
|
|
3761
3761
|
* @param {string} serviceId
|
|
@@ -3767,7 +3767,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3767
3767
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
3768
3768
|
/**
|
|
3769
3769
|
*
|
|
3770
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
3770
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
3771
3771
|
* @param {string} hospitalId
|
|
3772
3772
|
* @param {string} specialtyId
|
|
3773
3773
|
* @param {string} serviceId
|
|
@@ -3782,7 +3782,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3782
3782
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
3783
3783
|
/**
|
|
3784
3784
|
*
|
|
3785
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
3785
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3786
3786
|
* @param {string} hospitalId
|
|
3787
3787
|
* @param {string} specialtyId
|
|
3788
3788
|
* @param {string} serviceId
|
|
@@ -3793,7 +3793,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3793
3793
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3794
3794
|
/**
|
|
3795
3795
|
*
|
|
3796
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
3796
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
3797
3797
|
* @param {string} hospitalId
|
|
3798
3798
|
* @param {string} specialtyId
|
|
3799
3799
|
* @param {string} serviceId
|
|
@@ -3804,7 +3804,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3804
3804
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3805
3805
|
/**
|
|
3806
3806
|
*
|
|
3807
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
3807
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3808
3808
|
* @param {string} hospitalId
|
|
3809
3809
|
* @param {string} specialtyId
|
|
3810
3810
|
* @param {string} serviceId
|
|
@@ -3816,7 +3816,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3816
3816
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3817
3817
|
/**
|
|
3818
3818
|
*
|
|
3819
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
3819
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3820
3820
|
* @param {string} hospitalId
|
|
3821
3821
|
* @param {string} specialtyId
|
|
3822
3822
|
* @param {string} serviceId
|
|
@@ -3827,7 +3827,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3827
3827
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost(hospitalId: string, specialtyId: string, serviceId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
3828
3828
|
/**
|
|
3829
3829
|
*
|
|
3830
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
3830
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3831
3831
|
* @param {string} hospitalId
|
|
3832
3832
|
* @param {string} specialtyId
|
|
3833
3833
|
* @param {string} serviceId
|
|
@@ -3838,7 +3838,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3838
3838
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut(hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceCommand?: UpdateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
3839
3839
|
/**
|
|
3840
3840
|
*
|
|
3841
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
3841
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3842
3842
|
* @param {string} hospitalId
|
|
3843
3843
|
* @param {string} specialtyId
|
|
3844
3844
|
* @param {string} serviceId
|
|
@@ -3848,7 +3848,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3848
3848
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3849
3849
|
/**
|
|
3850
3850
|
*
|
|
3851
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
3851
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3852
3852
|
* @param {string} hospitalId
|
|
3853
3853
|
* @param {string} specialtyId
|
|
3854
3854
|
* @param {string} serviceId
|
|
@@ -3859,7 +3859,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3859
3859
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3860
3860
|
/**
|
|
3861
3861
|
*
|
|
3862
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
3862
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3863
3863
|
* @param {string} hospitalId
|
|
3864
3864
|
* @param {string} specialtyId
|
|
3865
3865
|
* @param {string} serviceId
|
|
@@ -3870,7 +3870,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3870
3870
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost(hospitalId: string, specialtyId: string, serviceId: string, translateHospitalServiceCommand?: TranslateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3871
3871
|
/**
|
|
3872
3872
|
*
|
|
3873
|
-
* @summary Get all hospital tags (Auth
|
|
3873
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
3874
3874
|
* @param {string} hospitalId
|
|
3875
3875
|
* @param {string} [tagId]
|
|
3876
3876
|
* @param {number} [page]
|
|
@@ -3882,7 +3882,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3882
3882
|
apiV1HospitalsHospitalIdTagsGet(hospitalId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalTagsModel>>;
|
|
3883
3883
|
/**
|
|
3884
3884
|
*
|
|
3885
|
-
* @summary Create hospitalTag (Auth
|
|
3885
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3886
3886
|
* @param {string} hospitalId
|
|
3887
3887
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
3888
3888
|
* @param {*} [options] Override http request option.
|
|
@@ -3891,7 +3891,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3891
3891
|
apiV1HospitalsHospitalIdTagsPost(hospitalId: string, createHospitalTagCommand?: CreateHospitalTagCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalTagModel>>;
|
|
3892
3892
|
/**
|
|
3893
3893
|
*
|
|
3894
|
-
* @summary Delete hospitalTag (Auth
|
|
3894
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3895
3895
|
* @param {string} hospitalId
|
|
3896
3896
|
* @param {string} tagId
|
|
3897
3897
|
* @param {*} [options] Override http request option.
|
|
@@ -3900,7 +3900,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3900
3900
|
apiV1HospitalsHospitalIdTagsTagIdDelete(hospitalId: string, tagId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3901
3901
|
/**
|
|
3902
3902
|
*
|
|
3903
|
-
* @summary Get hospital tag (Auth
|
|
3903
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
3904
3904
|
* @param {string} hospitalId
|
|
3905
3905
|
* @param {string} tagId
|
|
3906
3906
|
* @param {*} [options] Override http request option.
|
|
@@ -3918,7 +3918,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3918
3918
|
apiV1HospitalsHospitalIdTranslatePost(hospitalId: string, translateHospitalCommand?: TranslateHospitalCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3919
3919
|
/**
|
|
3920
3920
|
*
|
|
3921
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
3921
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3922
3922
|
* @param {string} hospitalId
|
|
3923
3923
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
3924
3924
|
* @param {*} [options] Override http request option.
|
|
@@ -3927,7 +3927,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3927
3927
|
apiV1HospitalsHospitalIdWorkingdaysBatchPatch(hospitalId: string, batchHospitalWorkingDaysCommand?: BatchHospitalWorkingDaysCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalWorkingDaysBatchResultModel>>;
|
|
3928
3928
|
/**
|
|
3929
3929
|
*
|
|
3930
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
3930
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
3931
3931
|
* @param {string} hospitalId
|
|
3932
3932
|
* @param {string} [id]
|
|
3933
3933
|
* @param {string} [dayOfWeek]
|
|
@@ -3943,7 +3943,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3943
3943
|
apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkingDaysModel>>;
|
|
3944
3944
|
/**
|
|
3945
3945
|
*
|
|
3946
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
3946
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3947
3947
|
* @param {string} hospitalId
|
|
3948
3948
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
3949
3949
|
* @param {*} [options] Override http request option.
|
|
@@ -3952,7 +3952,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3952
3952
|
apiV1HospitalsHospitalIdWorkingdaysPost(hospitalId: string, createHospitalWorkingDayCommand?: CreateHospitalWorkingDayCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkingDayModel>>;
|
|
3953
3953
|
/**
|
|
3954
3954
|
*
|
|
3955
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
3955
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3956
3956
|
* @param {string} hospitalId
|
|
3957
3957
|
* @param {string} workingDayId
|
|
3958
3958
|
* @param {*} [options] Override http request option.
|
|
@@ -3961,7 +3961,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3961
3961
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete(hospitalId: string, workingDayId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3962
3962
|
/**
|
|
3963
3963
|
*
|
|
3964
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
3964
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
3965
3965
|
* @param {string} hospitalId
|
|
3966
3966
|
* @param {string} workingDayId
|
|
3967
3967
|
* @param {*} [options] Override http request option.
|
|
@@ -3970,7 +3970,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3970
3970
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId: string, workingDayId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkingDayModel>>;
|
|
3971
3971
|
/**
|
|
3972
3972
|
*
|
|
3973
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
3973
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3974
3974
|
* @param {string} hospitalId
|
|
3975
3975
|
* @param {string} workingDayId
|
|
3976
3976
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -3988,7 +3988,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3988
3988
|
apiV1HospitalsPost(createHospitalCommand?: CreateHospitalCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalModel>>;
|
|
3989
3989
|
/**
|
|
3990
3990
|
*
|
|
3991
|
-
* @summary Get all Hospitals. (Auth
|
|
3991
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
3992
3992
|
* @param {string} [hospitalId]
|
|
3993
3993
|
* @param {StringFilterTypes} [nameFilterType]
|
|
3994
3994
|
* @param {string} [name]
|
|
@@ -4011,7 +4011,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
4011
4011
|
apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
|
|
4012
4012
|
/**
|
|
4013
4013
|
*
|
|
4014
|
-
* @summary (Auth
|
|
4014
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
4015
4015
|
* @param {string} slug
|
|
4016
4016
|
* @param {string} [languageCode]
|
|
4017
4017
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4027,7 +4027,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
4027
4027
|
export declare const HospitalsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4028
4028
|
/**
|
|
4029
4029
|
*
|
|
4030
|
-
* @summary Get all Hospitals. (Auth
|
|
4030
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
4031
4031
|
* @param {string} [hospitalId]
|
|
4032
4032
|
* @param {StringFilterTypes} [nameFilterType]
|
|
4033
4033
|
* @param {string} [name]
|
|
@@ -4059,7 +4059,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4059
4059
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete(hospitalId: string, accreditationId: string, options?: any): AxiosPromise<boolean>;
|
|
4060
4060
|
/**
|
|
4061
4061
|
*
|
|
4062
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
4062
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4063
4063
|
* @param {string} hospitalId
|
|
4064
4064
|
* @param {string} accreditationId
|
|
4065
4065
|
* @param {*} [options] Override http request option.
|
|
@@ -4068,7 +4068,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4068
4068
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: any): AxiosPromise<HospitalAccreditationModel>;
|
|
4069
4069
|
/**
|
|
4070
4070
|
*
|
|
4071
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
4071
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4072
4072
|
* @param {string} hospitalId
|
|
4073
4073
|
* @param {string} [hospitalName]
|
|
4074
4074
|
* @param {string} [accreditationId]
|
|
@@ -4091,7 +4091,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4091
4091
|
apiV1HospitalsHospitalIdAccreditationsPost(hospitalId: string, createHospitalAccreditationCommand?: CreateHospitalAccreditationCommand, options?: any): AxiosPromise<HospitalAccreditationModel>;
|
|
4092
4092
|
/**
|
|
4093
4093
|
*
|
|
4094
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
4094
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
4095
4095
|
* @param {string} hospitalId
|
|
4096
4096
|
* @param {boolean} [includesPreviousItems]
|
|
4097
4097
|
* @param {Date} [startDate]
|
|
@@ -4106,7 +4106,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4106
4106
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(hospitalId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
4107
4107
|
/**
|
|
4108
4108
|
*
|
|
4109
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
4109
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4110
4110
|
* @param {string} hospitalId
|
|
4111
4111
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
4112
4112
|
* @param {*} [options] Override http request option.
|
|
@@ -4115,7 +4115,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4115
4115
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(hospitalId: string, deleteHospitalAppointmentTimetableOverridesCommand?: DeleteHospitalAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean>;
|
|
4116
4116
|
/**
|
|
4117
4117
|
*
|
|
4118
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
4118
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4119
4119
|
* @param {string} hospitalId
|
|
4120
4120
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
4121
4121
|
* @param {*} [options] Override http request option.
|
|
@@ -4124,7 +4124,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4124
4124
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
4125
4125
|
/**
|
|
4126
4126
|
*
|
|
4127
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
4127
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
4128
4128
|
* @param {string} hospitalId
|
|
4129
4129
|
* @param {number} [year]
|
|
4130
4130
|
* @param {number} [month]
|
|
@@ -4139,7 +4139,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4139
4139
|
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
4140
4140
|
/**
|
|
4141
4141
|
*
|
|
4142
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
4142
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4143
4143
|
* @param {string} hospitalId
|
|
4144
4144
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
4145
4145
|
* @param {*} [options] Override http request option.
|
|
@@ -4148,7 +4148,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4148
4148
|
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(hospitalId: string, batchHospitalAppointmentTimetablesCommand?: BatchHospitalAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
4149
4149
|
/**
|
|
4150
4150
|
*
|
|
4151
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
4151
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
4152
4152
|
* @param {string} hospitalId
|
|
4153
4153
|
* @param {DayOfWeek} [dayOfWeek]
|
|
4154
4154
|
* @param {number} [page]
|
|
@@ -4201,7 +4201,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4201
4201
|
apiV1HospitalsHospitalIdBankaccountinfosGet(hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<BankAccountInfosModel>;
|
|
4202
4202
|
/**
|
|
4203
4203
|
*
|
|
4204
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
4204
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
4205
4205
|
* @param {string} hospitalId
|
|
4206
4206
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
4207
4207
|
* @param {*} [options] Override http request option.
|
|
@@ -4210,7 +4210,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4210
4210
|
apiV1HospitalsHospitalIdBankaccountinfosPost(hospitalId: string, createHospitalBankAccountInfoCommand?: CreateHospitalBankAccountInfoCommand, options?: any): AxiosPromise<BankAccountInfoModel>;
|
|
4211
4211
|
/**
|
|
4212
4212
|
*
|
|
4213
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
4213
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4214
4214
|
* @param {string} hospitalId
|
|
4215
4215
|
* @param {string} contactId
|
|
4216
4216
|
* @param {boolean} [isPermanent]
|
|
@@ -4220,7 +4220,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4220
4220
|
apiV1HospitalsHospitalIdContactsContactIdDelete(hospitalId: string, contactId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4221
4221
|
/**
|
|
4222
4222
|
*
|
|
4223
|
-
* @summary Get hospital contact (Auth
|
|
4223
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
4224
4224
|
* @param {string} hospitalId
|
|
4225
4225
|
* @param {string} contactId
|
|
4226
4226
|
* @param {*} [options] Override http request option.
|
|
@@ -4229,7 +4229,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4229
4229
|
apiV1HospitalsHospitalIdContactsContactIdGet(hospitalId: string, contactId: string, options?: any): AxiosPromise<HospitalContactModel>;
|
|
4230
4230
|
/**
|
|
4231
4231
|
*
|
|
4232
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
4232
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4233
4233
|
* @param {string} hospitalId
|
|
4234
4234
|
* @param {string} contactId
|
|
4235
4235
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -4239,7 +4239,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4239
4239
|
apiV1HospitalsHospitalIdContactsContactIdPut(hospitalId: string, contactId: string, updateHospitalContactCommand?: UpdateHospitalContactCommand, options?: any): AxiosPromise<HospitalContactModel>;
|
|
4240
4240
|
/**
|
|
4241
4241
|
*
|
|
4242
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
4242
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4243
4243
|
* @param {string} hospitalId
|
|
4244
4244
|
* @param {string} contactId
|
|
4245
4245
|
* @param {*} [options] Override http request option.
|
|
@@ -4248,7 +4248,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4248
4248
|
apiV1HospitalsHospitalIdContactsContactIdReactivatePut(hospitalId: string, contactId: string, options?: any): AxiosPromise<boolean>;
|
|
4249
4249
|
/**
|
|
4250
4250
|
*
|
|
4251
|
-
* @summary Get hospital contacts (Auth
|
|
4251
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
4252
4252
|
* @param {string} hospitalId
|
|
4253
4253
|
* @param {string} [contactId]
|
|
4254
4254
|
* @param {ContactType} [contactType]
|
|
@@ -4264,7 +4264,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4264
4264
|
apiV1HospitalsHospitalIdContactsGet(hospitalId: string, contactId?: string, contactType?: ContactType, name?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalContactsModel>;
|
|
4265
4265
|
/**
|
|
4266
4266
|
*
|
|
4267
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
4267
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4268
4268
|
* @param {string} hospitalId
|
|
4269
4269
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
4270
4270
|
* @param {*} [options] Override http request option.
|
|
@@ -4273,7 +4273,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4273
4273
|
apiV1HospitalsHospitalIdContactsPost(hospitalId: string, createHospitalContactCommand?: CreateHospitalContactCommand, options?: any): AxiosPromise<HospitalContactModel>;
|
|
4274
4274
|
/**
|
|
4275
4275
|
*
|
|
4276
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
4276
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4277
4277
|
* @param {string} hospitalId
|
|
4278
4278
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
4279
4279
|
* @param {*} [options] Override http request option.
|
|
@@ -4291,7 +4291,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4291
4291
|
apiV1HospitalsHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4292
4292
|
/**
|
|
4293
4293
|
*
|
|
4294
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
4294
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4295
4295
|
* @param {string} hospitalId
|
|
4296
4296
|
* @param {string} equipmentId
|
|
4297
4297
|
* @param {boolean} [isPermanent]
|
|
@@ -4301,7 +4301,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4301
4301
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4302
4302
|
/**
|
|
4303
4303
|
*
|
|
4304
|
-
* @summary Get HospitalEquipment. (Auth
|
|
4304
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
4305
4305
|
* @param {string} hospitalId
|
|
4306
4306
|
* @param {string} equipmentId
|
|
4307
4307
|
* @param {*} [options] Override http request option.
|
|
@@ -4310,7 +4310,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4310
4310
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId: string, equipmentId: string, options?: any): AxiosPromise<HospitalEquipmentModel>;
|
|
4311
4311
|
/**
|
|
4312
4312
|
*
|
|
4313
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
4313
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
4314
4314
|
* @param {string} hospitalId
|
|
4315
4315
|
* @param {string} equipmentId
|
|
4316
4316
|
* @param {string} [id]
|
|
@@ -4324,7 +4324,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4324
4324
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId: string, equipmentId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
4325
4325
|
/**
|
|
4326
4326
|
*
|
|
4327
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
4327
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4328
4328
|
* @param {string} hospitalId
|
|
4329
4329
|
* @param {string} equipmentId
|
|
4330
4330
|
* @param {string} mediaId
|
|
@@ -4334,7 +4334,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4334
4334
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete(hospitalId: string, equipmentId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
4335
4335
|
/**
|
|
4336
4336
|
*
|
|
4337
|
-
* @summary Get EquipmentMedia. (Auth
|
|
4337
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
4338
4338
|
* @param {string} hospitalId
|
|
4339
4339
|
* @param {string} equipmentId
|
|
4340
4340
|
* @param {string} mediaId
|
|
@@ -4344,7 +4344,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4344
4344
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId: string, equipmentId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
4345
4345
|
/**
|
|
4346
4346
|
*
|
|
4347
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4347
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4348
4348
|
* @param {string} hospitalId
|
|
4349
4349
|
* @param {string} equipmentId
|
|
4350
4350
|
* @param {string} mediaId
|
|
@@ -4355,7 +4355,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4355
4355
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut(hospitalId: string, equipmentId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
4356
4356
|
/**
|
|
4357
4357
|
*
|
|
4358
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4358
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4359
4359
|
* @param {string} hospitalId
|
|
4360
4360
|
* @param {string} equipmentId
|
|
4361
4361
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -4365,7 +4365,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4365
4365
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost(hospitalId: string, equipmentId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
4366
4366
|
/**
|
|
4367
4367
|
*
|
|
4368
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
4368
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4369
4369
|
* @param {string} hospitalId
|
|
4370
4370
|
* @param {string} equipmentId
|
|
4371
4371
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -4384,7 +4384,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4384
4384
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut(hospitalId: string, equipmentId: string, options?: any): AxiosPromise<boolean>;
|
|
4385
4385
|
/**
|
|
4386
4386
|
*
|
|
4387
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
4387
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
4388
4388
|
* @param {string} hospitalId
|
|
4389
4389
|
* @param {string} [id]
|
|
4390
4390
|
* @param {string} [name]
|
|
@@ -4402,7 +4402,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4402
4402
|
apiV1HospitalsHospitalIdEquipmentsGet(hospitalId: string, id?: string, name?: string, hospitalId2?: string, hospitalName?: string, description?: string, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalEquipmentsModel>;
|
|
4403
4403
|
/**
|
|
4404
4404
|
*
|
|
4405
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
4405
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4406
4406
|
* @param {string} hospitalId
|
|
4407
4407
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
4408
4408
|
* @param {*} [options] Override http request option.
|
|
@@ -4420,7 +4420,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4420
4420
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete(hospitalId: string, evaluationId: string, options?: any): AxiosPromise<boolean>;
|
|
4421
4421
|
/**
|
|
4422
4422
|
*
|
|
4423
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
4423
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
4424
4424
|
* @param {string} hospitalId
|
|
4425
4425
|
* @param {string} evaluationId
|
|
4426
4426
|
* @param {*} [options] Override http request option.
|
|
@@ -4429,7 +4429,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4429
4429
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId: string, evaluationId: string, options?: any): AxiosPromise<HospitalEvaluationModel>;
|
|
4430
4430
|
/**
|
|
4431
4431
|
*
|
|
4432
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
4432
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
4433
4433
|
* @param {string} hospitalId
|
|
4434
4434
|
* @param {string} [id]
|
|
4435
4435
|
* @param {string} [name]
|
|
@@ -4452,7 +4452,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4452
4452
|
apiV1HospitalsHospitalIdEvaluationsPost(hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: any): AxiosPromise<HospitalEvaluationModel>;
|
|
4453
4453
|
/**
|
|
4454
4454
|
*
|
|
4455
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
4455
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
4456
4456
|
* @param {string} hospitalId
|
|
4457
4457
|
* @param {string} languageCode
|
|
4458
4458
|
* @param {*} [options] Override http request option.
|
|
@@ -4461,7 +4461,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4461
4461
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(hospitalId: string, languageCode: string, options?: any): AxiosPromise<Array<FooterNavigationItemModel>>;
|
|
4462
4462
|
/**
|
|
4463
4463
|
*
|
|
4464
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
4464
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
4465
4465
|
* @param {string} hospitalId
|
|
4466
4466
|
* @param {string} languageCode
|
|
4467
4467
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -4471,7 +4471,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4471
4471
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(hospitalId: string, languageCode: string, id: string, options?: any): AxiosPromise<boolean>;
|
|
4472
4472
|
/**
|
|
4473
4473
|
*
|
|
4474
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
4474
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
4475
4475
|
* @param {string} hospitalId
|
|
4476
4476
|
* @param {string} languageCode
|
|
4477
4477
|
* @param {string} id
|
|
@@ -4481,7 +4481,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4481
4481
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(hospitalId: string, languageCode: string, id: string, options?: any): AxiosPromise<FooterNavigationItemModel>;
|
|
4482
4482
|
/**
|
|
4483
4483
|
*
|
|
4484
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
4484
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
4485
4485
|
* @param {string} hospitalId
|
|
4486
4486
|
* @param {string} languageCode
|
|
4487
4487
|
* @param {string} parentId
|
|
@@ -4491,7 +4491,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4491
4491
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(hospitalId: string, languageCode: string, parentId: string, options?: any): AxiosPromise<Array<FooterNavigationItemModel>>;
|
|
4492
4492
|
/**
|
|
4493
4493
|
*
|
|
4494
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
4494
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
4495
4495
|
* @param {string} hospitalId
|
|
4496
4496
|
* @param {string} languageCode
|
|
4497
4497
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -4501,7 +4501,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4501
4501
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: any): AxiosPromise<FooterNavigationItemModel>;
|
|
4502
4502
|
/**
|
|
4503
4503
|
*
|
|
4504
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
4504
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
4505
4505
|
* @param {string} hospitalId
|
|
4506
4506
|
* @param {string} languageCode
|
|
4507
4507
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -4511,7 +4511,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4511
4511
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut(hospitalId: string, languageCode: string, sortFooterNavigationsCommand?: SortFooterNavigationsCommand, options?: any): AxiosPromise<SortingResultModel>;
|
|
4512
4512
|
/**
|
|
4513
4513
|
*
|
|
4514
|
-
* @summary Get Hospital. (Auth
|
|
4514
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
4515
4515
|
* @param {string} hospitalId
|
|
4516
4516
|
* @param {string} [languageCode]
|
|
4517
4517
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -4521,7 +4521,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4521
4521
|
apiV1HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalModel>;
|
|
4522
4522
|
/**
|
|
4523
4523
|
*
|
|
4524
|
-
* @summary Get all HospitalHandles. (Auth
|
|
4524
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
4525
4525
|
* @param {string} hospitalId
|
|
4526
4526
|
* @param {string} [id]
|
|
4527
4527
|
* @param {SnsType} [snsType]
|
|
@@ -4535,7 +4535,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4535
4535
|
apiV1HospitalsHospitalIdHandlesGet(hospitalId: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSnsHandlesModel>;
|
|
4536
4536
|
/**
|
|
4537
4537
|
*
|
|
4538
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
4538
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4539
4539
|
* @param {string} hospitalId
|
|
4540
4540
|
* @param {string} handleId
|
|
4541
4541
|
* @param {*} [options] Override http request option.
|
|
@@ -4544,7 +4544,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4544
4544
|
apiV1HospitalsHospitalIdHandlesHandleIdDelete(hospitalId: string, handleId: string, options?: any): AxiosPromise<boolean>;
|
|
4545
4545
|
/**
|
|
4546
4546
|
*
|
|
4547
|
-
* @summary Get HospitalHandle. (Auth
|
|
4547
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
4548
4548
|
* @param {string} hospitalId
|
|
4549
4549
|
* @param {string} handleId
|
|
4550
4550
|
* @param {*} [options] Override http request option.
|
|
@@ -4553,7 +4553,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4553
4553
|
apiV1HospitalsHospitalIdHandlesHandleIdGet(hospitalId: string, handleId: string, options?: any): AxiosPromise<SnsHandleModel>;
|
|
4554
4554
|
/**
|
|
4555
4555
|
*
|
|
4556
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
4556
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4557
4557
|
* @param {string} hospitalId
|
|
4558
4558
|
* @param {string} handleId
|
|
4559
4559
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -4563,7 +4563,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4563
4563
|
apiV1HospitalsHospitalIdHandlesHandleIdPut(hospitalId: string, handleId: string, updateHospitalSnsHandleCommand?: UpdateHospitalSnsHandleCommand, options?: any): AxiosPromise<SnsHandleModel>;
|
|
4564
4564
|
/**
|
|
4565
4565
|
*
|
|
4566
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
4566
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4567
4567
|
* @param {string} hospitalId
|
|
4568
4568
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
4569
4569
|
* @param {*} [options] Override http request option.
|
|
@@ -4621,7 +4621,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4621
4621
|
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveHeaderNavigationsCommand?: SaveHeaderNavigationsCommand, options?: any): AxiosPromise<HeaderNavigationItemModel>;
|
|
4622
4622
|
/**
|
|
4623
4623
|
*
|
|
4624
|
-
* @summary Get all GetAllLandings. (Auth
|
|
4624
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
4625
4625
|
* @param {string} hospitalId
|
|
4626
4626
|
* @param {string} [name]
|
|
4627
4627
|
* @param {string} [slug]
|
|
@@ -4646,7 +4646,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4646
4646
|
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4647
4647
|
/**
|
|
4648
4648
|
*
|
|
4649
|
-
* @summary Get Landing (Auth
|
|
4649
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
4650
4650
|
* @param {string} hospitalId
|
|
4651
4651
|
* @param {string} landingId
|
|
4652
4652
|
* @param {string} [languageCode]
|
|
@@ -4656,7 +4656,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4656
4656
|
apiV1HospitalsHospitalIdLandingsLandingIdGet(hospitalId: string, landingId: string, languageCode?: string, options?: any): AxiosPromise<LandingModel>;
|
|
4657
4657
|
/**
|
|
4658
4658
|
*
|
|
4659
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
4659
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4660
4660
|
* @param {string} hospitalId
|
|
4661
4661
|
* @param {string} landingId
|
|
4662
4662
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -4666,7 +4666,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4666
4666
|
apiV1HospitalsHospitalIdLandingsLandingIdPut(hospitalId: string, landingId: string, updateLandingCommand?: UpdateLandingCommand, options?: any): AxiosPromise<LandingModel>;
|
|
4667
4667
|
/**
|
|
4668
4668
|
*
|
|
4669
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
4669
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4670
4670
|
* @param {string} hospitalId
|
|
4671
4671
|
* @param {string} landingId
|
|
4672
4672
|
* @param {*} [options] Override http request option.
|
|
@@ -4675,7 +4675,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4675
4675
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut(hospitalId: string, landingId: string, options?: any): AxiosPromise<boolean>;
|
|
4676
4676
|
/**
|
|
4677
4677
|
*
|
|
4678
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
4678
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4679
4679
|
* @param {string} hospitalId
|
|
4680
4680
|
* @param {string} landingId
|
|
4681
4681
|
* @param {boolean} [includeCurrent]
|
|
@@ -4685,7 +4685,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4685
4685
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
4686
4686
|
/**
|
|
4687
4687
|
*
|
|
4688
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
4688
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4689
4689
|
* @param {string} hospitalId
|
|
4690
4690
|
* @param {string} landingId
|
|
4691
4691
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -4704,7 +4704,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4704
4704
|
apiV1HospitalsHospitalIdLandingsPost(hospitalId: string, createLandingCommand?: CreateLandingCommand, options?: any): AxiosPromise<LandingModel>;
|
|
4705
4705
|
/**
|
|
4706
4706
|
*
|
|
4707
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
4707
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
4708
4708
|
* @param {string} hospitalId
|
|
4709
4709
|
* @param {string} [name]
|
|
4710
4710
|
* @param {boolean} [showHidden]
|
|
@@ -4717,7 +4717,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4717
4717
|
apiV1HospitalsHospitalIdLanguagesGet(hospitalId: string, name?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalLanguagesModel>;
|
|
4718
4718
|
/**
|
|
4719
4719
|
*
|
|
4720
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
4720
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4721
4721
|
* @param {string} hospitalId
|
|
4722
4722
|
* @param {string} languageCode
|
|
4723
4723
|
* @param {*} [options] Override http request option.
|
|
@@ -4726,7 +4726,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4726
4726
|
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(hospitalId: string, languageCode: string, options?: any): AxiosPromise<boolean>;
|
|
4727
4727
|
/**
|
|
4728
4728
|
*
|
|
4729
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
4729
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4730
4730
|
* @param {string} hospitalId
|
|
4731
4731
|
* @param {string} languageCode
|
|
4732
4732
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -4801,7 +4801,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4801
4801
|
apiV1HospitalsHospitalIdManagersPost(hospitalId: string, createManagerCommand?: CreateManagerCommand, options?: any): AxiosPromise<ManagerModel>;
|
|
4802
4802
|
/**
|
|
4803
4803
|
*
|
|
4804
|
-
* @summary Get all HospitalMedias. (Auth
|
|
4804
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
4805
4805
|
* @param {string} hospitalId
|
|
4806
4806
|
* @param {string} [id]
|
|
4807
4807
|
* @param {MediaType} [mediaType]
|
|
@@ -4814,7 +4814,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4814
4814
|
apiV1HospitalsHospitalIdMediasGet(hospitalId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
4815
4815
|
/**
|
|
4816
4816
|
*
|
|
4817
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
4817
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4818
4818
|
* @param {string} hospitalId
|
|
4819
4819
|
* @param {string} mediaId
|
|
4820
4820
|
* @param {*} [options] Override http request option.
|
|
@@ -4823,7 +4823,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4823
4823
|
apiV1HospitalsHospitalIdMediasMediaIdDelete(hospitalId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
4824
4824
|
/**
|
|
4825
4825
|
*
|
|
4826
|
-
* @summary Get HospitalMedia. (Auth
|
|
4826
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
4827
4827
|
* @param {string} hospitalId
|
|
4828
4828
|
* @param {string} mediaId
|
|
4829
4829
|
* @param {*} [options] Override http request option.
|
|
@@ -4832,7 +4832,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4832
4832
|
apiV1HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
4833
4833
|
/**
|
|
4834
4834
|
*
|
|
4835
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4835
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4836
4836
|
* @param {string} hospitalId
|
|
4837
4837
|
* @param {string} mediaId
|
|
4838
4838
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -4842,7 +4842,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4842
4842
|
apiV1HospitalsHospitalIdMediasMediaIdPut(hospitalId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
4843
4843
|
/**
|
|
4844
4844
|
*
|
|
4845
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4845
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4846
4846
|
* @param {string} hospitalId
|
|
4847
4847
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
4848
4848
|
* @param {*} [options] Override http request option.
|
|
@@ -5061,7 +5061,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5061
5061
|
apiV1HospitalsHospitalIdPaymentmethodsPost(hospitalId: string, createHospitalPaymentMethodCommand?: CreateHospitalPaymentMethodCommand, options?: any): AxiosPromise<HospitalPaymentMethodModel>;
|
|
5062
5062
|
/**
|
|
5063
5063
|
*
|
|
5064
|
-
* @summary Get all policies (Auth
|
|
5064
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
5065
5065
|
* @param {string} hospitalId
|
|
5066
5066
|
* @param {string} [name]
|
|
5067
5067
|
* @param {string} [slug]
|
|
@@ -5076,7 +5076,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5076
5076
|
apiV1HospitalsHospitalIdPoliciesGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PoliciesModel>;
|
|
5077
5077
|
/**
|
|
5078
5078
|
*
|
|
5079
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
5079
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5080
5080
|
* @param {string} hospitalId
|
|
5081
5081
|
* @param {string} policyId
|
|
5082
5082
|
* @param {boolean} [isPermanent]
|
|
@@ -5086,7 +5086,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5086
5086
|
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(hospitalId: string, policyId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5087
5087
|
/**
|
|
5088
5088
|
*
|
|
5089
|
-
* @summary Get policy (Auth
|
|
5089
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
5090
5090
|
* @param {string} hospitalId
|
|
5091
5091
|
* @param {string} policyId
|
|
5092
5092
|
* @param {string} [languageCode]
|
|
@@ -5096,7 +5096,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5096
5096
|
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(hospitalId: string, policyId: string, languageCode?: string, options?: any): AxiosPromise<PolicyModel>;
|
|
5097
5097
|
/**
|
|
5098
5098
|
*
|
|
5099
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
5099
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5100
5100
|
* @param {string} hospitalId
|
|
5101
5101
|
* @param {string} policyId
|
|
5102
5102
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -5106,7 +5106,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5106
5106
|
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: any): AxiosPromise<PolicyModel>;
|
|
5107
5107
|
/**
|
|
5108
5108
|
*
|
|
5109
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
5109
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5110
5110
|
* @param {string} hospitalId
|
|
5111
5111
|
* @param {string} policyId
|
|
5112
5112
|
* @param {*} [options] Override http request option.
|
|
@@ -5115,7 +5115,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5115
5115
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(hospitalId: string, policyId: string, options?: any): AxiosPromise<boolean>;
|
|
5116
5116
|
/**
|
|
5117
5117
|
*
|
|
5118
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
5118
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5119
5119
|
* @param {string} hospitalId
|
|
5120
5120
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
5121
5121
|
* @param {*} [options] Override http request option.
|
|
@@ -5133,7 +5133,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5133
5133
|
apiV1HospitalsHospitalIdPut(hospitalId: string, updateHospitalCommand?: UpdateHospitalCommand, options?: any): AxiosPromise<HospitalModel>;
|
|
5134
5134
|
/**
|
|
5135
5135
|
*
|
|
5136
|
-
* @summary Get hospitalRatings (Auth
|
|
5136
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
5137
5137
|
* @param {string} hospitalId
|
|
5138
5138
|
* @param {string} [id]
|
|
5139
5139
|
* @param {string} [vender]
|
|
@@ -5147,7 +5147,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5147
5147
|
apiV1HospitalsHospitalIdRatingsGet(hospitalId: string, id?: string, vender?: string, isConfirmed?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalRatingsModel>;
|
|
5148
5148
|
/**
|
|
5149
5149
|
*
|
|
5150
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
5150
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
5151
5151
|
* @param {string} hospitalId
|
|
5152
5152
|
* @param {string} id
|
|
5153
5153
|
* @param {*} [options] Override http request option.
|
|
@@ -5156,7 +5156,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5156
5156
|
apiV1HospitalsHospitalIdRatingsIdDelete(hospitalId: string, id: string, options?: any): AxiosPromise<boolean>;
|
|
5157
5157
|
/**
|
|
5158
5158
|
*
|
|
5159
|
-
* @summary Get hospitalRating (Auth
|
|
5159
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
5160
5160
|
* @param {string} hospitalId
|
|
5161
5161
|
* @param {string} id
|
|
5162
5162
|
* @param {*} [options] Override http request option.
|
|
@@ -5165,7 +5165,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5165
5165
|
apiV1HospitalsHospitalIdRatingsIdGet(hospitalId: string, id: string, options?: any): AxiosPromise<HospitalRatingModel>;
|
|
5166
5166
|
/**
|
|
5167
5167
|
*
|
|
5168
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
5168
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
5169
5169
|
* @param {string} hospitalId
|
|
5170
5170
|
* @param {string} id
|
|
5171
5171
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -5175,7 +5175,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5175
5175
|
apiV1HospitalsHospitalIdRatingsIdPut(hospitalId: string, id: string, updateHospitalRatingCommand?: UpdateHospitalRatingCommand, options?: any): AxiosPromise<HospitalRatingModel>;
|
|
5176
5176
|
/**
|
|
5177
5177
|
*
|
|
5178
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
5178
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
5179
5179
|
* @param {string} hospitalId
|
|
5180
5180
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
5181
5181
|
* @param {*} [options] Override http request option.
|
|
@@ -5184,7 +5184,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5184
5184
|
apiV1HospitalsHospitalIdRatingsPost(hospitalId: string, createHospitalRatingCommand?: CreateHospitalRatingCommand, options?: any): AxiosPromise<HospitalRatingModel>;
|
|
5185
5185
|
/**
|
|
5186
5186
|
*
|
|
5187
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
5187
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
5188
5188
|
* @param {string} hospitalId
|
|
5189
5189
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
5190
5190
|
* @param {*} [options] Override http request option.
|
|
@@ -5201,7 +5201,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5201
5201
|
apiV1HospitalsHospitalIdReactivatePut(hospitalId: string, options?: any): AxiosPromise<boolean>;
|
|
5202
5202
|
/**
|
|
5203
5203
|
*
|
|
5204
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
5204
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5205
5205
|
* @param {string} hospitalId
|
|
5206
5206
|
* @param {boolean} [includeCurrent]
|
|
5207
5207
|
* @param {*} [options] Override http request option.
|
|
@@ -5322,7 +5322,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5322
5322
|
apiV1HospitalsHospitalIdSecurefilesReadGet(hospitalId: string, uri?: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string>;
|
|
5323
5323
|
/**
|
|
5324
5324
|
*
|
|
5325
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
5325
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
5326
5326
|
* @param {string} hospitalId
|
|
5327
5327
|
* @param {string} [specialtyId]
|
|
5328
5328
|
* @param {string} [specialtyName]
|
|
@@ -5343,7 +5343,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5343
5343
|
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>;
|
|
5344
5344
|
/**
|
|
5345
5345
|
*
|
|
5346
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
5346
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
5347
5347
|
* @param {string} hospitalId
|
|
5348
5348
|
* @param {string} hospitalSpecialtyId
|
|
5349
5349
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -5359,7 +5359,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5359
5359
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(hospitalId: string, hospitalSpecialtyId: string, includesPreviousItems?: boolean, startDate?: Date, endDate?: Date, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetableOverridesModel>;
|
|
5360
5360
|
/**
|
|
5361
5361
|
*
|
|
5362
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
5362
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5363
5363
|
* @param {string} hospitalId
|
|
5364
5364
|
* @param {string} hospitalSpecialtyId
|
|
5365
5365
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -5369,7 +5369,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5369
5369
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(hospitalId: string, hospitalSpecialtyId: string, deleteHospitalSpecialtyAppointmentTimetableOverridesCommand?: DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean>;
|
|
5370
5370
|
/**
|
|
5371
5371
|
*
|
|
5372
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
5372
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5373
5373
|
* @param {string} hospitalId
|
|
5374
5374
|
* @param {string} hospitalSpecialtyId
|
|
5375
5375
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -5379,7 +5379,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5379
5379
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
5380
5380
|
/**
|
|
5381
5381
|
*
|
|
5382
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
5382
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
5383
5383
|
* @param {string} hospitalId
|
|
5384
5384
|
* @param {string} hospitalSpecialtyId
|
|
5385
5385
|
* @param {number} [year]
|
|
@@ -5395,7 +5395,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5395
5395
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
5396
5396
|
/**
|
|
5397
5397
|
*
|
|
5398
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
5398
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5399
5399
|
* @param {string} hospitalId
|
|
5400
5400
|
* @param {string} hospitalSpecialtyId
|
|
5401
5401
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -5405,7 +5405,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5405
5405
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(hospitalId: string, hospitalSpecialtyId: string, batchHospitalSpecialtyAppointmentTimetablesCommand?: BatchHospitalSpecialtyAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
5406
5406
|
/**
|
|
5407
5407
|
*
|
|
5408
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
5408
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
5409
5409
|
* @param {string} hospitalId
|
|
5410
5410
|
* @param {string} hospitalSpecialtyId
|
|
5411
5411
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -5418,7 +5418,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5418
5418
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId: string, hospitalSpecialtyId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
5419
5419
|
/**
|
|
5420
5420
|
*
|
|
5421
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
5421
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5422
5422
|
* @param {string} hospitalId
|
|
5423
5423
|
* @param {string} hospitalSpecialtyId
|
|
5424
5424
|
* @param {boolean} [isPermanent]
|
|
@@ -5428,7 +5428,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5428
5428
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5429
5429
|
/**
|
|
5430
5430
|
*
|
|
5431
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
5431
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
5432
5432
|
* @param {string} hospitalId
|
|
5433
5433
|
* @param {string} hospitalSpecialtyId
|
|
5434
5434
|
* @param {string} [languageCode]
|
|
@@ -5438,7 +5438,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5438
5438
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(hospitalId: string, hospitalSpecialtyId: string, languageCode?: string, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
5439
5439
|
/**
|
|
5440
5440
|
*
|
|
5441
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
5441
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
5442
5442
|
* @param {string} hospitalId
|
|
5443
5443
|
* @param {string} hospitalSpecialtyId
|
|
5444
5444
|
* @param {string} [id]
|
|
@@ -5452,7 +5452,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5452
5452
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId: string, hospitalSpecialtyId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
5453
5453
|
/**
|
|
5454
5454
|
*
|
|
5455
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
5455
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5456
5456
|
* @param {string} hospitalId
|
|
5457
5457
|
* @param {string} hospitalSpecialtyId
|
|
5458
5458
|
* @param {string} mediaId
|
|
@@ -5462,7 +5462,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5462
5462
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
5463
5463
|
/**
|
|
5464
5464
|
*
|
|
5465
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
5465
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
5466
5466
|
* @param {string} hospitalId
|
|
5467
5467
|
* @param {string} hospitalSpecialtyId
|
|
5468
5468
|
* @param {string} mediaId
|
|
@@ -5472,7 +5472,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5472
5472
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
5473
5473
|
/**
|
|
5474
5474
|
*
|
|
5475
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
5475
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5476
5476
|
* @param {string} hospitalId
|
|
5477
5477
|
* @param {string} hospitalSpecialtyId
|
|
5478
5478
|
* @param {string} mediaId
|
|
@@ -5483,7 +5483,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5483
5483
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(hospitalId: string, hospitalSpecialtyId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
5484
5484
|
/**
|
|
5485
5485
|
*
|
|
5486
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
5486
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5487
5487
|
* @param {string} hospitalId
|
|
5488
5488
|
* @param {string} hospitalSpecialtyId
|
|
5489
5489
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -5493,7 +5493,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5493
5493
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(hospitalId: string, hospitalSpecialtyId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
5494
5494
|
/**
|
|
5495
5495
|
*
|
|
5496
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
5496
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5497
5497
|
* @param {string} hospitalId
|
|
5498
5498
|
* @param {string} hospitalSpecialtyId
|
|
5499
5499
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -5512,7 +5512,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5512
5512
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut(hospitalId: string, hospitalSpecialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
5513
5513
|
/**
|
|
5514
5514
|
*
|
|
5515
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
5515
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5516
5516
|
* @param {string} hospitalId
|
|
5517
5517
|
* @param {string} hospitalSpecialtyId
|
|
5518
5518
|
* @param {boolean} [includeCurrent]
|
|
@@ -5522,7 +5522,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5522
5522
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5523
5523
|
/**
|
|
5524
5524
|
*
|
|
5525
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
5525
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5526
5526
|
* @param {string} hospitalId
|
|
5527
5527
|
* @param {string} hospitalSpecialtyId
|
|
5528
5528
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -5532,7 +5532,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5532
5532
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost(hospitalId: string, hospitalSpecialtyId: string, translateHospitalSpecialtyCommand?: TranslateHospitalSpecialtyCommand, options?: any): AxiosPromise<boolean>;
|
|
5533
5533
|
/**
|
|
5534
5534
|
*
|
|
5535
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
5535
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5536
5536
|
* @param {string} hospitalId
|
|
5537
5537
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
5538
5538
|
* @param {*} [options] Override http request option.
|
|
@@ -5541,7 +5541,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5541
5541
|
apiV1HospitalsHospitalIdSpecialtiesPost(hospitalId: string, createHospitalSpecialtyCommand?: CreateHospitalSpecialtyCommand, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
5542
5542
|
/**
|
|
5543
5543
|
*
|
|
5544
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
5544
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
5545
5545
|
* @param {string} hospitalId
|
|
5546
5546
|
* @param {string} [specialtyId]
|
|
5547
5547
|
* @param {string} [specialtyName]
|
|
@@ -5562,7 +5562,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5562
5562
|
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(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<HospitalSpecialtiesSimpleModel>;
|
|
5563
5563
|
/**
|
|
5564
5564
|
*
|
|
5565
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
5565
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
5566
5566
|
* @param {string} hospitalId
|
|
5567
5567
|
* @param {string} slug
|
|
5568
5568
|
* @param {string} [languageCode]
|
|
@@ -5574,7 +5574,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5574
5574
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(hospitalId: string, slug: string, languageCode?: string, returnDefaultValue?: boolean, includeServices?: boolean, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
5575
5575
|
/**
|
|
5576
5576
|
*
|
|
5577
|
-
* @summary Get all HospitalServices. (Auth
|
|
5577
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
5578
5578
|
* @param {string} hospitalId
|
|
5579
5579
|
* @param {string} specialtyId
|
|
5580
5580
|
* @param {string} [id]
|
|
@@ -5595,7 +5595,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5595
5595
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel>;
|
|
5596
5596
|
/**
|
|
5597
5597
|
*
|
|
5598
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
5598
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5599
5599
|
* @param {string} hospitalId
|
|
5600
5600
|
* @param {string} specialtyId
|
|
5601
5601
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -5605,7 +5605,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5605
5605
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
5606
5606
|
/**
|
|
5607
5607
|
*
|
|
5608
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
5608
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
5609
5609
|
* @param {string} hospitalId
|
|
5610
5610
|
* @param {string} specialtyId
|
|
5611
5611
|
* @param {string} serviceId
|
|
@@ -5622,7 +5622,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5622
5622
|
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>;
|
|
5623
5623
|
/**
|
|
5624
5624
|
*
|
|
5625
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
5625
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5626
5626
|
* @param {string} hospitalId
|
|
5627
5627
|
* @param {string} specialtyId
|
|
5628
5628
|
* @param {string} serviceId
|
|
@@ -5633,7 +5633,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5633
5633
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(hospitalId: string, specialtyId: string, serviceId: string, deleteServiceAppointmentTimetableOverridesCommand?: DeleteServiceAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<boolean>;
|
|
5634
5634
|
/**
|
|
5635
5635
|
*
|
|
5636
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
5636
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5637
5637
|
* @param {string} hospitalId
|
|
5638
5638
|
* @param {string} specialtyId
|
|
5639
5639
|
* @param {string} serviceId
|
|
@@ -5644,7 +5644,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5644
5644
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
5645
5645
|
/**
|
|
5646
5646
|
*
|
|
5647
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
5647
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
5648
5648
|
* @param {string} hospitalId
|
|
5649
5649
|
* @param {string} specialtyId
|
|
5650
5650
|
* @param {string} serviceId
|
|
@@ -5661,7 +5661,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5661
5661
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, excludeUnavailableTimeSlots?: boolean, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
5662
5662
|
/**
|
|
5663
5663
|
*
|
|
5664
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
5664
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5665
5665
|
* @param {string} hospitalId
|
|
5666
5666
|
* @param {string} specialtyId
|
|
5667
5667
|
* @param {string} serviceId
|
|
@@ -5672,7 +5672,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5672
5672
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(hospitalId: string, specialtyId: string, serviceId: string, batchServiceAppointmentTimetablesCommand?: BatchServiceAppointmentTimetablesCommand, options?: any): AxiosPromise<BatchAppointmentTimetablesResultModel>;
|
|
5673
5673
|
/**
|
|
5674
5674
|
*
|
|
5675
|
-
* @summary Get Service appointment timetables (Auth
|
|
5675
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
5676
5676
|
* @param {string} hospitalId
|
|
5677
5677
|
* @param {string} specialtyId
|
|
5678
5678
|
* @param {string} serviceId
|
|
@@ -5686,7 +5686,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5686
5686
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId: string, specialtyId: string, serviceId: string, dayOfWeek?: DayOfWeek, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
5687
5687
|
/**
|
|
5688
5688
|
*
|
|
5689
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
5689
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5690
5690
|
* @param {string} hospitalId
|
|
5691
5691
|
* @param {string} specialtyId
|
|
5692
5692
|
* @param {string} serviceId
|
|
@@ -5697,7 +5697,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5697
5697
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5698
5698
|
/**
|
|
5699
5699
|
*
|
|
5700
|
-
* @summary (Auth
|
|
5700
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
5701
5701
|
* @param {string} hospitalId
|
|
5702
5702
|
* @param {string} specialtyId
|
|
5703
5703
|
* @param {string} serviceId
|
|
@@ -5709,7 +5709,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5709
5709
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId: string, specialtyId: string, serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
5710
5710
|
/**
|
|
5711
5711
|
*
|
|
5712
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
5712
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
5713
5713
|
* @param {string} hospitalId
|
|
5714
5714
|
* @param {string} specialtyId
|
|
5715
5715
|
* @param {string} serviceId
|
|
@@ -5724,7 +5724,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5724
5724
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId: string, specialtyId: string, serviceId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
5725
5725
|
/**
|
|
5726
5726
|
*
|
|
5727
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
5727
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5728
5728
|
* @param {string} hospitalId
|
|
5729
5729
|
* @param {string} specialtyId
|
|
5730
5730
|
* @param {string} serviceId
|
|
@@ -5735,7 +5735,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5735
5735
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
5736
5736
|
/**
|
|
5737
5737
|
*
|
|
5738
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
5738
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
5739
5739
|
* @param {string} hospitalId
|
|
5740
5740
|
* @param {string} specialtyId
|
|
5741
5741
|
* @param {string} serviceId
|
|
@@ -5746,7 +5746,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5746
5746
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
5747
5747
|
/**
|
|
5748
5748
|
*
|
|
5749
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
5749
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5750
5750
|
* @param {string} hospitalId
|
|
5751
5751
|
* @param {string} specialtyId
|
|
5752
5752
|
* @param {string} serviceId
|
|
@@ -5758,7 +5758,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5758
5758
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut(hospitalId: string, specialtyId: string, serviceId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
5759
5759
|
/**
|
|
5760
5760
|
*
|
|
5761
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
5761
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5762
5762
|
* @param {string} hospitalId
|
|
5763
5763
|
* @param {string} specialtyId
|
|
5764
5764
|
* @param {string} serviceId
|
|
@@ -5769,7 +5769,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5769
5769
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost(hospitalId: string, specialtyId: string, serviceId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
5770
5770
|
/**
|
|
5771
5771
|
*
|
|
5772
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
5772
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5773
5773
|
* @param {string} hospitalId
|
|
5774
5774
|
* @param {string} specialtyId
|
|
5775
5775
|
* @param {string} serviceId
|
|
@@ -5780,7 +5780,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5780
5780
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut(hospitalId: string, specialtyId: string, serviceId: string, updateHospitalServiceCommand?: UpdateHospitalServiceCommand, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
5781
5781
|
/**
|
|
5782
5782
|
*
|
|
5783
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
5783
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5784
5784
|
* @param {string} hospitalId
|
|
5785
5785
|
* @param {string} specialtyId
|
|
5786
5786
|
* @param {string} serviceId
|
|
@@ -5790,7 +5790,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5790
5790
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut(hospitalId: string, specialtyId: string, serviceId: string, options?: any): AxiosPromise<boolean>;
|
|
5791
5791
|
/**
|
|
5792
5792
|
*
|
|
5793
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
5793
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5794
5794
|
* @param {string} hospitalId
|
|
5795
5795
|
* @param {string} specialtyId
|
|
5796
5796
|
* @param {string} serviceId
|
|
@@ -5801,7 +5801,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5801
5801
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
5802
5802
|
/**
|
|
5803
5803
|
*
|
|
5804
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
5804
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5805
5805
|
* @param {string} hospitalId
|
|
5806
5806
|
* @param {string} specialtyId
|
|
5807
5807
|
* @param {string} serviceId
|
|
@@ -5812,7 +5812,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5812
5812
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost(hospitalId: string, specialtyId: string, serviceId: string, translateHospitalServiceCommand?: TranslateHospitalServiceCommand, options?: any): AxiosPromise<boolean>;
|
|
5813
5813
|
/**
|
|
5814
5814
|
*
|
|
5815
|
-
* @summary Get all hospital tags (Auth
|
|
5815
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
5816
5816
|
* @param {string} hospitalId
|
|
5817
5817
|
* @param {string} [tagId]
|
|
5818
5818
|
* @param {number} [page]
|
|
@@ -5824,7 +5824,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5824
5824
|
apiV1HospitalsHospitalIdTagsGet(hospitalId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalTagsModel>;
|
|
5825
5825
|
/**
|
|
5826
5826
|
*
|
|
5827
|
-
* @summary Create hospitalTag (Auth
|
|
5827
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5828
5828
|
* @param {string} hospitalId
|
|
5829
5829
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
5830
5830
|
* @param {*} [options] Override http request option.
|
|
@@ -5833,7 +5833,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5833
5833
|
apiV1HospitalsHospitalIdTagsPost(hospitalId: string, createHospitalTagCommand?: CreateHospitalTagCommand, options?: any): AxiosPromise<HospitalTagModel>;
|
|
5834
5834
|
/**
|
|
5835
5835
|
*
|
|
5836
|
-
* @summary Delete hospitalTag (Auth
|
|
5836
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5837
5837
|
* @param {string} hospitalId
|
|
5838
5838
|
* @param {string} tagId
|
|
5839
5839
|
* @param {*} [options] Override http request option.
|
|
@@ -5842,7 +5842,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5842
5842
|
apiV1HospitalsHospitalIdTagsTagIdDelete(hospitalId: string, tagId: string, options?: any): AxiosPromise<boolean>;
|
|
5843
5843
|
/**
|
|
5844
5844
|
*
|
|
5845
|
-
* @summary Get hospital tag (Auth
|
|
5845
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
5846
5846
|
* @param {string} hospitalId
|
|
5847
5847
|
* @param {string} tagId
|
|
5848
5848
|
* @param {*} [options] Override http request option.
|
|
@@ -5860,7 +5860,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5860
5860
|
apiV1HospitalsHospitalIdTranslatePost(hospitalId: string, translateHospitalCommand?: TranslateHospitalCommand, options?: any): AxiosPromise<boolean>;
|
|
5861
5861
|
/**
|
|
5862
5862
|
*
|
|
5863
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
5863
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5864
5864
|
* @param {string} hospitalId
|
|
5865
5865
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
5866
5866
|
* @param {*} [options] Override http request option.
|
|
@@ -5869,7 +5869,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5869
5869
|
apiV1HospitalsHospitalIdWorkingdaysBatchPatch(hospitalId: string, batchHospitalWorkingDaysCommand?: BatchHospitalWorkingDaysCommand, options?: any): AxiosPromise<HospitalWorkingDaysBatchResultModel>;
|
|
5870
5870
|
/**
|
|
5871
5871
|
*
|
|
5872
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
5872
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
5873
5873
|
* @param {string} hospitalId
|
|
5874
5874
|
* @param {string} [id]
|
|
5875
5875
|
* @param {string} [dayOfWeek]
|
|
@@ -5885,7 +5885,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5885
5885
|
apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId: string, id?: string, dayOfWeek?: string, timeFrom?: Date, timeTo?: Date, checkHoliday?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<WorkingDaysModel>;
|
|
5886
5886
|
/**
|
|
5887
5887
|
*
|
|
5888
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
5888
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5889
5889
|
* @param {string} hospitalId
|
|
5890
5890
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
5891
5891
|
* @param {*} [options] Override http request option.
|
|
@@ -5894,7 +5894,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5894
5894
|
apiV1HospitalsHospitalIdWorkingdaysPost(hospitalId: string, createHospitalWorkingDayCommand?: CreateHospitalWorkingDayCommand, options?: any): AxiosPromise<WorkingDayModel>;
|
|
5895
5895
|
/**
|
|
5896
5896
|
*
|
|
5897
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
5897
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5898
5898
|
* @param {string} hospitalId
|
|
5899
5899
|
* @param {string} workingDayId
|
|
5900
5900
|
* @param {*} [options] Override http request option.
|
|
@@ -5903,7 +5903,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5903
5903
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete(hospitalId: string, workingDayId: string, options?: any): AxiosPromise<boolean>;
|
|
5904
5904
|
/**
|
|
5905
5905
|
*
|
|
5906
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
5906
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
5907
5907
|
* @param {string} hospitalId
|
|
5908
5908
|
* @param {string} workingDayId
|
|
5909
5909
|
* @param {*} [options] Override http request option.
|
|
@@ -5912,7 +5912,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5912
5912
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId: string, workingDayId: string, options?: any): AxiosPromise<WorkingDayModel>;
|
|
5913
5913
|
/**
|
|
5914
5914
|
*
|
|
5915
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
5915
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5916
5916
|
* @param {string} hospitalId
|
|
5917
5917
|
* @param {string} workingDayId
|
|
5918
5918
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -5930,7 +5930,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5930
5930
|
apiV1HospitalsPost(createHospitalCommand?: CreateHospitalCommand, options?: any): AxiosPromise<HospitalModel>;
|
|
5931
5931
|
/**
|
|
5932
5932
|
*
|
|
5933
|
-
* @summary Get all Hospitals. (Auth
|
|
5933
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
5934
5934
|
* @param {string} [hospitalId]
|
|
5935
5935
|
* @param {StringFilterTypes} [nameFilterType]
|
|
5936
5936
|
* @param {string} [name]
|
|
@@ -5953,7 +5953,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5953
5953
|
apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
5954
5954
|
/**
|
|
5955
5955
|
*
|
|
5956
|
-
* @summary (Auth
|
|
5956
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
5957
5957
|
* @param {string} slug
|
|
5958
5958
|
* @param {string} [languageCode]
|
|
5959
5959
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11357,7 +11357,7 @@ export interface HospitalsApiApiV1HospitalsSlugGetRequest {
|
|
|
11357
11357
|
export declare class HospitalsApi extends BaseAPI {
|
|
11358
11358
|
/**
|
|
11359
11359
|
*
|
|
11360
|
-
* @summary Get all Hospitals. (Auth
|
|
11360
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
11361
11361
|
* @param {HospitalsApiApiV1HospitalsGetRequest} requestParameters Request parameters.
|
|
11362
11362
|
* @param {*} [options] Override http request option.
|
|
11363
11363
|
* @throws {RequiredError}
|
|
@@ -11375,7 +11375,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11375
11375
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11376
11376
|
/**
|
|
11377
11377
|
*
|
|
11378
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
11378
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11379
11379
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
11380
11380
|
* @param {*} [options] Override http request option.
|
|
11381
11381
|
* @throws {RequiredError}
|
|
@@ -11384,7 +11384,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11384
11384
|
apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
11385
11385
|
/**
|
|
11386
11386
|
*
|
|
11387
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
11387
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11388
11388
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
|
|
11389
11389
|
* @param {*} [options] Override http request option.
|
|
11390
11390
|
* @throws {RequiredError}
|
|
@@ -11402,7 +11402,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11402
11402
|
apiV1HospitalsHospitalIdAccreditationsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
11403
11403
|
/**
|
|
11404
11404
|
*
|
|
11405
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
11405
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
11406
11406
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
11407
11407
|
* @param {*} [options] Override http request option.
|
|
11408
11408
|
* @throws {RequiredError}
|
|
@@ -11411,7 +11411,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11411
11411
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
11412
11412
|
/**
|
|
11413
11413
|
*
|
|
11414
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
11414
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11415
11415
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
11416
11416
|
* @param {*} [options] Override http request option.
|
|
11417
11417
|
* @throws {RequiredError}
|
|
@@ -11420,7 +11420,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11420
11420
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11421
11421
|
/**
|
|
11422
11422
|
*
|
|
11423
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
11423
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11424
11424
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
11425
11425
|
* @param {*} [options] Override http request option.
|
|
11426
11426
|
* @throws {RequiredError}
|
|
@@ -11429,7 +11429,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11429
11429
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
11430
11430
|
/**
|
|
11431
11431
|
*
|
|
11432
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
11432
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
11433
11433
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
11434
11434
|
* @param {*} [options] Override http request option.
|
|
11435
11435
|
* @throws {RequiredError}
|
|
@@ -11438,7 +11438,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11438
11438
|
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
11439
11439
|
/**
|
|
11440
11440
|
*
|
|
11441
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
11441
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11442
11442
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
11443
11443
|
* @param {*} [options] Override http request option.
|
|
11444
11444
|
* @throws {RequiredError}
|
|
@@ -11447,7 +11447,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11447
11447
|
apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesBatchPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
11448
11448
|
/**
|
|
11449
11449
|
*
|
|
11450
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
11450
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
11451
11451
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
11452
11452
|
* @param {*} [options] Override http request option.
|
|
11453
11453
|
* @throws {RequiredError}
|
|
@@ -11492,7 +11492,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11492
11492
|
apiV1HospitalsHospitalIdBankaccountinfosGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BankAccountInfosModel, any>>;
|
|
11493
11493
|
/**
|
|
11494
11494
|
*
|
|
11495
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
11495
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
11496
11496
|
* @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosPostRequest} requestParameters Request parameters.
|
|
11497
11497
|
* @param {*} [options] Override http request option.
|
|
11498
11498
|
* @throws {RequiredError}
|
|
@@ -11501,7 +11501,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11501
11501
|
apiV1HospitalsHospitalIdBankaccountinfosPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BankAccountInfoModel, any>>;
|
|
11502
11502
|
/**
|
|
11503
11503
|
*
|
|
11504
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11504
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11505
11505
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdDeleteRequest} requestParameters Request parameters.
|
|
11506
11506
|
* @param {*} [options] Override http request option.
|
|
11507
11507
|
* @throws {RequiredError}
|
|
@@ -11510,7 +11510,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11510
11510
|
apiV1HospitalsHospitalIdContactsContactIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsContactIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11511
11511
|
/**
|
|
11512
11512
|
*
|
|
11513
|
-
* @summary Get hospital contact (Auth
|
|
11513
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
11514
11514
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdGetRequest} requestParameters Request parameters.
|
|
11515
11515
|
* @param {*} [options] Override http request option.
|
|
11516
11516
|
* @throws {RequiredError}
|
|
@@ -11519,7 +11519,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11519
11519
|
apiV1HospitalsHospitalIdContactsContactIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsContactIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalContactModel, any>>;
|
|
11520
11520
|
/**
|
|
11521
11521
|
*
|
|
11522
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11522
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11523
11523
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdPutRequest} requestParameters Request parameters.
|
|
11524
11524
|
* @param {*} [options] Override http request option.
|
|
11525
11525
|
* @throws {RequiredError}
|
|
@@ -11528,7 +11528,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11528
11528
|
apiV1HospitalsHospitalIdContactsContactIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsContactIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalContactModel, any>>;
|
|
11529
11529
|
/**
|
|
11530
11530
|
*
|
|
11531
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11531
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11532
11532
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdReactivatePutRequest} requestParameters Request parameters.
|
|
11533
11533
|
* @param {*} [options] Override http request option.
|
|
11534
11534
|
* @throws {RequiredError}
|
|
@@ -11537,7 +11537,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11537
11537
|
apiV1HospitalsHospitalIdContactsContactIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsContactIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11538
11538
|
/**
|
|
11539
11539
|
*
|
|
11540
|
-
* @summary Get hospital contacts (Auth
|
|
11540
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
11541
11541
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsGetRequest} requestParameters Request parameters.
|
|
11542
11542
|
* @param {*} [options] Override http request option.
|
|
11543
11543
|
* @throws {RequiredError}
|
|
@@ -11546,7 +11546,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11546
11546
|
apiV1HospitalsHospitalIdContactsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalContactsModel, any>>;
|
|
11547
11547
|
/**
|
|
11548
11548
|
*
|
|
11549
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11549
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11550
11550
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsPostRequest} requestParameters Request parameters.
|
|
11551
11551
|
* @param {*} [options] Override http request option.
|
|
11552
11552
|
* @throws {RequiredError}
|
|
@@ -11555,7 +11555,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11555
11555
|
apiV1HospitalsHospitalIdContactsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdContactsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalContactModel, any>>;
|
|
11556
11556
|
/**
|
|
11557
11557
|
*
|
|
11558
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
11558
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11559
11559
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsSortPutRequest} requestParameters Request parameters.
|
|
11560
11560
|
* @param {*} [options] Override http request option.
|
|
11561
11561
|
* @throws {RequiredError}
|
|
@@ -11573,7 +11573,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11573
11573
|
apiV1HospitalsHospitalIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11574
11574
|
/**
|
|
11575
11575
|
*
|
|
11576
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
11576
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11577
11577
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdDeleteRequest} requestParameters Request parameters.
|
|
11578
11578
|
* @param {*} [options] Override http request option.
|
|
11579
11579
|
* @throws {RequiredError}
|
|
@@ -11582,7 +11582,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11582
11582
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11583
11583
|
/**
|
|
11584
11584
|
*
|
|
11585
|
-
* @summary Get HospitalEquipment. (Auth
|
|
11585
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
11586
11586
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdGetRequest} requestParameters Request parameters.
|
|
11587
11587
|
* @param {*} [options] Override http request option.
|
|
11588
11588
|
* @throws {RequiredError}
|
|
@@ -11591,7 +11591,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11591
11591
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentModel, any>>;
|
|
11592
11592
|
/**
|
|
11593
11593
|
*
|
|
11594
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
11594
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
11595
11595
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest} requestParameters Request parameters.
|
|
11596
11596
|
* @param {*} [options] Override http request option.
|
|
11597
11597
|
* @throws {RequiredError}
|
|
@@ -11600,7 +11600,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11600
11600
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
11601
11601
|
/**
|
|
11602
11602
|
*
|
|
11603
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
11603
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11604
11604
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
11605
11605
|
* @param {*} [options] Override http request option.
|
|
11606
11606
|
* @throws {RequiredError}
|
|
@@ -11609,7 +11609,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11609
11609
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11610
11610
|
/**
|
|
11611
11611
|
*
|
|
11612
|
-
* @summary Get EquipmentMedia. (Auth
|
|
11612
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
11613
11613
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
11614
11614
|
* @param {*} [options] Override http request option.
|
|
11615
11615
|
* @throws {RequiredError}
|
|
@@ -11618,7 +11618,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11618
11618
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
11619
11619
|
/**
|
|
11620
11620
|
*
|
|
11621
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
11621
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11622
11622
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
11623
11623
|
* @param {*} [options] Override http request option.
|
|
11624
11624
|
* @throws {RequiredError}
|
|
@@ -11627,7 +11627,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11627
11627
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
11628
11628
|
/**
|
|
11629
11629
|
*
|
|
11630
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
11630
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11631
11631
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPostRequest} requestParameters Request parameters.
|
|
11632
11632
|
* @param {*} [options] Override http request option.
|
|
11633
11633
|
* @throws {RequiredError}
|
|
@@ -11636,7 +11636,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11636
11636
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
11637
11637
|
/**
|
|
11638
11638
|
*
|
|
11639
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
11639
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11640
11640
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdPutRequest} requestParameters Request parameters.
|
|
11641
11641
|
* @param {*} [options] Override http request option.
|
|
11642
11642
|
* @throws {RequiredError}
|
|
@@ -11654,7 +11654,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11654
11654
|
apiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11655
11655
|
/**
|
|
11656
11656
|
*
|
|
11657
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
11657
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
11658
11658
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsGetRequest} requestParameters Request parameters.
|
|
11659
11659
|
* @param {*} [options] Override http request option.
|
|
11660
11660
|
* @throws {RequiredError}
|
|
@@ -11663,7 +11663,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11663
11663
|
apiV1HospitalsHospitalIdEquipmentsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEquipmentsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentsModel, any>>;
|
|
11664
11664
|
/**
|
|
11665
11665
|
*
|
|
11666
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
11666
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11667
11667
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsPostRequest} requestParameters Request parameters.
|
|
11668
11668
|
* @param {*} [options] Override http request option.
|
|
11669
11669
|
* @throws {RequiredError}
|
|
@@ -11681,7 +11681,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11681
11681
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEvaluationsEvaluationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11682
11682
|
/**
|
|
11683
11683
|
*
|
|
11684
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
11684
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
11685
11685
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsEvaluationIdGetRequest} requestParameters Request parameters.
|
|
11686
11686
|
* @param {*} [options] Override http request option.
|
|
11687
11687
|
* @throws {RequiredError}
|
|
@@ -11690,7 +11690,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11690
11690
|
apiV1HospitalsHospitalIdEvaluationsEvaluationIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEvaluationsEvaluationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel, any>>;
|
|
11691
11691
|
/**
|
|
11692
11692
|
*
|
|
11693
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
11693
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
11694
11694
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsGetRequest} requestParameters Request parameters.
|
|
11695
11695
|
* @param {*} [options] Override http request option.
|
|
11696
11696
|
* @throws {RequiredError}
|
|
@@ -11708,7 +11708,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11708
11708
|
apiV1HospitalsHospitalIdEvaluationsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEvaluationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel, any>>;
|
|
11709
11709
|
/**
|
|
11710
11710
|
*
|
|
11711
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
11711
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
11712
11712
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest} requestParameters Request parameters.
|
|
11713
11713
|
* @param {*} [options] Override http request option.
|
|
11714
11714
|
* @throws {RequiredError}
|
|
@@ -11717,7 +11717,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11717
11717
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel[], any>>;
|
|
11718
11718
|
/**
|
|
11719
11719
|
*
|
|
11720
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
11720
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
11721
11721
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
|
|
11722
11722
|
* @param {*} [options] Override http request option.
|
|
11723
11723
|
* @throws {RequiredError}
|
|
@@ -11726,7 +11726,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11726
11726
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11727
11727
|
/**
|
|
11728
11728
|
*
|
|
11729
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
11729
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
11730
11730
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
|
|
11731
11731
|
* @param {*} [options] Override http request option.
|
|
11732
11732
|
* @throws {RequiredError}
|
|
@@ -11735,7 +11735,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11735
11735
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel, any>>;
|
|
11736
11736
|
/**
|
|
11737
11737
|
*
|
|
11738
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
11738
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
11739
11739
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
|
|
11740
11740
|
* @param {*} [options] Override http request option.
|
|
11741
11741
|
* @throws {RequiredError}
|
|
@@ -11744,7 +11744,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11744
11744
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel[], any>>;
|
|
11745
11745
|
/**
|
|
11746
11746
|
*
|
|
11747
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
11747
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
11748
11748
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest} requestParameters Request parameters.
|
|
11749
11749
|
* @param {*} [options] Override http request option.
|
|
11750
11750
|
* @throws {RequiredError}
|
|
@@ -11753,7 +11753,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11753
11753
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel, any>>;
|
|
11754
11754
|
/**
|
|
11755
11755
|
*
|
|
11756
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
11756
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
11757
11757
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPutRequest} requestParameters Request parameters.
|
|
11758
11758
|
* @param {*} [options] Override http request option.
|
|
11759
11759
|
* @throws {RequiredError}
|
|
@@ -11762,7 +11762,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11762
11762
|
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SortingResultModel, any>>;
|
|
11763
11763
|
/**
|
|
11764
11764
|
*
|
|
11765
|
-
* @summary Get Hospital. (Auth
|
|
11765
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
11766
11766
|
* @param {HospitalsApiApiV1HospitalsHospitalIdGetRequest} requestParameters Request parameters.
|
|
11767
11767
|
* @param {*} [options] Override http request option.
|
|
11768
11768
|
* @throws {RequiredError}
|
|
@@ -11771,7 +11771,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11771
11771
|
apiV1HospitalsHospitalIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
|
|
11772
11772
|
/**
|
|
11773
11773
|
*
|
|
11774
|
-
* @summary Get all HospitalHandles. (Auth
|
|
11774
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
11775
11775
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesGetRequest} requestParameters Request parameters.
|
|
11776
11776
|
* @param {*} [options] Override http request option.
|
|
11777
11777
|
* @throws {RequiredError}
|
|
@@ -11780,7 +11780,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11780
11780
|
apiV1HospitalsHospitalIdHandlesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdHandlesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSnsHandlesModel, any>>;
|
|
11781
11781
|
/**
|
|
11782
11782
|
*
|
|
11783
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11783
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11784
11784
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdDeleteRequest} requestParameters Request parameters.
|
|
11785
11785
|
* @param {*} [options] Override http request option.
|
|
11786
11786
|
* @throws {RequiredError}
|
|
@@ -11789,7 +11789,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11789
11789
|
apiV1HospitalsHospitalIdHandlesHandleIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11790
11790
|
/**
|
|
11791
11791
|
*
|
|
11792
|
-
* @summary Get HospitalHandle. (Auth
|
|
11792
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
11793
11793
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
11794
11794
|
* @param {*} [options] Override http request option.
|
|
11795
11795
|
* @throws {RequiredError}
|
|
@@ -11798,7 +11798,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11798
11798
|
apiV1HospitalsHospitalIdHandlesHandleIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
|
|
11799
11799
|
/**
|
|
11800
11800
|
*
|
|
11801
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11801
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11802
11802
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdPutRequest} requestParameters Request parameters.
|
|
11803
11803
|
* @param {*} [options] Override http request option.
|
|
11804
11804
|
* @throws {RequiredError}
|
|
@@ -11807,7 +11807,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11807
11807
|
apiV1HospitalsHospitalIdHandlesHandleIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
|
|
11808
11808
|
/**
|
|
11809
11809
|
*
|
|
11810
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11810
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11811
11811
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesPostRequest} requestParameters Request parameters.
|
|
11812
11812
|
* @param {*} [options] Override http request option.
|
|
11813
11813
|
* @throws {RequiredError}
|
|
@@ -11861,7 +11861,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11861
11861
|
apiV1HospitalsHospitalIdHeadernavigationsLanguageCodePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HeaderNavigationItemModel, any>>;
|
|
11862
11862
|
/**
|
|
11863
11863
|
*
|
|
11864
|
-
* @summary Get all GetAllLandings. (Auth
|
|
11864
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
11865
11865
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsGetRequest} requestParameters Request parameters.
|
|
11866
11866
|
* @param {*} [options] Override http request option.
|
|
11867
11867
|
* @throws {RequiredError}
|
|
@@ -11879,7 +11879,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11879
11879
|
apiV1HospitalsHospitalIdLandingsLandingIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11880
11880
|
/**
|
|
11881
11881
|
*
|
|
11882
|
-
* @summary Get Landing (Auth
|
|
11882
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
11883
11883
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdGetRequest} requestParameters Request parameters.
|
|
11884
11884
|
* @param {*} [options] Override http request option.
|
|
11885
11885
|
* @throws {RequiredError}
|
|
@@ -11888,7 +11888,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11888
11888
|
apiV1HospitalsHospitalIdLandingsLandingIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingModel, any>>;
|
|
11889
11889
|
/**
|
|
11890
11890
|
*
|
|
11891
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
11891
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11892
11892
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdPutRequest} requestParameters Request parameters.
|
|
11893
11893
|
* @param {*} [options] Override http request option.
|
|
11894
11894
|
* @throws {RequiredError}
|
|
@@ -11897,7 +11897,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11897
11897
|
apiV1HospitalsHospitalIdLandingsLandingIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingModel, any>>;
|
|
11898
11898
|
/**
|
|
11899
11899
|
*
|
|
11900
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
11900
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11901
11901
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivatePutRequest} requestParameters Request parameters.
|
|
11902
11902
|
* @param {*} [options] Override http request option.
|
|
11903
11903
|
* @throws {RequiredError}
|
|
@@ -11906,7 +11906,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11906
11906
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11907
11907
|
/**
|
|
11908
11908
|
*
|
|
11909
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
11909
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11910
11910
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest} requestParameters Request parameters.
|
|
11911
11911
|
* @param {*} [options] Override http request option.
|
|
11912
11912
|
* @throws {RequiredError}
|
|
@@ -11915,7 +11915,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11915
11915
|
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11916
11916
|
/**
|
|
11917
11917
|
*
|
|
11918
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
11918
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11919
11919
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdTranslatePostRequest} requestParameters Request parameters.
|
|
11920
11920
|
* @param {*} [options] Override http request option.
|
|
11921
11921
|
* @throws {RequiredError}
|
|
@@ -11933,7 +11933,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11933
11933
|
apiV1HospitalsHospitalIdLandingsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingModel, any>>;
|
|
11934
11934
|
/**
|
|
11935
11935
|
*
|
|
11936
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
11936
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
11937
11937
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesGetRequest} requestParameters Request parameters.
|
|
11938
11938
|
* @param {*} [options] Override http request option.
|
|
11939
11939
|
* @throws {RequiredError}
|
|
@@ -11942,7 +11942,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11942
11942
|
apiV1HospitalsHospitalIdLanguagesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalLanguagesModel, any>>;
|
|
11943
11943
|
/**
|
|
11944
11944
|
*
|
|
11945
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
11945
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11946
11946
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
|
|
11947
11947
|
* @param {*} [options] Override http request option.
|
|
11948
11948
|
* @throws {RequiredError}
|
|
@@ -11951,7 +11951,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11951
11951
|
apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
11952
11952
|
/**
|
|
11953
11953
|
*
|
|
11954
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
11954
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11955
11955
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
|
|
11956
11956
|
* @param {*} [options] Override http request option.
|
|
11957
11957
|
* @throws {RequiredError}
|
|
@@ -12014,7 +12014,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12014
12014
|
apiV1HospitalsHospitalIdManagersPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdManagersPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ManagerModel, any>>;
|
|
12015
12015
|
/**
|
|
12016
12016
|
*
|
|
12017
|
-
* @summary Get all HospitalMedias. (Auth
|
|
12017
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
12018
12018
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasGetRequest} requestParameters Request parameters.
|
|
12019
12019
|
* @param {*} [options] Override http request option.
|
|
12020
12020
|
* @throws {RequiredError}
|
|
@@ -12023,7 +12023,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12023
12023
|
apiV1HospitalsHospitalIdMediasGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
12024
12024
|
/**
|
|
12025
12025
|
*
|
|
12026
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
12026
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12027
12027
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
12028
12028
|
* @param {*} [options] Override http request option.
|
|
12029
12029
|
* @throws {RequiredError}
|
|
@@ -12032,7 +12032,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12032
12032
|
apiV1HospitalsHospitalIdMediasMediaIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12033
12033
|
/**
|
|
12034
12034
|
*
|
|
12035
|
-
* @summary Get HospitalMedia. (Auth
|
|
12035
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
12036
12036
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
12037
12037
|
* @param {*} [options] Override http request option.
|
|
12038
12038
|
* @throws {RequiredError}
|
|
@@ -12041,7 +12041,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12041
12041
|
apiV1HospitalsHospitalIdMediasMediaIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12042
12042
|
/**
|
|
12043
12043
|
*
|
|
12044
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12044
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12045
12045
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
12046
12046
|
* @param {*} [options] Override http request option.
|
|
12047
12047
|
* @throws {RequiredError}
|
|
@@ -12050,7 +12050,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12050
12050
|
apiV1HospitalsHospitalIdMediasMediaIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12051
12051
|
/**
|
|
12052
12052
|
*
|
|
12053
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12053
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12054
12054
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest} requestParameters Request parameters.
|
|
12055
12055
|
* @param {*} [options] Override http request option.
|
|
12056
12056
|
* @throws {RequiredError}
|
|
@@ -12239,7 +12239,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12239
12239
|
apiV1HospitalsHospitalIdPaymentmethodsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalPaymentMethodModel, any>>;
|
|
12240
12240
|
/**
|
|
12241
12241
|
*
|
|
12242
|
-
* @summary Get all policies (Auth
|
|
12242
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
12243
12243
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest} requestParameters Request parameters.
|
|
12244
12244
|
* @param {*} [options] Override http request option.
|
|
12245
12245
|
* @throws {RequiredError}
|
|
@@ -12248,7 +12248,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12248
12248
|
apiV1HospitalsHospitalIdPoliciesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoliciesModel, any>>;
|
|
12249
12249
|
/**
|
|
12250
12250
|
*
|
|
12251
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
12251
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12252
12252
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest} requestParameters Request parameters.
|
|
12253
12253
|
* @param {*} [options] Override http request option.
|
|
12254
12254
|
* @throws {RequiredError}
|
|
@@ -12257,7 +12257,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12257
12257
|
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12258
12258
|
/**
|
|
12259
12259
|
*
|
|
12260
|
-
* @summary Get policy (Auth
|
|
12260
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
12261
12261
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest} requestParameters Request parameters.
|
|
12262
12262
|
* @param {*} [options] Override http request option.
|
|
12263
12263
|
* @throws {RequiredError}
|
|
@@ -12266,7 +12266,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12266
12266
|
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PolicyModel, any>>;
|
|
12267
12267
|
/**
|
|
12268
12268
|
*
|
|
12269
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
12269
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12270
12270
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest} requestParameters Request parameters.
|
|
12271
12271
|
* @param {*} [options] Override http request option.
|
|
12272
12272
|
* @throws {RequiredError}
|
|
@@ -12275,7 +12275,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12275
12275
|
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PolicyModel, any>>;
|
|
12276
12276
|
/**
|
|
12277
12277
|
*
|
|
12278
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
12278
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12279
12279
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePutRequest} requestParameters Request parameters.
|
|
12280
12280
|
* @param {*} [options] Override http request option.
|
|
12281
12281
|
* @throws {RequiredError}
|
|
@@ -12284,7 +12284,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12284
12284
|
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12285
12285
|
/**
|
|
12286
12286
|
*
|
|
12287
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
12287
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12288
12288
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest} requestParameters Request parameters.
|
|
12289
12289
|
* @param {*} [options] Override http request option.
|
|
12290
12290
|
* @throws {RequiredError}
|
|
@@ -12302,7 +12302,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12302
12302
|
apiV1HospitalsHospitalIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
|
|
12303
12303
|
/**
|
|
12304
12304
|
*
|
|
12305
|
-
* @summary Get hospitalRatings (Auth
|
|
12305
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
12306
12306
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsGetRequest} requestParameters Request parameters.
|
|
12307
12307
|
* @param {*} [options] Override http request option.
|
|
12308
12308
|
* @throws {RequiredError}
|
|
@@ -12311,7 +12311,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12311
12311
|
apiV1HospitalsHospitalIdRatingsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRatingsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalRatingsModel, any>>;
|
|
12312
12312
|
/**
|
|
12313
12313
|
*
|
|
12314
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12314
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12315
12315
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdDeleteRequest} requestParameters Request parameters.
|
|
12316
12316
|
* @param {*} [options] Override http request option.
|
|
12317
12317
|
* @throws {RequiredError}
|
|
@@ -12320,7 +12320,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12320
12320
|
apiV1HospitalsHospitalIdRatingsIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRatingsIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12321
12321
|
/**
|
|
12322
12322
|
*
|
|
12323
|
-
* @summary Get hospitalRating (Auth
|
|
12323
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
12324
12324
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdGetRequest} requestParameters Request parameters.
|
|
12325
12325
|
* @param {*} [options] Override http request option.
|
|
12326
12326
|
* @throws {RequiredError}
|
|
@@ -12329,7 +12329,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12329
12329
|
apiV1HospitalsHospitalIdRatingsIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRatingsIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalRatingModel, any>>;
|
|
12330
12330
|
/**
|
|
12331
12331
|
*
|
|
12332
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12332
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12333
12333
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdPutRequest} requestParameters Request parameters.
|
|
12334
12334
|
* @param {*} [options] Override http request option.
|
|
12335
12335
|
* @throws {RequiredError}
|
|
@@ -12338,7 +12338,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12338
12338
|
apiV1HospitalsHospitalIdRatingsIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRatingsIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalRatingModel, any>>;
|
|
12339
12339
|
/**
|
|
12340
12340
|
*
|
|
12341
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12341
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12342
12342
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsPostRequest} requestParameters Request parameters.
|
|
12343
12343
|
* @param {*} [options] Override http request option.
|
|
12344
12344
|
* @throws {RequiredError}
|
|
@@ -12347,7 +12347,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12347
12347
|
apiV1HospitalsHospitalIdRatingsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRatingsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalRatingModel, any>>;
|
|
12348
12348
|
/**
|
|
12349
12349
|
*
|
|
12350
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12350
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12351
12351
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsSortPutRequest} requestParameters Request parameters.
|
|
12352
12352
|
* @param {*} [options] Override http request option.
|
|
12353
12353
|
* @throws {RequiredError}
|
|
@@ -12365,7 +12365,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12365
12365
|
apiV1HospitalsHospitalIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12366
12366
|
/**
|
|
12367
12367
|
*
|
|
12368
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
12368
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12369
12369
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest} requestParameters Request parameters.
|
|
12370
12370
|
* @param {*} [options] Override http request option.
|
|
12371
12371
|
* @throws {RequiredError}
|
|
@@ -12473,7 +12473,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12473
12473
|
apiV1HospitalsHospitalIdSecurefilesReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
12474
12474
|
/**
|
|
12475
12475
|
*
|
|
12476
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
12476
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
12477
12477
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
12478
12478
|
* @param {*} [options] Override http request option.
|
|
12479
12479
|
* @throws {RequiredError}
|
|
@@ -12482,7 +12482,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12482
12482
|
apiV1HospitalsHospitalIdSpecialtiesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
|
|
12483
12483
|
/**
|
|
12484
12484
|
*
|
|
12485
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
12485
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
12486
12486
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
12487
12487
|
* @param {*} [options] Override http request option.
|
|
12488
12488
|
* @throws {RequiredError}
|
|
@@ -12491,7 +12491,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12491
12491
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
12492
12492
|
/**
|
|
12493
12493
|
*
|
|
12494
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
12494
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12495
12495
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
12496
12496
|
* @param {*} [options] Override http request option.
|
|
12497
12497
|
* @throws {RequiredError}
|
|
@@ -12500,7 +12500,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12500
12500
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12501
12501
|
/**
|
|
12502
12502
|
*
|
|
12503
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
12503
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12504
12504
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
12505
12505
|
* @param {*} [options] Override http request option.
|
|
12506
12506
|
* @throws {RequiredError}
|
|
@@ -12509,7 +12509,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12509
12509
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
12510
12510
|
/**
|
|
12511
12511
|
*
|
|
12512
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
12512
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
12513
12513
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
12514
12514
|
* @param {*} [options] Override http request option.
|
|
12515
12515
|
* @throws {RequiredError}
|
|
@@ -12518,7 +12518,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12518
12518
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
12519
12519
|
/**
|
|
12520
12520
|
*
|
|
12521
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
12521
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12522
12522
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
12523
12523
|
* @param {*} [options] Override http request option.
|
|
12524
12524
|
* @throws {RequiredError}
|
|
@@ -12527,7 +12527,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12527
12527
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
12528
12528
|
/**
|
|
12529
12529
|
*
|
|
12530
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
12530
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
12531
12531
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
12532
12532
|
* @param {*} [options] Override http request option.
|
|
12533
12533
|
* @throws {RequiredError}
|
|
@@ -12536,7 +12536,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12536
12536
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
12537
12537
|
/**
|
|
12538
12538
|
*
|
|
12539
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
12539
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12540
12540
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDeleteRequest} requestParameters Request parameters.
|
|
12541
12541
|
* @param {*} [options] Override http request option.
|
|
12542
12542
|
* @throws {RequiredError}
|
|
@@ -12545,7 +12545,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12545
12545
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12546
12546
|
/**
|
|
12547
12547
|
*
|
|
12548
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
12548
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
12549
12549
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
12550
12550
|
* @param {*} [options] Override http request option.
|
|
12551
12551
|
* @throws {RequiredError}
|
|
@@ -12554,7 +12554,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12554
12554
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
12555
12555
|
/**
|
|
12556
12556
|
*
|
|
12557
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
12557
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
12558
12558
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
12559
12559
|
* @param {*} [options] Override http request option.
|
|
12560
12560
|
* @throws {RequiredError}
|
|
@@ -12563,7 +12563,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12563
12563
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
12564
12564
|
/**
|
|
12565
12565
|
*
|
|
12566
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
12566
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12567
12567
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
12568
12568
|
* @param {*} [options] Override http request option.
|
|
12569
12569
|
* @throws {RequiredError}
|
|
@@ -12572,7 +12572,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12572
12572
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12573
12573
|
/**
|
|
12574
12574
|
*
|
|
12575
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
12575
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
12576
12576
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
12577
12577
|
* @param {*} [options] Override http request option.
|
|
12578
12578
|
* @throws {RequiredError}
|
|
@@ -12581,7 +12581,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12581
12581
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12582
12582
|
/**
|
|
12583
12583
|
*
|
|
12584
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12584
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12585
12585
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
12586
12586
|
* @param {*} [options] Override http request option.
|
|
12587
12587
|
* @throws {RequiredError}
|
|
@@ -12590,7 +12590,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12590
12590
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12591
12591
|
/**
|
|
12592
12592
|
*
|
|
12593
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12593
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12594
12594
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPostRequest} requestParameters Request parameters.
|
|
12595
12595
|
* @param {*} [options] Override http request option.
|
|
12596
12596
|
* @throws {RequiredError}
|
|
@@ -12599,7 +12599,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12599
12599
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12600
12600
|
/**
|
|
12601
12601
|
*
|
|
12602
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
12602
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12603
12603
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPutRequest} requestParameters Request parameters.
|
|
12604
12604
|
* @param {*} [options] Override http request option.
|
|
12605
12605
|
* @throws {RequiredError}
|
|
@@ -12617,7 +12617,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12617
12617
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12618
12618
|
/**
|
|
12619
12619
|
*
|
|
12620
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
12620
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12621
12621
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest} requestParameters Request parameters.
|
|
12622
12622
|
* @param {*} [options] Override http request option.
|
|
12623
12623
|
* @throws {RequiredError}
|
|
@@ -12626,7 +12626,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12626
12626
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12627
12627
|
/**
|
|
12628
12628
|
*
|
|
12629
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
12629
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12630
12630
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePostRequest} requestParameters Request parameters.
|
|
12631
12631
|
* @param {*} [options] Override http request option.
|
|
12632
12632
|
* @throws {RequiredError}
|
|
@@ -12635,7 +12635,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12635
12635
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12636
12636
|
/**
|
|
12637
12637
|
*
|
|
12638
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
12638
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12639
12639
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesPostRequest} requestParameters Request parameters.
|
|
12640
12640
|
* @param {*} [options] Override http request option.
|
|
12641
12641
|
* @throws {RequiredError}
|
|
@@ -12644,7 +12644,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12644
12644
|
apiV1HospitalsHospitalIdSpecialtiesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
12645
12645
|
/**
|
|
12646
12646
|
*
|
|
12647
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
12647
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
12648
12648
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
12649
12649
|
* @param {*} [options] Override http request option.
|
|
12650
12650
|
* @throws {RequiredError}
|
|
@@ -12653,7 +12653,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12653
12653
|
apiV1HospitalsHospitalIdSpecialtiesSimpleGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
|
|
12654
12654
|
/**
|
|
12655
12655
|
*
|
|
12656
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
12656
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
12657
12657
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
12658
12658
|
* @param {*} [options] Override http request option.
|
|
12659
12659
|
* @throws {RequiredError}
|
|
@@ -12662,7 +12662,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12662
12662
|
apiV1HospitalsHospitalIdSpecialtiesSlugGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
12663
12663
|
/**
|
|
12664
12664
|
*
|
|
12665
|
-
* @summary Get all HospitalServices. (Auth
|
|
12665
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
12666
12666
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest} requestParameters Request parameters.
|
|
12667
12667
|
* @param {*} [options] Override http request option.
|
|
12668
12668
|
* @throws {RequiredError}
|
|
@@ -12671,7 +12671,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12671
12671
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel, any>>;
|
|
12672
12672
|
/**
|
|
12673
12673
|
*
|
|
12674
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
12674
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12675
12675
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPostRequest} requestParameters Request parameters.
|
|
12676
12676
|
* @param {*} [options] Override http request option.
|
|
12677
12677
|
* @throws {RequiredError}
|
|
@@ -12680,7 +12680,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12680
12680
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
12681
12681
|
/**
|
|
12682
12682
|
*
|
|
12683
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
12683
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
12684
12684
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
12685
12685
|
* @param {*} [options] Override http request option.
|
|
12686
12686
|
* @throws {RequiredError}
|
|
@@ -12689,7 +12689,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12689
12689
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetableOverridesModel, any>>;
|
|
12690
12690
|
/**
|
|
12691
12691
|
*
|
|
12692
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
12692
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12693
12693
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
12694
12694
|
* @param {*} [options] Override http request option.
|
|
12695
12695
|
* @throws {RequiredError}
|
|
@@ -12698,7 +12698,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12698
12698
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12699
12699
|
/**
|
|
12700
12700
|
*
|
|
12701
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
12701
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12702
12702
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
12703
12703
|
* @param {*} [options] Override http request option.
|
|
12704
12704
|
* @throws {RequiredError}
|
|
@@ -12707,7 +12707,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12707
12707
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
12708
12708
|
/**
|
|
12709
12709
|
*
|
|
12710
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
12710
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
12711
12711
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
12712
12712
|
* @param {*} [options] Override http request option.
|
|
12713
12713
|
* @throws {RequiredError}
|
|
@@ -12716,7 +12716,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12716
12716
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
12717
12717
|
/**
|
|
12718
12718
|
*
|
|
12719
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
12719
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12720
12720
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
12721
12721
|
* @param {*} [options] Override http request option.
|
|
12722
12722
|
* @throws {RequiredError}
|
|
@@ -12725,7 +12725,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12725
12725
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchAppointmentTimetablesResultModel, any>>;
|
|
12726
12726
|
/**
|
|
12727
12727
|
*
|
|
12728
|
-
* @summary Get Service appointment timetables (Auth
|
|
12728
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
12729
12729
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
12730
12730
|
* @param {*} [options] Override http request option.
|
|
12731
12731
|
* @throws {RequiredError}
|
|
@@ -12734,7 +12734,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12734
12734
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
12735
12735
|
/**
|
|
12736
12736
|
*
|
|
12737
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
12737
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12738
12738
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDeleteRequest} requestParameters Request parameters.
|
|
12739
12739
|
* @param {*} [options] Override http request option.
|
|
12740
12740
|
* @throws {RequiredError}
|
|
@@ -12743,7 +12743,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12743
12743
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12744
12744
|
/**
|
|
12745
12745
|
*
|
|
12746
|
-
* @summary (Auth
|
|
12746
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
12747
12747
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
12748
12748
|
* @param {*} [options] Override http request option.
|
|
12749
12749
|
* @throws {RequiredError}
|
|
@@ -12752,7 +12752,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12752
12752
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
12753
12753
|
/**
|
|
12754
12754
|
*
|
|
12755
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
12755
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
12756
12756
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest} requestParameters Request parameters.
|
|
12757
12757
|
* @param {*} [options] Override http request option.
|
|
12758
12758
|
* @throws {RequiredError}
|
|
@@ -12761,7 +12761,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12761
12761
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
12762
12762
|
/**
|
|
12763
12763
|
*
|
|
12764
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
12764
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12765
12765
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
12766
12766
|
* @param {*} [options] Override http request option.
|
|
12767
12767
|
* @throws {RequiredError}
|
|
@@ -12770,7 +12770,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12770
12770
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12771
12771
|
/**
|
|
12772
12772
|
*
|
|
12773
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
12773
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
12774
12774
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
12775
12775
|
* @param {*} [options] Override http request option.
|
|
12776
12776
|
* @throws {RequiredError}
|
|
@@ -12779,7 +12779,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12779
12779
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12780
12780
|
/**
|
|
12781
12781
|
*
|
|
12782
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12782
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12783
12783
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
12784
12784
|
* @param {*} [options] Override http request option.
|
|
12785
12785
|
* @throws {RequiredError}
|
|
@@ -12788,7 +12788,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12788
12788
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12789
12789
|
/**
|
|
12790
12790
|
*
|
|
12791
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12791
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12792
12792
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPostRequest} requestParameters Request parameters.
|
|
12793
12793
|
* @param {*} [options] Override http request option.
|
|
12794
12794
|
* @throws {RequiredError}
|
|
@@ -12797,7 +12797,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12797
12797
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
12798
12798
|
/**
|
|
12799
12799
|
*
|
|
12800
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
12800
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12801
12801
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPutRequest} requestParameters Request parameters.
|
|
12802
12802
|
* @param {*} [options] Override http request option.
|
|
12803
12803
|
* @throws {RequiredError}
|
|
@@ -12806,7 +12806,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12806
12806
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
12807
12807
|
/**
|
|
12808
12808
|
*
|
|
12809
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
12809
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12810
12810
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePutRequest} requestParameters Request parameters.
|
|
12811
12811
|
* @param {*} [options] Override http request option.
|
|
12812
12812
|
* @throws {RequiredError}
|
|
@@ -12815,7 +12815,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12815
12815
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12816
12816
|
/**
|
|
12817
12817
|
*
|
|
12818
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
12818
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12819
12819
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest} requestParameters Request parameters.
|
|
12820
12820
|
* @param {*} [options] Override http request option.
|
|
12821
12821
|
* @throws {RequiredError}
|
|
@@ -12824,7 +12824,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12824
12824
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12825
12825
|
/**
|
|
12826
12826
|
*
|
|
12827
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
12827
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12828
12828
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePostRequest} requestParameters Request parameters.
|
|
12829
12829
|
* @param {*} [options] Override http request option.
|
|
12830
12830
|
* @throws {RequiredError}
|
|
@@ -12833,7 +12833,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12833
12833
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12834
12834
|
/**
|
|
12835
12835
|
*
|
|
12836
|
-
* @summary Get all hospital tags (Auth
|
|
12836
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
12837
12837
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsGetRequest} requestParameters Request parameters.
|
|
12838
12838
|
* @param {*} [options] Override http request option.
|
|
12839
12839
|
* @throws {RequiredError}
|
|
@@ -12842,7 +12842,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12842
12842
|
apiV1HospitalsHospitalIdTagsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdTagsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalTagsModel, any>>;
|
|
12843
12843
|
/**
|
|
12844
12844
|
*
|
|
12845
|
-
* @summary Create hospitalTag (Auth
|
|
12845
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12846
12846
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsPostRequest} requestParameters Request parameters.
|
|
12847
12847
|
* @param {*} [options] Override http request option.
|
|
12848
12848
|
* @throws {RequiredError}
|
|
@@ -12851,7 +12851,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12851
12851
|
apiV1HospitalsHospitalIdTagsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdTagsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalTagModel, any>>;
|
|
12852
12852
|
/**
|
|
12853
12853
|
*
|
|
12854
|
-
* @summary Delete hospitalTag (Auth
|
|
12854
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12855
12855
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsTagIdDeleteRequest} requestParameters Request parameters.
|
|
12856
12856
|
* @param {*} [options] Override http request option.
|
|
12857
12857
|
* @throws {RequiredError}
|
|
@@ -12860,7 +12860,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12860
12860
|
apiV1HospitalsHospitalIdTagsTagIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdTagsTagIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12861
12861
|
/**
|
|
12862
12862
|
*
|
|
12863
|
-
* @summary Get hospital tag (Auth
|
|
12863
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
12864
12864
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsTagIdGetRequest} requestParameters Request parameters.
|
|
12865
12865
|
* @param {*} [options] Override http request option.
|
|
12866
12866
|
* @throws {RequiredError}
|
|
@@ -12878,7 +12878,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12878
12878
|
apiV1HospitalsHospitalIdTranslatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12879
12879
|
/**
|
|
12880
12880
|
*
|
|
12881
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
12881
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12882
12882
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysBatchPatchRequest} requestParameters Request parameters.
|
|
12883
12883
|
* @param {*} [options] Override http request option.
|
|
12884
12884
|
* @throws {RequiredError}
|
|
@@ -12887,7 +12887,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12887
12887
|
apiV1HospitalsHospitalIdWorkingdaysBatchPatch(requestParameters: HospitalsApiApiV1HospitalsHospitalIdWorkingdaysBatchPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalWorkingDaysBatchResultModel, any>>;
|
|
12888
12888
|
/**
|
|
12889
12889
|
*
|
|
12890
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
12890
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
12891
12891
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysGetRequest} requestParameters Request parameters.
|
|
12892
12892
|
* @param {*} [options] Override http request option.
|
|
12893
12893
|
* @throws {RequiredError}
|
|
@@ -12896,7 +12896,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12896
12896
|
apiV1HospitalsHospitalIdWorkingdaysGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdWorkingdaysGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkingDaysModel, any>>;
|
|
12897
12897
|
/**
|
|
12898
12898
|
*
|
|
12899
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
12899
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12900
12900
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysPostRequest} requestParameters Request parameters.
|
|
12901
12901
|
* @param {*} [options] Override http request option.
|
|
12902
12902
|
* @throws {RequiredError}
|
|
@@ -12905,7 +12905,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12905
12905
|
apiV1HospitalsHospitalIdWorkingdaysPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdWorkingdaysPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkingDayModel, any>>;
|
|
12906
12906
|
/**
|
|
12907
12907
|
*
|
|
12908
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
12908
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12909
12909
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDeleteRequest} requestParameters Request parameters.
|
|
12910
12910
|
* @param {*} [options] Override http request option.
|
|
12911
12911
|
* @throws {RequiredError}
|
|
@@ -12914,7 +12914,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12914
12914
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12915
12915
|
/**
|
|
12916
12916
|
*
|
|
12917
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
12917
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
12918
12918
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest} requestParameters Request parameters.
|
|
12919
12919
|
* @param {*} [options] Override http request option.
|
|
12920
12920
|
* @throws {RequiredError}
|
|
@@ -12923,7 +12923,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12923
12923
|
apiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkingDayModel, any>>;
|
|
12924
12924
|
/**
|
|
12925
12925
|
*
|
|
12926
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
12926
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12927
12927
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdPutRequest} requestParameters Request parameters.
|
|
12928
12928
|
* @param {*} [options] Override http request option.
|
|
12929
12929
|
* @throws {RequiredError}
|
|
@@ -12941,7 +12941,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12941
12941
|
apiV1HospitalsPost(requestParameters?: HospitalsApiApiV1HospitalsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
|
|
12942
12942
|
/**
|
|
12943
12943
|
*
|
|
12944
|
-
* @summary Get all Hospitals. (Auth
|
|
12944
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
12945
12945
|
* @param {HospitalsApiApiV1HospitalsSimpleGetRequest} requestParameters Request parameters.
|
|
12946
12946
|
* @param {*} [options] Override http request option.
|
|
12947
12947
|
* @throws {RequiredError}
|
|
@@ -12950,7 +12950,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12950
12950
|
apiV1HospitalsSimpleGet(requestParameters?: HospitalsApiApiV1HospitalsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
|
|
12951
12951
|
/**
|
|
12952
12952
|
*
|
|
12953
|
-
* @summary (Auth
|
|
12953
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
12954
12954
|
* @param {HospitalsApiApiV1HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
12955
12955
|
* @param {*} [options] Override http request option.
|
|
12956
12956
|
* @throws {RequiredError}
|