ch-api-client-typescript2 4.9.7 → 4.9.8
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/about-us-api.d.ts +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
package/lib/api/hospitals-api.js
CHANGED
|
@@ -109,13 +109,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
109
109
|
* @param {Array<string>} [ids]
|
|
110
110
|
* @param {boolean} [returnDefaultValue]
|
|
111
111
|
* @param {boolean} [paymentEnabled]
|
|
112
|
+
* @param {boolean} [appointmentEnabled]
|
|
112
113
|
* @param {number} [page]
|
|
113
114
|
* @param {number} [limit]
|
|
114
115
|
* @param {Date} [lastRetrieved]
|
|
115
116
|
* @param {*} [options] Override http request option.
|
|
116
117
|
* @throws {RequiredError}
|
|
117
118
|
*/
|
|
118
|
-
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
119
|
+
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
119
120
|
if (options === void 0) { options = {}; }
|
|
120
121
|
return __awaiter(_this, void 0, void 0, function () {
|
|
121
122
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -172,6 +173,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
172
173
|
if (paymentEnabled !== undefined) {
|
|
173
174
|
localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
|
|
174
175
|
}
|
|
176
|
+
if (appointmentEnabled !== undefined) {
|
|
177
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
178
|
+
}
|
|
175
179
|
if (page !== undefined) {
|
|
176
180
|
localVarQueryParameter['page'] = page;
|
|
177
181
|
}
|
|
@@ -1088,6 +1092,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1088
1092
|
* @param {string} [name]
|
|
1089
1093
|
* @param {string} [slug]
|
|
1090
1094
|
* @param {MarketingType} [marketingType]
|
|
1095
|
+
* @param {boolean} [appointmentEnabled]
|
|
1091
1096
|
* @param {string} [languageCode]
|
|
1092
1097
|
* @param {boolean} [showHidden]
|
|
1093
1098
|
* @param {number} [page]
|
|
@@ -1096,7 +1101,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1096
1101
|
* @param {*} [options] Override http request option.
|
|
1097
1102
|
* @throws {RequiredError}
|
|
1098
1103
|
*/
|
|
1099
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
1104
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
1100
1105
|
if (options === void 0) { options = {}; }
|
|
1101
1106
|
return __awaiter(_this, void 0, void 0, function () {
|
|
1102
1107
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -1136,6 +1141,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1136
1141
|
if (marketingType !== undefined) {
|
|
1137
1142
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
1138
1143
|
}
|
|
1144
|
+
if (appointmentEnabled !== undefined) {
|
|
1145
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1146
|
+
}
|
|
1139
1147
|
if (languageCode !== undefined) {
|
|
1140
1148
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1141
1149
|
}
|
|
@@ -1338,6 +1346,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1338
1346
|
* @param {string} [name]
|
|
1339
1347
|
* @param {string} [slug]
|
|
1340
1348
|
* @param {MarketingType} [marketingType]
|
|
1349
|
+
* @param {boolean} [appointmentEnabled]
|
|
1341
1350
|
* @param {string} [languageCode]
|
|
1342
1351
|
* @param {boolean} [showHidden]
|
|
1343
1352
|
* @param {number} [page]
|
|
@@ -1346,7 +1355,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1346
1355
|
* @param {*} [options] Override http request option.
|
|
1347
1356
|
* @throws {RequiredError}
|
|
1348
1357
|
*/
|
|
1349
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
1358
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
1350
1359
|
if (options === void 0) { options = {}; }
|
|
1351
1360
|
return __awaiter(_this, void 0, void 0, function () {
|
|
1352
1361
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -1386,6 +1395,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1386
1395
|
if (marketingType !== undefined) {
|
|
1387
1396
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
1388
1397
|
}
|
|
1398
|
+
if (appointmentEnabled !== undefined) {
|
|
1399
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1400
|
+
}
|
|
1389
1401
|
if (languageCode !== undefined) {
|
|
1390
1402
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1391
1403
|
}
|
|
@@ -1507,6 +1519,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1507
1519
|
* @param {MarketingType} [marketingType]
|
|
1508
1520
|
* @param {Procedure} [procedure]
|
|
1509
1521
|
* @param {Date} [created]
|
|
1522
|
+
* @param {boolean} [appointmentEnabled]
|
|
1510
1523
|
* @param {string} [languageCode]
|
|
1511
1524
|
* @param {boolean} [returnDefaultValue]
|
|
1512
1525
|
* @param {number} [page]
|
|
@@ -1515,7 +1528,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1515
1528
|
* @param {*} [options] Override http request option.
|
|
1516
1529
|
* @throws {RequiredError}
|
|
1517
1530
|
*/
|
|
1518
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
1531
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
1519
1532
|
if (options === void 0) { options = {}; }
|
|
1520
1533
|
return __awaiter(_this, void 0, void 0, function () {
|
|
1521
1534
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -1557,6 +1570,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1557
1570
|
created.toISOString() :
|
|
1558
1571
|
created;
|
|
1559
1572
|
}
|
|
1573
|
+
if (appointmentEnabled !== undefined) {
|
|
1574
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1575
|
+
}
|
|
1560
1576
|
if (languageCode !== undefined) {
|
|
1561
1577
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1562
1578
|
}
|
|
@@ -1933,13 +1949,14 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1933
1949
|
* @param {Array<string>} [ids]
|
|
1934
1950
|
* @param {boolean} [returnDefaultValue]
|
|
1935
1951
|
* @param {boolean} [paymentEnabled]
|
|
1952
|
+
* @param {boolean} [appointmentEnabled]
|
|
1936
1953
|
* @param {number} [page]
|
|
1937
1954
|
* @param {number} [limit]
|
|
1938
1955
|
* @param {Date} [lastRetrieved]
|
|
1939
1956
|
* @param {*} [options] Override http request option.
|
|
1940
1957
|
* @throws {RequiredError}
|
|
1941
1958
|
*/
|
|
1942
|
-
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
1959
|
+
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
1943
1960
|
if (options === void 0) { options = {}; }
|
|
1944
1961
|
return __awaiter(_this, void 0, void 0, function () {
|
|
1945
1962
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -1996,6 +2013,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1996
2013
|
if (paymentEnabled !== undefined) {
|
|
1997
2014
|
localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
|
|
1998
2015
|
}
|
|
2016
|
+
if (appointmentEnabled !== undefined) {
|
|
2017
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
2018
|
+
}
|
|
1999
2019
|
if (page !== undefined) {
|
|
2000
2020
|
localVarQueryParameter['page'] = page;
|
|
2001
2021
|
}
|
|
@@ -2085,18 +2105,19 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2085
2105
|
* @param {Array<string>} [ids]
|
|
2086
2106
|
* @param {boolean} [returnDefaultValue]
|
|
2087
2107
|
* @param {boolean} [paymentEnabled]
|
|
2108
|
+
* @param {boolean} [appointmentEnabled]
|
|
2088
2109
|
* @param {number} [page]
|
|
2089
2110
|
* @param {number} [limit]
|
|
2090
2111
|
* @param {Date} [lastRetrieved]
|
|
2091
2112
|
* @param {*} [options] Override http request option.
|
|
2092
2113
|
* @throws {RequiredError}
|
|
2093
2114
|
*/
|
|
2094
|
-
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
2115
|
+
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
2095
2116
|
return __awaiter(this, void 0, void 0, function () {
|
|
2096
2117
|
var localVarAxiosArgs;
|
|
2097
2118
|
return __generator(this, function (_a) {
|
|
2098
2119
|
switch (_a.label) {
|
|
2099
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
2120
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options)];
|
|
2100
2121
|
case 1:
|
|
2101
2122
|
localVarAxiosArgs = _a.sent();
|
|
2102
2123
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -2539,6 +2560,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2539
2560
|
* @param {string} [name]
|
|
2540
2561
|
* @param {string} [slug]
|
|
2541
2562
|
* @param {MarketingType} [marketingType]
|
|
2563
|
+
* @param {boolean} [appointmentEnabled]
|
|
2542
2564
|
* @param {string} [languageCode]
|
|
2543
2565
|
* @param {boolean} [showHidden]
|
|
2544
2566
|
* @param {number} [page]
|
|
@@ -2547,12 +2569,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2547
2569
|
* @param {*} [options] Override http request option.
|
|
2548
2570
|
* @throws {RequiredError}
|
|
2549
2571
|
*/
|
|
2550
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
2572
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
2551
2573
|
return __awaiter(this, void 0, void 0, function () {
|
|
2552
2574
|
var localVarAxiosArgs;
|
|
2553
2575
|
return __generator(this, function (_a) {
|
|
2554
2576
|
switch (_a.label) {
|
|
2555
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
2577
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
2556
2578
|
case 1:
|
|
2557
2579
|
localVarAxiosArgs = _a.sent();
|
|
2558
2580
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -2645,6 +2667,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2645
2667
|
* @param {string} [name]
|
|
2646
2668
|
* @param {string} [slug]
|
|
2647
2669
|
* @param {MarketingType} [marketingType]
|
|
2670
|
+
* @param {boolean} [appointmentEnabled]
|
|
2648
2671
|
* @param {string} [languageCode]
|
|
2649
2672
|
* @param {boolean} [showHidden]
|
|
2650
2673
|
* @param {number} [page]
|
|
@@ -2653,12 +2676,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2653
2676
|
* @param {*} [options] Override http request option.
|
|
2654
2677
|
* @throws {RequiredError}
|
|
2655
2678
|
*/
|
|
2656
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
2679
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
2657
2680
|
return __awaiter(this, void 0, void 0, function () {
|
|
2658
2681
|
var localVarAxiosArgs;
|
|
2659
2682
|
return __generator(this, function (_a) {
|
|
2660
2683
|
switch (_a.label) {
|
|
2661
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
2684
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
2662
2685
|
case 1:
|
|
2663
2686
|
localVarAxiosArgs = _a.sent();
|
|
2664
2687
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -2722,6 +2745,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2722
2745
|
* @param {MarketingType} [marketingType]
|
|
2723
2746
|
* @param {Procedure} [procedure]
|
|
2724
2747
|
* @param {Date} [created]
|
|
2748
|
+
* @param {boolean} [appointmentEnabled]
|
|
2725
2749
|
* @param {string} [languageCode]
|
|
2726
2750
|
* @param {boolean} [returnDefaultValue]
|
|
2727
2751
|
* @param {number} [page]
|
|
@@ -2730,12 +2754,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2730
2754
|
* @param {*} [options] Override http request option.
|
|
2731
2755
|
* @throws {RequiredError}
|
|
2732
2756
|
*/
|
|
2733
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
2757
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
2734
2758
|
return __awaiter(this, void 0, void 0, function () {
|
|
2735
2759
|
var localVarAxiosArgs;
|
|
2736
2760
|
return __generator(this, function (_a) {
|
|
2737
2761
|
switch (_a.label) {
|
|
2738
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
2762
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
2739
2763
|
case 1:
|
|
2740
2764
|
localVarAxiosArgs = _a.sent();
|
|
2741
2765
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -2909,18 +2933,19 @@ var HospitalsApiFp = function (configuration) {
|
|
|
2909
2933
|
* @param {Array<string>} [ids]
|
|
2910
2934
|
* @param {boolean} [returnDefaultValue]
|
|
2911
2935
|
* @param {boolean} [paymentEnabled]
|
|
2936
|
+
* @param {boolean} [appointmentEnabled]
|
|
2912
2937
|
* @param {number} [page]
|
|
2913
2938
|
* @param {number} [limit]
|
|
2914
2939
|
* @param {Date} [lastRetrieved]
|
|
2915
2940
|
* @param {*} [options] Override http request option.
|
|
2916
2941
|
* @throws {RequiredError}
|
|
2917
2942
|
*/
|
|
2918
|
-
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
2943
|
+
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
2919
2944
|
return __awaiter(this, void 0, void 0, function () {
|
|
2920
2945
|
var localVarAxiosArgs;
|
|
2921
2946
|
return __generator(this, function (_a) {
|
|
2922
2947
|
switch (_a.label) {
|
|
2923
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
2948
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options)];
|
|
2924
2949
|
case 1:
|
|
2925
2950
|
localVarAxiosArgs = _a.sent();
|
|
2926
2951
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -2977,14 +3002,15 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
2977
3002
|
* @param {Array<string>} [ids]
|
|
2978
3003
|
* @param {boolean} [returnDefaultValue]
|
|
2979
3004
|
* @param {boolean} [paymentEnabled]
|
|
3005
|
+
* @param {boolean} [appointmentEnabled]
|
|
2980
3006
|
* @param {number} [page]
|
|
2981
3007
|
* @param {number} [limit]
|
|
2982
3008
|
* @param {Date} [lastRetrieved]
|
|
2983
3009
|
* @param {*} [options] Override http request option.
|
|
2984
3010
|
* @throws {RequiredError}
|
|
2985
3011
|
*/
|
|
2986
|
-
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
2987
|
-
return localVarFp.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3012
|
+
apiV2HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
3013
|
+
return localVarFp.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
2988
3014
|
},
|
|
2989
3015
|
/**
|
|
2990
3016
|
*
|
|
@@ -3241,6 +3267,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3241
3267
|
* @param {string} [name]
|
|
3242
3268
|
* @param {string} [slug]
|
|
3243
3269
|
* @param {MarketingType} [marketingType]
|
|
3270
|
+
* @param {boolean} [appointmentEnabled]
|
|
3244
3271
|
* @param {string} [languageCode]
|
|
3245
3272
|
* @param {boolean} [showHidden]
|
|
3246
3273
|
* @param {number} [page]
|
|
@@ -3249,8 +3276,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3249
3276
|
* @param {*} [options] Override http request option.
|
|
3250
3277
|
* @throws {RequiredError}
|
|
3251
3278
|
*/
|
|
3252
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
3253
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3279
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
3280
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3254
3281
|
},
|
|
3255
3282
|
/**
|
|
3256
3283
|
*
|
|
@@ -3307,6 +3334,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3307
3334
|
* @param {string} [name]
|
|
3308
3335
|
* @param {string} [slug]
|
|
3309
3336
|
* @param {MarketingType} [marketingType]
|
|
3337
|
+
* @param {boolean} [appointmentEnabled]
|
|
3310
3338
|
* @param {string} [languageCode]
|
|
3311
3339
|
* @param {boolean} [showHidden]
|
|
3312
3340
|
* @param {number} [page]
|
|
@@ -3315,8 +3343,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3315
3343
|
* @param {*} [options] Override http request option.
|
|
3316
3344
|
* @throws {RequiredError}
|
|
3317
3345
|
*/
|
|
3318
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
3319
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3346
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: function (hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
3347
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3320
3348
|
},
|
|
3321
3349
|
/**
|
|
3322
3350
|
*
|
|
@@ -3354,6 +3382,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3354
3382
|
* @param {MarketingType} [marketingType]
|
|
3355
3383
|
* @param {Procedure} [procedure]
|
|
3356
3384
|
* @param {Date} [created]
|
|
3385
|
+
* @param {boolean} [appointmentEnabled]
|
|
3357
3386
|
* @param {string} [languageCode]
|
|
3358
3387
|
* @param {boolean} [returnDefaultValue]
|
|
3359
3388
|
* @param {number} [page]
|
|
@@ -3362,8 +3391,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3362
3391
|
* @param {*} [options] Override http request option.
|
|
3363
3392
|
* @throws {RequiredError}
|
|
3364
3393
|
*/
|
|
3365
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
3366
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3394
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: function (hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
3395
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3367
3396
|
},
|
|
3368
3397
|
/**
|
|
3369
3398
|
*
|
|
@@ -3471,14 +3500,15 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
3471
3500
|
* @param {Array<string>} [ids]
|
|
3472
3501
|
* @param {boolean} [returnDefaultValue]
|
|
3473
3502
|
* @param {boolean} [paymentEnabled]
|
|
3503
|
+
* @param {boolean} [appointmentEnabled]
|
|
3474
3504
|
* @param {number} [page]
|
|
3475
3505
|
* @param {number} [limit]
|
|
3476
3506
|
* @param {Date} [lastRetrieved]
|
|
3477
3507
|
* @param {*} [options] Override http request option.
|
|
3478
3508
|
* @throws {RequiredError}
|
|
3479
3509
|
*/
|
|
3480
|
-
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
3481
|
-
return localVarFp.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3510
|
+
apiV2HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options) {
|
|
3511
|
+
return localVarFp.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
3482
3512
|
},
|
|
3483
3513
|
/**
|
|
3484
3514
|
*
|
|
@@ -3509,604 +3539,421 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
3509
3539
|
/**
|
|
3510
3540
|
*
|
|
3511
3541
|
* @summary Get all Hospitals.
|
|
3512
|
-
* @param {
|
|
3513
|
-
* @param {string} [name]
|
|
3514
|
-
* @param {string} [countryId]
|
|
3515
|
-
* @param {Date} [created]
|
|
3516
|
-
* @param {MarketingType} [marketingType]
|
|
3517
|
-
* @param {string} [specialtyTypeId]
|
|
3518
|
-
* @param {string} [specialtyId]
|
|
3519
|
-
* @param {string} [exceptHospitalId]
|
|
3520
|
-
* @param {number} [mediaCount]
|
|
3521
|
-
* @param {boolean} [showHidden]
|
|
3522
|
-
* @param {string} [languageCode]
|
|
3523
|
-
* @param {Array<string>} [ids]
|
|
3524
|
-
* @param {boolean} [returnDefaultValue]
|
|
3525
|
-
* @param {boolean} [paymentEnabled]
|
|
3526
|
-
* @param {number} [page]
|
|
3527
|
-
* @param {number} [limit]
|
|
3528
|
-
* @param {Date} [lastRetrieved]
|
|
3542
|
+
* @param {HospitalsApiApiV2HospitalsGetRequest} requestParameters Request parameters.
|
|
3529
3543
|
* @param {*} [options] Override http request option.
|
|
3530
3544
|
* @throws {RequiredError}
|
|
3531
3545
|
* @memberof HospitalsApi
|
|
3532
3546
|
*/
|
|
3533
|
-
HospitalsApi.prototype.apiV2HospitalsGet = function (
|
|
3547
|
+
HospitalsApi.prototype.apiV2HospitalsGet = function (requestParameters, options) {
|
|
3534
3548
|
var _this = this;
|
|
3535
|
-
|
|
3549
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3550
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsGet(requestParameters.hospitalId, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.mediaCount, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.returnDefaultValue, requestParameters.paymentEnabled, requestParameters.appointmentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3536
3551
|
};
|
|
3537
3552
|
/**
|
|
3538
3553
|
*
|
|
3539
3554
|
* @summary Get HospitalAccreditation.
|
|
3540
|
-
* @param {
|
|
3541
|
-
* @param {string} accreditationId
|
|
3555
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
3542
3556
|
* @param {*} [options] Override http request option.
|
|
3543
3557
|
* @throws {RequiredError}
|
|
3544
3558
|
* @memberof HospitalsApi
|
|
3545
3559
|
*/
|
|
3546
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet = function (
|
|
3560
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet = function (requestParameters, options) {
|
|
3547
3561
|
var _this = this;
|
|
3548
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId, accreditationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3562
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters.hospitalId, requestParameters.accreditationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3549
3563
|
};
|
|
3550
3564
|
/**
|
|
3551
3565
|
*
|
|
3552
3566
|
* @summary Get all HospitalAccreditations.
|
|
3553
|
-
* @param {
|
|
3554
|
-
* @param {string} [hospitalName]
|
|
3555
|
-
* @param {string} [accreditationId]
|
|
3556
|
-
* @param {string} [accreditationName]
|
|
3557
|
-
* @param {number} [page]
|
|
3558
|
-
* @param {number} [limit]
|
|
3559
|
-
* @param {Date} [lastRetrieved]
|
|
3567
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
|
|
3560
3568
|
* @param {*} [options] Override http request option.
|
|
3561
3569
|
* @throws {RequiredError}
|
|
3562
3570
|
* @memberof HospitalsApi
|
|
3563
3571
|
*/
|
|
3564
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdAccreditationsGet = function (
|
|
3572
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdAccreditationsGet = function (requestParameters, options) {
|
|
3565
3573
|
var _this = this;
|
|
3566
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAccreditationsGet(hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3574
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAccreditationsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.accreditationId, requestParameters.accreditationName, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3567
3575
|
};
|
|
3568
3576
|
/**
|
|
3569
3577
|
*
|
|
3570
3578
|
* @summary Get HospitalAppointmentTimetables
|
|
3571
|
-
* @param {
|
|
3572
|
-
* @param {number} [year]
|
|
3573
|
-
* @param {number} [month]
|
|
3574
|
-
* @param {string} [timeZone]
|
|
3575
|
-
* @param {string} [appointmentIdExcluded]
|
|
3579
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3576
3580
|
* @param {*} [options] Override http request option.
|
|
3577
3581
|
* @throws {RequiredError}
|
|
3578
3582
|
* @memberof HospitalsApi
|
|
3579
3583
|
*/
|
|
3580
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdAppointmenttimetablesGet = function (
|
|
3584
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
3581
3585
|
var _this = this;
|
|
3582
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAppointmenttimetablesGet(hospitalId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3586
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3583
3587
|
};
|
|
3584
3588
|
/**
|
|
3585
3589
|
*
|
|
3586
3590
|
* @summary Get HospitalEquipment.
|
|
3587
|
-
* @param {
|
|
3588
|
-
* @param {string} equipmentId
|
|
3591
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest} requestParameters Request parameters.
|
|
3589
3592
|
* @param {*} [options] Override http request option.
|
|
3590
3593
|
* @throws {RequiredError}
|
|
3591
3594
|
* @memberof HospitalsApi
|
|
3592
3595
|
*/
|
|
3593
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet = function (
|
|
3596
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet = function (requestParameters, options) {
|
|
3594
3597
|
var _this = this;
|
|
3595
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId, equipmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3598
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(requestParameters.hospitalId, requestParameters.equipmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3596
3599
|
};
|
|
3597
3600
|
/**
|
|
3598
3601
|
*
|
|
3599
3602
|
* @summary Get all EquipmentMedia.
|
|
3600
|
-
* @param {
|
|
3601
|
-
* @param {string} equipmentId
|
|
3602
|
-
* @param {string} [id]
|
|
3603
|
-
* @param {MediaType} [mediaType]
|
|
3604
|
-
* @param {number} [page]
|
|
3605
|
-
* @param {number} [limit]
|
|
3606
|
-
* @param {Date} [lastRetrieved]
|
|
3603
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest} requestParameters Request parameters.
|
|
3607
3604
|
* @param {*} [options] Override http request option.
|
|
3608
3605
|
* @throws {RequiredError}
|
|
3609
3606
|
* @memberof HospitalsApi
|
|
3610
3607
|
*/
|
|
3611
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet = function (
|
|
3608
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet = function (requestParameters, options) {
|
|
3612
3609
|
var _this = this;
|
|
3613
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3610
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(requestParameters.hospitalId, requestParameters.equipmentId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3614
3611
|
};
|
|
3615
3612
|
/**
|
|
3616
3613
|
*
|
|
3617
3614
|
* @summary Get EquipmentMedia.
|
|
3618
|
-
* @param {
|
|
3619
|
-
* @param {string} equipmentId
|
|
3620
|
-
* @param {string} mediaId
|
|
3615
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3621
3616
|
* @param {*} [options] Override http request option.
|
|
3622
3617
|
* @throws {RequiredError}
|
|
3623
3618
|
* @memberof HospitalsApi
|
|
3624
3619
|
*/
|
|
3625
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet = function (
|
|
3620
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet = function (requestParameters, options) {
|
|
3626
3621
|
var _this = this;
|
|
3627
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId, equipmentId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3622
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.equipmentId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3628
3623
|
};
|
|
3629
3624
|
/**
|
|
3630
3625
|
*
|
|
3631
3626
|
* @summary Get all HospitalEquipments.
|
|
3632
|
-
* @param {
|
|
3633
|
-
* @param {string} [id]
|
|
3634
|
-
* @param {string} [name]
|
|
3635
|
-
* @param {string} [hospitalId2]
|
|
3636
|
-
* @param {string} [hospitalName]
|
|
3637
|
-
* @param {string} [description]
|
|
3638
|
-
* @param {Date} [created]
|
|
3639
|
-
* @param {number} [page]
|
|
3640
|
-
* @param {number} [limit]
|
|
3641
|
-
* @param {Date} [lastRetrieved]
|
|
3627
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest} requestParameters Request parameters.
|
|
3642
3628
|
* @param {*} [options] Override http request option.
|
|
3643
3629
|
* @throws {RequiredError}
|
|
3644
3630
|
* @memberof HospitalsApi
|
|
3645
3631
|
*/
|
|
3646
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsGet = function (
|
|
3632
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEquipmentsGet = function (requestParameters, options) {
|
|
3647
3633
|
var _this = this;
|
|
3648
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsGet(hospitalId, id, name, hospitalId2, hospitalName, description, created, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3634
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEquipmentsGet(requestParameters.hospitalId, requestParameters.id, requestParameters.name, requestParameters.hospitalId2, requestParameters.hospitalName, requestParameters.description, requestParameters.created, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3649
3635
|
};
|
|
3650
3636
|
/**
|
|
3651
3637
|
*
|
|
3652
3638
|
* @summary Get HospitalEvaluation.
|
|
3653
|
-
* @param {
|
|
3654
|
-
* @param {string} evaluationId
|
|
3639
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest} requestParameters Request parameters.
|
|
3655
3640
|
* @param {*} [options] Override http request option.
|
|
3656
3641
|
* @throws {RequiredError}
|
|
3657
3642
|
* @memberof HospitalsApi
|
|
3658
3643
|
*/
|
|
3659
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet = function (
|
|
3644
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet = function (requestParameters, options) {
|
|
3660
3645
|
var _this = this;
|
|
3661
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId, evaluationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3646
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(requestParameters.hospitalId, requestParameters.evaluationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3662
3647
|
};
|
|
3663
3648
|
/**
|
|
3664
3649
|
*
|
|
3665
3650
|
* @summary Get all HospitalEvaluations.
|
|
3666
|
-
* @param {
|
|
3667
|
-
* @param {string} [id]
|
|
3668
|
-
* @param {string} [name]
|
|
3669
|
-
* @param {number} [stars]
|
|
3670
|
-
* @param {number} [page]
|
|
3671
|
-
* @param {number} [limit]
|
|
3672
|
-
* @param {Date} [lastRetrieved]
|
|
3651
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest} requestParameters Request parameters.
|
|
3673
3652
|
* @param {*} [options] Override http request option.
|
|
3674
3653
|
* @throws {RequiredError}
|
|
3675
3654
|
* @memberof HospitalsApi
|
|
3676
3655
|
*/
|
|
3677
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdEvaluationsGet = function (
|
|
3656
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdEvaluationsGet = function (requestParameters, options) {
|
|
3678
3657
|
var _this = this;
|
|
3679
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEvaluationsGet(hospitalId, id, name, stars, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3658
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdEvaluationsGet(requestParameters.hospitalId, requestParameters.id, requestParameters.name, requestParameters.stars, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3680
3659
|
};
|
|
3681
3660
|
/**
|
|
3682
3661
|
*
|
|
3683
3662
|
* @summary
|
|
3684
|
-
* @param {
|
|
3685
|
-
* @param {string} [languageCode]
|
|
3686
|
-
* @param {boolean} [returnDefaultValue]
|
|
3663
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdGetRequest} requestParameters Request parameters.
|
|
3687
3664
|
* @param {*} [options] Override http request option.
|
|
3688
3665
|
* @throws {RequiredError}
|
|
3689
3666
|
* @memberof HospitalsApi
|
|
3690
3667
|
*/
|
|
3691
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdGet = function (
|
|
3668
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdGet = function (requestParameters, options) {
|
|
3692
3669
|
var _this = this;
|
|
3693
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3670
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdGet(requestParameters.hospitalId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3694
3671
|
};
|
|
3695
3672
|
/**
|
|
3696
3673
|
*
|
|
3697
3674
|
* @summary Get all HospitalHandles.
|
|
3698
|
-
* @param {
|
|
3699
|
-
* @param {string} [id]
|
|
3700
|
-
* @param {SnsType} [snsType]
|
|
3701
|
-
* @param {string} [handle]
|
|
3702
|
-
* @param {number} [page]
|
|
3703
|
-
* @param {number} [limit]
|
|
3704
|
-
* @param {Date} [lastRetrieved]
|
|
3675
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest} requestParameters Request parameters.
|
|
3705
3676
|
* @param {*} [options] Override http request option.
|
|
3706
3677
|
* @throws {RequiredError}
|
|
3707
3678
|
* @memberof HospitalsApi
|
|
3708
3679
|
*/
|
|
3709
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesGet = function (
|
|
3680
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesGet = function (requestParameters, options) {
|
|
3710
3681
|
var _this = this;
|
|
3711
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3682
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesGet(requestParameters.hospitalId, requestParameters.id, requestParameters.snsType, requestParameters.handle, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3712
3683
|
};
|
|
3713
3684
|
/**
|
|
3714
3685
|
*
|
|
3715
3686
|
* @summary Get HospitalHandle.
|
|
3716
|
-
* @param {
|
|
3717
|
-
* @param {string} handleId
|
|
3687
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
3718
3688
|
* @param {*} [options] Override http request option.
|
|
3719
3689
|
* @throws {RequiredError}
|
|
3720
3690
|
* @memberof HospitalsApi
|
|
3721
3691
|
*/
|
|
3722
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesHandleIdGet = function (
|
|
3692
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesHandleIdGet = function (requestParameters, options) {
|
|
3723
3693
|
var _this = this;
|
|
3724
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId, handleId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3694
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesHandleIdGet(requestParameters.hospitalId, requestParameters.handleId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3725
3695
|
};
|
|
3726
3696
|
/**
|
|
3727
3697
|
*
|
|
3728
|
-
* @param {
|
|
3729
|
-
* @param {string} [name]
|
|
3730
|
-
* @param {string} [slug]
|
|
3731
|
-
* @param {string} [languageCode]
|
|
3732
|
-
* @param {boolean} [showHidden]
|
|
3733
|
-
* @param {number} [page]
|
|
3734
|
-
* @param {number} [limit]
|
|
3735
|
-
* @param {Date} [lastRetrieved]
|
|
3698
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest} requestParameters Request parameters.
|
|
3736
3699
|
* @param {*} [options] Override http request option.
|
|
3737
3700
|
* @throws {RequiredError}
|
|
3738
3701
|
* @memberof HospitalsApi
|
|
3739
3702
|
*/
|
|
3740
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsGet = function (
|
|
3703
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsGet = function (requestParameters, options) {
|
|
3741
3704
|
var _this = this;
|
|
3742
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsGet(hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3705
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsGet(requestParameters.hospitalId, requestParameters.name, requestParameters.slug, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3743
3706
|
};
|
|
3744
3707
|
/**
|
|
3745
3708
|
*
|
|
3746
|
-
* @param {
|
|
3747
|
-
* @param {string} landingId
|
|
3748
|
-
* @param {string} [languageCode]
|
|
3709
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest} requestParameters Request parameters.
|
|
3749
3710
|
* @param {*} [options] Override http request option.
|
|
3750
3711
|
* @throws {RequiredError}
|
|
3751
3712
|
* @memberof HospitalsApi
|
|
3752
3713
|
*/
|
|
3753
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsLandingIdGet = function (
|
|
3714
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsLandingIdGet = function (requestParameters, options) {
|
|
3754
3715
|
var _this = this;
|
|
3755
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId, landingId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3716
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsLandingIdGet(requestParameters.hospitalId, requestParameters.landingId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3756
3717
|
};
|
|
3757
3718
|
/**
|
|
3758
3719
|
*
|
|
3759
|
-
* @param {
|
|
3760
|
-
* @param {string} hospitalId
|
|
3761
|
-
* @param {string} [languageCode]
|
|
3720
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest} requestParameters Request parameters.
|
|
3762
3721
|
* @param {*} [options] Override http request option.
|
|
3763
3722
|
* @throws {RequiredError}
|
|
3764
3723
|
* @memberof HospitalsApi
|
|
3765
3724
|
*/
|
|
3766
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsSlugGet = function (
|
|
3725
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdLandingsSlugGet = function (requestParameters, options) {
|
|
3767
3726
|
var _this = this;
|
|
3768
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsSlugGet(slug, hospitalId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3727
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLandingsSlugGet(requestParameters.slug, requestParameters.hospitalId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3769
3728
|
};
|
|
3770
3729
|
/**
|
|
3771
3730
|
*
|
|
3772
3731
|
* @summary Get hospitalLanguages
|
|
3773
|
-
* @param {
|
|
3774
|
-
* @param {boolean} [showHidden]
|
|
3775
|
-
* @param {number} [page]
|
|
3776
|
-
* @param {number} [limit]
|
|
3777
|
-
* @param {Date} [lastRetrieved]
|
|
3732
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest} requestParameters Request parameters.
|
|
3778
3733
|
* @param {*} [options] Override http request option.
|
|
3779
3734
|
* @throws {RequiredError}
|
|
3780
3735
|
* @memberof HospitalsApi
|
|
3781
3736
|
*/
|
|
3782
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdLanguagesGet = function (
|
|
3737
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdLanguagesGet = function (requestParameters, options) {
|
|
3783
3738
|
var _this = this;
|
|
3784
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLanguagesGet(hospitalId, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3739
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdLanguagesGet(requestParameters.hospitalId, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3785
3740
|
};
|
|
3786
3741
|
/**
|
|
3787
3742
|
*
|
|
3788
3743
|
* @summary Get all HospitalMedias.
|
|
3789
|
-
* @param {
|
|
3790
|
-
* @param {string} [id]
|
|
3791
|
-
* @param {MediaType} [mediaType]
|
|
3792
|
-
* @param {number} [page]
|
|
3793
|
-
* @param {number} [limit]
|
|
3794
|
-
* @param {Date} [lastRetrieved]
|
|
3744
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest} requestParameters Request parameters.
|
|
3795
3745
|
* @param {*} [options] Override http request option.
|
|
3796
3746
|
* @throws {RequiredError}
|
|
3797
3747
|
* @memberof HospitalsApi
|
|
3798
3748
|
*/
|
|
3799
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdMediasGet = function (
|
|
3749
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdMediasGet = function (requestParameters, options) {
|
|
3800
3750
|
var _this = this;
|
|
3801
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdMediasGet(hospitalId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3751
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdMediasGet(requestParameters.hospitalId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3802
3752
|
};
|
|
3803
3753
|
/**
|
|
3804
3754
|
*
|
|
3805
3755
|
* @summary Get HospitalMedia.
|
|
3806
|
-
* @param {
|
|
3807
|
-
* @param {string} mediaId
|
|
3756
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3808
3757
|
* @param {*} [options] Override http request option.
|
|
3809
3758
|
* @throws {RequiredError}
|
|
3810
3759
|
* @memberof HospitalsApi
|
|
3811
3760
|
*/
|
|
3812
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdMediasMediaIdGet = function (
|
|
3761
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdMediasMediaIdGet = function (requestParameters, options) {
|
|
3813
3762
|
var _this = this;
|
|
3814
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3763
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3815
3764
|
};
|
|
3816
3765
|
/**
|
|
3817
3766
|
*
|
|
3818
3767
|
* @summary Get all HospitalSpecialties.
|
|
3819
|
-
* @param {
|
|
3820
|
-
* @param {string} [specialtyId]
|
|
3821
|
-
* @param {string} [specialtyName]
|
|
3822
|
-
* @param {string} [specialtyTypeId]
|
|
3823
|
-
* @param {string} [specialtyTypeName]
|
|
3824
|
-
* @param {string} [hospitalSpecialtyId]
|
|
3825
|
-
* @param {string} [name]
|
|
3826
|
-
* @param {string} [slug]
|
|
3827
|
-
* @param {MarketingType} [marketingType]
|
|
3828
|
-
* @param {string} [languageCode]
|
|
3829
|
-
* @param {boolean} [showHidden]
|
|
3830
|
-
* @param {number} [page]
|
|
3831
|
-
* @param {number} [limit]
|
|
3832
|
-
* @param {Date} [lastRetrieved]
|
|
3768
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
3833
3769
|
* @param {*} [options] Override http request option.
|
|
3834
3770
|
* @throws {RequiredError}
|
|
3835
3771
|
* @memberof HospitalsApi
|
|
3836
3772
|
*/
|
|
3837
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (
|
|
3773
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesGet = function (requestParameters, options) {
|
|
3838
3774
|
var _this = this;
|
|
3839
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3775
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.hospitalSpecialtyId, requestParameters.name, requestParameters.slug, requestParameters.marketingType, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3840
3776
|
};
|
|
3841
3777
|
/**
|
|
3842
3778
|
*
|
|
3843
3779
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
3844
|
-
* @param {
|
|
3845
|
-
* @param {string} hospitalSpecialtyId
|
|
3846
|
-
* @param {number} [year]
|
|
3847
|
-
* @param {number} [month]
|
|
3848
|
-
* @param {string} [timeZone]
|
|
3849
|
-
* @param {string} [appointmentIdExcluded]
|
|
3780
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3850
3781
|
* @param {*} [options] Override http request option.
|
|
3851
3782
|
* @throws {RequiredError}
|
|
3852
3783
|
* @memberof HospitalsApi
|
|
3853
3784
|
*/
|
|
3854
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet = function (
|
|
3785
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
3855
3786
|
var _this = this;
|
|
3856
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId, hospitalSpecialtyId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3787
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3857
3788
|
};
|
|
3858
3789
|
/**
|
|
3859
3790
|
*
|
|
3860
3791
|
* @summary Get all HospitalServiceMedias.
|
|
3861
|
-
* @param {
|
|
3862
|
-
* @param {string} hospitalSpecialtyId
|
|
3863
|
-
* @param {string} [id]
|
|
3864
|
-
* @param {MediaType} [mediaType]
|
|
3865
|
-
* @param {number} [page]
|
|
3866
|
-
* @param {number} [limit]
|
|
3867
|
-
* @param {Date} [lastRetrieved]
|
|
3792
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
3868
3793
|
* @param {*} [options] Override http request option.
|
|
3869
3794
|
* @throws {RequiredError}
|
|
3870
3795
|
* @memberof HospitalsApi
|
|
3871
3796
|
*/
|
|
3872
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet = function (
|
|
3797
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet = function (requestParameters, options) {
|
|
3873
3798
|
var _this = this;
|
|
3874
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3799
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3875
3800
|
};
|
|
3876
3801
|
/**
|
|
3877
3802
|
*
|
|
3878
3803
|
* @summary Get HospitalServiceMedia.
|
|
3879
|
-
* @param {
|
|
3880
|
-
* @param {string} hospitalSpecialtyId
|
|
3881
|
-
* @param {string} mediaId
|
|
3804
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3882
3805
|
* @param {*} [options] Override http request option.
|
|
3883
3806
|
* @throws {RequiredError}
|
|
3884
3807
|
* @memberof HospitalsApi
|
|
3885
3808
|
*/
|
|
3886
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet = function (
|
|
3809
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet = function (requestParameters, options) {
|
|
3887
3810
|
var _this = this;
|
|
3888
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3811
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3889
3812
|
};
|
|
3890
3813
|
/**
|
|
3891
3814
|
*
|
|
3892
3815
|
* @summary Get all HospitalSpecialties.
|
|
3893
|
-
* @param {
|
|
3894
|
-
* @param {string} [specialtyId]
|
|
3895
|
-
* @param {string} [specialtyName]
|
|
3896
|
-
* @param {string} [specialtyTypeId]
|
|
3897
|
-
* @param {string} [specialtyTypeName]
|
|
3898
|
-
* @param {string} [hospitalSpecialtyId]
|
|
3899
|
-
* @param {string} [name]
|
|
3900
|
-
* @param {string} [slug]
|
|
3901
|
-
* @param {MarketingType} [marketingType]
|
|
3902
|
-
* @param {string} [languageCode]
|
|
3903
|
-
* @param {boolean} [showHidden]
|
|
3904
|
-
* @param {number} [page]
|
|
3905
|
-
* @param {number} [limit]
|
|
3906
|
-
* @param {Date} [lastRetrieved]
|
|
3816
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
3907
3817
|
* @param {*} [options] Override http request option.
|
|
3908
3818
|
* @throws {RequiredError}
|
|
3909
3819
|
* @memberof HospitalsApi
|
|
3910
3820
|
*/
|
|
3911
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (
|
|
3821
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSimpleGet = function (requestParameters, options) {
|
|
3912
3822
|
var _this = this;
|
|
3913
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3823
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.hospitalSpecialtyId, requestParameters.name, requestParameters.slug, requestParameters.marketingType, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3914
3824
|
};
|
|
3915
3825
|
/**
|
|
3916
3826
|
*
|
|
3917
3827
|
* @summary Get HospitalSpecialty by slug.
|
|
3918
|
-
* @param {
|
|
3919
|
-
* @param {string} slug
|
|
3920
|
-
* @param {string} [languageCode]
|
|
3828
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
3921
3829
|
* @param {*} [options] Override http request option.
|
|
3922
3830
|
* @throws {RequiredError}
|
|
3923
3831
|
* @memberof HospitalsApi
|
|
3924
3832
|
*/
|
|
3925
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSlugGet = function (
|
|
3833
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSlugGet = function (requestParameters, options) {
|
|
3926
3834
|
var _this = this;
|
|
3927
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3835
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(requestParameters.hospitalId, requestParameters.slug, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3928
3836
|
};
|
|
3929
3837
|
/**
|
|
3930
3838
|
*
|
|
3931
3839
|
* @summary Get HospitalSpecialty.
|
|
3932
|
-
* @param {
|
|
3933
|
-
* @param {string} specialtyId
|
|
3934
|
-
* @param {string} [languageCode]
|
|
3840
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
3935
3841
|
* @param {*} [options] Override http request option.
|
|
3936
3842
|
* @throws {RequiredError}
|
|
3937
3843
|
* @memberof HospitalsApi
|
|
3938
3844
|
*/
|
|
3939
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet = function (
|
|
3845
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet = function (requestParameters, options) {
|
|
3940
3846
|
var _this = this;
|
|
3941
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3847
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3942
3848
|
};
|
|
3943
3849
|
/**
|
|
3944
3850
|
*
|
|
3945
3851
|
* @summary Get all HospitalServices.
|
|
3946
|
-
* @param {
|
|
3947
|
-
* @param {string} specialtyId
|
|
3948
|
-
* @param {string} [id]
|
|
3949
|
-
* @param {string} [name]
|
|
3950
|
-
* @param {string} [slug]
|
|
3951
|
-
* @param {string} [serviceCategoryId]
|
|
3952
|
-
* @param {MarketingType} [marketingType]
|
|
3953
|
-
* @param {Procedure} [procedure]
|
|
3954
|
-
* @param {Date} [created]
|
|
3955
|
-
* @param {string} [languageCode]
|
|
3956
|
-
* @param {boolean} [returnDefaultValue]
|
|
3957
|
-
* @param {number} [page]
|
|
3958
|
-
* @param {number} [limit]
|
|
3959
|
-
* @param {Date} [lastRetrieved]
|
|
3852
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest} requestParameters Request parameters.
|
|
3960
3853
|
* @param {*} [options] Override http request option.
|
|
3961
3854
|
* @throws {RequiredError}
|
|
3962
3855
|
* @memberof HospitalsApi
|
|
3963
3856
|
*/
|
|
3964
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet = function (
|
|
3857
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet = function (requestParameters, options) {
|
|
3965
3858
|
var _this = this;
|
|
3966
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3859
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.id, requestParameters.name, requestParameters.slug, requestParameters.serviceCategoryId, requestParameters.marketingType, requestParameters.procedure, requestParameters.created, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3967
3860
|
};
|
|
3968
3861
|
/**
|
|
3969
3862
|
*
|
|
3970
3863
|
* @summary Get ServiceAppointmentTimetables
|
|
3971
|
-
* @param {
|
|
3972
|
-
* @param {string} specialtyId
|
|
3973
|
-
* @param {string} serviceId
|
|
3974
|
-
* @param {number} [year]
|
|
3975
|
-
* @param {number} [month]
|
|
3976
|
-
* @param {string} [timeZone]
|
|
3977
|
-
* @param {string} [appointmentIdExcluded]
|
|
3864
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3978
3865
|
* @param {*} [options] Override http request option.
|
|
3979
3866
|
* @throws {RequiredError}
|
|
3980
3867
|
* @memberof HospitalsApi
|
|
3981
3868
|
*/
|
|
3982
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet = function (
|
|
3869
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
3983
3870
|
var _this = this;
|
|
3984
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId, specialtyId, serviceId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3871
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3985
3872
|
};
|
|
3986
3873
|
/**
|
|
3987
3874
|
*
|
|
3988
3875
|
* @summary Get HospitalService.
|
|
3989
|
-
* @param {
|
|
3990
|
-
* @param {string} specialtyId
|
|
3991
|
-
* @param {string} serviceId
|
|
3992
|
-
* @param {string} [languageCode]
|
|
3993
|
-
* @param {boolean} [returnDefaultValue]
|
|
3876
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
3994
3877
|
* @param {*} [options] Override http request option.
|
|
3995
3878
|
* @throws {RequiredError}
|
|
3996
3879
|
* @memberof HospitalsApi
|
|
3997
3880
|
*/
|
|
3998
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet = function (
|
|
3881
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet = function (requestParameters, options) {
|
|
3999
3882
|
var _this = this;
|
|
4000
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3883
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4001
3884
|
};
|
|
4002
3885
|
/**
|
|
4003
3886
|
*
|
|
4004
3887
|
* @summary Get all HospitalServiceMedias.
|
|
4005
|
-
* @param {
|
|
4006
|
-
* @param {string} specialtyId
|
|
4007
|
-
* @param {string} serviceId
|
|
4008
|
-
* @param {string} [id]
|
|
4009
|
-
* @param {MediaType} [mediaType]
|
|
4010
|
-
* @param {number} [page]
|
|
4011
|
-
* @param {number} [limit]
|
|
4012
|
-
* @param {Date} [lastRetrieved]
|
|
3888
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest} requestParameters Request parameters.
|
|
4013
3889
|
* @param {*} [options] Override http request option.
|
|
4014
3890
|
* @throws {RequiredError}
|
|
4015
3891
|
* @memberof HospitalsApi
|
|
4016
3892
|
*/
|
|
4017
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet = function (
|
|
3893
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet = function (requestParameters, options) {
|
|
4018
3894
|
var _this = this;
|
|
4019
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3895
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4020
3896
|
};
|
|
4021
3897
|
/**
|
|
4022
3898
|
*
|
|
4023
3899
|
* @summary Get HospitalServiceMedia.
|
|
4024
|
-
* @param {
|
|
4025
|
-
* @param {string} specialtyId
|
|
4026
|
-
* @param {string} serviceId
|
|
4027
|
-
* @param {string} mediaId
|
|
3900
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
4028
3901
|
* @param {*} [options] Override http request option.
|
|
4029
3902
|
* @throws {RequiredError}
|
|
4030
3903
|
* @memberof HospitalsApi
|
|
4031
3904
|
*/
|
|
4032
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet = function (
|
|
3905
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet = function (requestParameters, options) {
|
|
4033
3906
|
var _this = this;
|
|
4034
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3907
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4035
3908
|
};
|
|
4036
3909
|
/**
|
|
4037
3910
|
*
|
|
4038
3911
|
* @summary Get all HospitalWorkingDays.
|
|
4039
|
-
* @param {
|
|
4040
|
-
* @param {string} [id]
|
|
4041
|
-
* @param {string} [dayOfWeek]
|
|
4042
|
-
* @param {Date} [timeFrom]
|
|
4043
|
-
* @param {Date} [timeTo]
|
|
4044
|
-
* @param {boolean} [checkHoliday]
|
|
4045
|
-
* @param {number} [page]
|
|
4046
|
-
* @param {number} [limit]
|
|
4047
|
-
* @param {Date} [lastRetrieved]
|
|
3912
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest} requestParameters Request parameters.
|
|
4048
3913
|
* @param {*} [options] Override http request option.
|
|
4049
3914
|
* @throws {RequiredError}
|
|
4050
3915
|
* @memberof HospitalsApi
|
|
4051
3916
|
*/
|
|
4052
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysGet = function (
|
|
3917
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysGet = function (requestParameters, options) {
|
|
4053
3918
|
var _this = this;
|
|
4054
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3919
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(requestParameters.hospitalId, requestParameters.id, requestParameters.dayOfWeek, requestParameters.timeFrom, requestParameters.timeTo, requestParameters.checkHoliday, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4055
3920
|
};
|
|
4056
3921
|
/**
|
|
4057
3922
|
*
|
|
4058
3923
|
* @summary Get HospitalWorkingDay.
|
|
4059
|
-
* @param {
|
|
4060
|
-
* @param {string} workingDayId
|
|
3924
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest} requestParameters Request parameters.
|
|
4061
3925
|
* @param {*} [options] Override http request option.
|
|
4062
3926
|
* @throws {RequiredError}
|
|
4063
3927
|
* @memberof HospitalsApi
|
|
4064
3928
|
*/
|
|
4065
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet = function (
|
|
3929
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet = function (requestParameters, options) {
|
|
4066
3930
|
var _this = this;
|
|
4067
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId, workingDayId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3931
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(requestParameters.hospitalId, requestParameters.workingDayId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4068
3932
|
};
|
|
4069
3933
|
/**
|
|
4070
3934
|
*
|
|
4071
3935
|
* @summary Get all Hospitals.
|
|
4072
|
-
* @param {
|
|
4073
|
-
* @param {string} [name]
|
|
4074
|
-
* @param {string} [countryId]
|
|
4075
|
-
* @param {Date} [created]
|
|
4076
|
-
* @param {MarketingType} [marketingType]
|
|
4077
|
-
* @param {string} [specialtyTypeId]
|
|
4078
|
-
* @param {string} [specialtyId]
|
|
4079
|
-
* @param {string} [exceptHospitalId]
|
|
4080
|
-
* @param {number} [mediaCount]
|
|
4081
|
-
* @param {boolean} [showHidden]
|
|
4082
|
-
* @param {string} [languageCode]
|
|
4083
|
-
* @param {Array<string>} [ids]
|
|
4084
|
-
* @param {boolean} [returnDefaultValue]
|
|
4085
|
-
* @param {boolean} [paymentEnabled]
|
|
4086
|
-
* @param {number} [page]
|
|
4087
|
-
* @param {number} [limit]
|
|
4088
|
-
* @param {Date} [lastRetrieved]
|
|
3936
|
+
* @param {HospitalsApiApiV2HospitalsSimpleGetRequest} requestParameters Request parameters.
|
|
4089
3937
|
* @param {*} [options] Override http request option.
|
|
4090
3938
|
* @throws {RequiredError}
|
|
4091
3939
|
* @memberof HospitalsApi
|
|
4092
3940
|
*/
|
|
4093
|
-
HospitalsApi.prototype.apiV2HospitalsSimpleGet = function (
|
|
3941
|
+
HospitalsApi.prototype.apiV2HospitalsSimpleGet = function (requestParameters, options) {
|
|
4094
3942
|
var _this = this;
|
|
4095
|
-
|
|
3943
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3944
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsSimpleGet(requestParameters.hospitalId, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.mediaCount, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.returnDefaultValue, requestParameters.paymentEnabled, requestParameters.appointmentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4096
3945
|
};
|
|
4097
3946
|
/**
|
|
4098
3947
|
*
|
|
4099
3948
|
* @summary
|
|
4100
|
-
* @param {
|
|
4101
|
-
* @param {string} [languageCode]
|
|
4102
|
-
* @param {boolean} [returnDefaultValue]
|
|
3949
|
+
* @param {HospitalsApiApiV2HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
4103
3950
|
* @param {*} [options] Override http request option.
|
|
4104
3951
|
* @throws {RequiredError}
|
|
4105
3952
|
* @memberof HospitalsApi
|
|
4106
3953
|
*/
|
|
4107
|
-
HospitalsApi.prototype.apiV2HospitalsSlugGet = function (
|
|
3954
|
+
HospitalsApi.prototype.apiV2HospitalsSlugGet = function (requestParameters, options) {
|
|
4108
3955
|
var _this = this;
|
|
4109
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3956
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
4110
3957
|
};
|
|
4111
3958
|
return HospitalsApi;
|
|
4112
3959
|
}(base_1.BaseAPI));
|