ch-admin-api-client-typescript 5.59.1 → 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
package/lib/api/hospitals-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all Hospitals. (Auth
|
|
106
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
107
107
|
* @param {string} [hospitalId]
|
|
108
108
|
* @param {StringFilterTypes} [nameFilterType]
|
|
109
109
|
* @param {string} [name]
|
|
@@ -265,7 +265,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
265
265
|
},
|
|
266
266
|
/**
|
|
267
267
|
*
|
|
268
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
268
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
269
269
|
* @param {string} hospitalId
|
|
270
270
|
* @param {string} accreditationId
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
@@ -316,7 +316,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
316
316
|
},
|
|
317
317
|
/**
|
|
318
318
|
*
|
|
319
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
319
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
320
320
|
* @param {string} hospitalId
|
|
321
321
|
* @param {string} [hospitalName]
|
|
322
322
|
* @param {string} [accreditationId]
|
|
@@ -439,7 +439,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
439
439
|
},
|
|
440
440
|
/**
|
|
441
441
|
*
|
|
442
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
442
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
443
443
|
* @param {string} hospitalId
|
|
444
444
|
* @param {boolean} [includesPreviousItems]
|
|
445
445
|
* @param {Date} [startDate]
|
|
@@ -520,7 +520,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
520
520
|
},
|
|
521
521
|
/**
|
|
522
522
|
*
|
|
523
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
523
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
524
524
|
* @param {string} hospitalId
|
|
525
525
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
526
526
|
* @param {*} [options] Override http request option.
|
|
@@ -570,7 +570,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
570
570
|
},
|
|
571
571
|
/**
|
|
572
572
|
*
|
|
573
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
573
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
574
574
|
* @param {string} hospitalId
|
|
575
575
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
576
576
|
* @param {*} [options] Override http request option.
|
|
@@ -620,7 +620,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
620
620
|
},
|
|
621
621
|
/**
|
|
622
622
|
*
|
|
623
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
623
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
624
624
|
* @param {string} hospitalId
|
|
625
625
|
* @param {number} [year]
|
|
626
626
|
* @param {number} [month]
|
|
@@ -695,7 +695,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
695
695
|
},
|
|
696
696
|
/**
|
|
697
697
|
*
|
|
698
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
698
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
699
699
|
* @param {string} hospitalId
|
|
700
700
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
701
701
|
* @param {*} [options] Override http request option.
|
|
@@ -745,7 +745,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
745
745
|
},
|
|
746
746
|
/**
|
|
747
747
|
*
|
|
748
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
748
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
749
749
|
* @param {string} hospitalId
|
|
750
750
|
* @param {DayOfWeek} [dayOfWeek]
|
|
751
751
|
* @param {number} [page]
|
|
@@ -1035,7 +1035,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1035
1035
|
},
|
|
1036
1036
|
/**
|
|
1037
1037
|
*
|
|
1038
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
1038
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1039
1039
|
* @param {string} hospitalId
|
|
1040
1040
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
1041
1041
|
* @param {*} [options] Override http request option.
|
|
@@ -1085,7 +1085,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1085
1085
|
},
|
|
1086
1086
|
/**
|
|
1087
1087
|
*
|
|
1088
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
1088
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1089
1089
|
* @param {string} hospitalId
|
|
1090
1090
|
* @param {string} contactId
|
|
1091
1091
|
* @param {boolean} [isPermanent]
|
|
@@ -1140,7 +1140,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1140
1140
|
},
|
|
1141
1141
|
/**
|
|
1142
1142
|
*
|
|
1143
|
-
* @summary Get hospital contact (Auth
|
|
1143
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
1144
1144
|
* @param {string} hospitalId
|
|
1145
1145
|
* @param {string} contactId
|
|
1146
1146
|
* @param {*} [options] Override http request option.
|
|
@@ -1191,7 +1191,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1191
1191
|
},
|
|
1192
1192
|
/**
|
|
1193
1193
|
*
|
|
1194
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
1194
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1195
1195
|
* @param {string} hospitalId
|
|
1196
1196
|
* @param {string} contactId
|
|
1197
1197
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -1245,7 +1245,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1245
1245
|
},
|
|
1246
1246
|
/**
|
|
1247
1247
|
*
|
|
1248
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
1248
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1249
1249
|
* @param {string} hospitalId
|
|
1250
1250
|
* @param {string} contactId
|
|
1251
1251
|
* @param {*} [options] Override http request option.
|
|
@@ -1296,7 +1296,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1296
1296
|
},
|
|
1297
1297
|
/**
|
|
1298
1298
|
*
|
|
1299
|
-
* @summary Get hospital contacts (Auth
|
|
1299
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
1300
1300
|
* @param {string} hospitalId
|
|
1301
1301
|
* @param {string} [contactId]
|
|
1302
1302
|
* @param {ContactType} [contactType]
|
|
@@ -1377,7 +1377,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1377
1377
|
},
|
|
1378
1378
|
/**
|
|
1379
1379
|
*
|
|
1380
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
1380
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1381
1381
|
* @param {string} hospitalId
|
|
1382
1382
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
1383
1383
|
* @param {*} [options] Override http request option.
|
|
@@ -1427,7 +1427,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1427
1427
|
},
|
|
1428
1428
|
/**
|
|
1429
1429
|
*
|
|
1430
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
1430
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1431
1431
|
* @param {string} hospitalId
|
|
1432
1432
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
1433
1433
|
* @param {*} [options] Override http request option.
|
|
@@ -1528,7 +1528,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1528
1528
|
},
|
|
1529
1529
|
/**
|
|
1530
1530
|
*
|
|
1531
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
1531
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1532
1532
|
* @param {string} hospitalId
|
|
1533
1533
|
* @param {string} equipmentId
|
|
1534
1534
|
* @param {boolean} [isPermanent]
|
|
@@ -1583,7 +1583,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1583
1583
|
},
|
|
1584
1584
|
/**
|
|
1585
1585
|
*
|
|
1586
|
-
* @summary Get HospitalEquipment. (Auth
|
|
1586
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
1587
1587
|
* @param {string} hospitalId
|
|
1588
1588
|
* @param {string} equipmentId
|
|
1589
1589
|
* @param {*} [options] Override http request option.
|
|
@@ -1634,7 +1634,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1634
1634
|
},
|
|
1635
1635
|
/**
|
|
1636
1636
|
*
|
|
1637
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
1637
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
1638
1638
|
* @param {string} hospitalId
|
|
1639
1639
|
* @param {string} equipmentId
|
|
1640
1640
|
* @param {string} [id]
|
|
@@ -1707,7 +1707,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1707
1707
|
},
|
|
1708
1708
|
/**
|
|
1709
1709
|
*
|
|
1710
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
1710
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1711
1711
|
* @param {string} hospitalId
|
|
1712
1712
|
* @param {string} equipmentId
|
|
1713
1713
|
* @param {string} mediaId
|
|
@@ -1762,7 +1762,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1762
1762
|
},
|
|
1763
1763
|
/**
|
|
1764
1764
|
*
|
|
1765
|
-
* @summary Get EquipmentMedia. (Auth
|
|
1765
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
1766
1766
|
* @param {string} hospitalId
|
|
1767
1767
|
* @param {string} equipmentId
|
|
1768
1768
|
* @param {string} mediaId
|
|
@@ -1817,7 +1817,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1817
1817
|
},
|
|
1818
1818
|
/**
|
|
1819
1819
|
*
|
|
1820
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1820
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1821
1821
|
* @param {string} hospitalId
|
|
1822
1822
|
* @param {string} equipmentId
|
|
1823
1823
|
* @param {string} mediaId
|
|
@@ -1875,7 +1875,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1875
1875
|
},
|
|
1876
1876
|
/**
|
|
1877
1877
|
*
|
|
1878
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
1878
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1879
1879
|
* @param {string} hospitalId
|
|
1880
1880
|
* @param {string} equipmentId
|
|
1881
1881
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -1929,7 +1929,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1929
1929
|
},
|
|
1930
1930
|
/**
|
|
1931
1931
|
*
|
|
1932
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
1932
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
1933
1933
|
* @param {string} hospitalId
|
|
1934
1934
|
* @param {string} equipmentId
|
|
1935
1935
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -2034,7 +2034,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2034
2034
|
},
|
|
2035
2035
|
/**
|
|
2036
2036
|
*
|
|
2037
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
2037
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
2038
2038
|
* @param {string} hospitalId
|
|
2039
2039
|
* @param {string} [id]
|
|
2040
2040
|
* @param {string} [name]
|
|
@@ -2125,7 +2125,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2125
2125
|
},
|
|
2126
2126
|
/**
|
|
2127
2127
|
*
|
|
2128
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
2128
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2129
2129
|
* @param {string} hospitalId
|
|
2130
2130
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
2131
2131
|
* @param {*} [options] Override http request option.
|
|
@@ -2226,7 +2226,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2226
2226
|
},
|
|
2227
2227
|
/**
|
|
2228
2228
|
*
|
|
2229
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
2229
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
2230
2230
|
* @param {string} hospitalId
|
|
2231
2231
|
* @param {string} evaluationId
|
|
2232
2232
|
* @param {*} [options] Override http request option.
|
|
@@ -2277,7 +2277,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2277
2277
|
},
|
|
2278
2278
|
/**
|
|
2279
2279
|
*
|
|
2280
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
2280
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
2281
2281
|
* @param {string} hospitalId
|
|
2282
2282
|
* @param {string} [id]
|
|
2283
2283
|
* @param {string} [name]
|
|
@@ -2400,7 +2400,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2400
2400
|
},
|
|
2401
2401
|
/**
|
|
2402
2402
|
*
|
|
2403
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
2403
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
2404
2404
|
* @param {string} hospitalId
|
|
2405
2405
|
* @param {string} languageCode
|
|
2406
2406
|
* @param {*} [options] Override http request option.
|
|
@@ -2451,7 +2451,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2451
2451
|
},
|
|
2452
2452
|
/**
|
|
2453
2453
|
*
|
|
2454
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
2454
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
2455
2455
|
* @param {string} hospitalId
|
|
2456
2456
|
* @param {string} languageCode
|
|
2457
2457
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -2506,7 +2506,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2506
2506
|
},
|
|
2507
2507
|
/**
|
|
2508
2508
|
*
|
|
2509
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
2509
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
2510
2510
|
* @param {string} hospitalId
|
|
2511
2511
|
* @param {string} languageCode
|
|
2512
2512
|
* @param {string} id
|
|
@@ -2561,7 +2561,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2561
2561
|
},
|
|
2562
2562
|
/**
|
|
2563
2563
|
*
|
|
2564
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
2564
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
2565
2565
|
* @param {string} hospitalId
|
|
2566
2566
|
* @param {string} languageCode
|
|
2567
2567
|
* @param {string} parentId
|
|
@@ -2616,7 +2616,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2616
2616
|
},
|
|
2617
2617
|
/**
|
|
2618
2618
|
*
|
|
2619
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
2619
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
2620
2620
|
* @param {string} hospitalId
|
|
2621
2621
|
* @param {string} languageCode
|
|
2622
2622
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -2670,7 +2670,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2670
2670
|
},
|
|
2671
2671
|
/**
|
|
2672
2672
|
*
|
|
2673
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
2673
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
2674
2674
|
* @param {string} hospitalId
|
|
2675
2675
|
* @param {string} languageCode
|
|
2676
2676
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -2724,7 +2724,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2724
2724
|
},
|
|
2725
2725
|
/**
|
|
2726
2726
|
*
|
|
2727
|
-
* @summary Get Hospital. (Auth
|
|
2727
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
2728
2728
|
* @param {string} hospitalId
|
|
2729
2729
|
* @param {string} [languageCode]
|
|
2730
2730
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2779,7 +2779,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2779
2779
|
},
|
|
2780
2780
|
/**
|
|
2781
2781
|
*
|
|
2782
|
-
* @summary Get all HospitalHandles. (Auth
|
|
2782
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
2783
2783
|
* @param {string} hospitalId
|
|
2784
2784
|
* @param {string} [id]
|
|
2785
2785
|
* @param {SnsType} [snsType]
|
|
@@ -2852,7 +2852,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2852
2852
|
},
|
|
2853
2853
|
/**
|
|
2854
2854
|
*
|
|
2855
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
2855
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2856
2856
|
* @param {string} hospitalId
|
|
2857
2857
|
* @param {string} handleId
|
|
2858
2858
|
* @param {*} [options] Override http request option.
|
|
@@ -2903,7 +2903,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2903
2903
|
},
|
|
2904
2904
|
/**
|
|
2905
2905
|
*
|
|
2906
|
-
* @summary Get HospitalHandle. (Auth
|
|
2906
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
2907
2907
|
* @param {string} hospitalId
|
|
2908
2908
|
* @param {string} handleId
|
|
2909
2909
|
* @param {*} [options] Override http request option.
|
|
@@ -2954,7 +2954,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2954
2954
|
},
|
|
2955
2955
|
/**
|
|
2956
2956
|
*
|
|
2957
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
2957
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
2958
2958
|
* @param {string} hospitalId
|
|
2959
2959
|
* @param {string} handleId
|
|
2960
2960
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -3008,7 +3008,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3008
3008
|
},
|
|
3009
3009
|
/**
|
|
3010
3010
|
*
|
|
3011
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
3011
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3012
3012
|
* @param {string} hospitalId
|
|
3013
3013
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
3014
3014
|
* @param {*} [options] Override http request option.
|
|
@@ -3328,7 +3328,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3328
3328
|
},
|
|
3329
3329
|
/**
|
|
3330
3330
|
*
|
|
3331
|
-
* @summary Get all GetAllLandings. (Auth
|
|
3331
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
3332
3332
|
* @param {string} hospitalId
|
|
3333
3333
|
* @param {string} [name]
|
|
3334
3334
|
* @param {string} [slug]
|
|
@@ -3460,7 +3460,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3460
3460
|
},
|
|
3461
3461
|
/**
|
|
3462
3462
|
*
|
|
3463
|
-
* @summary Get Landing (Auth
|
|
3463
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
3464
3464
|
* @param {string} hospitalId
|
|
3465
3465
|
* @param {string} landingId
|
|
3466
3466
|
* @param {string} [languageCode]
|
|
@@ -3515,7 +3515,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3515
3515
|
},
|
|
3516
3516
|
/**
|
|
3517
3517
|
*
|
|
3518
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
3518
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3519
3519
|
* @param {string} hospitalId
|
|
3520
3520
|
* @param {string} landingId
|
|
3521
3521
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -3569,7 +3569,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3569
3569
|
},
|
|
3570
3570
|
/**
|
|
3571
3571
|
*
|
|
3572
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
3572
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3573
3573
|
* @param {string} hospitalId
|
|
3574
3574
|
* @param {string} landingId
|
|
3575
3575
|
* @param {*} [options] Override http request option.
|
|
@@ -3620,7 +3620,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3620
3620
|
},
|
|
3621
3621
|
/**
|
|
3622
3622
|
*
|
|
3623
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
3623
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3624
3624
|
* @param {string} hospitalId
|
|
3625
3625
|
* @param {string} landingId
|
|
3626
3626
|
* @param {boolean} [includeCurrent]
|
|
@@ -3675,7 +3675,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3675
3675
|
},
|
|
3676
3676
|
/**
|
|
3677
3677
|
*
|
|
3678
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
3678
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3679
3679
|
* @param {string} hospitalId
|
|
3680
3680
|
* @param {string} landingId
|
|
3681
3681
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -3779,7 +3779,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3779
3779
|
},
|
|
3780
3780
|
/**
|
|
3781
3781
|
*
|
|
3782
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
3782
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
3783
3783
|
* @param {string} hospitalId
|
|
3784
3784
|
* @param {string} [name]
|
|
3785
3785
|
* @param {boolean} [showHidden]
|
|
@@ -3848,7 +3848,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3848
3848
|
},
|
|
3849
3849
|
/**
|
|
3850
3850
|
*
|
|
3851
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
3851
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3852
3852
|
* @param {string} hospitalId
|
|
3853
3853
|
* @param {string} languageCode
|
|
3854
3854
|
* @param {*} [options] Override http request option.
|
|
@@ -3899,7 +3899,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3899
3899
|
},
|
|
3900
3900
|
/**
|
|
3901
3901
|
*
|
|
3902
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
3902
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
3903
3903
|
* @param {string} hospitalId
|
|
3904
3904
|
* @param {string} languageCode
|
|
3905
3905
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -4306,7 +4306,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4306
4306
|
},
|
|
4307
4307
|
/**
|
|
4308
4308
|
*
|
|
4309
|
-
* @summary Get all HospitalMedias. (Auth
|
|
4309
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
4310
4310
|
* @param {string} hospitalId
|
|
4311
4311
|
* @param {string} [id]
|
|
4312
4312
|
* @param {MediaType} [mediaType]
|
|
@@ -4375,7 +4375,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4375
4375
|
},
|
|
4376
4376
|
/**
|
|
4377
4377
|
*
|
|
4378
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
4378
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4379
4379
|
* @param {string} hospitalId
|
|
4380
4380
|
* @param {string} mediaId
|
|
4381
4381
|
* @param {*} [options] Override http request option.
|
|
@@ -4426,7 +4426,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4426
4426
|
},
|
|
4427
4427
|
/**
|
|
4428
4428
|
*
|
|
4429
|
-
* @summary Get HospitalMedia. (Auth
|
|
4429
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
4430
4430
|
* @param {string} hospitalId
|
|
4431
4431
|
* @param {string} mediaId
|
|
4432
4432
|
* @param {*} [options] Override http request option.
|
|
@@ -4477,7 +4477,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4477
4477
|
},
|
|
4478
4478
|
/**
|
|
4479
4479
|
*
|
|
4480
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4480
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4481
4481
|
* @param {string} hospitalId
|
|
4482
4482
|
* @param {string} mediaId
|
|
4483
4483
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -4531,7 +4531,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4531
4531
|
},
|
|
4532
4532
|
/**
|
|
4533
4533
|
*
|
|
4534
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
4534
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
4535
4535
|
* @param {string} hospitalId
|
|
4536
4536
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
4537
4537
|
* @param {*} [options] Override http request option.
|
|
@@ -5718,7 +5718,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5718
5718
|
},
|
|
5719
5719
|
/**
|
|
5720
5720
|
*
|
|
5721
|
-
* @summary Get all policies (Auth
|
|
5721
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
5722
5722
|
* @param {string} hospitalId
|
|
5723
5723
|
* @param {string} [name]
|
|
5724
5724
|
* @param {string} [slug]
|
|
@@ -5795,7 +5795,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5795
5795
|
},
|
|
5796
5796
|
/**
|
|
5797
5797
|
*
|
|
5798
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
5798
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5799
5799
|
* @param {string} hospitalId
|
|
5800
5800
|
* @param {string} policyId
|
|
5801
5801
|
* @param {boolean} [isPermanent]
|
|
@@ -5850,7 +5850,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5850
5850
|
},
|
|
5851
5851
|
/**
|
|
5852
5852
|
*
|
|
5853
|
-
* @summary Get policy (Auth
|
|
5853
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
5854
5854
|
* @param {string} hospitalId
|
|
5855
5855
|
* @param {string} policyId
|
|
5856
5856
|
* @param {string} [languageCode]
|
|
@@ -5905,7 +5905,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5905
5905
|
},
|
|
5906
5906
|
/**
|
|
5907
5907
|
*
|
|
5908
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
5908
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5909
5909
|
* @param {string} hospitalId
|
|
5910
5910
|
* @param {string} policyId
|
|
5911
5911
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -5959,7 +5959,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5959
5959
|
},
|
|
5960
5960
|
/**
|
|
5961
5961
|
*
|
|
5962
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
5962
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
5963
5963
|
* @param {string} hospitalId
|
|
5964
5964
|
* @param {string} policyId
|
|
5965
5965
|
* @param {*} [options] Override http request option.
|
|
@@ -6010,7 +6010,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6010
6010
|
},
|
|
6011
6011
|
/**
|
|
6012
6012
|
*
|
|
6013
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
6013
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
6014
6014
|
* @param {string} hospitalId
|
|
6015
6015
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
6016
6016
|
* @param {*} [options] Override http request option.
|
|
@@ -6110,7 +6110,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6110
6110
|
},
|
|
6111
6111
|
/**
|
|
6112
6112
|
*
|
|
6113
|
-
* @summary Get hospitalRatings (Auth
|
|
6113
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
6114
6114
|
* @param {string} hospitalId
|
|
6115
6115
|
* @param {string} [id]
|
|
6116
6116
|
* @param {string} [vender]
|
|
@@ -6183,7 +6183,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6183
6183
|
},
|
|
6184
6184
|
/**
|
|
6185
6185
|
*
|
|
6186
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
6186
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
6187
6187
|
* @param {string} hospitalId
|
|
6188
6188
|
* @param {string} id
|
|
6189
6189
|
* @param {*} [options] Override http request option.
|
|
@@ -6234,7 +6234,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6234
6234
|
},
|
|
6235
6235
|
/**
|
|
6236
6236
|
*
|
|
6237
|
-
* @summary Get hospitalRating (Auth
|
|
6237
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
6238
6238
|
* @param {string} hospitalId
|
|
6239
6239
|
* @param {string} id
|
|
6240
6240
|
* @param {*} [options] Override http request option.
|
|
@@ -6285,7 +6285,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6285
6285
|
},
|
|
6286
6286
|
/**
|
|
6287
6287
|
*
|
|
6288
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
6288
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
6289
6289
|
* @param {string} hospitalId
|
|
6290
6290
|
* @param {string} id
|
|
6291
6291
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -6339,7 +6339,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6339
6339
|
},
|
|
6340
6340
|
/**
|
|
6341
6341
|
*
|
|
6342
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
6342
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
6343
6343
|
* @param {string} hospitalId
|
|
6344
6344
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
6345
6345
|
* @param {*} [options] Override http request option.
|
|
@@ -6389,7 +6389,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6389
6389
|
},
|
|
6390
6390
|
/**
|
|
6391
6391
|
*
|
|
6392
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
6392
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
6393
6393
|
* @param {string} hospitalId
|
|
6394
6394
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
6395
6395
|
* @param {*} [options] Override http request option.
|
|
@@ -6486,7 +6486,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6486
6486
|
},
|
|
6487
6487
|
/**
|
|
6488
6488
|
*
|
|
6489
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
6489
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
6490
6490
|
* @param {string} hospitalId
|
|
6491
6491
|
* @param {boolean} [includeCurrent]
|
|
6492
6492
|
* @param {*} [options] Override http request option.
|
|
@@ -7157,7 +7157,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7157
7157
|
},
|
|
7158
7158
|
/**
|
|
7159
7159
|
*
|
|
7160
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
7160
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
7161
7161
|
* @param {string} hospitalId
|
|
7162
7162
|
* @param {string} [specialtyId]
|
|
7163
7163
|
* @param {string} [specialtyName]
|
|
@@ -7258,7 +7258,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7258
7258
|
},
|
|
7259
7259
|
/**
|
|
7260
7260
|
*
|
|
7261
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
7261
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
7262
7262
|
* @param {string} hospitalId
|
|
7263
7263
|
* @param {string} hospitalSpecialtyId
|
|
7264
7264
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -7343,7 +7343,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7343
7343
|
},
|
|
7344
7344
|
/**
|
|
7345
7345
|
*
|
|
7346
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
7346
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7347
7347
|
* @param {string} hospitalId
|
|
7348
7348
|
* @param {string} hospitalSpecialtyId
|
|
7349
7349
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -7397,7 +7397,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7397
7397
|
},
|
|
7398
7398
|
/**
|
|
7399
7399
|
*
|
|
7400
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
7400
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7401
7401
|
* @param {string} hospitalId
|
|
7402
7402
|
* @param {string} hospitalSpecialtyId
|
|
7403
7403
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -7451,7 +7451,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7451
7451
|
},
|
|
7452
7452
|
/**
|
|
7453
7453
|
*
|
|
7454
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
7454
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
7455
7455
|
* @param {string} hospitalId
|
|
7456
7456
|
* @param {string} hospitalSpecialtyId
|
|
7457
7457
|
* @param {number} [year]
|
|
@@ -7530,7 +7530,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7530
7530
|
},
|
|
7531
7531
|
/**
|
|
7532
7532
|
*
|
|
7533
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
7533
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7534
7534
|
* @param {string} hospitalId
|
|
7535
7535
|
* @param {string} hospitalSpecialtyId
|
|
7536
7536
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -7584,7 +7584,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7584
7584
|
},
|
|
7585
7585
|
/**
|
|
7586
7586
|
*
|
|
7587
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
7587
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
7588
7588
|
* @param {string} hospitalId
|
|
7589
7589
|
* @param {string} hospitalSpecialtyId
|
|
7590
7590
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -7653,7 +7653,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7653
7653
|
},
|
|
7654
7654
|
/**
|
|
7655
7655
|
*
|
|
7656
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
7656
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7657
7657
|
* @param {string} hospitalId
|
|
7658
7658
|
* @param {string} hospitalSpecialtyId
|
|
7659
7659
|
* @param {boolean} [isPermanent]
|
|
@@ -7708,7 +7708,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7708
7708
|
},
|
|
7709
7709
|
/**
|
|
7710
7710
|
*
|
|
7711
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
7711
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
7712
7712
|
* @param {string} hospitalId
|
|
7713
7713
|
* @param {string} hospitalSpecialtyId
|
|
7714
7714
|
* @param {string} [languageCode]
|
|
@@ -7763,7 +7763,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7763
7763
|
},
|
|
7764
7764
|
/**
|
|
7765
7765
|
*
|
|
7766
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
7766
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
7767
7767
|
* @param {string} hospitalId
|
|
7768
7768
|
* @param {string} hospitalSpecialtyId
|
|
7769
7769
|
* @param {string} [id]
|
|
@@ -7836,7 +7836,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7836
7836
|
},
|
|
7837
7837
|
/**
|
|
7838
7838
|
*
|
|
7839
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
7839
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7840
7840
|
* @param {string} hospitalId
|
|
7841
7841
|
* @param {string} hospitalSpecialtyId
|
|
7842
7842
|
* @param {string} mediaId
|
|
@@ -7891,7 +7891,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7891
7891
|
},
|
|
7892
7892
|
/**
|
|
7893
7893
|
*
|
|
7894
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
7894
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
7895
7895
|
* @param {string} hospitalId
|
|
7896
7896
|
* @param {string} hospitalSpecialtyId
|
|
7897
7897
|
* @param {string} mediaId
|
|
@@ -7946,7 +7946,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7946
7946
|
},
|
|
7947
7947
|
/**
|
|
7948
7948
|
*
|
|
7949
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
7949
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
7950
7950
|
* @param {string} hospitalId
|
|
7951
7951
|
* @param {string} hospitalSpecialtyId
|
|
7952
7952
|
* @param {string} mediaId
|
|
@@ -8004,7 +8004,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8004
8004
|
},
|
|
8005
8005
|
/**
|
|
8006
8006
|
*
|
|
8007
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
8007
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8008
8008
|
* @param {string} hospitalId
|
|
8009
8009
|
* @param {string} hospitalSpecialtyId
|
|
8010
8010
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -8058,7 +8058,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8058
8058
|
},
|
|
8059
8059
|
/**
|
|
8060
8060
|
*
|
|
8061
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
8061
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8062
8062
|
* @param {string} hospitalId
|
|
8063
8063
|
* @param {string} hospitalSpecialtyId
|
|
8064
8064
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -8163,7 +8163,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8163
8163
|
},
|
|
8164
8164
|
/**
|
|
8165
8165
|
*
|
|
8166
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
8166
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8167
8167
|
* @param {string} hospitalId
|
|
8168
8168
|
* @param {string} hospitalSpecialtyId
|
|
8169
8169
|
* @param {boolean} [includeCurrent]
|
|
@@ -8218,7 +8218,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8218
8218
|
},
|
|
8219
8219
|
/**
|
|
8220
8220
|
*
|
|
8221
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
8221
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8222
8222
|
* @param {string} hospitalId
|
|
8223
8223
|
* @param {string} hospitalSpecialtyId
|
|
8224
8224
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -8272,7 +8272,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8272
8272
|
},
|
|
8273
8273
|
/**
|
|
8274
8274
|
*
|
|
8275
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
8275
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8276
8276
|
* @param {string} hospitalId
|
|
8277
8277
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
8278
8278
|
* @param {*} [options] Override http request option.
|
|
@@ -8322,7 +8322,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8322
8322
|
},
|
|
8323
8323
|
/**
|
|
8324
8324
|
*
|
|
8325
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
8325
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
8326
8326
|
* @param {string} hospitalId
|
|
8327
8327
|
* @param {string} [specialtyId]
|
|
8328
8328
|
* @param {string} [specialtyName]
|
|
@@ -8423,7 +8423,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8423
8423
|
},
|
|
8424
8424
|
/**
|
|
8425
8425
|
*
|
|
8426
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
8426
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
8427
8427
|
* @param {string} hospitalId
|
|
8428
8428
|
* @param {string} slug
|
|
8429
8429
|
* @param {string} [languageCode]
|
|
@@ -8486,7 +8486,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8486
8486
|
},
|
|
8487
8487
|
/**
|
|
8488
8488
|
*
|
|
8489
|
-
* @summary Get all HospitalServices. (Auth
|
|
8489
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
8490
8490
|
* @param {string} hospitalId
|
|
8491
8491
|
* @param {string} specialtyId
|
|
8492
8492
|
* @param {string} [id]
|
|
@@ -8589,7 +8589,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8589
8589
|
},
|
|
8590
8590
|
/**
|
|
8591
8591
|
*
|
|
8592
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
8592
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8593
8593
|
* @param {string} hospitalId
|
|
8594
8594
|
* @param {string} specialtyId
|
|
8595
8595
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -8643,7 +8643,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8643
8643
|
},
|
|
8644
8644
|
/**
|
|
8645
8645
|
*
|
|
8646
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
8646
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
8647
8647
|
* @param {string} hospitalId
|
|
8648
8648
|
* @param {string} specialtyId
|
|
8649
8649
|
* @param {string} serviceId
|
|
@@ -8732,7 +8732,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8732
8732
|
},
|
|
8733
8733
|
/**
|
|
8734
8734
|
*
|
|
8735
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
8735
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8736
8736
|
* @param {string} hospitalId
|
|
8737
8737
|
* @param {string} specialtyId
|
|
8738
8738
|
* @param {string} serviceId
|
|
@@ -8790,7 +8790,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8790
8790
|
},
|
|
8791
8791
|
/**
|
|
8792
8792
|
*
|
|
8793
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
8793
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8794
8794
|
* @param {string} hospitalId
|
|
8795
8795
|
* @param {string} specialtyId
|
|
8796
8796
|
* @param {string} serviceId
|
|
@@ -8848,7 +8848,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8848
8848
|
},
|
|
8849
8849
|
/**
|
|
8850
8850
|
*
|
|
8851
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
8851
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
8852
8852
|
* @param {string} hospitalId
|
|
8853
8853
|
* @param {string} specialtyId
|
|
8854
8854
|
* @param {string} serviceId
|
|
@@ -8931,7 +8931,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8931
8931
|
},
|
|
8932
8932
|
/**
|
|
8933
8933
|
*
|
|
8934
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
8934
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
8935
8935
|
* @param {string} hospitalId
|
|
8936
8936
|
* @param {string} specialtyId
|
|
8937
8937
|
* @param {string} serviceId
|
|
@@ -8989,7 +8989,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8989
8989
|
},
|
|
8990
8990
|
/**
|
|
8991
8991
|
*
|
|
8992
|
-
* @summary Get Service appointment timetables (Auth
|
|
8992
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
8993
8993
|
* @param {string} hospitalId
|
|
8994
8994
|
* @param {string} specialtyId
|
|
8995
8995
|
* @param {string} serviceId
|
|
@@ -9062,7 +9062,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9062
9062
|
},
|
|
9063
9063
|
/**
|
|
9064
9064
|
*
|
|
9065
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
9065
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9066
9066
|
* @param {string} hospitalId
|
|
9067
9067
|
* @param {string} specialtyId
|
|
9068
9068
|
* @param {string} serviceId
|
|
@@ -9121,7 +9121,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9121
9121
|
},
|
|
9122
9122
|
/**
|
|
9123
9123
|
*
|
|
9124
|
-
* @summary (Auth
|
|
9124
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
9125
9125
|
* @param {string} hospitalId
|
|
9126
9126
|
* @param {string} specialtyId
|
|
9127
9127
|
* @param {string} serviceId
|
|
@@ -9184,7 +9184,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9184
9184
|
},
|
|
9185
9185
|
/**
|
|
9186
9186
|
*
|
|
9187
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
9187
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
9188
9188
|
* @param {string} hospitalId
|
|
9189
9189
|
* @param {string} specialtyId
|
|
9190
9190
|
* @param {string} serviceId
|
|
@@ -9261,7 +9261,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9261
9261
|
},
|
|
9262
9262
|
/**
|
|
9263
9263
|
*
|
|
9264
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
9264
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9265
9265
|
* @param {string} hospitalId
|
|
9266
9266
|
* @param {string} specialtyId
|
|
9267
9267
|
* @param {string} serviceId
|
|
@@ -9320,7 +9320,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9320
9320
|
},
|
|
9321
9321
|
/**
|
|
9322
9322
|
*
|
|
9323
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
9323
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
9324
9324
|
* @param {string} hospitalId
|
|
9325
9325
|
* @param {string} specialtyId
|
|
9326
9326
|
* @param {string} serviceId
|
|
@@ -9379,7 +9379,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9379
9379
|
},
|
|
9380
9380
|
/**
|
|
9381
9381
|
*
|
|
9382
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
9382
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9383
9383
|
* @param {string} hospitalId
|
|
9384
9384
|
* @param {string} specialtyId
|
|
9385
9385
|
* @param {string} serviceId
|
|
@@ -9441,7 +9441,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9441
9441
|
},
|
|
9442
9442
|
/**
|
|
9443
9443
|
*
|
|
9444
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
9444
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9445
9445
|
* @param {string} hospitalId
|
|
9446
9446
|
* @param {string} specialtyId
|
|
9447
9447
|
* @param {string} serviceId
|
|
@@ -9499,7 +9499,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9499
9499
|
},
|
|
9500
9500
|
/**
|
|
9501
9501
|
*
|
|
9502
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
9502
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9503
9503
|
* @param {string} hospitalId
|
|
9504
9504
|
* @param {string} specialtyId
|
|
9505
9505
|
* @param {string} serviceId
|
|
@@ -9557,7 +9557,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9557
9557
|
},
|
|
9558
9558
|
/**
|
|
9559
9559
|
*
|
|
9560
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
9560
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9561
9561
|
* @param {string} hospitalId
|
|
9562
9562
|
* @param {string} specialtyId
|
|
9563
9563
|
* @param {string} serviceId
|
|
@@ -9612,7 +9612,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9612
9612
|
},
|
|
9613
9613
|
/**
|
|
9614
9614
|
*
|
|
9615
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
9615
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9616
9616
|
* @param {string} hospitalId
|
|
9617
9617
|
* @param {string} specialtyId
|
|
9618
9618
|
* @param {string} serviceId
|
|
@@ -9671,7 +9671,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9671
9671
|
},
|
|
9672
9672
|
/**
|
|
9673
9673
|
*
|
|
9674
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
9674
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
9675
9675
|
* @param {string} hospitalId
|
|
9676
9676
|
* @param {string} specialtyId
|
|
9677
9677
|
* @param {string} serviceId
|
|
@@ -9729,7 +9729,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9729
9729
|
},
|
|
9730
9730
|
/**
|
|
9731
9731
|
*
|
|
9732
|
-
* @summary Get all hospital tags (Auth
|
|
9732
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
9733
9733
|
* @param {string} hospitalId
|
|
9734
9734
|
* @param {string} [tagId]
|
|
9735
9735
|
* @param {number} [page]
|
|
@@ -9794,7 +9794,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9794
9794
|
},
|
|
9795
9795
|
/**
|
|
9796
9796
|
*
|
|
9797
|
-
* @summary Create hospitalTag (Auth
|
|
9797
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
9798
9798
|
* @param {string} hospitalId
|
|
9799
9799
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
9800
9800
|
* @param {*} [options] Override http request option.
|
|
@@ -9844,7 +9844,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9844
9844
|
},
|
|
9845
9845
|
/**
|
|
9846
9846
|
*
|
|
9847
|
-
* @summary Delete hospitalTag (Auth
|
|
9847
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
9848
9848
|
* @param {string} hospitalId
|
|
9849
9849
|
* @param {string} tagId
|
|
9850
9850
|
* @param {*} [options] Override http request option.
|
|
@@ -9895,7 +9895,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9895
9895
|
},
|
|
9896
9896
|
/**
|
|
9897
9897
|
*
|
|
9898
|
-
* @summary Get hospital tag (Auth
|
|
9898
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
9899
9899
|
* @param {string} hospitalId
|
|
9900
9900
|
* @param {string} tagId
|
|
9901
9901
|
* @param {*} [options] Override http request option.
|
|
@@ -9996,7 +9996,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9996
9996
|
},
|
|
9997
9997
|
/**
|
|
9998
9998
|
*
|
|
9999
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
9999
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10000
10000
|
* @param {string} hospitalId
|
|
10001
10001
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
10002
10002
|
* @param {*} [options] Override http request option.
|
|
@@ -10046,7 +10046,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10046
10046
|
},
|
|
10047
10047
|
/**
|
|
10048
10048
|
*
|
|
10049
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
10049
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
10050
10050
|
* @param {string} hospitalId
|
|
10051
10051
|
* @param {string} [id]
|
|
10052
10052
|
* @param {string} [dayOfWeek]
|
|
@@ -10131,7 +10131,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10131
10131
|
},
|
|
10132
10132
|
/**
|
|
10133
10133
|
*
|
|
10134
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
10134
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10135
10135
|
* @param {string} hospitalId
|
|
10136
10136
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
10137
10137
|
* @param {*} [options] Override http request option.
|
|
@@ -10181,7 +10181,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10181
10181
|
},
|
|
10182
10182
|
/**
|
|
10183
10183
|
*
|
|
10184
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
10184
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10185
10185
|
* @param {string} hospitalId
|
|
10186
10186
|
* @param {string} workingDayId
|
|
10187
10187
|
* @param {*} [options] Override http request option.
|
|
@@ -10232,7 +10232,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10232
10232
|
},
|
|
10233
10233
|
/**
|
|
10234
10234
|
*
|
|
10235
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
10235
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
10236
10236
|
* @param {string} hospitalId
|
|
10237
10237
|
* @param {string} workingDayId
|
|
10238
10238
|
* @param {*} [options] Override http request option.
|
|
@@ -10283,7 +10283,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10283
10283
|
},
|
|
10284
10284
|
/**
|
|
10285
10285
|
*
|
|
10286
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
10286
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10287
10287
|
* @param {string} hospitalId
|
|
10288
10288
|
* @param {string} workingDayId
|
|
10289
10289
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -10383,7 +10383,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10383
10383
|
},
|
|
10384
10384
|
/**
|
|
10385
10385
|
*
|
|
10386
|
-
* @summary Get all Hospitals. (Auth
|
|
10386
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
10387
10387
|
* @param {string} [hospitalId]
|
|
10388
10388
|
* @param {StringFilterTypes} [nameFilterType]
|
|
10389
10389
|
* @param {string} [name]
|
|
@@ -10494,7 +10494,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10494
10494
|
},
|
|
10495
10495
|
/**
|
|
10496
10496
|
*
|
|
10497
|
-
* @summary (Auth
|
|
10497
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
10498
10498
|
* @param {string} slug
|
|
10499
10499
|
* @param {string} [languageCode]
|
|
10500
10500
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -10559,7 +10559,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10559
10559
|
return {
|
|
10560
10560
|
/**
|
|
10561
10561
|
*
|
|
10562
|
-
* @summary Get all Hospitals. (Auth
|
|
10562
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
10563
10563
|
* @param {string} [hospitalId]
|
|
10564
10564
|
* @param {StringFilterTypes} [nameFilterType]
|
|
10565
10565
|
* @param {string} [name]
|
|
@@ -10615,7 +10615,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10615
10615
|
},
|
|
10616
10616
|
/**
|
|
10617
10617
|
*
|
|
10618
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
10618
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10619
10619
|
* @param {string} hospitalId
|
|
10620
10620
|
* @param {string} accreditationId
|
|
10621
10621
|
* @param {*} [options] Override http request option.
|
|
@@ -10636,7 +10636,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10636
10636
|
},
|
|
10637
10637
|
/**
|
|
10638
10638
|
*
|
|
10639
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
10639
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10640
10640
|
* @param {string} hospitalId
|
|
10641
10641
|
* @param {string} [hospitalName]
|
|
10642
10642
|
* @param {string} [accreditationId]
|
|
@@ -10683,7 +10683,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10683
10683
|
},
|
|
10684
10684
|
/**
|
|
10685
10685
|
*
|
|
10686
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
10686
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
10687
10687
|
* @param {string} hospitalId
|
|
10688
10688
|
* @param {boolean} [includesPreviousItems]
|
|
10689
10689
|
* @param {Date} [startDate]
|
|
@@ -10710,7 +10710,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10710
10710
|
},
|
|
10711
10711
|
/**
|
|
10712
10712
|
*
|
|
10713
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
10713
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10714
10714
|
* @param {string} hospitalId
|
|
10715
10715
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
10716
10716
|
* @param {*} [options] Override http request option.
|
|
@@ -10731,7 +10731,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10731
10731
|
},
|
|
10732
10732
|
/**
|
|
10733
10733
|
*
|
|
10734
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
10734
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10735
10735
|
* @param {string} hospitalId
|
|
10736
10736
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
10737
10737
|
* @param {*} [options] Override http request option.
|
|
@@ -10752,7 +10752,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10752
10752
|
},
|
|
10753
10753
|
/**
|
|
10754
10754
|
*
|
|
10755
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
10755
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
10756
10756
|
* @param {string} hospitalId
|
|
10757
10757
|
* @param {number} [year]
|
|
10758
10758
|
* @param {number} [month]
|
|
@@ -10779,7 +10779,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10779
10779
|
},
|
|
10780
10780
|
/**
|
|
10781
10781
|
*
|
|
10782
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
10782
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10783
10783
|
* @param {string} hospitalId
|
|
10784
10784
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
10785
10785
|
* @param {*} [options] Override http request option.
|
|
@@ -10800,7 +10800,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10800
10800
|
},
|
|
10801
10801
|
/**
|
|
10802
10802
|
*
|
|
10803
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
10803
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
10804
10804
|
* @param {string} hospitalId
|
|
10805
10805
|
* @param {DayOfWeek} [dayOfWeek]
|
|
10806
10806
|
* @param {number} [page]
|
|
@@ -10913,7 +10913,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10913
10913
|
},
|
|
10914
10914
|
/**
|
|
10915
10915
|
*
|
|
10916
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
10916
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
10917
10917
|
* @param {string} hospitalId
|
|
10918
10918
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
10919
10919
|
* @param {*} [options] Override http request option.
|
|
@@ -10934,7 +10934,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10934
10934
|
},
|
|
10935
10935
|
/**
|
|
10936
10936
|
*
|
|
10937
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
10937
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10938
10938
|
* @param {string} hospitalId
|
|
10939
10939
|
* @param {string} contactId
|
|
10940
10940
|
* @param {boolean} [isPermanent]
|
|
@@ -10956,7 +10956,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10956
10956
|
},
|
|
10957
10957
|
/**
|
|
10958
10958
|
*
|
|
10959
|
-
* @summary Get hospital contact (Auth
|
|
10959
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
10960
10960
|
* @param {string} hospitalId
|
|
10961
10961
|
* @param {string} contactId
|
|
10962
10962
|
* @param {*} [options] Override http request option.
|
|
@@ -10977,7 +10977,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10977
10977
|
},
|
|
10978
10978
|
/**
|
|
10979
10979
|
*
|
|
10980
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
10980
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
10981
10981
|
* @param {string} hospitalId
|
|
10982
10982
|
* @param {string} contactId
|
|
10983
10983
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -10999,7 +10999,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10999
10999
|
},
|
|
11000
11000
|
/**
|
|
11001
11001
|
*
|
|
11002
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11002
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11003
11003
|
* @param {string} hospitalId
|
|
11004
11004
|
* @param {string} contactId
|
|
11005
11005
|
* @param {*} [options] Override http request option.
|
|
@@ -11020,7 +11020,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11020
11020
|
},
|
|
11021
11021
|
/**
|
|
11022
11022
|
*
|
|
11023
|
-
* @summary Get hospital contacts (Auth
|
|
11023
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
11024
11024
|
* @param {string} hospitalId
|
|
11025
11025
|
* @param {string} [contactId]
|
|
11026
11026
|
* @param {ContactType} [contactType]
|
|
@@ -11048,7 +11048,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11048
11048
|
},
|
|
11049
11049
|
/**
|
|
11050
11050
|
*
|
|
11051
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
11051
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11052
11052
|
* @param {string} hospitalId
|
|
11053
11053
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
11054
11054
|
* @param {*} [options] Override http request option.
|
|
@@ -11069,7 +11069,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11069
11069
|
},
|
|
11070
11070
|
/**
|
|
11071
11071
|
*
|
|
11072
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
11072
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11073
11073
|
* @param {string} hospitalId
|
|
11074
11074
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
11075
11075
|
* @param {*} [options] Override http request option.
|
|
@@ -11111,7 +11111,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11111
11111
|
},
|
|
11112
11112
|
/**
|
|
11113
11113
|
*
|
|
11114
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
11114
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11115
11115
|
* @param {string} hospitalId
|
|
11116
11116
|
* @param {string} equipmentId
|
|
11117
11117
|
* @param {boolean} [isPermanent]
|
|
@@ -11133,7 +11133,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11133
11133
|
},
|
|
11134
11134
|
/**
|
|
11135
11135
|
*
|
|
11136
|
-
* @summary Get HospitalEquipment. (Auth
|
|
11136
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
11137
11137
|
* @param {string} hospitalId
|
|
11138
11138
|
* @param {string} equipmentId
|
|
11139
11139
|
* @param {*} [options] Override http request option.
|
|
@@ -11154,7 +11154,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11154
11154
|
},
|
|
11155
11155
|
/**
|
|
11156
11156
|
*
|
|
11157
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
11157
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
11158
11158
|
* @param {string} hospitalId
|
|
11159
11159
|
* @param {string} equipmentId
|
|
11160
11160
|
* @param {string} [id]
|
|
@@ -11180,7 +11180,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11180
11180
|
},
|
|
11181
11181
|
/**
|
|
11182
11182
|
*
|
|
11183
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
11183
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11184
11184
|
* @param {string} hospitalId
|
|
11185
11185
|
* @param {string} equipmentId
|
|
11186
11186
|
* @param {string} mediaId
|
|
@@ -11202,7 +11202,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11202
11202
|
},
|
|
11203
11203
|
/**
|
|
11204
11204
|
*
|
|
11205
|
-
* @summary Get EquipmentMedia. (Auth
|
|
11205
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
11206
11206
|
* @param {string} hospitalId
|
|
11207
11207
|
* @param {string} equipmentId
|
|
11208
11208
|
* @param {string} mediaId
|
|
@@ -11224,7 +11224,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11224
11224
|
},
|
|
11225
11225
|
/**
|
|
11226
11226
|
*
|
|
11227
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
11227
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11228
11228
|
* @param {string} hospitalId
|
|
11229
11229
|
* @param {string} equipmentId
|
|
11230
11230
|
* @param {string} mediaId
|
|
@@ -11247,7 +11247,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11247
11247
|
},
|
|
11248
11248
|
/**
|
|
11249
11249
|
*
|
|
11250
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
11250
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11251
11251
|
* @param {string} hospitalId
|
|
11252
11252
|
* @param {string} equipmentId
|
|
11253
11253
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -11269,7 +11269,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11269
11269
|
},
|
|
11270
11270
|
/**
|
|
11271
11271
|
*
|
|
11272
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
11272
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11273
11273
|
* @param {string} hospitalId
|
|
11274
11274
|
* @param {string} equipmentId
|
|
11275
11275
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -11312,7 +11312,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11312
11312
|
},
|
|
11313
11313
|
/**
|
|
11314
11314
|
*
|
|
11315
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
11315
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
11316
11316
|
* @param {string} hospitalId
|
|
11317
11317
|
* @param {string} [id]
|
|
11318
11318
|
* @param {string} [name]
|
|
@@ -11342,7 +11342,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11342
11342
|
},
|
|
11343
11343
|
/**
|
|
11344
11344
|
*
|
|
11345
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
11345
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11346
11346
|
* @param {string} hospitalId
|
|
11347
11347
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
11348
11348
|
* @param {*} [options] Override http request option.
|
|
@@ -11384,7 +11384,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11384
11384
|
},
|
|
11385
11385
|
/**
|
|
11386
11386
|
*
|
|
11387
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
11387
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
11388
11388
|
* @param {string} hospitalId
|
|
11389
11389
|
* @param {string} evaluationId
|
|
11390
11390
|
* @param {*} [options] Override http request option.
|
|
@@ -11405,7 +11405,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11405
11405
|
},
|
|
11406
11406
|
/**
|
|
11407
11407
|
*
|
|
11408
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
11408
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
11409
11409
|
* @param {string} hospitalId
|
|
11410
11410
|
* @param {string} [id]
|
|
11411
11411
|
* @param {string} [name]
|
|
@@ -11452,7 +11452,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11452
11452
|
},
|
|
11453
11453
|
/**
|
|
11454
11454
|
*
|
|
11455
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
11455
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
11456
11456
|
* @param {string} hospitalId
|
|
11457
11457
|
* @param {string} languageCode
|
|
11458
11458
|
* @param {*} [options] Override http request option.
|
|
@@ -11473,7 +11473,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11473
11473
|
},
|
|
11474
11474
|
/**
|
|
11475
11475
|
*
|
|
11476
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
11476
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
11477
11477
|
* @param {string} hospitalId
|
|
11478
11478
|
* @param {string} languageCode
|
|
11479
11479
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -11495,7 +11495,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11495
11495
|
},
|
|
11496
11496
|
/**
|
|
11497
11497
|
*
|
|
11498
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
11498
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
11499
11499
|
* @param {string} hospitalId
|
|
11500
11500
|
* @param {string} languageCode
|
|
11501
11501
|
* @param {string} id
|
|
@@ -11517,7 +11517,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11517
11517
|
},
|
|
11518
11518
|
/**
|
|
11519
11519
|
*
|
|
11520
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
11520
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
11521
11521
|
* @param {string} hospitalId
|
|
11522
11522
|
* @param {string} languageCode
|
|
11523
11523
|
* @param {string} parentId
|
|
@@ -11539,7 +11539,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11539
11539
|
},
|
|
11540
11540
|
/**
|
|
11541
11541
|
*
|
|
11542
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
11542
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
11543
11543
|
* @param {string} hospitalId
|
|
11544
11544
|
* @param {string} languageCode
|
|
11545
11545
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -11561,7 +11561,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11561
11561
|
},
|
|
11562
11562
|
/**
|
|
11563
11563
|
*
|
|
11564
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
11564
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
11565
11565
|
* @param {string} hospitalId
|
|
11566
11566
|
* @param {string} languageCode
|
|
11567
11567
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -11583,7 +11583,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11583
11583
|
},
|
|
11584
11584
|
/**
|
|
11585
11585
|
*
|
|
11586
|
-
* @summary Get Hospital. (Auth
|
|
11586
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
11587
11587
|
* @param {string} hospitalId
|
|
11588
11588
|
* @param {string} [languageCode]
|
|
11589
11589
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -11605,7 +11605,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11605
11605
|
},
|
|
11606
11606
|
/**
|
|
11607
11607
|
*
|
|
11608
|
-
* @summary Get all HospitalHandles. (Auth
|
|
11608
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
11609
11609
|
* @param {string} hospitalId
|
|
11610
11610
|
* @param {string} [id]
|
|
11611
11611
|
* @param {SnsType} [snsType]
|
|
@@ -11631,7 +11631,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11631
11631
|
},
|
|
11632
11632
|
/**
|
|
11633
11633
|
*
|
|
11634
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11634
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11635
11635
|
* @param {string} hospitalId
|
|
11636
11636
|
* @param {string} handleId
|
|
11637
11637
|
* @param {*} [options] Override http request option.
|
|
@@ -11652,7 +11652,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11652
11652
|
},
|
|
11653
11653
|
/**
|
|
11654
11654
|
*
|
|
11655
|
-
* @summary Get HospitalHandle. (Auth
|
|
11655
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
11656
11656
|
* @param {string} hospitalId
|
|
11657
11657
|
* @param {string} handleId
|
|
11658
11658
|
* @param {*} [options] Override http request option.
|
|
@@ -11673,7 +11673,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11673
11673
|
},
|
|
11674
11674
|
/**
|
|
11675
11675
|
*
|
|
11676
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11676
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11677
11677
|
* @param {string} hospitalId
|
|
11678
11678
|
* @param {string} handleId
|
|
11679
11679
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -11695,7 +11695,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11695
11695
|
},
|
|
11696
11696
|
/**
|
|
11697
11697
|
*
|
|
11698
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
11698
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11699
11699
|
* @param {string} hospitalId
|
|
11700
11700
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
11701
11701
|
* @param {*} [options] Override http request option.
|
|
@@ -11825,7 +11825,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11825
11825
|
},
|
|
11826
11826
|
/**
|
|
11827
11827
|
*
|
|
11828
|
-
* @summary Get all GetAllLandings. (Auth
|
|
11828
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
11829
11829
|
* @param {string} hospitalId
|
|
11830
11830
|
* @param {string} [name]
|
|
11831
11831
|
* @param {string} [slug]
|
|
@@ -11874,7 +11874,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11874
11874
|
},
|
|
11875
11875
|
/**
|
|
11876
11876
|
*
|
|
11877
|
-
* @summary Get Landing (Auth
|
|
11877
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
11878
11878
|
* @param {string} hospitalId
|
|
11879
11879
|
* @param {string} landingId
|
|
11880
11880
|
* @param {string} [languageCode]
|
|
@@ -11896,7 +11896,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11896
11896
|
},
|
|
11897
11897
|
/**
|
|
11898
11898
|
*
|
|
11899
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
11899
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11900
11900
|
* @param {string} hospitalId
|
|
11901
11901
|
* @param {string} landingId
|
|
11902
11902
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -11918,7 +11918,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11918
11918
|
},
|
|
11919
11919
|
/**
|
|
11920
11920
|
*
|
|
11921
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
11921
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11922
11922
|
* @param {string} hospitalId
|
|
11923
11923
|
* @param {string} landingId
|
|
11924
11924
|
* @param {*} [options] Override http request option.
|
|
@@ -11939,7 +11939,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11939
11939
|
},
|
|
11940
11940
|
/**
|
|
11941
11941
|
*
|
|
11942
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
11942
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11943
11943
|
* @param {string} hospitalId
|
|
11944
11944
|
* @param {string} landingId
|
|
11945
11945
|
* @param {boolean} [includeCurrent]
|
|
@@ -11961,7 +11961,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11961
11961
|
},
|
|
11962
11962
|
/**
|
|
11963
11963
|
*
|
|
11964
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
11964
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
11965
11965
|
* @param {string} hospitalId
|
|
11966
11966
|
* @param {string} landingId
|
|
11967
11967
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -12004,7 +12004,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12004
12004
|
},
|
|
12005
12005
|
/**
|
|
12006
12006
|
*
|
|
12007
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
12007
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
12008
12008
|
* @param {string} hospitalId
|
|
12009
12009
|
* @param {string} [name]
|
|
12010
12010
|
* @param {boolean} [showHidden]
|
|
@@ -12029,7 +12029,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12029
12029
|
},
|
|
12030
12030
|
/**
|
|
12031
12031
|
*
|
|
12032
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
12032
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12033
12033
|
* @param {string} hospitalId
|
|
12034
12034
|
* @param {string} languageCode
|
|
12035
12035
|
* @param {*} [options] Override http request option.
|
|
@@ -12050,7 +12050,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12050
12050
|
},
|
|
12051
12051
|
/**
|
|
12052
12052
|
*
|
|
12053
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
12053
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12054
12054
|
* @param {string} hospitalId
|
|
12055
12055
|
* @param {string} languageCode
|
|
12056
12056
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -12209,7 +12209,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12209
12209
|
},
|
|
12210
12210
|
/**
|
|
12211
12211
|
*
|
|
12212
|
-
* @summary Get all HospitalMedias. (Auth
|
|
12212
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
12213
12213
|
* @param {string} hospitalId
|
|
12214
12214
|
* @param {string} [id]
|
|
12215
12215
|
* @param {MediaType} [mediaType]
|
|
@@ -12234,7 +12234,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12234
12234
|
},
|
|
12235
12235
|
/**
|
|
12236
12236
|
*
|
|
12237
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
12237
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12238
12238
|
* @param {string} hospitalId
|
|
12239
12239
|
* @param {string} mediaId
|
|
12240
12240
|
* @param {*} [options] Override http request option.
|
|
@@ -12255,7 +12255,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12255
12255
|
},
|
|
12256
12256
|
/**
|
|
12257
12257
|
*
|
|
12258
|
-
* @summary Get HospitalMedia. (Auth
|
|
12258
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
12259
12259
|
* @param {string} hospitalId
|
|
12260
12260
|
* @param {string} mediaId
|
|
12261
12261
|
* @param {*} [options] Override http request option.
|
|
@@ -12276,7 +12276,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12276
12276
|
},
|
|
12277
12277
|
/**
|
|
12278
12278
|
*
|
|
12279
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12279
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12280
12280
|
* @param {string} hospitalId
|
|
12281
12281
|
* @param {string} mediaId
|
|
12282
12282
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -12298,7 +12298,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12298
12298
|
},
|
|
12299
12299
|
/**
|
|
12300
12300
|
*
|
|
12301
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
12301
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12302
12302
|
* @param {string} hospitalId
|
|
12303
12303
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
12304
12304
|
* @param {*} [options] Override http request option.
|
|
@@ -12769,7 +12769,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12769
12769
|
},
|
|
12770
12770
|
/**
|
|
12771
12771
|
*
|
|
12772
|
-
* @summary Get all policies (Auth
|
|
12772
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
12773
12773
|
* @param {string} hospitalId
|
|
12774
12774
|
* @param {string} [name]
|
|
12775
12775
|
* @param {string} [slug]
|
|
@@ -12796,7 +12796,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12796
12796
|
},
|
|
12797
12797
|
/**
|
|
12798
12798
|
*
|
|
12799
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
12799
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12800
12800
|
* @param {string} hospitalId
|
|
12801
12801
|
* @param {string} policyId
|
|
12802
12802
|
* @param {boolean} [isPermanent]
|
|
@@ -12818,7 +12818,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12818
12818
|
},
|
|
12819
12819
|
/**
|
|
12820
12820
|
*
|
|
12821
|
-
* @summary Get policy (Auth
|
|
12821
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
12822
12822
|
* @param {string} hospitalId
|
|
12823
12823
|
* @param {string} policyId
|
|
12824
12824
|
* @param {string} [languageCode]
|
|
@@ -12840,7 +12840,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12840
12840
|
},
|
|
12841
12841
|
/**
|
|
12842
12842
|
*
|
|
12843
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
12843
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12844
12844
|
* @param {string} hospitalId
|
|
12845
12845
|
* @param {string} policyId
|
|
12846
12846
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -12862,7 +12862,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12862
12862
|
},
|
|
12863
12863
|
/**
|
|
12864
12864
|
*
|
|
12865
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
12865
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12866
12866
|
* @param {string} hospitalId
|
|
12867
12867
|
* @param {string} policyId
|
|
12868
12868
|
* @param {*} [options] Override http request option.
|
|
@@ -12883,7 +12883,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12883
12883
|
},
|
|
12884
12884
|
/**
|
|
12885
12885
|
*
|
|
12886
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
12886
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
12887
12887
|
* @param {string} hospitalId
|
|
12888
12888
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
12889
12889
|
* @param {*} [options] Override http request option.
|
|
@@ -12925,7 +12925,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12925
12925
|
},
|
|
12926
12926
|
/**
|
|
12927
12927
|
*
|
|
12928
|
-
* @summary Get hospitalRatings (Auth
|
|
12928
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
12929
12929
|
* @param {string} hospitalId
|
|
12930
12930
|
* @param {string} [id]
|
|
12931
12931
|
* @param {string} [vender]
|
|
@@ -12951,7 +12951,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12951
12951
|
},
|
|
12952
12952
|
/**
|
|
12953
12953
|
*
|
|
12954
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12954
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12955
12955
|
* @param {string} hospitalId
|
|
12956
12956
|
* @param {string} id
|
|
12957
12957
|
* @param {*} [options] Override http request option.
|
|
@@ -12972,7 +12972,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12972
12972
|
},
|
|
12973
12973
|
/**
|
|
12974
12974
|
*
|
|
12975
|
-
* @summary Get hospitalRating (Auth
|
|
12975
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
12976
12976
|
* @param {string} hospitalId
|
|
12977
12977
|
* @param {string} id
|
|
12978
12978
|
* @param {*} [options] Override http request option.
|
|
@@ -12993,7 +12993,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12993
12993
|
},
|
|
12994
12994
|
/**
|
|
12995
12995
|
*
|
|
12996
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
12996
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
12997
12997
|
* @param {string} hospitalId
|
|
12998
12998
|
* @param {string} id
|
|
12999
12999
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -13015,7 +13015,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13015
13015
|
},
|
|
13016
13016
|
/**
|
|
13017
13017
|
*
|
|
13018
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
13018
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
13019
13019
|
* @param {string} hospitalId
|
|
13020
13020
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
13021
13021
|
* @param {*} [options] Override http request option.
|
|
@@ -13036,7 +13036,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13036
13036
|
},
|
|
13037
13037
|
/**
|
|
13038
13038
|
*
|
|
13039
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
13039
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
13040
13040
|
* @param {string} hospitalId
|
|
13041
13041
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
13042
13042
|
* @param {*} [options] Override http request option.
|
|
@@ -13077,7 +13077,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13077
13077
|
},
|
|
13078
13078
|
/**
|
|
13079
13079
|
*
|
|
13080
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
13080
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13081
13081
|
* @param {string} hospitalId
|
|
13082
13082
|
* @param {boolean} [includeCurrent]
|
|
13083
13083
|
* @param {*} [options] Override http request option.
|
|
@@ -13342,7 +13342,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13342
13342
|
},
|
|
13343
13343
|
/**
|
|
13344
13344
|
*
|
|
13345
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
13345
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
13346
13346
|
* @param {string} hospitalId
|
|
13347
13347
|
* @param {string} [specialtyId]
|
|
13348
13348
|
* @param {string} [specialtyName]
|
|
@@ -13375,7 +13375,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13375
13375
|
},
|
|
13376
13376
|
/**
|
|
13377
13377
|
*
|
|
13378
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
13378
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
13379
13379
|
* @param {string} hospitalId
|
|
13380
13380
|
* @param {string} hospitalSpecialtyId
|
|
13381
13381
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -13403,7 +13403,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13403
13403
|
},
|
|
13404
13404
|
/**
|
|
13405
13405
|
*
|
|
13406
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
13406
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13407
13407
|
* @param {string} hospitalId
|
|
13408
13408
|
* @param {string} hospitalSpecialtyId
|
|
13409
13409
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -13425,7 +13425,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13425
13425
|
},
|
|
13426
13426
|
/**
|
|
13427
13427
|
*
|
|
13428
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
13428
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13429
13429
|
* @param {string} hospitalId
|
|
13430
13430
|
* @param {string} hospitalSpecialtyId
|
|
13431
13431
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -13447,7 +13447,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13447
13447
|
},
|
|
13448
13448
|
/**
|
|
13449
13449
|
*
|
|
13450
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
13450
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
13451
13451
|
* @param {string} hospitalId
|
|
13452
13452
|
* @param {string} hospitalSpecialtyId
|
|
13453
13453
|
* @param {number} [year]
|
|
@@ -13475,7 +13475,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13475
13475
|
},
|
|
13476
13476
|
/**
|
|
13477
13477
|
*
|
|
13478
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
13478
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13479
13479
|
* @param {string} hospitalId
|
|
13480
13480
|
* @param {string} hospitalSpecialtyId
|
|
13481
13481
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -13497,7 +13497,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13497
13497
|
},
|
|
13498
13498
|
/**
|
|
13499
13499
|
*
|
|
13500
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
13500
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
13501
13501
|
* @param {string} hospitalId
|
|
13502
13502
|
* @param {string} hospitalSpecialtyId
|
|
13503
13503
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -13522,7 +13522,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13522
13522
|
},
|
|
13523
13523
|
/**
|
|
13524
13524
|
*
|
|
13525
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
13525
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13526
13526
|
* @param {string} hospitalId
|
|
13527
13527
|
* @param {string} hospitalSpecialtyId
|
|
13528
13528
|
* @param {boolean} [isPermanent]
|
|
@@ -13544,7 +13544,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13544
13544
|
},
|
|
13545
13545
|
/**
|
|
13546
13546
|
*
|
|
13547
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
13547
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
13548
13548
|
* @param {string} hospitalId
|
|
13549
13549
|
* @param {string} hospitalSpecialtyId
|
|
13550
13550
|
* @param {string} [languageCode]
|
|
@@ -13566,7 +13566,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13566
13566
|
},
|
|
13567
13567
|
/**
|
|
13568
13568
|
*
|
|
13569
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
13569
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
13570
13570
|
* @param {string} hospitalId
|
|
13571
13571
|
* @param {string} hospitalSpecialtyId
|
|
13572
13572
|
* @param {string} [id]
|
|
@@ -13592,7 +13592,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13592
13592
|
},
|
|
13593
13593
|
/**
|
|
13594
13594
|
*
|
|
13595
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
13595
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13596
13596
|
* @param {string} hospitalId
|
|
13597
13597
|
* @param {string} hospitalSpecialtyId
|
|
13598
13598
|
* @param {string} mediaId
|
|
@@ -13614,7 +13614,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13614
13614
|
},
|
|
13615
13615
|
/**
|
|
13616
13616
|
*
|
|
13617
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
13617
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
13618
13618
|
* @param {string} hospitalId
|
|
13619
13619
|
* @param {string} hospitalSpecialtyId
|
|
13620
13620
|
* @param {string} mediaId
|
|
@@ -13636,7 +13636,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13636
13636
|
},
|
|
13637
13637
|
/**
|
|
13638
13638
|
*
|
|
13639
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
13639
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13640
13640
|
* @param {string} hospitalId
|
|
13641
13641
|
* @param {string} hospitalSpecialtyId
|
|
13642
13642
|
* @param {string} mediaId
|
|
@@ -13659,7 +13659,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13659
13659
|
},
|
|
13660
13660
|
/**
|
|
13661
13661
|
*
|
|
13662
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
13662
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13663
13663
|
* @param {string} hospitalId
|
|
13664
13664
|
* @param {string} hospitalSpecialtyId
|
|
13665
13665
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -13681,7 +13681,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13681
13681
|
},
|
|
13682
13682
|
/**
|
|
13683
13683
|
*
|
|
13684
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
13684
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13685
13685
|
* @param {string} hospitalId
|
|
13686
13686
|
* @param {string} hospitalSpecialtyId
|
|
13687
13687
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -13724,7 +13724,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13724
13724
|
},
|
|
13725
13725
|
/**
|
|
13726
13726
|
*
|
|
13727
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
13727
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13728
13728
|
* @param {string} hospitalId
|
|
13729
13729
|
* @param {string} hospitalSpecialtyId
|
|
13730
13730
|
* @param {boolean} [includeCurrent]
|
|
@@ -13746,7 +13746,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13746
13746
|
},
|
|
13747
13747
|
/**
|
|
13748
13748
|
*
|
|
13749
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
13749
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13750
13750
|
* @param {string} hospitalId
|
|
13751
13751
|
* @param {string} hospitalSpecialtyId
|
|
13752
13752
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -13768,7 +13768,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13768
13768
|
},
|
|
13769
13769
|
/**
|
|
13770
13770
|
*
|
|
13771
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
13771
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13772
13772
|
* @param {string} hospitalId
|
|
13773
13773
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
13774
13774
|
* @param {*} [options] Override http request option.
|
|
@@ -13789,7 +13789,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13789
13789
|
},
|
|
13790
13790
|
/**
|
|
13791
13791
|
*
|
|
13792
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
13792
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
13793
13793
|
* @param {string} hospitalId
|
|
13794
13794
|
* @param {string} [specialtyId]
|
|
13795
13795
|
* @param {string} [specialtyName]
|
|
@@ -13822,7 +13822,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13822
13822
|
},
|
|
13823
13823
|
/**
|
|
13824
13824
|
*
|
|
13825
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
13825
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
13826
13826
|
* @param {string} hospitalId
|
|
13827
13827
|
* @param {string} slug
|
|
13828
13828
|
* @param {string} [languageCode]
|
|
@@ -13846,7 +13846,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13846
13846
|
},
|
|
13847
13847
|
/**
|
|
13848
13848
|
*
|
|
13849
|
-
* @summary Get all HospitalServices. (Auth
|
|
13849
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
13850
13850
|
* @param {string} hospitalId
|
|
13851
13851
|
* @param {string} specialtyId
|
|
13852
13852
|
* @param {string} [id]
|
|
@@ -13879,7 +13879,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13879
13879
|
},
|
|
13880
13880
|
/**
|
|
13881
13881
|
*
|
|
13882
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
13882
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13883
13883
|
* @param {string} hospitalId
|
|
13884
13884
|
* @param {string} specialtyId
|
|
13885
13885
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -13901,7 +13901,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13901
13901
|
},
|
|
13902
13902
|
/**
|
|
13903
13903
|
*
|
|
13904
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
13904
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
13905
13905
|
* @param {string} hospitalId
|
|
13906
13906
|
* @param {string} specialtyId
|
|
13907
13907
|
* @param {string} serviceId
|
|
@@ -13930,7 +13930,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13930
13930
|
},
|
|
13931
13931
|
/**
|
|
13932
13932
|
*
|
|
13933
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
13933
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13934
13934
|
* @param {string} hospitalId
|
|
13935
13935
|
* @param {string} specialtyId
|
|
13936
13936
|
* @param {string} serviceId
|
|
@@ -13953,7 +13953,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13953
13953
|
},
|
|
13954
13954
|
/**
|
|
13955
13955
|
*
|
|
13956
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
13956
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
13957
13957
|
* @param {string} hospitalId
|
|
13958
13958
|
* @param {string} specialtyId
|
|
13959
13959
|
* @param {string} serviceId
|
|
@@ -13976,7 +13976,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13976
13976
|
},
|
|
13977
13977
|
/**
|
|
13978
13978
|
*
|
|
13979
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
13979
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
13980
13980
|
* @param {string} hospitalId
|
|
13981
13981
|
* @param {string} specialtyId
|
|
13982
13982
|
* @param {string} serviceId
|
|
@@ -14005,7 +14005,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14005
14005
|
},
|
|
14006
14006
|
/**
|
|
14007
14007
|
*
|
|
14008
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
14008
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14009
14009
|
* @param {string} hospitalId
|
|
14010
14010
|
* @param {string} specialtyId
|
|
14011
14011
|
* @param {string} serviceId
|
|
@@ -14028,7 +14028,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14028
14028
|
},
|
|
14029
14029
|
/**
|
|
14030
14030
|
*
|
|
14031
|
-
* @summary Get Service appointment timetables (Auth
|
|
14031
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
14032
14032
|
* @param {string} hospitalId
|
|
14033
14033
|
* @param {string} specialtyId
|
|
14034
14034
|
* @param {string} serviceId
|
|
@@ -14054,7 +14054,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14054
14054
|
},
|
|
14055
14055
|
/**
|
|
14056
14056
|
*
|
|
14057
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
14057
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14058
14058
|
* @param {string} hospitalId
|
|
14059
14059
|
* @param {string} specialtyId
|
|
14060
14060
|
* @param {string} serviceId
|
|
@@ -14077,7 +14077,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14077
14077
|
},
|
|
14078
14078
|
/**
|
|
14079
14079
|
*
|
|
14080
|
-
* @summary (Auth
|
|
14080
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
14081
14081
|
* @param {string} hospitalId
|
|
14082
14082
|
* @param {string} specialtyId
|
|
14083
14083
|
* @param {string} serviceId
|
|
@@ -14101,7 +14101,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14101
14101
|
},
|
|
14102
14102
|
/**
|
|
14103
14103
|
*
|
|
14104
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
14104
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
14105
14105
|
* @param {string} hospitalId
|
|
14106
14106
|
* @param {string} specialtyId
|
|
14107
14107
|
* @param {string} serviceId
|
|
@@ -14128,7 +14128,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14128
14128
|
},
|
|
14129
14129
|
/**
|
|
14130
14130
|
*
|
|
14131
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
14131
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14132
14132
|
* @param {string} hospitalId
|
|
14133
14133
|
* @param {string} specialtyId
|
|
14134
14134
|
* @param {string} serviceId
|
|
@@ -14151,7 +14151,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14151
14151
|
},
|
|
14152
14152
|
/**
|
|
14153
14153
|
*
|
|
14154
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
14154
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
14155
14155
|
* @param {string} hospitalId
|
|
14156
14156
|
* @param {string} specialtyId
|
|
14157
14157
|
* @param {string} serviceId
|
|
@@ -14174,7 +14174,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14174
14174
|
},
|
|
14175
14175
|
/**
|
|
14176
14176
|
*
|
|
14177
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
14177
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14178
14178
|
* @param {string} hospitalId
|
|
14179
14179
|
* @param {string} specialtyId
|
|
14180
14180
|
* @param {string} serviceId
|
|
@@ -14198,7 +14198,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14198
14198
|
},
|
|
14199
14199
|
/**
|
|
14200
14200
|
*
|
|
14201
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
14201
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14202
14202
|
* @param {string} hospitalId
|
|
14203
14203
|
* @param {string} specialtyId
|
|
14204
14204
|
* @param {string} serviceId
|
|
@@ -14221,7 +14221,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14221
14221
|
},
|
|
14222
14222
|
/**
|
|
14223
14223
|
*
|
|
14224
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
14224
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14225
14225
|
* @param {string} hospitalId
|
|
14226
14226
|
* @param {string} specialtyId
|
|
14227
14227
|
* @param {string} serviceId
|
|
@@ -14244,7 +14244,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14244
14244
|
},
|
|
14245
14245
|
/**
|
|
14246
14246
|
*
|
|
14247
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
14247
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14248
14248
|
* @param {string} hospitalId
|
|
14249
14249
|
* @param {string} specialtyId
|
|
14250
14250
|
* @param {string} serviceId
|
|
@@ -14266,7 +14266,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14266
14266
|
},
|
|
14267
14267
|
/**
|
|
14268
14268
|
*
|
|
14269
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
14269
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14270
14270
|
* @param {string} hospitalId
|
|
14271
14271
|
* @param {string} specialtyId
|
|
14272
14272
|
* @param {string} serviceId
|
|
@@ -14289,7 +14289,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14289
14289
|
},
|
|
14290
14290
|
/**
|
|
14291
14291
|
*
|
|
14292
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
14292
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14293
14293
|
* @param {string} hospitalId
|
|
14294
14294
|
* @param {string} specialtyId
|
|
14295
14295
|
* @param {string} serviceId
|
|
@@ -14312,7 +14312,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14312
14312
|
},
|
|
14313
14313
|
/**
|
|
14314
14314
|
*
|
|
14315
|
-
* @summary Get all hospital tags (Auth
|
|
14315
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
14316
14316
|
* @param {string} hospitalId
|
|
14317
14317
|
* @param {string} [tagId]
|
|
14318
14318
|
* @param {number} [page]
|
|
@@ -14336,7 +14336,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14336
14336
|
},
|
|
14337
14337
|
/**
|
|
14338
14338
|
*
|
|
14339
|
-
* @summary Create hospitalTag (Auth
|
|
14339
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
14340
14340
|
* @param {string} hospitalId
|
|
14341
14341
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
14342
14342
|
* @param {*} [options] Override http request option.
|
|
@@ -14357,7 +14357,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14357
14357
|
},
|
|
14358
14358
|
/**
|
|
14359
14359
|
*
|
|
14360
|
-
* @summary Delete hospitalTag (Auth
|
|
14360
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
14361
14361
|
* @param {string} hospitalId
|
|
14362
14362
|
* @param {string} tagId
|
|
14363
14363
|
* @param {*} [options] Override http request option.
|
|
@@ -14378,7 +14378,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14378
14378
|
},
|
|
14379
14379
|
/**
|
|
14380
14380
|
*
|
|
14381
|
-
* @summary Get hospital tag (Auth
|
|
14381
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
14382
14382
|
* @param {string} hospitalId
|
|
14383
14383
|
* @param {string} tagId
|
|
14384
14384
|
* @param {*} [options] Override http request option.
|
|
@@ -14420,7 +14420,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14420
14420
|
},
|
|
14421
14421
|
/**
|
|
14422
14422
|
*
|
|
14423
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
14423
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14424
14424
|
* @param {string} hospitalId
|
|
14425
14425
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
14426
14426
|
* @param {*} [options] Override http request option.
|
|
@@ -14441,7 +14441,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14441
14441
|
},
|
|
14442
14442
|
/**
|
|
14443
14443
|
*
|
|
14444
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
14444
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
14445
14445
|
* @param {string} hospitalId
|
|
14446
14446
|
* @param {string} [id]
|
|
14447
14447
|
* @param {string} [dayOfWeek]
|
|
@@ -14469,7 +14469,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14469
14469
|
},
|
|
14470
14470
|
/**
|
|
14471
14471
|
*
|
|
14472
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
14472
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14473
14473
|
* @param {string} hospitalId
|
|
14474
14474
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
14475
14475
|
* @param {*} [options] Override http request option.
|
|
@@ -14490,7 +14490,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14490
14490
|
},
|
|
14491
14491
|
/**
|
|
14492
14492
|
*
|
|
14493
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
14493
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14494
14494
|
* @param {string} hospitalId
|
|
14495
14495
|
* @param {string} workingDayId
|
|
14496
14496
|
* @param {*} [options] Override http request option.
|
|
@@ -14511,7 +14511,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14511
14511
|
},
|
|
14512
14512
|
/**
|
|
14513
14513
|
*
|
|
14514
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
14514
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
14515
14515
|
* @param {string} hospitalId
|
|
14516
14516
|
* @param {string} workingDayId
|
|
14517
14517
|
* @param {*} [options] Override http request option.
|
|
@@ -14532,7 +14532,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14532
14532
|
},
|
|
14533
14533
|
/**
|
|
14534
14534
|
*
|
|
14535
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
14535
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14536
14536
|
* @param {string} hospitalId
|
|
14537
14537
|
* @param {string} workingDayId
|
|
14538
14538
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -14574,7 +14574,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14574
14574
|
},
|
|
14575
14575
|
/**
|
|
14576
14576
|
*
|
|
14577
|
-
* @summary Get all Hospitals. (Auth
|
|
14577
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
14578
14578
|
* @param {string} [hospitalId]
|
|
14579
14579
|
* @param {StringFilterTypes} [nameFilterType]
|
|
14580
14580
|
* @param {string} [name]
|
|
@@ -14609,7 +14609,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14609
14609
|
},
|
|
14610
14610
|
/**
|
|
14611
14611
|
*
|
|
14612
|
-
* @summary (Auth
|
|
14612
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
14613
14613
|
* @param {string} slug
|
|
14614
14614
|
* @param {string} [languageCode]
|
|
14615
14615
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -14641,7 +14641,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14641
14641
|
return {
|
|
14642
14642
|
/**
|
|
14643
14643
|
*
|
|
14644
|
-
* @summary Get all Hospitals. (Auth
|
|
14644
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
14645
14645
|
* @param {string} [hospitalId]
|
|
14646
14646
|
* @param {StringFilterTypes} [nameFilterType]
|
|
14647
14647
|
* @param {string} [name]
|
|
@@ -14677,7 +14677,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14677
14677
|
},
|
|
14678
14678
|
/**
|
|
14679
14679
|
*
|
|
14680
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
14680
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14681
14681
|
* @param {string} hospitalId
|
|
14682
14682
|
* @param {string} accreditationId
|
|
14683
14683
|
* @param {*} [options] Override http request option.
|
|
@@ -14688,7 +14688,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14688
14688
|
},
|
|
14689
14689
|
/**
|
|
14690
14690
|
*
|
|
14691
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
14691
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14692
14692
|
* @param {string} hospitalId
|
|
14693
14693
|
* @param {string} [hospitalName]
|
|
14694
14694
|
* @param {string} [accreditationId]
|
|
@@ -14715,7 +14715,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14715
14715
|
},
|
|
14716
14716
|
/**
|
|
14717
14717
|
*
|
|
14718
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
14718
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
14719
14719
|
* @param {string} hospitalId
|
|
14720
14720
|
* @param {boolean} [includesPreviousItems]
|
|
14721
14721
|
* @param {Date} [startDate]
|
|
@@ -14732,7 +14732,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14732
14732
|
},
|
|
14733
14733
|
/**
|
|
14734
14734
|
*
|
|
14735
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
14735
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14736
14736
|
* @param {string} hospitalId
|
|
14737
14737
|
* @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
|
|
14738
14738
|
* @param {*} [options] Override http request option.
|
|
@@ -14743,7 +14743,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14743
14743
|
},
|
|
14744
14744
|
/**
|
|
14745
14745
|
*
|
|
14746
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
14746
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14747
14747
|
* @param {string} hospitalId
|
|
14748
14748
|
* @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
|
|
14749
14749
|
* @param {*} [options] Override http request option.
|
|
@@ -14754,7 +14754,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14754
14754
|
},
|
|
14755
14755
|
/**
|
|
14756
14756
|
*
|
|
14757
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
14757
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
14758
14758
|
* @param {string} hospitalId
|
|
14759
14759
|
* @param {number} [year]
|
|
14760
14760
|
* @param {number} [month]
|
|
@@ -14771,7 +14771,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14771
14771
|
},
|
|
14772
14772
|
/**
|
|
14773
14773
|
*
|
|
14774
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
14774
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14775
14775
|
* @param {string} hospitalId
|
|
14776
14776
|
* @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
|
|
14777
14777
|
* @param {*} [options] Override http request option.
|
|
@@ -14782,7 +14782,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14782
14782
|
},
|
|
14783
14783
|
/**
|
|
14784
14784
|
*
|
|
14785
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
14785
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
14786
14786
|
* @param {string} hospitalId
|
|
14787
14787
|
* @param {DayOfWeek} [dayOfWeek]
|
|
14788
14788
|
* @param {number} [page]
|
|
@@ -14845,7 +14845,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14845
14845
|
},
|
|
14846
14846
|
/**
|
|
14847
14847
|
*
|
|
14848
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
14848
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
14849
14849
|
* @param {string} hospitalId
|
|
14850
14850
|
* @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
|
|
14851
14851
|
* @param {*} [options] Override http request option.
|
|
@@ -14856,7 +14856,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14856
14856
|
},
|
|
14857
14857
|
/**
|
|
14858
14858
|
*
|
|
14859
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
14859
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14860
14860
|
* @param {string} hospitalId
|
|
14861
14861
|
* @param {string} contactId
|
|
14862
14862
|
* @param {boolean} [isPermanent]
|
|
@@ -14868,7 +14868,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14868
14868
|
},
|
|
14869
14869
|
/**
|
|
14870
14870
|
*
|
|
14871
|
-
* @summary Get hospital contact (Auth
|
|
14871
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
14872
14872
|
* @param {string} hospitalId
|
|
14873
14873
|
* @param {string} contactId
|
|
14874
14874
|
* @param {*} [options] Override http request option.
|
|
@@ -14879,7 +14879,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14879
14879
|
},
|
|
14880
14880
|
/**
|
|
14881
14881
|
*
|
|
14882
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
14882
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14883
14883
|
* @param {string} hospitalId
|
|
14884
14884
|
* @param {string} contactId
|
|
14885
14885
|
* @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
|
|
@@ -14891,7 +14891,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14891
14891
|
},
|
|
14892
14892
|
/**
|
|
14893
14893
|
*
|
|
14894
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
14894
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14895
14895
|
* @param {string} hospitalId
|
|
14896
14896
|
* @param {string} contactId
|
|
14897
14897
|
* @param {*} [options] Override http request option.
|
|
@@ -14902,7 +14902,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14902
14902
|
},
|
|
14903
14903
|
/**
|
|
14904
14904
|
*
|
|
14905
|
-
* @summary Get hospital contacts (Auth
|
|
14905
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
14906
14906
|
* @param {string} hospitalId
|
|
14907
14907
|
* @param {string} [contactId]
|
|
14908
14908
|
* @param {ContactType} [contactType]
|
|
@@ -14920,7 +14920,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14920
14920
|
},
|
|
14921
14921
|
/**
|
|
14922
14922
|
*
|
|
14923
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
14923
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14924
14924
|
* @param {string} hospitalId
|
|
14925
14925
|
* @param {CreateHospitalContactCommand} [createHospitalContactCommand]
|
|
14926
14926
|
* @param {*} [options] Override http request option.
|
|
@@ -14931,7 +14931,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14931
14931
|
},
|
|
14932
14932
|
/**
|
|
14933
14933
|
*
|
|
14934
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
14934
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14935
14935
|
* @param {string} hospitalId
|
|
14936
14936
|
* @param {ContactSortingCommand} [contactSortingCommand]
|
|
14937
14937
|
* @param {*} [options] Override http request option.
|
|
@@ -14953,7 +14953,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14953
14953
|
},
|
|
14954
14954
|
/**
|
|
14955
14955
|
*
|
|
14956
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
14956
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14957
14957
|
* @param {string} hospitalId
|
|
14958
14958
|
* @param {string} equipmentId
|
|
14959
14959
|
* @param {boolean} [isPermanent]
|
|
@@ -14965,7 +14965,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14965
14965
|
},
|
|
14966
14966
|
/**
|
|
14967
14967
|
*
|
|
14968
|
-
* @summary Get HospitalEquipment. (Auth
|
|
14968
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
14969
14969
|
* @param {string} hospitalId
|
|
14970
14970
|
* @param {string} equipmentId
|
|
14971
14971
|
* @param {*} [options] Override http request option.
|
|
@@ -14976,7 +14976,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14976
14976
|
},
|
|
14977
14977
|
/**
|
|
14978
14978
|
*
|
|
14979
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
14979
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
14980
14980
|
* @param {string} hospitalId
|
|
14981
14981
|
* @param {string} equipmentId
|
|
14982
14982
|
* @param {string} [id]
|
|
@@ -14992,7 +14992,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14992
14992
|
},
|
|
14993
14993
|
/**
|
|
14994
14994
|
*
|
|
14995
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
14995
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
14996
14996
|
* @param {string} hospitalId
|
|
14997
14997
|
* @param {string} equipmentId
|
|
14998
14998
|
* @param {string} mediaId
|
|
@@ -15004,7 +15004,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15004
15004
|
},
|
|
15005
15005
|
/**
|
|
15006
15006
|
*
|
|
15007
|
-
* @summary Get EquipmentMedia. (Auth
|
|
15007
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
15008
15008
|
* @param {string} hospitalId
|
|
15009
15009
|
* @param {string} equipmentId
|
|
15010
15010
|
* @param {string} mediaId
|
|
@@ -15016,7 +15016,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15016
15016
|
},
|
|
15017
15017
|
/**
|
|
15018
15018
|
*
|
|
15019
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
15019
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15020
15020
|
* @param {string} hospitalId
|
|
15021
15021
|
* @param {string} equipmentId
|
|
15022
15022
|
* @param {string} mediaId
|
|
@@ -15029,7 +15029,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15029
15029
|
},
|
|
15030
15030
|
/**
|
|
15031
15031
|
*
|
|
15032
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
15032
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15033
15033
|
* @param {string} hospitalId
|
|
15034
15034
|
* @param {string} equipmentId
|
|
15035
15035
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -15041,7 +15041,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15041
15041
|
},
|
|
15042
15042
|
/**
|
|
15043
15043
|
*
|
|
15044
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
15044
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15045
15045
|
* @param {string} hospitalId
|
|
15046
15046
|
* @param {string} equipmentId
|
|
15047
15047
|
* @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
|
|
@@ -15064,7 +15064,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15064
15064
|
},
|
|
15065
15065
|
/**
|
|
15066
15066
|
*
|
|
15067
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
15067
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
15068
15068
|
* @param {string} hospitalId
|
|
15069
15069
|
* @param {string} [id]
|
|
15070
15070
|
* @param {string} [name]
|
|
@@ -15084,7 +15084,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15084
15084
|
},
|
|
15085
15085
|
/**
|
|
15086
15086
|
*
|
|
15087
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
15087
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15088
15088
|
* @param {string} hospitalId
|
|
15089
15089
|
* @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
@@ -15106,7 +15106,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15106
15106
|
},
|
|
15107
15107
|
/**
|
|
15108
15108
|
*
|
|
15109
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
15109
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
15110
15110
|
* @param {string} hospitalId
|
|
15111
15111
|
* @param {string} evaluationId
|
|
15112
15112
|
* @param {*} [options] Override http request option.
|
|
@@ -15117,7 +15117,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15117
15117
|
},
|
|
15118
15118
|
/**
|
|
15119
15119
|
*
|
|
15120
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
15120
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
15121
15121
|
* @param {string} hospitalId
|
|
15122
15122
|
* @param {string} [id]
|
|
15123
15123
|
* @param {string} [name]
|
|
@@ -15144,7 +15144,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15144
15144
|
},
|
|
15145
15145
|
/**
|
|
15146
15146
|
*
|
|
15147
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
15147
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
15148
15148
|
* @param {string} hospitalId
|
|
15149
15149
|
* @param {string} languageCode
|
|
15150
15150
|
* @param {*} [options] Override http request option.
|
|
@@ -15155,7 +15155,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15155
15155
|
},
|
|
15156
15156
|
/**
|
|
15157
15157
|
*
|
|
15158
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
15158
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
15159
15159
|
* @param {string} hospitalId
|
|
15160
15160
|
* @param {string} languageCode
|
|
15161
15161
|
* @param {string} id Id of level 1 item in the json data
|
|
@@ -15167,7 +15167,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15167
15167
|
},
|
|
15168
15168
|
/**
|
|
15169
15169
|
*
|
|
15170
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
15170
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
15171
15171
|
* @param {string} hospitalId
|
|
15172
15172
|
* @param {string} languageCode
|
|
15173
15173
|
* @param {string} id
|
|
@@ -15179,7 +15179,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15179
15179
|
},
|
|
15180
15180
|
/**
|
|
15181
15181
|
*
|
|
15182
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
15182
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
15183
15183
|
* @param {string} hospitalId
|
|
15184
15184
|
* @param {string} languageCode
|
|
15185
15185
|
* @param {string} parentId
|
|
@@ -15191,7 +15191,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15191
15191
|
},
|
|
15192
15192
|
/**
|
|
15193
15193
|
*
|
|
15194
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
15194
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
15195
15195
|
* @param {string} hospitalId
|
|
15196
15196
|
* @param {string} languageCode
|
|
15197
15197
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
@@ -15203,7 +15203,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15203
15203
|
},
|
|
15204
15204
|
/**
|
|
15205
15205
|
*
|
|
15206
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
15206
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
15207
15207
|
* @param {string} hospitalId
|
|
15208
15208
|
* @param {string} languageCode
|
|
15209
15209
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
@@ -15215,7 +15215,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15215
15215
|
},
|
|
15216
15216
|
/**
|
|
15217
15217
|
*
|
|
15218
|
-
* @summary Get Hospital. (Auth
|
|
15218
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
15219
15219
|
* @param {string} hospitalId
|
|
15220
15220
|
* @param {string} [languageCode]
|
|
15221
15221
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -15227,7 +15227,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15227
15227
|
},
|
|
15228
15228
|
/**
|
|
15229
15229
|
*
|
|
15230
|
-
* @summary Get all HospitalHandles. (Auth
|
|
15230
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
15231
15231
|
* @param {string} hospitalId
|
|
15232
15232
|
* @param {string} [id]
|
|
15233
15233
|
* @param {SnsType} [snsType]
|
|
@@ -15243,7 +15243,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15243
15243
|
},
|
|
15244
15244
|
/**
|
|
15245
15245
|
*
|
|
15246
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
15246
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15247
15247
|
* @param {string} hospitalId
|
|
15248
15248
|
* @param {string} handleId
|
|
15249
15249
|
* @param {*} [options] Override http request option.
|
|
@@ -15254,7 +15254,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15254
15254
|
},
|
|
15255
15255
|
/**
|
|
15256
15256
|
*
|
|
15257
|
-
* @summary Get HospitalHandle. (Auth
|
|
15257
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
15258
15258
|
* @param {string} hospitalId
|
|
15259
15259
|
* @param {string} handleId
|
|
15260
15260
|
* @param {*} [options] Override http request option.
|
|
@@ -15265,7 +15265,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15265
15265
|
},
|
|
15266
15266
|
/**
|
|
15267
15267
|
*
|
|
15268
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
15268
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15269
15269
|
* @param {string} hospitalId
|
|
15270
15270
|
* @param {string} handleId
|
|
15271
15271
|
* @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
|
|
@@ -15277,7 +15277,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15277
15277
|
},
|
|
15278
15278
|
/**
|
|
15279
15279
|
*
|
|
15280
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
15280
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15281
15281
|
* @param {string} hospitalId
|
|
15282
15282
|
* @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
|
|
15283
15283
|
* @param {*} [options] Override http request option.
|
|
@@ -15347,7 +15347,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15347
15347
|
},
|
|
15348
15348
|
/**
|
|
15349
15349
|
*
|
|
15350
|
-
* @summary Get all GetAllLandings. (Auth
|
|
15350
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
15351
15351
|
* @param {string} hospitalId
|
|
15352
15352
|
* @param {string} [name]
|
|
15353
15353
|
* @param {string} [slug]
|
|
@@ -15376,7 +15376,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15376
15376
|
},
|
|
15377
15377
|
/**
|
|
15378
15378
|
*
|
|
15379
|
-
* @summary Get Landing (Auth
|
|
15379
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
15380
15380
|
* @param {string} hospitalId
|
|
15381
15381
|
* @param {string} landingId
|
|
15382
15382
|
* @param {string} [languageCode]
|
|
@@ -15388,7 +15388,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15388
15388
|
},
|
|
15389
15389
|
/**
|
|
15390
15390
|
*
|
|
15391
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
15391
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15392
15392
|
* @param {string} hospitalId
|
|
15393
15393
|
* @param {string} landingId
|
|
15394
15394
|
* @param {UpdateLandingCommand} [updateLandingCommand]
|
|
@@ -15400,7 +15400,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15400
15400
|
},
|
|
15401
15401
|
/**
|
|
15402
15402
|
*
|
|
15403
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
15403
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15404
15404
|
* @param {string} hospitalId
|
|
15405
15405
|
* @param {string} landingId
|
|
15406
15406
|
* @param {*} [options] Override http request option.
|
|
@@ -15411,7 +15411,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15411
15411
|
},
|
|
15412
15412
|
/**
|
|
15413
15413
|
*
|
|
15414
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
15414
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15415
15415
|
* @param {string} hospitalId
|
|
15416
15416
|
* @param {string} landingId
|
|
15417
15417
|
* @param {boolean} [includeCurrent]
|
|
@@ -15423,7 +15423,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15423
15423
|
},
|
|
15424
15424
|
/**
|
|
15425
15425
|
*
|
|
15426
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
15426
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15427
15427
|
* @param {string} hospitalId
|
|
15428
15428
|
* @param {string} landingId
|
|
15429
15429
|
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
@@ -15446,7 +15446,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15446
15446
|
},
|
|
15447
15447
|
/**
|
|
15448
15448
|
*
|
|
15449
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
15449
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
15450
15450
|
* @param {string} hospitalId
|
|
15451
15451
|
* @param {string} [name]
|
|
15452
15452
|
* @param {boolean} [showHidden]
|
|
@@ -15461,7 +15461,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15461
15461
|
},
|
|
15462
15462
|
/**
|
|
15463
15463
|
*
|
|
15464
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
15464
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15465
15465
|
* @param {string} hospitalId
|
|
15466
15466
|
* @param {string} languageCode
|
|
15467
15467
|
* @param {*} [options] Override http request option.
|
|
@@ -15472,7 +15472,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15472
15472
|
},
|
|
15473
15473
|
/**
|
|
15474
15474
|
*
|
|
15475
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
15475
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15476
15476
|
* @param {string} hospitalId
|
|
15477
15477
|
* @param {string} languageCode
|
|
15478
15478
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
@@ -15561,7 +15561,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15561
15561
|
},
|
|
15562
15562
|
/**
|
|
15563
15563
|
*
|
|
15564
|
-
* @summary Get all HospitalMedias. (Auth
|
|
15564
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
15565
15565
|
* @param {string} hospitalId
|
|
15566
15566
|
* @param {string} [id]
|
|
15567
15567
|
* @param {MediaType} [mediaType]
|
|
@@ -15576,7 +15576,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15576
15576
|
},
|
|
15577
15577
|
/**
|
|
15578
15578
|
*
|
|
15579
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
15579
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15580
15580
|
* @param {string} hospitalId
|
|
15581
15581
|
* @param {string} mediaId
|
|
15582
15582
|
* @param {*} [options] Override http request option.
|
|
@@ -15587,7 +15587,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15587
15587
|
},
|
|
15588
15588
|
/**
|
|
15589
15589
|
*
|
|
15590
|
-
* @summary Get HospitalMedia. (Auth
|
|
15590
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
15591
15591
|
* @param {string} hospitalId
|
|
15592
15592
|
* @param {string} mediaId
|
|
15593
15593
|
* @param {*} [options] Override http request option.
|
|
@@ -15598,7 +15598,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15598
15598
|
},
|
|
15599
15599
|
/**
|
|
15600
15600
|
*
|
|
15601
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
15601
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15602
15602
|
* @param {string} hospitalId
|
|
15603
15603
|
* @param {string} mediaId
|
|
15604
15604
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -15610,7 +15610,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15610
15610
|
},
|
|
15611
15611
|
/**
|
|
15612
15612
|
*
|
|
15613
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
15613
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15614
15614
|
* @param {string} hospitalId
|
|
15615
15615
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
15616
15616
|
* @param {*} [options] Override http request option.
|
|
@@ -15871,7 +15871,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15871
15871
|
},
|
|
15872
15872
|
/**
|
|
15873
15873
|
*
|
|
15874
|
-
* @summary Get all policies (Auth
|
|
15874
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
15875
15875
|
* @param {string} hospitalId
|
|
15876
15876
|
* @param {string} [name]
|
|
15877
15877
|
* @param {string} [slug]
|
|
@@ -15888,7 +15888,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15888
15888
|
},
|
|
15889
15889
|
/**
|
|
15890
15890
|
*
|
|
15891
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
15891
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15892
15892
|
* @param {string} hospitalId
|
|
15893
15893
|
* @param {string} policyId
|
|
15894
15894
|
* @param {boolean} [isPermanent]
|
|
@@ -15900,7 +15900,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15900
15900
|
},
|
|
15901
15901
|
/**
|
|
15902
15902
|
*
|
|
15903
|
-
* @summary Get policy (Auth
|
|
15903
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
15904
15904
|
* @param {string} hospitalId
|
|
15905
15905
|
* @param {string} policyId
|
|
15906
15906
|
* @param {string} [languageCode]
|
|
@@ -15912,7 +15912,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15912
15912
|
},
|
|
15913
15913
|
/**
|
|
15914
15914
|
*
|
|
15915
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
15915
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15916
15916
|
* @param {string} hospitalId
|
|
15917
15917
|
* @param {string} policyId
|
|
15918
15918
|
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
@@ -15924,7 +15924,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15924
15924
|
},
|
|
15925
15925
|
/**
|
|
15926
15926
|
*
|
|
15927
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
15927
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15928
15928
|
* @param {string} hospitalId
|
|
15929
15929
|
* @param {string} policyId
|
|
15930
15930
|
* @param {*} [options] Override http request option.
|
|
@@ -15935,7 +15935,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15935
15935
|
},
|
|
15936
15936
|
/**
|
|
15937
15937
|
*
|
|
15938
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
15938
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
15939
15939
|
* @param {string} hospitalId
|
|
15940
15940
|
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
15941
15941
|
* @param {*} [options] Override http request option.
|
|
@@ -15957,7 +15957,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15957
15957
|
},
|
|
15958
15958
|
/**
|
|
15959
15959
|
*
|
|
15960
|
-
* @summary Get hospitalRatings (Auth
|
|
15960
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
15961
15961
|
* @param {string} hospitalId
|
|
15962
15962
|
* @param {string} [id]
|
|
15963
15963
|
* @param {string} [vender]
|
|
@@ -15973,7 +15973,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15973
15973
|
},
|
|
15974
15974
|
/**
|
|
15975
15975
|
*
|
|
15976
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
15976
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
15977
15977
|
* @param {string} hospitalId
|
|
15978
15978
|
* @param {string} id
|
|
15979
15979
|
* @param {*} [options] Override http request option.
|
|
@@ -15984,7 +15984,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15984
15984
|
},
|
|
15985
15985
|
/**
|
|
15986
15986
|
*
|
|
15987
|
-
* @summary Get hospitalRating (Auth
|
|
15987
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
15988
15988
|
* @param {string} hospitalId
|
|
15989
15989
|
* @param {string} id
|
|
15990
15990
|
* @param {*} [options] Override http request option.
|
|
@@ -15995,7 +15995,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15995
15995
|
},
|
|
15996
15996
|
/**
|
|
15997
15997
|
*
|
|
15998
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
15998
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
15999
15999
|
* @param {string} hospitalId
|
|
16000
16000
|
* @param {string} id
|
|
16001
16001
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -16007,7 +16007,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16007
16007
|
},
|
|
16008
16008
|
/**
|
|
16009
16009
|
*
|
|
16010
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
16010
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
16011
16011
|
* @param {string} hospitalId
|
|
16012
16012
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
16013
16013
|
* @param {*} [options] Override http request option.
|
|
@@ -16018,7 +16018,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16018
16018
|
},
|
|
16019
16019
|
/**
|
|
16020
16020
|
*
|
|
16021
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
16021
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
16022
16022
|
* @param {string} hospitalId
|
|
16023
16023
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
16024
16024
|
* @param {*} [options] Override http request option.
|
|
@@ -16039,7 +16039,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16039
16039
|
},
|
|
16040
16040
|
/**
|
|
16041
16041
|
*
|
|
16042
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
16042
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16043
16043
|
* @param {string} hospitalId
|
|
16044
16044
|
* @param {boolean} [includeCurrent]
|
|
16045
16045
|
* @param {*} [options] Override http request option.
|
|
@@ -16184,7 +16184,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16184
16184
|
},
|
|
16185
16185
|
/**
|
|
16186
16186
|
*
|
|
16187
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
16187
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
16188
16188
|
* @param {string} hospitalId
|
|
16189
16189
|
* @param {string} [specialtyId]
|
|
16190
16190
|
* @param {string} [specialtyName]
|
|
@@ -16207,7 +16207,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16207
16207
|
},
|
|
16208
16208
|
/**
|
|
16209
16209
|
*
|
|
16210
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
16210
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
16211
16211
|
* @param {string} hospitalId
|
|
16212
16212
|
* @param {string} hospitalSpecialtyId
|
|
16213
16213
|
* @param {boolean} [includesPreviousItems]
|
|
@@ -16225,7 +16225,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16225
16225
|
},
|
|
16226
16226
|
/**
|
|
16227
16227
|
*
|
|
16228
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
16228
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16229
16229
|
* @param {string} hospitalId
|
|
16230
16230
|
* @param {string} hospitalSpecialtyId
|
|
16231
16231
|
* @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -16237,7 +16237,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16237
16237
|
},
|
|
16238
16238
|
/**
|
|
16239
16239
|
*
|
|
16240
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
16240
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16241
16241
|
* @param {string} hospitalId
|
|
16242
16242
|
* @param {string} hospitalSpecialtyId
|
|
16243
16243
|
* @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
|
|
@@ -16249,7 +16249,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16249
16249
|
},
|
|
16250
16250
|
/**
|
|
16251
16251
|
*
|
|
16252
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
16252
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
16253
16253
|
* @param {string} hospitalId
|
|
16254
16254
|
* @param {string} hospitalSpecialtyId
|
|
16255
16255
|
* @param {number} [year]
|
|
@@ -16267,7 +16267,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16267
16267
|
},
|
|
16268
16268
|
/**
|
|
16269
16269
|
*
|
|
16270
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
16270
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16271
16271
|
* @param {string} hospitalId
|
|
16272
16272
|
* @param {string} hospitalSpecialtyId
|
|
16273
16273
|
* @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
|
|
@@ -16279,7 +16279,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16279
16279
|
},
|
|
16280
16280
|
/**
|
|
16281
16281
|
*
|
|
16282
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
16282
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
16283
16283
|
* @param {string} hospitalId
|
|
16284
16284
|
* @param {string} hospitalSpecialtyId
|
|
16285
16285
|
* @param {DayOfWeek} [dayOfWeek]
|
|
@@ -16294,7 +16294,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16294
16294
|
},
|
|
16295
16295
|
/**
|
|
16296
16296
|
*
|
|
16297
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
16297
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16298
16298
|
* @param {string} hospitalId
|
|
16299
16299
|
* @param {string} hospitalSpecialtyId
|
|
16300
16300
|
* @param {boolean} [isPermanent]
|
|
@@ -16306,7 +16306,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16306
16306
|
},
|
|
16307
16307
|
/**
|
|
16308
16308
|
*
|
|
16309
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
16309
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
16310
16310
|
* @param {string} hospitalId
|
|
16311
16311
|
* @param {string} hospitalSpecialtyId
|
|
16312
16312
|
* @param {string} [languageCode]
|
|
@@ -16318,7 +16318,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16318
16318
|
},
|
|
16319
16319
|
/**
|
|
16320
16320
|
*
|
|
16321
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
16321
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
16322
16322
|
* @param {string} hospitalId
|
|
16323
16323
|
* @param {string} hospitalSpecialtyId
|
|
16324
16324
|
* @param {string} [id]
|
|
@@ -16334,7 +16334,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16334
16334
|
},
|
|
16335
16335
|
/**
|
|
16336
16336
|
*
|
|
16337
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
16337
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16338
16338
|
* @param {string} hospitalId
|
|
16339
16339
|
* @param {string} hospitalSpecialtyId
|
|
16340
16340
|
* @param {string} mediaId
|
|
@@ -16346,7 +16346,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16346
16346
|
},
|
|
16347
16347
|
/**
|
|
16348
16348
|
*
|
|
16349
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
16349
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
16350
16350
|
* @param {string} hospitalId
|
|
16351
16351
|
* @param {string} hospitalSpecialtyId
|
|
16352
16352
|
* @param {string} mediaId
|
|
@@ -16358,7 +16358,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16358
16358
|
},
|
|
16359
16359
|
/**
|
|
16360
16360
|
*
|
|
16361
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
16361
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16362
16362
|
* @param {string} hospitalId
|
|
16363
16363
|
* @param {string} hospitalSpecialtyId
|
|
16364
16364
|
* @param {string} mediaId
|
|
@@ -16371,7 +16371,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16371
16371
|
},
|
|
16372
16372
|
/**
|
|
16373
16373
|
*
|
|
16374
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
16374
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16375
16375
|
* @param {string} hospitalId
|
|
16376
16376
|
* @param {string} hospitalSpecialtyId
|
|
16377
16377
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
@@ -16383,7 +16383,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16383
16383
|
},
|
|
16384
16384
|
/**
|
|
16385
16385
|
*
|
|
16386
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
16386
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16387
16387
|
* @param {string} hospitalId
|
|
16388
16388
|
* @param {string} hospitalSpecialtyId
|
|
16389
16389
|
* @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
|
|
@@ -16406,7 +16406,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16406
16406
|
},
|
|
16407
16407
|
/**
|
|
16408
16408
|
*
|
|
16409
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
16409
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16410
16410
|
* @param {string} hospitalId
|
|
16411
16411
|
* @param {string} hospitalSpecialtyId
|
|
16412
16412
|
* @param {boolean} [includeCurrent]
|
|
@@ -16418,7 +16418,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16418
16418
|
},
|
|
16419
16419
|
/**
|
|
16420
16420
|
*
|
|
16421
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
16421
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16422
16422
|
* @param {string} hospitalId
|
|
16423
16423
|
* @param {string} hospitalSpecialtyId
|
|
16424
16424
|
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
@@ -16430,7 +16430,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16430
16430
|
},
|
|
16431
16431
|
/**
|
|
16432
16432
|
*
|
|
16433
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
16433
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16434
16434
|
* @param {string} hospitalId
|
|
16435
16435
|
* @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
|
|
16436
16436
|
* @param {*} [options] Override http request option.
|
|
@@ -16441,7 +16441,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16441
16441
|
},
|
|
16442
16442
|
/**
|
|
16443
16443
|
*
|
|
16444
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
16444
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
16445
16445
|
* @param {string} hospitalId
|
|
16446
16446
|
* @param {string} [specialtyId]
|
|
16447
16447
|
* @param {string} [specialtyName]
|
|
@@ -16464,7 +16464,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16464
16464
|
},
|
|
16465
16465
|
/**
|
|
16466
16466
|
*
|
|
16467
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
16467
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
16468
16468
|
* @param {string} hospitalId
|
|
16469
16469
|
* @param {string} slug
|
|
16470
16470
|
* @param {string} [languageCode]
|
|
@@ -16478,7 +16478,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16478
16478
|
},
|
|
16479
16479
|
/**
|
|
16480
16480
|
*
|
|
16481
|
-
* @summary Get all HospitalServices. (Auth
|
|
16481
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
16482
16482
|
* @param {string} hospitalId
|
|
16483
16483
|
* @param {string} specialtyId
|
|
16484
16484
|
* @param {string} [id]
|
|
@@ -16501,7 +16501,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16501
16501
|
},
|
|
16502
16502
|
/**
|
|
16503
16503
|
*
|
|
16504
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
16504
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16505
16505
|
* @param {string} hospitalId
|
|
16506
16506
|
* @param {string} specialtyId
|
|
16507
16507
|
* @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
|
|
@@ -16513,7 +16513,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16513
16513
|
},
|
|
16514
16514
|
/**
|
|
16515
16515
|
*
|
|
16516
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
16516
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
16517
16517
|
* @param {string} hospitalId
|
|
16518
16518
|
* @param {string} specialtyId
|
|
16519
16519
|
* @param {string} serviceId
|
|
@@ -16532,7 +16532,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16532
16532
|
},
|
|
16533
16533
|
/**
|
|
16534
16534
|
*
|
|
16535
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
16535
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16536
16536
|
* @param {string} hospitalId
|
|
16537
16537
|
* @param {string} specialtyId
|
|
16538
16538
|
* @param {string} serviceId
|
|
@@ -16545,7 +16545,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16545
16545
|
},
|
|
16546
16546
|
/**
|
|
16547
16547
|
*
|
|
16548
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
16548
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16549
16549
|
* @param {string} hospitalId
|
|
16550
16550
|
* @param {string} specialtyId
|
|
16551
16551
|
* @param {string} serviceId
|
|
@@ -16558,7 +16558,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16558
16558
|
},
|
|
16559
16559
|
/**
|
|
16560
16560
|
*
|
|
16561
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
16561
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
16562
16562
|
* @param {string} hospitalId
|
|
16563
16563
|
* @param {string} specialtyId
|
|
16564
16564
|
* @param {string} serviceId
|
|
@@ -16577,7 +16577,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16577
16577
|
},
|
|
16578
16578
|
/**
|
|
16579
16579
|
*
|
|
16580
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
16580
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16581
16581
|
* @param {string} hospitalId
|
|
16582
16582
|
* @param {string} specialtyId
|
|
16583
16583
|
* @param {string} serviceId
|
|
@@ -16590,7 +16590,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16590
16590
|
},
|
|
16591
16591
|
/**
|
|
16592
16592
|
*
|
|
16593
|
-
* @summary Get Service appointment timetables (Auth
|
|
16593
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
16594
16594
|
* @param {string} hospitalId
|
|
16595
16595
|
* @param {string} specialtyId
|
|
16596
16596
|
* @param {string} serviceId
|
|
@@ -16606,7 +16606,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16606
16606
|
},
|
|
16607
16607
|
/**
|
|
16608
16608
|
*
|
|
16609
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
16609
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16610
16610
|
* @param {string} hospitalId
|
|
16611
16611
|
* @param {string} specialtyId
|
|
16612
16612
|
* @param {string} serviceId
|
|
@@ -16619,7 +16619,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16619
16619
|
},
|
|
16620
16620
|
/**
|
|
16621
16621
|
*
|
|
16622
|
-
* @summary (Auth
|
|
16622
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
16623
16623
|
* @param {string} hospitalId
|
|
16624
16624
|
* @param {string} specialtyId
|
|
16625
16625
|
* @param {string} serviceId
|
|
@@ -16633,7 +16633,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16633
16633
|
},
|
|
16634
16634
|
/**
|
|
16635
16635
|
*
|
|
16636
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
16636
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
16637
16637
|
* @param {string} hospitalId
|
|
16638
16638
|
* @param {string} specialtyId
|
|
16639
16639
|
* @param {string} serviceId
|
|
@@ -16650,7 +16650,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16650
16650
|
},
|
|
16651
16651
|
/**
|
|
16652
16652
|
*
|
|
16653
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
16653
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16654
16654
|
* @param {string} hospitalId
|
|
16655
16655
|
* @param {string} specialtyId
|
|
16656
16656
|
* @param {string} serviceId
|
|
@@ -16663,7 +16663,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16663
16663
|
},
|
|
16664
16664
|
/**
|
|
16665
16665
|
*
|
|
16666
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
16666
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
16667
16667
|
* @param {string} hospitalId
|
|
16668
16668
|
* @param {string} specialtyId
|
|
16669
16669
|
* @param {string} serviceId
|
|
@@ -16676,7 +16676,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16676
16676
|
},
|
|
16677
16677
|
/**
|
|
16678
16678
|
*
|
|
16679
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
16679
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16680
16680
|
* @param {string} hospitalId
|
|
16681
16681
|
* @param {string} specialtyId
|
|
16682
16682
|
* @param {string} serviceId
|
|
@@ -16690,7 +16690,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16690
16690
|
},
|
|
16691
16691
|
/**
|
|
16692
16692
|
*
|
|
16693
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
16693
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16694
16694
|
* @param {string} hospitalId
|
|
16695
16695
|
* @param {string} specialtyId
|
|
16696
16696
|
* @param {string} serviceId
|
|
@@ -16703,7 +16703,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16703
16703
|
},
|
|
16704
16704
|
/**
|
|
16705
16705
|
*
|
|
16706
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
16706
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16707
16707
|
* @param {string} hospitalId
|
|
16708
16708
|
* @param {string} specialtyId
|
|
16709
16709
|
* @param {string} serviceId
|
|
@@ -16716,7 +16716,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16716
16716
|
},
|
|
16717
16717
|
/**
|
|
16718
16718
|
*
|
|
16719
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
16719
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16720
16720
|
* @param {string} hospitalId
|
|
16721
16721
|
* @param {string} specialtyId
|
|
16722
16722
|
* @param {string} serviceId
|
|
@@ -16728,7 +16728,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16728
16728
|
},
|
|
16729
16729
|
/**
|
|
16730
16730
|
*
|
|
16731
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
16731
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16732
16732
|
* @param {string} hospitalId
|
|
16733
16733
|
* @param {string} specialtyId
|
|
16734
16734
|
* @param {string} serviceId
|
|
@@ -16741,7 +16741,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16741
16741
|
},
|
|
16742
16742
|
/**
|
|
16743
16743
|
*
|
|
16744
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
16744
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16745
16745
|
* @param {string} hospitalId
|
|
16746
16746
|
* @param {string} specialtyId
|
|
16747
16747
|
* @param {string} serviceId
|
|
@@ -16754,7 +16754,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16754
16754
|
},
|
|
16755
16755
|
/**
|
|
16756
16756
|
*
|
|
16757
|
-
* @summary Get all hospital tags (Auth
|
|
16757
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
16758
16758
|
* @param {string} hospitalId
|
|
16759
16759
|
* @param {string} [tagId]
|
|
16760
16760
|
* @param {number} [page]
|
|
@@ -16768,7 +16768,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16768
16768
|
},
|
|
16769
16769
|
/**
|
|
16770
16770
|
*
|
|
16771
|
-
* @summary Create hospitalTag (Auth
|
|
16771
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16772
16772
|
* @param {string} hospitalId
|
|
16773
16773
|
* @param {CreateHospitalTagCommand} [createHospitalTagCommand]
|
|
16774
16774
|
* @param {*} [options] Override http request option.
|
|
@@ -16779,7 +16779,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16779
16779
|
},
|
|
16780
16780
|
/**
|
|
16781
16781
|
*
|
|
16782
|
-
* @summary Delete hospitalTag (Auth
|
|
16782
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16783
16783
|
* @param {string} hospitalId
|
|
16784
16784
|
* @param {string} tagId
|
|
16785
16785
|
* @param {*} [options] Override http request option.
|
|
@@ -16790,7 +16790,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16790
16790
|
},
|
|
16791
16791
|
/**
|
|
16792
16792
|
*
|
|
16793
|
-
* @summary Get hospital tag (Auth
|
|
16793
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
16794
16794
|
* @param {string} hospitalId
|
|
16795
16795
|
* @param {string} tagId
|
|
16796
16796
|
* @param {*} [options] Override http request option.
|
|
@@ -16812,7 +16812,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16812
16812
|
},
|
|
16813
16813
|
/**
|
|
16814
16814
|
*
|
|
16815
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
16815
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16816
16816
|
* @param {string} hospitalId
|
|
16817
16817
|
* @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
|
|
16818
16818
|
* @param {*} [options] Override http request option.
|
|
@@ -16823,7 +16823,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16823
16823
|
},
|
|
16824
16824
|
/**
|
|
16825
16825
|
*
|
|
16826
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
16826
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
16827
16827
|
* @param {string} hospitalId
|
|
16828
16828
|
* @param {string} [id]
|
|
16829
16829
|
* @param {string} [dayOfWeek]
|
|
@@ -16841,7 +16841,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16841
16841
|
},
|
|
16842
16842
|
/**
|
|
16843
16843
|
*
|
|
16844
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
16844
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16845
16845
|
* @param {string} hospitalId
|
|
16846
16846
|
* @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
|
|
16847
16847
|
* @param {*} [options] Override http request option.
|
|
@@ -16852,7 +16852,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16852
16852
|
},
|
|
16853
16853
|
/**
|
|
16854
16854
|
*
|
|
16855
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
16855
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16856
16856
|
* @param {string} hospitalId
|
|
16857
16857
|
* @param {string} workingDayId
|
|
16858
16858
|
* @param {*} [options] Override http request option.
|
|
@@ -16863,7 +16863,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16863
16863
|
},
|
|
16864
16864
|
/**
|
|
16865
16865
|
*
|
|
16866
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
16866
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
16867
16867
|
* @param {string} hospitalId
|
|
16868
16868
|
* @param {string} workingDayId
|
|
16869
16869
|
* @param {*} [options] Override http request option.
|
|
@@ -16874,7 +16874,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16874
16874
|
},
|
|
16875
16875
|
/**
|
|
16876
16876
|
*
|
|
16877
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
16877
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16878
16878
|
* @param {string} hospitalId
|
|
16879
16879
|
* @param {string} workingDayId
|
|
16880
16880
|
* @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
|
|
@@ -16896,7 +16896,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16896
16896
|
},
|
|
16897
16897
|
/**
|
|
16898
16898
|
*
|
|
16899
|
-
* @summary Get all Hospitals. (Auth
|
|
16899
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
16900
16900
|
* @param {string} [hospitalId]
|
|
16901
16901
|
* @param {StringFilterTypes} [nameFilterType]
|
|
16902
16902
|
* @param {string} [name]
|
|
@@ -16921,7 +16921,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16921
16921
|
},
|
|
16922
16922
|
/**
|
|
16923
16923
|
*
|
|
16924
|
-
* @summary (Auth
|
|
16924
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
16925
16925
|
* @param {string} slug
|
|
16926
16926
|
* @param {string} [languageCode]
|
|
16927
16927
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -16947,7 +16947,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
16947
16947
|
}
|
|
16948
16948
|
/**
|
|
16949
16949
|
*
|
|
16950
|
-
* @summary Get all Hospitals. (Auth
|
|
16950
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
16951
16951
|
* @param {HospitalsApiApiV1HospitalsGetRequest} requestParameters Request parameters.
|
|
16952
16952
|
* @param {*} [options] Override http request option.
|
|
16953
16953
|
* @throws {RequiredError}
|
|
@@ -16972,7 +16972,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
16972
16972
|
};
|
|
16973
16973
|
/**
|
|
16974
16974
|
*
|
|
16975
|
-
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,
|
|
16975
|
+
* @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16976
16976
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
16977
16977
|
* @param {*} [options] Override http request option.
|
|
16978
16978
|
* @throws {RequiredError}
|
|
@@ -16984,7 +16984,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
16984
16984
|
};
|
|
16985
16985
|
/**
|
|
16986
16986
|
*
|
|
16987
|
-
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,
|
|
16987
|
+
* @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
16988
16988
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
|
|
16989
16989
|
* @param {*} [options] Override http request option.
|
|
16990
16990
|
* @throws {RequiredError}
|
|
@@ -17008,7 +17008,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17008
17008
|
};
|
|
17009
17009
|
/**
|
|
17010
17010
|
*
|
|
17011
|
-
* @summary Get Hospital appointment timetable overrides (Auth
|
|
17011
|
+
* @summary Get Hospital appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
17012
17012
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
17013
17013
|
* @param {*} [options] Override http request option.
|
|
17014
17014
|
* @throws {RequiredError}
|
|
@@ -17020,7 +17020,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17020
17020
|
};
|
|
17021
17021
|
/**
|
|
17022
17022
|
*
|
|
17023
|
-
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
17023
|
+
* @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17024
17024
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
17025
17025
|
* @param {*} [options] Override http request option.
|
|
17026
17026
|
* @throws {RequiredError}
|
|
@@ -17032,7 +17032,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17032
17032
|
};
|
|
17033
17033
|
/**
|
|
17034
17034
|
*
|
|
17035
|
-
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
17035
|
+
* @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17036
17036
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
17037
17037
|
* @param {*} [options] Override http request option.
|
|
17038
17038
|
* @throws {RequiredError}
|
|
@@ -17044,7 +17044,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17044
17044
|
};
|
|
17045
17045
|
/**
|
|
17046
17046
|
*
|
|
17047
|
-
* @summary Get Hospital appointment timetables for application (Auth
|
|
17047
|
+
* @summary Get Hospital appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
17048
17048
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
17049
17049
|
* @param {*} [options] Override http request option.
|
|
17050
17050
|
* @throws {RequiredError}
|
|
@@ -17056,7 +17056,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17056
17056
|
};
|
|
17057
17057
|
/**
|
|
17058
17058
|
*
|
|
17059
|
-
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
17059
|
+
* @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17060
17060
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
17061
17061
|
* @param {*} [options] Override http request option.
|
|
17062
17062
|
* @throws {RequiredError}
|
|
@@ -17068,7 +17068,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17068
17068
|
};
|
|
17069
17069
|
/**
|
|
17070
17070
|
*
|
|
17071
|
-
* @summary Get Hospital appointment timetables (Auth
|
|
17071
|
+
* @summary Get Hospital appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
17072
17072
|
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
17073
17073
|
* @param {*} [options] Override http request option.
|
|
17074
17074
|
* @throws {RequiredError}
|
|
@@ -17128,7 +17128,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17128
17128
|
};
|
|
17129
17129
|
/**
|
|
17130
17130
|
*
|
|
17131
|
-
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
17131
|
+
* @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
17132
17132
|
* @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosPostRequest} requestParameters Request parameters.
|
|
17133
17133
|
* @param {*} [options] Override http request option.
|
|
17134
17134
|
* @throws {RequiredError}
|
|
@@ -17140,7 +17140,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17140
17140
|
};
|
|
17141
17141
|
/**
|
|
17142
17142
|
*
|
|
17143
|
-
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
17143
|
+
* @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17144
17144
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdDeleteRequest} requestParameters Request parameters.
|
|
17145
17145
|
* @param {*} [options] Override http request option.
|
|
17146
17146
|
* @throws {RequiredError}
|
|
@@ -17152,7 +17152,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17152
17152
|
};
|
|
17153
17153
|
/**
|
|
17154
17154
|
*
|
|
17155
|
-
* @summary Get hospital contact (Auth
|
|
17155
|
+
* @summary Get hospital contact (Auth policies: RequireDefaultAdminAppRole)
|
|
17156
17156
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdGetRequest} requestParameters Request parameters.
|
|
17157
17157
|
* @param {*} [options] Override http request option.
|
|
17158
17158
|
* @throws {RequiredError}
|
|
@@ -17164,7 +17164,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17164
17164
|
};
|
|
17165
17165
|
/**
|
|
17166
17166
|
*
|
|
17167
|
-
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
17167
|
+
* @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17168
17168
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdPutRequest} requestParameters Request parameters.
|
|
17169
17169
|
* @param {*} [options] Override http request option.
|
|
17170
17170
|
* @throws {RequiredError}
|
|
@@ -17176,7 +17176,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17176
17176
|
};
|
|
17177
17177
|
/**
|
|
17178
17178
|
*
|
|
17179
|
-
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
17179
|
+
* @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17180
17180
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdReactivatePutRequest} requestParameters Request parameters.
|
|
17181
17181
|
* @param {*} [options] Override http request option.
|
|
17182
17182
|
* @throws {RequiredError}
|
|
@@ -17188,7 +17188,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17188
17188
|
};
|
|
17189
17189
|
/**
|
|
17190
17190
|
*
|
|
17191
|
-
* @summary Get hospital contacts (Auth
|
|
17191
|
+
* @summary Get hospital contacts (Auth policies: RequireDefaultAdminAppRole)
|
|
17192
17192
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsGetRequest} requestParameters Request parameters.
|
|
17193
17193
|
* @param {*} [options] Override http request option.
|
|
17194
17194
|
* @throws {RequiredError}
|
|
@@ -17200,7 +17200,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17200
17200
|
};
|
|
17201
17201
|
/**
|
|
17202
17202
|
*
|
|
17203
|
-
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,
|
|
17203
|
+
* @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17204
17204
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsPostRequest} requestParameters Request parameters.
|
|
17205
17205
|
* @param {*} [options] Override http request option.
|
|
17206
17206
|
* @throws {RequiredError}
|
|
@@ -17212,7 +17212,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17212
17212
|
};
|
|
17213
17213
|
/**
|
|
17214
17214
|
*
|
|
17215
|
-
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,
|
|
17215
|
+
* @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17216
17216
|
* @param {HospitalsApiApiV1HospitalsHospitalIdContactsSortPutRequest} requestParameters Request parameters.
|
|
17217
17217
|
* @param {*} [options] Override http request option.
|
|
17218
17218
|
* @throws {RequiredError}
|
|
@@ -17236,7 +17236,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17236
17236
|
};
|
|
17237
17237
|
/**
|
|
17238
17238
|
*
|
|
17239
|
-
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,
|
|
17239
|
+
* @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17240
17240
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdDeleteRequest} requestParameters Request parameters.
|
|
17241
17241
|
* @param {*} [options] Override http request option.
|
|
17242
17242
|
* @throws {RequiredError}
|
|
@@ -17248,7 +17248,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17248
17248
|
};
|
|
17249
17249
|
/**
|
|
17250
17250
|
*
|
|
17251
|
-
* @summary Get HospitalEquipment. (Auth
|
|
17251
|
+
* @summary Get HospitalEquipment. (Auth policies: RequireDefaultAdminAppRole)
|
|
17252
17252
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdGetRequest} requestParameters Request parameters.
|
|
17253
17253
|
* @param {*} [options] Override http request option.
|
|
17254
17254
|
* @throws {RequiredError}
|
|
@@ -17260,7 +17260,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17260
17260
|
};
|
|
17261
17261
|
/**
|
|
17262
17262
|
*
|
|
17263
|
-
* @summary Get all EquipmentMedia. (Auth
|
|
17263
|
+
* @summary Get all EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
17264
17264
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest} requestParameters Request parameters.
|
|
17265
17265
|
* @param {*} [options] Override http request option.
|
|
17266
17266
|
* @throws {RequiredError}
|
|
@@ -17272,7 +17272,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17272
17272
|
};
|
|
17273
17273
|
/**
|
|
17274
17274
|
*
|
|
17275
|
-
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,
|
|
17275
|
+
* @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17276
17276
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
17277
17277
|
* @param {*} [options] Override http request option.
|
|
17278
17278
|
* @throws {RequiredError}
|
|
@@ -17284,7 +17284,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17284
17284
|
};
|
|
17285
17285
|
/**
|
|
17286
17286
|
*
|
|
17287
|
-
* @summary Get EquipmentMedia. (Auth
|
|
17287
|
+
* @summary Get EquipmentMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
17288
17288
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
17289
17289
|
* @param {*} [options] Override http request option.
|
|
17290
17290
|
* @throws {RequiredError}
|
|
@@ -17296,7 +17296,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17296
17296
|
};
|
|
17297
17297
|
/**
|
|
17298
17298
|
*
|
|
17299
|
-
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
17299
|
+
* @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17300
17300
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
17301
17301
|
* @param {*} [options] Override http request option.
|
|
17302
17302
|
* @throws {RequiredError}
|
|
@@ -17308,7 +17308,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17308
17308
|
};
|
|
17309
17309
|
/**
|
|
17310
17310
|
*
|
|
17311
|
-
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
17311
|
+
* @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17312
17312
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPostRequest} requestParameters Request parameters.
|
|
17313
17313
|
* @param {*} [options] Override http request option.
|
|
17314
17314
|
* @throws {RequiredError}
|
|
@@ -17320,7 +17320,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17320
17320
|
};
|
|
17321
17321
|
/**
|
|
17322
17322
|
*
|
|
17323
|
-
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
17323
|
+
* @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17324
17324
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdPutRequest} requestParameters Request parameters.
|
|
17325
17325
|
* @param {*} [options] Override http request option.
|
|
17326
17326
|
* @throws {RequiredError}
|
|
@@ -17344,7 +17344,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17344
17344
|
};
|
|
17345
17345
|
/**
|
|
17346
17346
|
*
|
|
17347
|
-
* @summary Get all HospitalEquipments. (Auth
|
|
17347
|
+
* @summary Get all HospitalEquipments. (Auth policies: RequireDefaultAdminAppRole)
|
|
17348
17348
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsGetRequest} requestParameters Request parameters.
|
|
17349
17349
|
* @param {*} [options] Override http request option.
|
|
17350
17350
|
* @throws {RequiredError}
|
|
@@ -17356,7 +17356,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17356
17356
|
};
|
|
17357
17357
|
/**
|
|
17358
17358
|
*
|
|
17359
|
-
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,
|
|
17359
|
+
* @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17360
17360
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsPostRequest} requestParameters Request parameters.
|
|
17361
17361
|
* @param {*} [options] Override http request option.
|
|
17362
17362
|
* @throws {RequiredError}
|
|
@@ -17380,7 +17380,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17380
17380
|
};
|
|
17381
17381
|
/**
|
|
17382
17382
|
*
|
|
17383
|
-
* @summary Get HospitalEvaluation. (Auth
|
|
17383
|
+
* @summary Get HospitalEvaluation. (Auth policies: RequireDefaultAdminAppRole)
|
|
17384
17384
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsEvaluationIdGetRequest} requestParameters Request parameters.
|
|
17385
17385
|
* @param {*} [options] Override http request option.
|
|
17386
17386
|
* @throws {RequiredError}
|
|
@@ -17392,7 +17392,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17392
17392
|
};
|
|
17393
17393
|
/**
|
|
17394
17394
|
*
|
|
17395
|
-
* @summary Get all HospitalEvaluations. (Auth
|
|
17395
|
+
* @summary Get all HospitalEvaluations. (Auth policies: RequireDefaultAdminAppRole)
|
|
17396
17396
|
* @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsGetRequest} requestParameters Request parameters.
|
|
17397
17397
|
* @param {*} [options] Override http request option.
|
|
17398
17398
|
* @throws {RequiredError}
|
|
@@ -17416,7 +17416,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17416
17416
|
};
|
|
17417
17417
|
/**
|
|
17418
17418
|
*
|
|
17419
|
-
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager
|
|
17419
|
+
* @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
|
|
17420
17420
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest} requestParameters Request parameters.
|
|
17421
17421
|
* @param {*} [options] Override http request option.
|
|
17422
17422
|
* @throws {RequiredError}
|
|
@@ -17428,7 +17428,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17428
17428
|
};
|
|
17429
17429
|
/**
|
|
17430
17430
|
*
|
|
17431
|
-
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
17431
|
+
* @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
17432
17432
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
|
|
17433
17433
|
* @param {*} [options] Override http request option.
|
|
17434
17434
|
* @throws {RequiredError}
|
|
@@ -17440,7 +17440,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17440
17440
|
};
|
|
17441
17441
|
/**
|
|
17442
17442
|
*
|
|
17443
|
-
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager
|
|
17443
|
+
* @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
|
|
17444
17444
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
|
|
17445
17445
|
* @param {*} [options] Override http request option.
|
|
17446
17446
|
* @throws {RequiredError}
|
|
@@ -17452,7 +17452,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17452
17452
|
};
|
|
17453
17453
|
/**
|
|
17454
17454
|
*
|
|
17455
|
-
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager
|
|
17455
|
+
* @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
|
|
17456
17456
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
|
|
17457
17457
|
* @param {*} [options] Override http request option.
|
|
17458
17458
|
* @throws {RequiredError}
|
|
@@ -17464,7 +17464,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17464
17464
|
};
|
|
17465
17465
|
/**
|
|
17466
17466
|
*
|
|
17467
|
-
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager
|
|
17467
|
+
* @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
|
|
17468
17468
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest} requestParameters Request parameters.
|
|
17469
17469
|
* @param {*} [options] Override http request option.
|
|
17470
17470
|
* @throws {RequiredError}
|
|
@@ -17476,7 +17476,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17476
17476
|
};
|
|
17477
17477
|
/**
|
|
17478
17478
|
*
|
|
17479
|
-
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager
|
|
17479
|
+
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
|
|
17480
17480
|
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPutRequest} requestParameters Request parameters.
|
|
17481
17481
|
* @param {*} [options] Override http request option.
|
|
17482
17482
|
* @throws {RequiredError}
|
|
@@ -17488,7 +17488,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17488
17488
|
};
|
|
17489
17489
|
/**
|
|
17490
17490
|
*
|
|
17491
|
-
* @summary Get Hospital. (Auth
|
|
17491
|
+
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
17492
17492
|
* @param {HospitalsApiApiV1HospitalsHospitalIdGetRequest} requestParameters Request parameters.
|
|
17493
17493
|
* @param {*} [options] Override http request option.
|
|
17494
17494
|
* @throws {RequiredError}
|
|
@@ -17500,7 +17500,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17500
17500
|
};
|
|
17501
17501
|
/**
|
|
17502
17502
|
*
|
|
17503
|
-
* @summary Get all HospitalHandles. (Auth
|
|
17503
|
+
* @summary Get all HospitalHandles. (Auth policies: RequireDefaultAdminAppRole)
|
|
17504
17504
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesGetRequest} requestParameters Request parameters.
|
|
17505
17505
|
* @param {*} [options] Override http request option.
|
|
17506
17506
|
* @throws {RequiredError}
|
|
@@ -17512,7 +17512,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17512
17512
|
};
|
|
17513
17513
|
/**
|
|
17514
17514
|
*
|
|
17515
|
-
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
17515
|
+
* @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17516
17516
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdDeleteRequest} requestParameters Request parameters.
|
|
17517
17517
|
* @param {*} [options] Override http request option.
|
|
17518
17518
|
* @throws {RequiredError}
|
|
@@ -17524,7 +17524,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17524
17524
|
};
|
|
17525
17525
|
/**
|
|
17526
17526
|
*
|
|
17527
|
-
* @summary Get HospitalHandle. (Auth
|
|
17527
|
+
* @summary Get HospitalHandle. (Auth policies: RequireDefaultAdminAppRole)
|
|
17528
17528
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
17529
17529
|
* @param {*} [options] Override http request option.
|
|
17530
17530
|
* @throws {RequiredError}
|
|
@@ -17536,7 +17536,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17536
17536
|
};
|
|
17537
17537
|
/**
|
|
17538
17538
|
*
|
|
17539
|
-
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
17539
|
+
* @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17540
17540
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdPutRequest} requestParameters Request parameters.
|
|
17541
17541
|
* @param {*} [options] Override http request option.
|
|
17542
17542
|
* @throws {RequiredError}
|
|
@@ -17548,7 +17548,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17548
17548
|
};
|
|
17549
17549
|
/**
|
|
17550
17550
|
*
|
|
17551
|
-
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,
|
|
17551
|
+
* @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17552
17552
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHandlesPostRequest} requestParameters Request parameters.
|
|
17553
17553
|
* @param {*} [options] Override http request option.
|
|
17554
17554
|
* @throws {RequiredError}
|
|
@@ -17620,7 +17620,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17620
17620
|
};
|
|
17621
17621
|
/**
|
|
17622
17622
|
*
|
|
17623
|
-
* @summary Get all GetAllLandings. (Auth
|
|
17623
|
+
* @summary Get all GetAllLandings. (Auth policies: RequireDefaultAdminAppRole)
|
|
17624
17624
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsGetRequest} requestParameters Request parameters.
|
|
17625
17625
|
* @param {*} [options] Override http request option.
|
|
17626
17626
|
* @throws {RequiredError}
|
|
@@ -17644,7 +17644,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17644
17644
|
};
|
|
17645
17645
|
/**
|
|
17646
17646
|
*
|
|
17647
|
-
* @summary Get Landing (Auth
|
|
17647
|
+
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
17648
17648
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdGetRequest} requestParameters Request parameters.
|
|
17649
17649
|
* @param {*} [options] Override http request option.
|
|
17650
17650
|
* @throws {RequiredError}
|
|
@@ -17656,7 +17656,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17656
17656
|
};
|
|
17657
17657
|
/**
|
|
17658
17658
|
*
|
|
17659
|
-
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,
|
|
17659
|
+
* @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17660
17660
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdPutRequest} requestParameters Request parameters.
|
|
17661
17661
|
* @param {*} [options] Override http request option.
|
|
17662
17662
|
* @throws {RequiredError}
|
|
@@ -17668,7 +17668,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17668
17668
|
};
|
|
17669
17669
|
/**
|
|
17670
17670
|
*
|
|
17671
|
-
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,
|
|
17671
|
+
* @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17672
17672
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivatePutRequest} requestParameters Request parameters.
|
|
17673
17673
|
* @param {*} [options] Override http request option.
|
|
17674
17674
|
* @throws {RequiredError}
|
|
@@ -17680,7 +17680,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17680
17680
|
};
|
|
17681
17681
|
/**
|
|
17682
17682
|
*
|
|
17683
|
-
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,
|
|
17683
|
+
* @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17684
17684
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest} requestParameters Request parameters.
|
|
17685
17685
|
* @param {*} [options] Override http request option.
|
|
17686
17686
|
* @throws {RequiredError}
|
|
@@ -17692,7 +17692,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17692
17692
|
};
|
|
17693
17693
|
/**
|
|
17694
17694
|
*
|
|
17695
|
-
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,
|
|
17695
|
+
* @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17696
17696
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdTranslatePostRequest} requestParameters Request parameters.
|
|
17697
17697
|
* @param {*} [options] Override http request option.
|
|
17698
17698
|
* @throws {RequiredError}
|
|
@@ -17716,7 +17716,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17716
17716
|
};
|
|
17717
17717
|
/**
|
|
17718
17718
|
*
|
|
17719
|
-
* @summary Get all GetAllLanguages. (Auth
|
|
17719
|
+
* @summary Get all GetAllLanguages. (Auth policies: RequireDefaultAdminAppRole)
|
|
17720
17720
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesGetRequest} requestParameters Request parameters.
|
|
17721
17721
|
* @param {*} [options] Override http request option.
|
|
17722
17722
|
* @throws {RequiredError}
|
|
@@ -17728,7 +17728,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17728
17728
|
};
|
|
17729
17729
|
/**
|
|
17730
17730
|
*
|
|
17731
|
-
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,
|
|
17731
|
+
* @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17732
17732
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
|
|
17733
17733
|
* @param {*} [options] Override http request option.
|
|
17734
17734
|
* @throws {RequiredError}
|
|
@@ -17740,7 +17740,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17740
17740
|
};
|
|
17741
17741
|
/**
|
|
17742
17742
|
*
|
|
17743
|
-
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,
|
|
17743
|
+
* @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17744
17744
|
* @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
|
|
17745
17745
|
* @param {*} [options] Override http request option.
|
|
17746
17746
|
* @throws {RequiredError}
|
|
@@ -17824,7 +17824,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17824
17824
|
};
|
|
17825
17825
|
/**
|
|
17826
17826
|
*
|
|
17827
|
-
* @summary Get all HospitalMedias. (Auth
|
|
17827
|
+
* @summary Get all HospitalMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
17828
17828
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasGetRequest} requestParameters Request parameters.
|
|
17829
17829
|
* @param {*} [options] Override http request option.
|
|
17830
17830
|
* @throws {RequiredError}
|
|
@@ -17836,7 +17836,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17836
17836
|
};
|
|
17837
17837
|
/**
|
|
17838
17838
|
*
|
|
17839
|
-
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,
|
|
17839
|
+
* @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17840
17840
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
17841
17841
|
* @param {*} [options] Override http request option.
|
|
17842
17842
|
* @throws {RequiredError}
|
|
@@ -17848,7 +17848,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17848
17848
|
};
|
|
17849
17849
|
/**
|
|
17850
17850
|
*
|
|
17851
|
-
* @summary Get HospitalMedia. (Auth
|
|
17851
|
+
* @summary Get HospitalMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
17852
17852
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
17853
17853
|
* @param {*} [options] Override http request option.
|
|
17854
17854
|
* @throws {RequiredError}
|
|
@@ -17860,7 +17860,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17860
17860
|
};
|
|
17861
17861
|
/**
|
|
17862
17862
|
*
|
|
17863
|
-
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
17863
|
+
* @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17864
17864
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
17865
17865
|
* @param {*} [options] Override http request option.
|
|
17866
17866
|
* @throws {RequiredError}
|
|
@@ -17872,7 +17872,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17872
17872
|
};
|
|
17873
17873
|
/**
|
|
17874
17874
|
*
|
|
17875
|
-
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
17875
|
+
* @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
17876
17876
|
* @param {HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest} requestParameters Request parameters.
|
|
17877
17877
|
* @param {*} [options] Override http request option.
|
|
17878
17878
|
* @throws {RequiredError}
|
|
@@ -18124,7 +18124,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18124
18124
|
};
|
|
18125
18125
|
/**
|
|
18126
18126
|
*
|
|
18127
|
-
* @summary Get all policies (Auth
|
|
18127
|
+
* @summary Get all policies (Auth policies: RequireDefaultAdminAppRole)
|
|
18128
18128
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest} requestParameters Request parameters.
|
|
18129
18129
|
* @param {*} [options] Override http request option.
|
|
18130
18130
|
* @throws {RequiredError}
|
|
@@ -18136,7 +18136,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18136
18136
|
};
|
|
18137
18137
|
/**
|
|
18138
18138
|
*
|
|
18139
|
-
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,
|
|
18139
|
+
* @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18140
18140
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest} requestParameters Request parameters.
|
|
18141
18141
|
* @param {*} [options] Override http request option.
|
|
18142
18142
|
* @throws {RequiredError}
|
|
@@ -18148,7 +18148,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18148
18148
|
};
|
|
18149
18149
|
/**
|
|
18150
18150
|
*
|
|
18151
|
-
* @summary Get policy (Auth
|
|
18151
|
+
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
18152
18152
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest} requestParameters Request parameters.
|
|
18153
18153
|
* @param {*} [options] Override http request option.
|
|
18154
18154
|
* @throws {RequiredError}
|
|
@@ -18160,7 +18160,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18160
18160
|
};
|
|
18161
18161
|
/**
|
|
18162
18162
|
*
|
|
18163
|
-
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,
|
|
18163
|
+
* @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18164
18164
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest} requestParameters Request parameters.
|
|
18165
18165
|
* @param {*} [options] Override http request option.
|
|
18166
18166
|
* @throws {RequiredError}
|
|
@@ -18172,7 +18172,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18172
18172
|
};
|
|
18173
18173
|
/**
|
|
18174
18174
|
*
|
|
18175
|
-
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,
|
|
18175
|
+
* @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18176
18176
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePutRequest} requestParameters Request parameters.
|
|
18177
18177
|
* @param {*} [options] Override http request option.
|
|
18178
18178
|
* @throws {RequiredError}
|
|
@@ -18184,7 +18184,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18184
18184
|
};
|
|
18185
18185
|
/**
|
|
18186
18186
|
*
|
|
18187
|
-
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,
|
|
18187
|
+
* @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18188
18188
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest} requestParameters Request parameters.
|
|
18189
18189
|
* @param {*} [options] Override http request option.
|
|
18190
18190
|
* @throws {RequiredError}
|
|
@@ -18208,7 +18208,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18208
18208
|
};
|
|
18209
18209
|
/**
|
|
18210
18210
|
*
|
|
18211
|
-
* @summary Get hospitalRatings (Auth
|
|
18211
|
+
* @summary Get hospitalRatings (Auth policies: RequireDefaultAdminAppRole)
|
|
18212
18212
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsGetRequest} requestParameters Request parameters.
|
|
18213
18213
|
* @param {*} [options] Override http request option.
|
|
18214
18214
|
* @throws {RequiredError}
|
|
@@ -18220,7 +18220,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18220
18220
|
};
|
|
18221
18221
|
/**
|
|
18222
18222
|
*
|
|
18223
|
-
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
18223
|
+
* @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
18224
18224
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdDeleteRequest} requestParameters Request parameters.
|
|
18225
18225
|
* @param {*} [options] Override http request option.
|
|
18226
18226
|
* @throws {RequiredError}
|
|
@@ -18232,7 +18232,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18232
18232
|
};
|
|
18233
18233
|
/**
|
|
18234
18234
|
*
|
|
18235
|
-
* @summary Get hospitalRating (Auth
|
|
18235
|
+
* @summary Get hospitalRating (Auth policies: RequireDefaultAdminAppRole)
|
|
18236
18236
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdGetRequest} requestParameters Request parameters.
|
|
18237
18237
|
* @param {*} [options] Override http request option.
|
|
18238
18238
|
* @throws {RequiredError}
|
|
@@ -18244,7 +18244,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18244
18244
|
};
|
|
18245
18245
|
/**
|
|
18246
18246
|
*
|
|
18247
|
-
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
18247
|
+
* @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
18248
18248
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdPutRequest} requestParameters Request parameters.
|
|
18249
18249
|
* @param {*} [options] Override http request option.
|
|
18250
18250
|
* @throws {RequiredError}
|
|
@@ -18256,7 +18256,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18256
18256
|
};
|
|
18257
18257
|
/**
|
|
18258
18258
|
*
|
|
18259
|
-
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
18259
|
+
* @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
18260
18260
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsPostRequest} requestParameters Request parameters.
|
|
18261
18261
|
* @param {*} [options] Override http request option.
|
|
18262
18262
|
* @throws {RequiredError}
|
|
@@ -18268,7 +18268,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18268
18268
|
};
|
|
18269
18269
|
/**
|
|
18270
18270
|
*
|
|
18271
|
-
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor
|
|
18271
|
+
* @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
18272
18272
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsSortPutRequest} requestParameters Request parameters.
|
|
18273
18273
|
* @param {*} [options] Override http request option.
|
|
18274
18274
|
* @throws {RequiredError}
|
|
@@ -18292,7 +18292,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18292
18292
|
};
|
|
18293
18293
|
/**
|
|
18294
18294
|
*
|
|
18295
|
-
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,
|
|
18295
|
+
* @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18296
18296
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest} requestParameters Request parameters.
|
|
18297
18297
|
* @param {*} [options] Override http request option.
|
|
18298
18298
|
* @throws {RequiredError}
|
|
@@ -18436,7 +18436,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18436
18436
|
};
|
|
18437
18437
|
/**
|
|
18438
18438
|
*
|
|
18439
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
18439
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
18440
18440
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
18441
18441
|
* @param {*} [options] Override http request option.
|
|
18442
18442
|
* @throws {RequiredError}
|
|
@@ -18448,7 +18448,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18448
18448
|
};
|
|
18449
18449
|
/**
|
|
18450
18450
|
*
|
|
18451
|
-
* @summary Get HospitalSpecialty appointment timetable overrides (Auth
|
|
18451
|
+
* @summary Get HospitalSpecialty appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
18452
18452
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
18453
18453
|
* @param {*} [options] Override http request option.
|
|
18454
18454
|
* @throws {RequiredError}
|
|
@@ -18460,7 +18460,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18460
18460
|
};
|
|
18461
18461
|
/**
|
|
18462
18462
|
*
|
|
18463
|
-
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
18463
|
+
* @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18464
18464
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
18465
18465
|
* @param {*} [options] Override http request option.
|
|
18466
18466
|
* @throws {RequiredError}
|
|
@@ -18472,7 +18472,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18472
18472
|
};
|
|
18473
18473
|
/**
|
|
18474
18474
|
*
|
|
18475
|
-
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
18475
|
+
* @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18476
18476
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
18477
18477
|
* @param {*} [options] Override http request option.
|
|
18478
18478
|
* @throws {RequiredError}
|
|
@@ -18484,7 +18484,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18484
18484
|
};
|
|
18485
18485
|
/**
|
|
18486
18486
|
*
|
|
18487
|
-
* @summary Get HospitalSpecialty appointment timetables for application (Auth
|
|
18487
|
+
* @summary Get HospitalSpecialty appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
18488
18488
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
18489
18489
|
* @param {*} [options] Override http request option.
|
|
18490
18490
|
* @throws {RequiredError}
|
|
@@ -18496,7 +18496,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18496
18496
|
};
|
|
18497
18497
|
/**
|
|
18498
18498
|
*
|
|
18499
|
-
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
18499
|
+
* @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18500
18500
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
18501
18501
|
* @param {*} [options] Override http request option.
|
|
18502
18502
|
* @throws {RequiredError}
|
|
@@ -18508,7 +18508,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18508
18508
|
};
|
|
18509
18509
|
/**
|
|
18510
18510
|
*
|
|
18511
|
-
* @summary Get HospitalSpecialty appointment timetables (Auth
|
|
18511
|
+
* @summary Get HospitalSpecialty appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
18512
18512
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
18513
18513
|
* @param {*} [options] Override http request option.
|
|
18514
18514
|
* @throws {RequiredError}
|
|
@@ -18520,7 +18520,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18520
18520
|
};
|
|
18521
18521
|
/**
|
|
18522
18522
|
*
|
|
18523
|
-
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
18523
|
+
* @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18524
18524
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDeleteRequest} requestParameters Request parameters.
|
|
18525
18525
|
* @param {*} [options] Override http request option.
|
|
18526
18526
|
* @throws {RequiredError}
|
|
@@ -18532,7 +18532,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18532
18532
|
};
|
|
18533
18533
|
/**
|
|
18534
18534
|
*
|
|
18535
|
-
* @summary Get HospitalSpecialty. (Auth
|
|
18535
|
+
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
18536
18536
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
18537
18537
|
* @param {*} [options] Override http request option.
|
|
18538
18538
|
* @throws {RequiredError}
|
|
@@ -18544,7 +18544,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18544
18544
|
};
|
|
18545
18545
|
/**
|
|
18546
18546
|
*
|
|
18547
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
18547
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
18548
18548
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
18549
18549
|
* @param {*} [options] Override http request option.
|
|
18550
18550
|
* @throws {RequiredError}
|
|
@@ -18556,7 +18556,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18556
18556
|
};
|
|
18557
18557
|
/**
|
|
18558
18558
|
*
|
|
18559
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
18559
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18560
18560
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
18561
18561
|
* @param {*} [options] Override http request option.
|
|
18562
18562
|
* @throws {RequiredError}
|
|
@@ -18568,7 +18568,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18568
18568
|
};
|
|
18569
18569
|
/**
|
|
18570
18570
|
*
|
|
18571
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
18571
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
18572
18572
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
18573
18573
|
* @param {*} [options] Override http request option.
|
|
18574
18574
|
* @throws {RequiredError}
|
|
@@ -18580,7 +18580,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18580
18580
|
};
|
|
18581
18581
|
/**
|
|
18582
18582
|
*
|
|
18583
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
18583
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18584
18584
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
18585
18585
|
* @param {*} [options] Override http request option.
|
|
18586
18586
|
* @throws {RequiredError}
|
|
@@ -18592,7 +18592,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18592
18592
|
};
|
|
18593
18593
|
/**
|
|
18594
18594
|
*
|
|
18595
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
18595
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18596
18596
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPostRequest} requestParameters Request parameters.
|
|
18597
18597
|
* @param {*} [options] Override http request option.
|
|
18598
18598
|
* @throws {RequiredError}
|
|
@@ -18604,7 +18604,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18604
18604
|
};
|
|
18605
18605
|
/**
|
|
18606
18606
|
*
|
|
18607
|
-
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
18607
|
+
* @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18608
18608
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPutRequest} requestParameters Request parameters.
|
|
18609
18609
|
* @param {*} [options] Override http request option.
|
|
18610
18610
|
* @throws {RequiredError}
|
|
@@ -18628,7 +18628,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18628
18628
|
};
|
|
18629
18629
|
/**
|
|
18630
18630
|
*
|
|
18631
|
-
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
18631
|
+
* @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18632
18632
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest} requestParameters Request parameters.
|
|
18633
18633
|
* @param {*} [options] Override http request option.
|
|
18634
18634
|
* @throws {RequiredError}
|
|
@@ -18640,7 +18640,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18640
18640
|
};
|
|
18641
18641
|
/**
|
|
18642
18642
|
*
|
|
18643
|
-
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,
|
|
18643
|
+
* @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18644
18644
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePostRequest} requestParameters Request parameters.
|
|
18645
18645
|
* @param {*} [options] Override http request option.
|
|
18646
18646
|
* @throws {RequiredError}
|
|
@@ -18652,7 +18652,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18652
18652
|
};
|
|
18653
18653
|
/**
|
|
18654
18654
|
*
|
|
18655
|
-
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,
|
|
18655
|
+
* @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18656
18656
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesPostRequest} requestParameters Request parameters.
|
|
18657
18657
|
* @param {*} [options] Override http request option.
|
|
18658
18658
|
* @throws {RequiredError}
|
|
@@ -18664,7 +18664,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18664
18664
|
};
|
|
18665
18665
|
/**
|
|
18666
18666
|
*
|
|
18667
|
-
* @summary Get all HospitalSpecialties. (Auth
|
|
18667
|
+
* @summary Get all HospitalSpecialties. (Auth policies: RequireDefaultAdminAppRole)
|
|
18668
18668
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
18669
18669
|
* @param {*} [options] Override http request option.
|
|
18670
18670
|
* @throws {RequiredError}
|
|
@@ -18676,7 +18676,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18676
18676
|
};
|
|
18677
18677
|
/**
|
|
18678
18678
|
*
|
|
18679
|
-
* @summary Get HospitalSpecialty by slug. (Auth
|
|
18679
|
+
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
18680
18680
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
18681
18681
|
* @param {*} [options] Override http request option.
|
|
18682
18682
|
* @throws {RequiredError}
|
|
@@ -18688,7 +18688,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18688
18688
|
};
|
|
18689
18689
|
/**
|
|
18690
18690
|
*
|
|
18691
|
-
* @summary Get all HospitalServices. (Auth
|
|
18691
|
+
* @summary Get all HospitalServices. (Auth policies: RequireDefaultAdminAppRole)
|
|
18692
18692
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest} requestParameters Request parameters.
|
|
18693
18693
|
* @param {*} [options] Override http request option.
|
|
18694
18694
|
* @throws {RequiredError}
|
|
@@ -18700,7 +18700,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18700
18700
|
};
|
|
18701
18701
|
/**
|
|
18702
18702
|
*
|
|
18703
|
-
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
18703
|
+
* @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18704
18704
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPostRequest} requestParameters Request parameters.
|
|
18705
18705
|
* @param {*} [options] Override http request option.
|
|
18706
18706
|
* @throws {RequiredError}
|
|
@@ -18712,7 +18712,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18712
18712
|
};
|
|
18713
18713
|
/**
|
|
18714
18714
|
*
|
|
18715
|
-
* @summary Get Service appointment timetable overrides (Auth
|
|
18715
|
+
* @summary Get Service appointment timetable overrides (Auth policies: RequireDefaultAdminAppRole)
|
|
18716
18716
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesGetRequest} requestParameters Request parameters.
|
|
18717
18717
|
* @param {*} [options] Override http request option.
|
|
18718
18718
|
* @throws {RequiredError}
|
|
@@ -18724,7 +18724,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18724
18724
|
};
|
|
18725
18725
|
/**
|
|
18726
18726
|
*
|
|
18727
|
-
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
18727
|
+
* @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18728
18728
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
|
|
18729
18729
|
* @param {*} [options] Override http request option.
|
|
18730
18730
|
* @throws {RequiredError}
|
|
@@ -18736,7 +18736,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18736
18736
|
};
|
|
18737
18737
|
/**
|
|
18738
18738
|
*
|
|
18739
|
-
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,
|
|
18739
|
+
* @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18740
18740
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
|
|
18741
18741
|
* @param {*} [options] Override http request option.
|
|
18742
18742
|
* @throws {RequiredError}
|
|
@@ -18748,7 +18748,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18748
18748
|
};
|
|
18749
18749
|
/**
|
|
18750
18750
|
*
|
|
18751
|
-
* @summary Get Service appointment timetables for application (Auth
|
|
18751
|
+
* @summary Get Service appointment timetables for application (Auth policies: RequireDefaultAdminAppRole)
|
|
18752
18752
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
18753
18753
|
* @param {*} [options] Override http request option.
|
|
18754
18754
|
* @throws {RequiredError}
|
|
@@ -18760,7 +18760,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18760
18760
|
};
|
|
18761
18761
|
/**
|
|
18762
18762
|
*
|
|
18763
|
-
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,
|
|
18763
|
+
* @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18764
18764
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
|
|
18765
18765
|
* @param {*} [options] Override http request option.
|
|
18766
18766
|
* @throws {RequiredError}
|
|
@@ -18772,7 +18772,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18772
18772
|
};
|
|
18773
18773
|
/**
|
|
18774
18774
|
*
|
|
18775
|
-
* @summary Get Service appointment timetables (Auth
|
|
18775
|
+
* @summary Get Service appointment timetables (Auth policies: RequireDefaultAdminAppRole)
|
|
18776
18776
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
18777
18777
|
* @param {*} [options] Override http request option.
|
|
18778
18778
|
* @throws {RequiredError}
|
|
@@ -18784,7 +18784,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18784
18784
|
};
|
|
18785
18785
|
/**
|
|
18786
18786
|
*
|
|
18787
|
-
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,
|
|
18787
|
+
* @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18788
18788
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDeleteRequest} requestParameters Request parameters.
|
|
18789
18789
|
* @param {*} [options] Override http request option.
|
|
18790
18790
|
* @throws {RequiredError}
|
|
@@ -18796,7 +18796,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18796
18796
|
};
|
|
18797
18797
|
/**
|
|
18798
18798
|
*
|
|
18799
|
-
* @summary (Auth
|
|
18799
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
18800
18800
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
18801
18801
|
* @param {*} [options] Override http request option.
|
|
18802
18802
|
* @throws {RequiredError}
|
|
@@ -18808,7 +18808,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18808
18808
|
};
|
|
18809
18809
|
/**
|
|
18810
18810
|
*
|
|
18811
|
-
* @summary Get all HospitalServiceMedias. (Auth
|
|
18811
|
+
* @summary Get all HospitalServiceMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
18812
18812
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest} requestParameters Request parameters.
|
|
18813
18813
|
* @param {*} [options] Override http request option.
|
|
18814
18814
|
* @throws {RequiredError}
|
|
@@ -18820,7 +18820,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18820
18820
|
};
|
|
18821
18821
|
/**
|
|
18822
18822
|
*
|
|
18823
|
-
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,
|
|
18823
|
+
* @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18824
18824
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
18825
18825
|
* @param {*} [options] Override http request option.
|
|
18826
18826
|
* @throws {RequiredError}
|
|
@@ -18832,7 +18832,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18832
18832
|
};
|
|
18833
18833
|
/**
|
|
18834
18834
|
*
|
|
18835
|
-
* @summary Get HospitalServiceMedia. (Auth
|
|
18835
|
+
* @summary Get HospitalServiceMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
18836
18836
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
18837
18837
|
* @param {*} [options] Override http request option.
|
|
18838
18838
|
* @throws {RequiredError}
|
|
@@ -18844,7 +18844,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18844
18844
|
};
|
|
18845
18845
|
/**
|
|
18846
18846
|
*
|
|
18847
|
-
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
18847
|
+
* @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18848
18848
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
18849
18849
|
* @param {*} [options] Override http request option.
|
|
18850
18850
|
* @throws {RequiredError}
|
|
@@ -18856,7 +18856,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18856
18856
|
};
|
|
18857
18857
|
/**
|
|
18858
18858
|
*
|
|
18859
|
-
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,
|
|
18859
|
+
* @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18860
18860
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPostRequest} requestParameters Request parameters.
|
|
18861
18861
|
* @param {*} [options] Override http request option.
|
|
18862
18862
|
* @throws {RequiredError}
|
|
@@ -18868,7 +18868,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18868
18868
|
};
|
|
18869
18869
|
/**
|
|
18870
18870
|
*
|
|
18871
|
-
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,
|
|
18871
|
+
* @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18872
18872
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPutRequest} requestParameters Request parameters.
|
|
18873
18873
|
* @param {*} [options] Override http request option.
|
|
18874
18874
|
* @throws {RequiredError}
|
|
@@ -18880,7 +18880,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18880
18880
|
};
|
|
18881
18881
|
/**
|
|
18882
18882
|
*
|
|
18883
|
-
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,
|
|
18883
|
+
* @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18884
18884
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePutRequest} requestParameters Request parameters.
|
|
18885
18885
|
* @param {*} [options] Override http request option.
|
|
18886
18886
|
* @throws {RequiredError}
|
|
@@ -18892,7 +18892,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18892
18892
|
};
|
|
18893
18893
|
/**
|
|
18894
18894
|
*
|
|
18895
|
-
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,
|
|
18895
|
+
* @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18896
18896
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest} requestParameters Request parameters.
|
|
18897
18897
|
* @param {*} [options] Override http request option.
|
|
18898
18898
|
* @throws {RequiredError}
|
|
@@ -18904,7 +18904,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18904
18904
|
};
|
|
18905
18905
|
/**
|
|
18906
18906
|
*
|
|
18907
|
-
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,
|
|
18907
|
+
* @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18908
18908
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePostRequest} requestParameters Request parameters.
|
|
18909
18909
|
* @param {*} [options] Override http request option.
|
|
18910
18910
|
* @throws {RequiredError}
|
|
@@ -18916,7 +18916,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18916
18916
|
};
|
|
18917
18917
|
/**
|
|
18918
18918
|
*
|
|
18919
|
-
* @summary Get all hospital tags (Auth
|
|
18919
|
+
* @summary Get all hospital tags (Auth policies: RequireDefaultAdminAppRole)
|
|
18920
18920
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsGetRequest} requestParameters Request parameters.
|
|
18921
18921
|
* @param {*} [options] Override http request option.
|
|
18922
18922
|
* @throws {RequiredError}
|
|
@@ -18928,7 +18928,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18928
18928
|
};
|
|
18929
18929
|
/**
|
|
18930
18930
|
*
|
|
18931
|
-
* @summary Create hospitalTag (Auth
|
|
18931
|
+
* @summary Create hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18932
18932
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsPostRequest} requestParameters Request parameters.
|
|
18933
18933
|
* @param {*} [options] Override http request option.
|
|
18934
18934
|
* @throws {RequiredError}
|
|
@@ -18940,7 +18940,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18940
18940
|
};
|
|
18941
18941
|
/**
|
|
18942
18942
|
*
|
|
18943
|
-
* @summary Delete hospitalTag (Auth
|
|
18943
|
+
* @summary Delete hospitalTag (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18944
18944
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsTagIdDeleteRequest} requestParameters Request parameters.
|
|
18945
18945
|
* @param {*} [options] Override http request option.
|
|
18946
18946
|
* @throws {RequiredError}
|
|
@@ -18952,7 +18952,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18952
18952
|
};
|
|
18953
18953
|
/**
|
|
18954
18954
|
*
|
|
18955
|
-
* @summary Get hospital tag (Auth
|
|
18955
|
+
* @summary Get hospital tag (Auth policies: RequireDefaultAdminAppRole)
|
|
18956
18956
|
* @param {HospitalsApiApiV1HospitalsHospitalIdTagsTagIdGetRequest} requestParameters Request parameters.
|
|
18957
18957
|
* @param {*} [options] Override http request option.
|
|
18958
18958
|
* @throws {RequiredError}
|
|
@@ -18976,7 +18976,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18976
18976
|
};
|
|
18977
18977
|
/**
|
|
18978
18978
|
*
|
|
18979
|
-
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,
|
|
18979
|
+
* @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
18980
18980
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysBatchPatchRequest} requestParameters Request parameters.
|
|
18981
18981
|
* @param {*} [options] Override http request option.
|
|
18982
18982
|
* @throws {RequiredError}
|
|
@@ -18988,7 +18988,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18988
18988
|
};
|
|
18989
18989
|
/**
|
|
18990
18990
|
*
|
|
18991
|
-
* @summary Get all HospitalWorkingDays. (Auth
|
|
18991
|
+
* @summary Get all HospitalWorkingDays. (Auth policies: RequireDefaultAdminAppRole)
|
|
18992
18992
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysGetRequest} requestParameters Request parameters.
|
|
18993
18993
|
* @param {*} [options] Override http request option.
|
|
18994
18994
|
* @throws {RequiredError}
|
|
@@ -19000,7 +19000,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19000
19000
|
};
|
|
19001
19001
|
/**
|
|
19002
19002
|
*
|
|
19003
|
-
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
19003
|
+
* @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
19004
19004
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysPostRequest} requestParameters Request parameters.
|
|
19005
19005
|
* @param {*} [options] Override http request option.
|
|
19006
19006
|
* @throws {RequiredError}
|
|
@@ -19012,7 +19012,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19012
19012
|
};
|
|
19013
19013
|
/**
|
|
19014
19014
|
*
|
|
19015
|
-
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
19015
|
+
* @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
19016
19016
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDeleteRequest} requestParameters Request parameters.
|
|
19017
19017
|
* @param {*} [options] Override http request option.
|
|
19018
19018
|
* @throws {RequiredError}
|
|
@@ -19024,7 +19024,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19024
19024
|
};
|
|
19025
19025
|
/**
|
|
19026
19026
|
*
|
|
19027
|
-
* @summary Get HospitalWorkingDay. (Auth
|
|
19027
|
+
* @summary Get HospitalWorkingDay. (Auth policies: RequireDefaultAdminAppRole)
|
|
19028
19028
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest} requestParameters Request parameters.
|
|
19029
19029
|
* @param {*} [options] Override http request option.
|
|
19030
19030
|
* @throws {RequiredError}
|
|
@@ -19036,7 +19036,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19036
19036
|
};
|
|
19037
19037
|
/**
|
|
19038
19038
|
*
|
|
19039
|
-
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,
|
|
19039
|
+
* @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
|
|
19040
19040
|
* @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdPutRequest} requestParameters Request parameters.
|
|
19041
19041
|
* @param {*} [options] Override http request option.
|
|
19042
19042
|
* @throws {RequiredError}
|
|
@@ -19061,7 +19061,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19061
19061
|
};
|
|
19062
19062
|
/**
|
|
19063
19063
|
*
|
|
19064
|
-
* @summary Get all Hospitals. (Auth
|
|
19064
|
+
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
19065
19065
|
* @param {HospitalsApiApiV1HospitalsSimpleGetRequest} requestParameters Request parameters.
|
|
19066
19066
|
* @param {*} [options] Override http request option.
|
|
19067
19067
|
* @throws {RequiredError}
|
|
@@ -19074,7 +19074,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19074
19074
|
};
|
|
19075
19075
|
/**
|
|
19076
19076
|
*
|
|
19077
|
-
* @summary (Auth
|
|
19077
|
+
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
19078
19078
|
* @param {HospitalsApiApiV1HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
19079
19079
|
* @param {*} [options] Override http request option.
|
|
19080
19080
|
* @throws {RequiredError}
|