ch-api-client-typescript2 4.9.7 → 4.9.9
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/src/api/hospitals-api.ts
CHANGED
|
@@ -99,13 +99,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
99
99
|
* @param {Array<string>} [ids]
|
|
100
100
|
* @param {boolean} [returnDefaultValue]
|
|
101
101
|
* @param {boolean} [paymentEnabled]
|
|
102
|
+
* @param {boolean} [appointmentEnabled]
|
|
102
103
|
* @param {number} [page]
|
|
103
104
|
* @param {number} [limit]
|
|
104
105
|
* @param {Date} [lastRetrieved]
|
|
105
106
|
* @param {*} [options] Override http request option.
|
|
106
107
|
* @throws {RequiredError}
|
|
107
108
|
*/
|
|
108
|
-
apiV2HospitalsGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
109
|
+
apiV2HospitalsGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
109
110
|
const localVarPath = `/api/v2/hospitals`;
|
|
110
111
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
111
112
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -176,6 +177,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
176
177
|
localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
|
|
177
178
|
}
|
|
178
179
|
|
|
180
|
+
if (appointmentEnabled !== undefined) {
|
|
181
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
182
|
+
}
|
|
183
|
+
|
|
179
184
|
if (page !== undefined) {
|
|
180
185
|
localVarQueryParameter['page'] = page;
|
|
181
186
|
}
|
|
@@ -1164,6 +1169,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1164
1169
|
* @param {string} [name]
|
|
1165
1170
|
* @param {string} [slug]
|
|
1166
1171
|
* @param {MarketingType} [marketingType]
|
|
1172
|
+
* @param {boolean} [appointmentEnabled]
|
|
1167
1173
|
* @param {string} [languageCode]
|
|
1168
1174
|
* @param {boolean} [showHidden]
|
|
1169
1175
|
* @param {number} [page]
|
|
@@ -1172,7 +1178,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1172
1178
|
* @param {*} [options] Override http request option.
|
|
1173
1179
|
* @throws {RequiredError}
|
|
1174
1180
|
*/
|
|
1175
|
-
apiV2HospitalsHospitalIdSpecialtiesGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1181
|
+
apiV2HospitalsHospitalIdSpecialtiesGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1176
1182
|
// verify required parameter 'hospitalId' is not null or undefined
|
|
1177
1183
|
assertParamExists('apiV2HospitalsHospitalIdSpecialtiesGet', 'hospitalId', hospitalId)
|
|
1178
1184
|
const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties`
|
|
@@ -1220,6 +1226,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1220
1226
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
1221
1227
|
}
|
|
1222
1228
|
|
|
1229
|
+
if (appointmentEnabled !== undefined) {
|
|
1230
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1223
1233
|
if (languageCode !== undefined) {
|
|
1224
1234
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1225
1235
|
}
|
|
@@ -1434,6 +1444,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1434
1444
|
* @param {string} [name]
|
|
1435
1445
|
* @param {string} [slug]
|
|
1436
1446
|
* @param {MarketingType} [marketingType]
|
|
1447
|
+
* @param {boolean} [appointmentEnabled]
|
|
1437
1448
|
* @param {string} [languageCode]
|
|
1438
1449
|
* @param {boolean} [showHidden]
|
|
1439
1450
|
* @param {number} [page]
|
|
@@ -1442,7 +1453,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1442
1453
|
* @param {*} [options] Override http request option.
|
|
1443
1454
|
* @throws {RequiredError}
|
|
1444
1455
|
*/
|
|
1445
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1456
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet: async (hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1446
1457
|
// verify required parameter 'hospitalId' is not null or undefined
|
|
1447
1458
|
assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSimpleGet', 'hospitalId', hospitalId)
|
|
1448
1459
|
const localVarPath = `/api/v2/hospitals/{hospitalId}/specialties/simple`
|
|
@@ -1490,6 +1501,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1490
1501
|
localVarQueryParameter['MarketingType'] = marketingType;
|
|
1491
1502
|
}
|
|
1492
1503
|
|
|
1504
|
+
if (appointmentEnabled !== undefined) {
|
|
1505
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1493
1508
|
if (languageCode !== undefined) {
|
|
1494
1509
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1495
1510
|
}
|
|
@@ -1621,6 +1636,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1621
1636
|
* @param {MarketingType} [marketingType]
|
|
1622
1637
|
* @param {Procedure} [procedure]
|
|
1623
1638
|
* @param {Date} [created]
|
|
1639
|
+
* @param {boolean} [appointmentEnabled]
|
|
1624
1640
|
* @param {string} [languageCode]
|
|
1625
1641
|
* @param {boolean} [returnDefaultValue]
|
|
1626
1642
|
* @param {number} [page]
|
|
@@ -1629,7 +1645,7 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1629
1645
|
* @param {*} [options] Override http request option.
|
|
1630
1646
|
* @throws {RequiredError}
|
|
1631
1647
|
*/
|
|
1632
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: async (hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1648
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet: async (hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, appointmentEnabled?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1633
1649
|
// verify required parameter 'hospitalId' is not null or undefined
|
|
1634
1650
|
assertParamExists('apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet', 'hospitalId', hospitalId)
|
|
1635
1651
|
// verify required parameter 'specialtyId' is not null or undefined
|
|
@@ -1678,6 +1694,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1678
1694
|
created;
|
|
1679
1695
|
}
|
|
1680
1696
|
|
|
1697
|
+
if (appointmentEnabled !== undefined) {
|
|
1698
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1681
1701
|
if (languageCode !== undefined) {
|
|
1682
1702
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
1683
1703
|
}
|
|
@@ -2079,13 +2099,14 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
2079
2099
|
* @param {Array<string>} [ids]
|
|
2080
2100
|
* @param {boolean} [returnDefaultValue]
|
|
2081
2101
|
* @param {boolean} [paymentEnabled]
|
|
2102
|
+
* @param {boolean} [appointmentEnabled]
|
|
2082
2103
|
* @param {number} [page]
|
|
2083
2104
|
* @param {number} [limit]
|
|
2084
2105
|
* @param {Date} [lastRetrieved]
|
|
2085
2106
|
* @param {*} [options] Override http request option.
|
|
2086
2107
|
* @throws {RequiredError}
|
|
2087
2108
|
*/
|
|
2088
|
-
apiV2HospitalsSimpleGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2109
|
+
apiV2HospitalsSimpleGet: async (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2089
2110
|
const localVarPath = `/api/v2/hospitals/simple`;
|
|
2090
2111
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2091
2112
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2156,6 +2177,10 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
2156
2177
|
localVarQueryParameter['PaymentEnabled'] = paymentEnabled;
|
|
2157
2178
|
}
|
|
2158
2179
|
|
|
2180
|
+
if (appointmentEnabled !== undefined) {
|
|
2181
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2159
2184
|
if (page !== undefined) {
|
|
2160
2185
|
localVarQueryParameter['page'] = page;
|
|
2161
2186
|
}
|
|
@@ -2252,14 +2277,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2252
2277
|
* @param {Array<string>} [ids]
|
|
2253
2278
|
* @param {boolean} [returnDefaultValue]
|
|
2254
2279
|
* @param {boolean} [paymentEnabled]
|
|
2280
|
+
* @param {boolean} [appointmentEnabled]
|
|
2255
2281
|
* @param {number} [page]
|
|
2256
2282
|
* @param {number} [limit]
|
|
2257
2283
|
* @param {Date} [lastRetrieved]
|
|
2258
2284
|
* @param {*} [options] Override http request option.
|
|
2259
2285
|
* @throws {RequiredError}
|
|
2260
2286
|
*/
|
|
2261
|
-
async apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsModel>> {
|
|
2262
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options);
|
|
2287
|
+
async apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsModel>> {
|
|
2288
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options);
|
|
2263
2289
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2264
2290
|
},
|
|
2265
2291
|
/**
|
|
@@ -2535,6 +2561,7 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2535
2561
|
* @param {string} [name]
|
|
2536
2562
|
* @param {string} [slug]
|
|
2537
2563
|
* @param {MarketingType} [marketingType]
|
|
2564
|
+
* @param {boolean} [appointmentEnabled]
|
|
2538
2565
|
* @param {string} [languageCode]
|
|
2539
2566
|
* @param {boolean} [showHidden]
|
|
2540
2567
|
* @param {number} [page]
|
|
@@ -2543,8 +2570,8 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2543
2570
|
* @param {*} [options] Override http request option.
|
|
2544
2571
|
* @throws {RequiredError}
|
|
2545
2572
|
*/
|
|
2546
|
-
async apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>> {
|
|
2547
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options);
|
|
2573
|
+
async apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesModel>> {
|
|
2574
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options);
|
|
2548
2575
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2549
2576
|
},
|
|
2550
2577
|
/**
|
|
@@ -2605,6 +2632,7 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2605
2632
|
* @param {string} [name]
|
|
2606
2633
|
* @param {string} [slug]
|
|
2607
2634
|
* @param {MarketingType} [marketingType]
|
|
2635
|
+
* @param {boolean} [appointmentEnabled]
|
|
2608
2636
|
* @param {string} [languageCode]
|
|
2609
2637
|
* @param {boolean} [showHidden]
|
|
2610
2638
|
* @param {number} [page]
|
|
@@ -2613,8 +2641,8 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2613
2641
|
* @param {*} [options] Override http request option.
|
|
2614
2642
|
* @throws {RequiredError}
|
|
2615
2643
|
*/
|
|
2616
|
-
async apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesSimpleModel>> {
|
|
2617
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options);
|
|
2644
|
+
async apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtiesSimpleModel>> {
|
|
2645
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options);
|
|
2618
2646
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2619
2647
|
},
|
|
2620
2648
|
/**
|
|
@@ -2655,6 +2683,7 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2655
2683
|
* @param {MarketingType} [marketingType]
|
|
2656
2684
|
* @param {Procedure} [procedure]
|
|
2657
2685
|
* @param {Date} [created]
|
|
2686
|
+
* @param {boolean} [appointmentEnabled]
|
|
2658
2687
|
* @param {string} [languageCode]
|
|
2659
2688
|
* @param {boolean} [returnDefaultValue]
|
|
2660
2689
|
* @param {number} [page]
|
|
@@ -2663,8 +2692,8 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2663
2692
|
* @param {*} [options] Override http request option.
|
|
2664
2693
|
* @throws {RequiredError}
|
|
2665
2694
|
*/
|
|
2666
|
-
async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>> {
|
|
2667
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
2695
|
+
async apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, appointmentEnabled?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>> {
|
|
2696
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
2668
2697
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2669
2698
|
},
|
|
2670
2699
|
/**
|
|
@@ -2779,14 +2808,15 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
|
|
|
2779
2808
|
* @param {Array<string>} [ids]
|
|
2780
2809
|
* @param {boolean} [returnDefaultValue]
|
|
2781
2810
|
* @param {boolean} [paymentEnabled]
|
|
2811
|
+
* @param {boolean} [appointmentEnabled]
|
|
2782
2812
|
* @param {number} [page]
|
|
2783
2813
|
* @param {number} [limit]
|
|
2784
2814
|
* @param {Date} [lastRetrieved]
|
|
2785
2815
|
* @param {*} [options] Override http request option.
|
|
2786
2816
|
* @throws {RequiredError}
|
|
2787
2817
|
*/
|
|
2788
|
-
async apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>> {
|
|
2789
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options);
|
|
2818
|
+
async apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>> {
|
|
2819
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options);
|
|
2790
2820
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2791
2821
|
},
|
|
2792
2822
|
/**
|
|
@@ -2829,14 +2859,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
2829
2859
|
* @param {Array<string>} [ids]
|
|
2830
2860
|
* @param {boolean} [returnDefaultValue]
|
|
2831
2861
|
* @param {boolean} [paymentEnabled]
|
|
2862
|
+
* @param {boolean} [appointmentEnabled]
|
|
2832
2863
|
* @param {number} [page]
|
|
2833
2864
|
* @param {number} [limit]
|
|
2834
2865
|
* @param {Date} [lastRetrieved]
|
|
2835
2866
|
* @param {*} [options] Override http request option.
|
|
2836
2867
|
* @throws {RequiredError}
|
|
2837
2868
|
*/
|
|
2838
|
-
apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsModel> {
|
|
2839
|
-
return localVarFp.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
2869
|
+
apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsModel> {
|
|
2870
|
+
return localVarFp.apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
2840
2871
|
},
|
|
2841
2872
|
/**
|
|
2842
2873
|
*
|
|
@@ -3093,6 +3124,7 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3093
3124
|
* @param {string} [name]
|
|
3094
3125
|
* @param {string} [slug]
|
|
3095
3126
|
* @param {MarketingType} [marketingType]
|
|
3127
|
+
* @param {boolean} [appointmentEnabled]
|
|
3096
3128
|
* @param {string} [languageCode]
|
|
3097
3129
|
* @param {boolean} [showHidden]
|
|
3098
3130
|
* @param {number} [page]
|
|
@@ -3101,8 +3133,8 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3101
3133
|
* @param {*} [options] Override http request option.
|
|
3102
3134
|
* @throws {RequiredError}
|
|
3103
3135
|
*/
|
|
3104
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel> {
|
|
3105
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3136
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesModel> {
|
|
3137
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3106
3138
|
},
|
|
3107
3139
|
/**
|
|
3108
3140
|
*
|
|
@@ -3159,6 +3191,7 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3159
3191
|
* @param {string} [name]
|
|
3160
3192
|
* @param {string} [slug]
|
|
3161
3193
|
* @param {MarketingType} [marketingType]
|
|
3194
|
+
* @param {boolean} [appointmentEnabled]
|
|
3162
3195
|
* @param {string} [languageCode]
|
|
3163
3196
|
* @param {boolean} [showHidden]
|
|
3164
3197
|
* @param {number} [page]
|
|
@@ -3167,8 +3200,8 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3167
3200
|
* @param {*} [options] Override http request option.
|
|
3168
3201
|
* @throws {RequiredError}
|
|
3169
3202
|
*/
|
|
3170
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel> {
|
|
3171
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3203
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, appointmentEnabled?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel> {
|
|
3204
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, appointmentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3172
3205
|
},
|
|
3173
3206
|
/**
|
|
3174
3207
|
*
|
|
@@ -3206,6 +3239,7 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3206
3239
|
* @param {MarketingType} [marketingType]
|
|
3207
3240
|
* @param {Procedure} [procedure]
|
|
3208
3241
|
* @param {Date} [created]
|
|
3242
|
+
* @param {boolean} [appointmentEnabled]
|
|
3209
3243
|
* @param {string} [languageCode]
|
|
3210
3244
|
* @param {boolean} [returnDefaultValue]
|
|
3211
3245
|
* @param {number} [page]
|
|
@@ -3214,8 +3248,8 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3214
3248
|
* @param {*} [options] Override http request option.
|
|
3215
3249
|
* @throws {RequiredError}
|
|
3216
3250
|
*/
|
|
3217
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel> {
|
|
3218
|
-
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3251
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId: string, specialtyId: string, id?: string, name?: string, slug?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, appointmentEnabled?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel> {
|
|
3252
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, appointmentEnabled, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3219
3253
|
},
|
|
3220
3254
|
/**
|
|
3221
3255
|
*
|
|
@@ -3323,14 +3357,15 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3323
3357
|
* @param {Array<string>} [ids]
|
|
3324
3358
|
* @param {boolean} [returnDefaultValue]
|
|
3325
3359
|
* @param {boolean} [paymentEnabled]
|
|
3360
|
+
* @param {boolean} [appointmentEnabled]
|
|
3326
3361
|
* @param {number} [page]
|
|
3327
3362
|
* @param {number} [limit]
|
|
3328
3363
|
* @param {Date} [lastRetrieved]
|
|
3329
3364
|
* @param {*} [options] Override http request option.
|
|
3330
3365
|
* @throws {RequiredError}
|
|
3331
3366
|
*/
|
|
3332
|
-
apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel> {
|
|
3333
|
-
return localVarFp.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3367
|
+
apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, appointmentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel> {
|
|
3368
|
+
return localVarFp.apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, appointmentEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
3334
3369
|
},
|
|
3335
3370
|
/**
|
|
3336
3371
|
*
|
|
@@ -3347,6 +3382,1826 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
|
|
|
3347
3382
|
};
|
|
3348
3383
|
};
|
|
3349
3384
|
|
|
3385
|
+
/**
|
|
3386
|
+
* Request parameters for apiV2HospitalsGet operation in HospitalsApi.
|
|
3387
|
+
* @export
|
|
3388
|
+
* @interface HospitalsApiApiV2HospitalsGetRequest
|
|
3389
|
+
*/
|
|
3390
|
+
export interface HospitalsApiApiV2HospitalsGetRequest {
|
|
3391
|
+
/**
|
|
3392
|
+
*
|
|
3393
|
+
* @type {string}
|
|
3394
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3395
|
+
*/
|
|
3396
|
+
readonly hospitalId?: string
|
|
3397
|
+
|
|
3398
|
+
/**
|
|
3399
|
+
*
|
|
3400
|
+
* @type {string}
|
|
3401
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3402
|
+
*/
|
|
3403
|
+
readonly name?: string
|
|
3404
|
+
|
|
3405
|
+
/**
|
|
3406
|
+
*
|
|
3407
|
+
* @type {string}
|
|
3408
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3409
|
+
*/
|
|
3410
|
+
readonly countryId?: string
|
|
3411
|
+
|
|
3412
|
+
/**
|
|
3413
|
+
*
|
|
3414
|
+
* @type {Date}
|
|
3415
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3416
|
+
*/
|
|
3417
|
+
readonly created?: Date
|
|
3418
|
+
|
|
3419
|
+
/**
|
|
3420
|
+
*
|
|
3421
|
+
* @type {MarketingType}
|
|
3422
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3423
|
+
*/
|
|
3424
|
+
readonly marketingType?: MarketingType
|
|
3425
|
+
|
|
3426
|
+
/**
|
|
3427
|
+
*
|
|
3428
|
+
* @type {string}
|
|
3429
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3430
|
+
*/
|
|
3431
|
+
readonly specialtyTypeId?: string
|
|
3432
|
+
|
|
3433
|
+
/**
|
|
3434
|
+
*
|
|
3435
|
+
* @type {string}
|
|
3436
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3437
|
+
*/
|
|
3438
|
+
readonly specialtyId?: string
|
|
3439
|
+
|
|
3440
|
+
/**
|
|
3441
|
+
*
|
|
3442
|
+
* @type {string}
|
|
3443
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3444
|
+
*/
|
|
3445
|
+
readonly exceptHospitalId?: string
|
|
3446
|
+
|
|
3447
|
+
/**
|
|
3448
|
+
*
|
|
3449
|
+
* @type {number}
|
|
3450
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3451
|
+
*/
|
|
3452
|
+
readonly mediaCount?: number
|
|
3453
|
+
|
|
3454
|
+
/**
|
|
3455
|
+
*
|
|
3456
|
+
* @type {boolean}
|
|
3457
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3458
|
+
*/
|
|
3459
|
+
readonly showHidden?: boolean
|
|
3460
|
+
|
|
3461
|
+
/**
|
|
3462
|
+
*
|
|
3463
|
+
* @type {string}
|
|
3464
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3465
|
+
*/
|
|
3466
|
+
readonly languageCode?: string
|
|
3467
|
+
|
|
3468
|
+
/**
|
|
3469
|
+
*
|
|
3470
|
+
* @type {Array<string>}
|
|
3471
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3472
|
+
*/
|
|
3473
|
+
readonly ids?: Array<string>
|
|
3474
|
+
|
|
3475
|
+
/**
|
|
3476
|
+
*
|
|
3477
|
+
* @type {boolean}
|
|
3478
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3479
|
+
*/
|
|
3480
|
+
readonly returnDefaultValue?: boolean
|
|
3481
|
+
|
|
3482
|
+
/**
|
|
3483
|
+
*
|
|
3484
|
+
* @type {boolean}
|
|
3485
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3486
|
+
*/
|
|
3487
|
+
readonly paymentEnabled?: boolean
|
|
3488
|
+
|
|
3489
|
+
/**
|
|
3490
|
+
*
|
|
3491
|
+
* @type {boolean}
|
|
3492
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3493
|
+
*/
|
|
3494
|
+
readonly appointmentEnabled?: boolean
|
|
3495
|
+
|
|
3496
|
+
/**
|
|
3497
|
+
*
|
|
3498
|
+
* @type {number}
|
|
3499
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3500
|
+
*/
|
|
3501
|
+
readonly page?: number
|
|
3502
|
+
|
|
3503
|
+
/**
|
|
3504
|
+
*
|
|
3505
|
+
* @type {number}
|
|
3506
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3507
|
+
*/
|
|
3508
|
+
readonly limit?: number
|
|
3509
|
+
|
|
3510
|
+
/**
|
|
3511
|
+
*
|
|
3512
|
+
* @type {Date}
|
|
3513
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
3514
|
+
*/
|
|
3515
|
+
readonly lastRetrieved?: Date
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
/**
|
|
3519
|
+
* Request parameters for apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet operation in HospitalsApi.
|
|
3520
|
+
* @export
|
|
3521
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest
|
|
3522
|
+
*/
|
|
3523
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest {
|
|
3524
|
+
/**
|
|
3525
|
+
*
|
|
3526
|
+
* @type {string}
|
|
3527
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGet
|
|
3528
|
+
*/
|
|
3529
|
+
readonly hospitalId: string
|
|
3530
|
+
|
|
3531
|
+
/**
|
|
3532
|
+
*
|
|
3533
|
+
* @type {string}
|
|
3534
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGet
|
|
3535
|
+
*/
|
|
3536
|
+
readonly accreditationId: string
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
/**
|
|
3540
|
+
* Request parameters for apiV2HospitalsHospitalIdAccreditationsGet operation in HospitalsApi.
|
|
3541
|
+
* @export
|
|
3542
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest
|
|
3543
|
+
*/
|
|
3544
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest {
|
|
3545
|
+
/**
|
|
3546
|
+
*
|
|
3547
|
+
* @type {string}
|
|
3548
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3549
|
+
*/
|
|
3550
|
+
readonly hospitalId: string
|
|
3551
|
+
|
|
3552
|
+
/**
|
|
3553
|
+
*
|
|
3554
|
+
* @type {string}
|
|
3555
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3556
|
+
*/
|
|
3557
|
+
readonly hospitalName?: string
|
|
3558
|
+
|
|
3559
|
+
/**
|
|
3560
|
+
*
|
|
3561
|
+
* @type {string}
|
|
3562
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3563
|
+
*/
|
|
3564
|
+
readonly accreditationId?: string
|
|
3565
|
+
|
|
3566
|
+
/**
|
|
3567
|
+
*
|
|
3568
|
+
* @type {string}
|
|
3569
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3570
|
+
*/
|
|
3571
|
+
readonly accreditationName?: string
|
|
3572
|
+
|
|
3573
|
+
/**
|
|
3574
|
+
*
|
|
3575
|
+
* @type {number}
|
|
3576
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3577
|
+
*/
|
|
3578
|
+
readonly page?: number
|
|
3579
|
+
|
|
3580
|
+
/**
|
|
3581
|
+
*
|
|
3582
|
+
* @type {number}
|
|
3583
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3584
|
+
*/
|
|
3585
|
+
readonly limit?: number
|
|
3586
|
+
|
|
3587
|
+
/**
|
|
3588
|
+
*
|
|
3589
|
+
* @type {Date}
|
|
3590
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
3591
|
+
*/
|
|
3592
|
+
readonly lastRetrieved?: Date
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
/**
|
|
3596
|
+
* Request parameters for apiV2HospitalsHospitalIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
3597
|
+
* @export
|
|
3598
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest
|
|
3599
|
+
*/
|
|
3600
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest {
|
|
3601
|
+
/**
|
|
3602
|
+
*
|
|
3603
|
+
* @type {string}
|
|
3604
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
3605
|
+
*/
|
|
3606
|
+
readonly hospitalId: string
|
|
3607
|
+
|
|
3608
|
+
/**
|
|
3609
|
+
*
|
|
3610
|
+
* @type {number}
|
|
3611
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
3612
|
+
*/
|
|
3613
|
+
readonly year?: number
|
|
3614
|
+
|
|
3615
|
+
/**
|
|
3616
|
+
*
|
|
3617
|
+
* @type {number}
|
|
3618
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
3619
|
+
*/
|
|
3620
|
+
readonly month?: number
|
|
3621
|
+
|
|
3622
|
+
/**
|
|
3623
|
+
*
|
|
3624
|
+
* @type {string}
|
|
3625
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
3626
|
+
*/
|
|
3627
|
+
readonly timeZone?: string
|
|
3628
|
+
|
|
3629
|
+
/**
|
|
3630
|
+
*
|
|
3631
|
+
* @type {string}
|
|
3632
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
3633
|
+
*/
|
|
3634
|
+
readonly appointmentIdExcluded?: string
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
/**
|
|
3638
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet operation in HospitalsApi.
|
|
3639
|
+
* @export
|
|
3640
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest
|
|
3641
|
+
*/
|
|
3642
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest {
|
|
3643
|
+
/**
|
|
3644
|
+
*
|
|
3645
|
+
* @type {string}
|
|
3646
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGet
|
|
3647
|
+
*/
|
|
3648
|
+
readonly hospitalId: string
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
*
|
|
3652
|
+
* @type {string}
|
|
3653
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGet
|
|
3654
|
+
*/
|
|
3655
|
+
readonly equipmentId: string
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
/**
|
|
3659
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet operation in HospitalsApi.
|
|
3660
|
+
* @export
|
|
3661
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest
|
|
3662
|
+
*/
|
|
3663
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest {
|
|
3664
|
+
/**
|
|
3665
|
+
*
|
|
3666
|
+
* @type {string}
|
|
3667
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3668
|
+
*/
|
|
3669
|
+
readonly hospitalId: string
|
|
3670
|
+
|
|
3671
|
+
/**
|
|
3672
|
+
*
|
|
3673
|
+
* @type {string}
|
|
3674
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3675
|
+
*/
|
|
3676
|
+
readonly equipmentId: string
|
|
3677
|
+
|
|
3678
|
+
/**
|
|
3679
|
+
*
|
|
3680
|
+
* @type {string}
|
|
3681
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3682
|
+
*/
|
|
3683
|
+
readonly id?: string
|
|
3684
|
+
|
|
3685
|
+
/**
|
|
3686
|
+
*
|
|
3687
|
+
* @type {MediaType}
|
|
3688
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3689
|
+
*/
|
|
3690
|
+
readonly mediaType?: MediaType
|
|
3691
|
+
|
|
3692
|
+
/**
|
|
3693
|
+
*
|
|
3694
|
+
* @type {number}
|
|
3695
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3696
|
+
*/
|
|
3697
|
+
readonly page?: number
|
|
3698
|
+
|
|
3699
|
+
/**
|
|
3700
|
+
*
|
|
3701
|
+
* @type {number}
|
|
3702
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3703
|
+
*/
|
|
3704
|
+
readonly limit?: number
|
|
3705
|
+
|
|
3706
|
+
/**
|
|
3707
|
+
*
|
|
3708
|
+
* @type {Date}
|
|
3709
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
3710
|
+
*/
|
|
3711
|
+
readonly lastRetrieved?: Date
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
/**
|
|
3715
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet operation in HospitalsApi.
|
|
3716
|
+
* @export
|
|
3717
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest
|
|
3718
|
+
*/
|
|
3719
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest {
|
|
3720
|
+
/**
|
|
3721
|
+
*
|
|
3722
|
+
* @type {string}
|
|
3723
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
3724
|
+
*/
|
|
3725
|
+
readonly hospitalId: string
|
|
3726
|
+
|
|
3727
|
+
/**
|
|
3728
|
+
*
|
|
3729
|
+
* @type {string}
|
|
3730
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
3731
|
+
*/
|
|
3732
|
+
readonly equipmentId: string
|
|
3733
|
+
|
|
3734
|
+
/**
|
|
3735
|
+
*
|
|
3736
|
+
* @type {string}
|
|
3737
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
3738
|
+
*/
|
|
3739
|
+
readonly mediaId: string
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
/**
|
|
3743
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsGet operation in HospitalsApi.
|
|
3744
|
+
* @export
|
|
3745
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest
|
|
3746
|
+
*/
|
|
3747
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest {
|
|
3748
|
+
/**
|
|
3749
|
+
*
|
|
3750
|
+
* @type {string}
|
|
3751
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3752
|
+
*/
|
|
3753
|
+
readonly hospitalId: string
|
|
3754
|
+
|
|
3755
|
+
/**
|
|
3756
|
+
*
|
|
3757
|
+
* @type {string}
|
|
3758
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3759
|
+
*/
|
|
3760
|
+
readonly id?: string
|
|
3761
|
+
|
|
3762
|
+
/**
|
|
3763
|
+
*
|
|
3764
|
+
* @type {string}
|
|
3765
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3766
|
+
*/
|
|
3767
|
+
readonly name?: string
|
|
3768
|
+
|
|
3769
|
+
/**
|
|
3770
|
+
*
|
|
3771
|
+
* @type {string}
|
|
3772
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3773
|
+
*/
|
|
3774
|
+
readonly hospitalId2?: string
|
|
3775
|
+
|
|
3776
|
+
/**
|
|
3777
|
+
*
|
|
3778
|
+
* @type {string}
|
|
3779
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3780
|
+
*/
|
|
3781
|
+
readonly hospitalName?: string
|
|
3782
|
+
|
|
3783
|
+
/**
|
|
3784
|
+
*
|
|
3785
|
+
* @type {string}
|
|
3786
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3787
|
+
*/
|
|
3788
|
+
readonly description?: string
|
|
3789
|
+
|
|
3790
|
+
/**
|
|
3791
|
+
*
|
|
3792
|
+
* @type {Date}
|
|
3793
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3794
|
+
*/
|
|
3795
|
+
readonly created?: Date
|
|
3796
|
+
|
|
3797
|
+
/**
|
|
3798
|
+
*
|
|
3799
|
+
* @type {number}
|
|
3800
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3801
|
+
*/
|
|
3802
|
+
readonly page?: number
|
|
3803
|
+
|
|
3804
|
+
/**
|
|
3805
|
+
*
|
|
3806
|
+
* @type {number}
|
|
3807
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3808
|
+
*/
|
|
3809
|
+
readonly limit?: number
|
|
3810
|
+
|
|
3811
|
+
/**
|
|
3812
|
+
*
|
|
3813
|
+
* @type {Date}
|
|
3814
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
3815
|
+
*/
|
|
3816
|
+
readonly lastRetrieved?: Date
|
|
3817
|
+
}
|
|
3818
|
+
|
|
3819
|
+
/**
|
|
3820
|
+
* Request parameters for apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet operation in HospitalsApi.
|
|
3821
|
+
* @export
|
|
3822
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest
|
|
3823
|
+
*/
|
|
3824
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest {
|
|
3825
|
+
/**
|
|
3826
|
+
*
|
|
3827
|
+
* @type {string}
|
|
3828
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGet
|
|
3829
|
+
*/
|
|
3830
|
+
readonly hospitalId: string
|
|
3831
|
+
|
|
3832
|
+
/**
|
|
3833
|
+
*
|
|
3834
|
+
* @type {string}
|
|
3835
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGet
|
|
3836
|
+
*/
|
|
3837
|
+
readonly evaluationId: string
|
|
3838
|
+
}
|
|
3839
|
+
|
|
3840
|
+
/**
|
|
3841
|
+
* Request parameters for apiV2HospitalsHospitalIdEvaluationsGet operation in HospitalsApi.
|
|
3842
|
+
* @export
|
|
3843
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest
|
|
3844
|
+
*/
|
|
3845
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest {
|
|
3846
|
+
/**
|
|
3847
|
+
*
|
|
3848
|
+
* @type {string}
|
|
3849
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3850
|
+
*/
|
|
3851
|
+
readonly hospitalId: string
|
|
3852
|
+
|
|
3853
|
+
/**
|
|
3854
|
+
*
|
|
3855
|
+
* @type {string}
|
|
3856
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3857
|
+
*/
|
|
3858
|
+
readonly id?: string
|
|
3859
|
+
|
|
3860
|
+
/**
|
|
3861
|
+
*
|
|
3862
|
+
* @type {string}
|
|
3863
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3864
|
+
*/
|
|
3865
|
+
readonly name?: string
|
|
3866
|
+
|
|
3867
|
+
/**
|
|
3868
|
+
*
|
|
3869
|
+
* @type {number}
|
|
3870
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3871
|
+
*/
|
|
3872
|
+
readonly stars?: number
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
*
|
|
3876
|
+
* @type {number}
|
|
3877
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3878
|
+
*/
|
|
3879
|
+
readonly page?: number
|
|
3880
|
+
|
|
3881
|
+
/**
|
|
3882
|
+
*
|
|
3883
|
+
* @type {number}
|
|
3884
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3885
|
+
*/
|
|
3886
|
+
readonly limit?: number
|
|
3887
|
+
|
|
3888
|
+
/**
|
|
3889
|
+
*
|
|
3890
|
+
* @type {Date}
|
|
3891
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
3892
|
+
*/
|
|
3893
|
+
readonly lastRetrieved?: Date
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3896
|
+
/**
|
|
3897
|
+
* Request parameters for apiV2HospitalsHospitalIdGet operation in HospitalsApi.
|
|
3898
|
+
* @export
|
|
3899
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdGetRequest
|
|
3900
|
+
*/
|
|
3901
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdGetRequest {
|
|
3902
|
+
/**
|
|
3903
|
+
*
|
|
3904
|
+
* @type {string}
|
|
3905
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
3906
|
+
*/
|
|
3907
|
+
readonly hospitalId: string
|
|
3908
|
+
|
|
3909
|
+
/**
|
|
3910
|
+
*
|
|
3911
|
+
* @type {string}
|
|
3912
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
3913
|
+
*/
|
|
3914
|
+
readonly languageCode?: string
|
|
3915
|
+
|
|
3916
|
+
/**
|
|
3917
|
+
*
|
|
3918
|
+
* @type {boolean}
|
|
3919
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
3920
|
+
*/
|
|
3921
|
+
readonly returnDefaultValue?: boolean
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
/**
|
|
3925
|
+
* Request parameters for apiV2HospitalsHospitalIdHandlesGet operation in HospitalsApi.
|
|
3926
|
+
* @export
|
|
3927
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest
|
|
3928
|
+
*/
|
|
3929
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest {
|
|
3930
|
+
/**
|
|
3931
|
+
*
|
|
3932
|
+
* @type {string}
|
|
3933
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3934
|
+
*/
|
|
3935
|
+
readonly hospitalId: string
|
|
3936
|
+
|
|
3937
|
+
/**
|
|
3938
|
+
*
|
|
3939
|
+
* @type {string}
|
|
3940
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3941
|
+
*/
|
|
3942
|
+
readonly id?: string
|
|
3943
|
+
|
|
3944
|
+
/**
|
|
3945
|
+
*
|
|
3946
|
+
* @type {SnsType}
|
|
3947
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3948
|
+
*/
|
|
3949
|
+
readonly snsType?: SnsType
|
|
3950
|
+
|
|
3951
|
+
/**
|
|
3952
|
+
*
|
|
3953
|
+
* @type {string}
|
|
3954
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3955
|
+
*/
|
|
3956
|
+
readonly handle?: string
|
|
3957
|
+
|
|
3958
|
+
/**
|
|
3959
|
+
*
|
|
3960
|
+
* @type {number}
|
|
3961
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3962
|
+
*/
|
|
3963
|
+
readonly page?: number
|
|
3964
|
+
|
|
3965
|
+
/**
|
|
3966
|
+
*
|
|
3967
|
+
* @type {number}
|
|
3968
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3969
|
+
*/
|
|
3970
|
+
readonly limit?: number
|
|
3971
|
+
|
|
3972
|
+
/**
|
|
3973
|
+
*
|
|
3974
|
+
* @type {Date}
|
|
3975
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
3976
|
+
*/
|
|
3977
|
+
readonly lastRetrieved?: Date
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3980
|
+
/**
|
|
3981
|
+
* Request parameters for apiV2HospitalsHospitalIdHandlesHandleIdGet operation in HospitalsApi.
|
|
3982
|
+
* @export
|
|
3983
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest
|
|
3984
|
+
*/
|
|
3985
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest {
|
|
3986
|
+
/**
|
|
3987
|
+
*
|
|
3988
|
+
* @type {string}
|
|
3989
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGet
|
|
3990
|
+
*/
|
|
3991
|
+
readonly hospitalId: string
|
|
3992
|
+
|
|
3993
|
+
/**
|
|
3994
|
+
*
|
|
3995
|
+
* @type {string}
|
|
3996
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGet
|
|
3997
|
+
*/
|
|
3998
|
+
readonly handleId: string
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
/**
|
|
4002
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsGet operation in HospitalsApi.
|
|
4003
|
+
* @export
|
|
4004
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest
|
|
4005
|
+
*/
|
|
4006
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest {
|
|
4007
|
+
/**
|
|
4008
|
+
*
|
|
4009
|
+
* @type {string}
|
|
4010
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4011
|
+
*/
|
|
4012
|
+
readonly hospitalId: string
|
|
4013
|
+
|
|
4014
|
+
/**
|
|
4015
|
+
*
|
|
4016
|
+
* @type {string}
|
|
4017
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4018
|
+
*/
|
|
4019
|
+
readonly name?: string
|
|
4020
|
+
|
|
4021
|
+
/**
|
|
4022
|
+
*
|
|
4023
|
+
* @type {string}
|
|
4024
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4025
|
+
*/
|
|
4026
|
+
readonly slug?: string
|
|
4027
|
+
|
|
4028
|
+
/**
|
|
4029
|
+
*
|
|
4030
|
+
* @type {string}
|
|
4031
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4032
|
+
*/
|
|
4033
|
+
readonly languageCode?: string
|
|
4034
|
+
|
|
4035
|
+
/**
|
|
4036
|
+
*
|
|
4037
|
+
* @type {boolean}
|
|
4038
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4039
|
+
*/
|
|
4040
|
+
readonly showHidden?: boolean
|
|
4041
|
+
|
|
4042
|
+
/**
|
|
4043
|
+
*
|
|
4044
|
+
* @type {number}
|
|
4045
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4046
|
+
*/
|
|
4047
|
+
readonly page?: number
|
|
4048
|
+
|
|
4049
|
+
/**
|
|
4050
|
+
*
|
|
4051
|
+
* @type {number}
|
|
4052
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4053
|
+
*/
|
|
4054
|
+
readonly limit?: number
|
|
4055
|
+
|
|
4056
|
+
/**
|
|
4057
|
+
*
|
|
4058
|
+
* @type {Date}
|
|
4059
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
4060
|
+
*/
|
|
4061
|
+
readonly lastRetrieved?: Date
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
/**
|
|
4065
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsLandingIdGet operation in HospitalsApi.
|
|
4066
|
+
* @export
|
|
4067
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest
|
|
4068
|
+
*/
|
|
4069
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest {
|
|
4070
|
+
/**
|
|
4071
|
+
*
|
|
4072
|
+
* @type {string}
|
|
4073
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
4074
|
+
*/
|
|
4075
|
+
readonly hospitalId: string
|
|
4076
|
+
|
|
4077
|
+
/**
|
|
4078
|
+
*
|
|
4079
|
+
* @type {string}
|
|
4080
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
4081
|
+
*/
|
|
4082
|
+
readonly landingId: string
|
|
4083
|
+
|
|
4084
|
+
/**
|
|
4085
|
+
*
|
|
4086
|
+
* @type {string}
|
|
4087
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
4088
|
+
*/
|
|
4089
|
+
readonly languageCode?: string
|
|
4090
|
+
}
|
|
4091
|
+
|
|
4092
|
+
/**
|
|
4093
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsSlugGet operation in HospitalsApi.
|
|
4094
|
+
* @export
|
|
4095
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest
|
|
4096
|
+
*/
|
|
4097
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest {
|
|
4098
|
+
/**
|
|
4099
|
+
*
|
|
4100
|
+
* @type {string}
|
|
4101
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
4102
|
+
*/
|
|
4103
|
+
readonly slug: string
|
|
4104
|
+
|
|
4105
|
+
/**
|
|
4106
|
+
*
|
|
4107
|
+
* @type {string}
|
|
4108
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
4109
|
+
*/
|
|
4110
|
+
readonly hospitalId: string
|
|
4111
|
+
|
|
4112
|
+
/**
|
|
4113
|
+
*
|
|
4114
|
+
* @type {string}
|
|
4115
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
4116
|
+
*/
|
|
4117
|
+
readonly languageCode?: string
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
/**
|
|
4121
|
+
* Request parameters for apiV2HospitalsHospitalIdLanguagesGet operation in HospitalsApi.
|
|
4122
|
+
* @export
|
|
4123
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest
|
|
4124
|
+
*/
|
|
4125
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest {
|
|
4126
|
+
/**
|
|
4127
|
+
*
|
|
4128
|
+
* @type {string}
|
|
4129
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
4130
|
+
*/
|
|
4131
|
+
readonly hospitalId: string
|
|
4132
|
+
|
|
4133
|
+
/**
|
|
4134
|
+
*
|
|
4135
|
+
* @type {boolean}
|
|
4136
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
4137
|
+
*/
|
|
4138
|
+
readonly showHidden?: boolean
|
|
4139
|
+
|
|
4140
|
+
/**
|
|
4141
|
+
*
|
|
4142
|
+
* @type {number}
|
|
4143
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
4144
|
+
*/
|
|
4145
|
+
readonly page?: number
|
|
4146
|
+
|
|
4147
|
+
/**
|
|
4148
|
+
*
|
|
4149
|
+
* @type {number}
|
|
4150
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
4151
|
+
*/
|
|
4152
|
+
readonly limit?: number
|
|
4153
|
+
|
|
4154
|
+
/**
|
|
4155
|
+
*
|
|
4156
|
+
* @type {Date}
|
|
4157
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
4158
|
+
*/
|
|
4159
|
+
readonly lastRetrieved?: Date
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
/**
|
|
4163
|
+
* Request parameters for apiV2HospitalsHospitalIdMediasGet operation in HospitalsApi.
|
|
4164
|
+
* @export
|
|
4165
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest
|
|
4166
|
+
*/
|
|
4167
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest {
|
|
4168
|
+
/**
|
|
4169
|
+
*
|
|
4170
|
+
* @type {string}
|
|
4171
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4172
|
+
*/
|
|
4173
|
+
readonly hospitalId: string
|
|
4174
|
+
|
|
4175
|
+
/**
|
|
4176
|
+
*
|
|
4177
|
+
* @type {string}
|
|
4178
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4179
|
+
*/
|
|
4180
|
+
readonly id?: string
|
|
4181
|
+
|
|
4182
|
+
/**
|
|
4183
|
+
*
|
|
4184
|
+
* @type {MediaType}
|
|
4185
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4186
|
+
*/
|
|
4187
|
+
readonly mediaType?: MediaType
|
|
4188
|
+
|
|
4189
|
+
/**
|
|
4190
|
+
*
|
|
4191
|
+
* @type {number}
|
|
4192
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4193
|
+
*/
|
|
4194
|
+
readonly page?: number
|
|
4195
|
+
|
|
4196
|
+
/**
|
|
4197
|
+
*
|
|
4198
|
+
* @type {number}
|
|
4199
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4200
|
+
*/
|
|
4201
|
+
readonly limit?: number
|
|
4202
|
+
|
|
4203
|
+
/**
|
|
4204
|
+
*
|
|
4205
|
+
* @type {Date}
|
|
4206
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
4207
|
+
*/
|
|
4208
|
+
readonly lastRetrieved?: Date
|
|
4209
|
+
}
|
|
4210
|
+
|
|
4211
|
+
/**
|
|
4212
|
+
* Request parameters for apiV2HospitalsHospitalIdMediasMediaIdGet operation in HospitalsApi.
|
|
4213
|
+
* @export
|
|
4214
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest
|
|
4215
|
+
*/
|
|
4216
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest {
|
|
4217
|
+
/**
|
|
4218
|
+
*
|
|
4219
|
+
* @type {string}
|
|
4220
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGet
|
|
4221
|
+
*/
|
|
4222
|
+
readonly hospitalId: string
|
|
4223
|
+
|
|
4224
|
+
/**
|
|
4225
|
+
*
|
|
4226
|
+
* @type {string}
|
|
4227
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGet
|
|
4228
|
+
*/
|
|
4229
|
+
readonly mediaId: string
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4232
|
+
/**
|
|
4233
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
|
|
4234
|
+
* @export
|
|
4235
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest
|
|
4236
|
+
*/
|
|
4237
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest {
|
|
4238
|
+
/**
|
|
4239
|
+
*
|
|
4240
|
+
* @type {string}
|
|
4241
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4242
|
+
*/
|
|
4243
|
+
readonly hospitalId: string
|
|
4244
|
+
|
|
4245
|
+
/**
|
|
4246
|
+
*
|
|
4247
|
+
* @type {string}
|
|
4248
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4249
|
+
*/
|
|
4250
|
+
readonly specialtyId?: string
|
|
4251
|
+
|
|
4252
|
+
/**
|
|
4253
|
+
*
|
|
4254
|
+
* @type {string}
|
|
4255
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4256
|
+
*/
|
|
4257
|
+
readonly specialtyName?: string
|
|
4258
|
+
|
|
4259
|
+
/**
|
|
4260
|
+
*
|
|
4261
|
+
* @type {string}
|
|
4262
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4263
|
+
*/
|
|
4264
|
+
readonly specialtyTypeId?: string
|
|
4265
|
+
|
|
4266
|
+
/**
|
|
4267
|
+
*
|
|
4268
|
+
* @type {string}
|
|
4269
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4270
|
+
*/
|
|
4271
|
+
readonly specialtyTypeName?: string
|
|
4272
|
+
|
|
4273
|
+
/**
|
|
4274
|
+
*
|
|
4275
|
+
* @type {string}
|
|
4276
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4277
|
+
*/
|
|
4278
|
+
readonly hospitalSpecialtyId?: string
|
|
4279
|
+
|
|
4280
|
+
/**
|
|
4281
|
+
*
|
|
4282
|
+
* @type {string}
|
|
4283
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4284
|
+
*/
|
|
4285
|
+
readonly name?: string
|
|
4286
|
+
|
|
4287
|
+
/**
|
|
4288
|
+
*
|
|
4289
|
+
* @type {string}
|
|
4290
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4291
|
+
*/
|
|
4292
|
+
readonly slug?: string
|
|
4293
|
+
|
|
4294
|
+
/**
|
|
4295
|
+
*
|
|
4296
|
+
* @type {MarketingType}
|
|
4297
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4298
|
+
*/
|
|
4299
|
+
readonly marketingType?: MarketingType
|
|
4300
|
+
|
|
4301
|
+
/**
|
|
4302
|
+
*
|
|
4303
|
+
* @type {boolean}
|
|
4304
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4305
|
+
*/
|
|
4306
|
+
readonly appointmentEnabled?: boolean
|
|
4307
|
+
|
|
4308
|
+
/**
|
|
4309
|
+
*
|
|
4310
|
+
* @type {string}
|
|
4311
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4312
|
+
*/
|
|
4313
|
+
readonly languageCode?: string
|
|
4314
|
+
|
|
4315
|
+
/**
|
|
4316
|
+
*
|
|
4317
|
+
* @type {boolean}
|
|
4318
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4319
|
+
*/
|
|
4320
|
+
readonly showHidden?: boolean
|
|
4321
|
+
|
|
4322
|
+
/**
|
|
4323
|
+
*
|
|
4324
|
+
* @type {number}
|
|
4325
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4326
|
+
*/
|
|
4327
|
+
readonly page?: number
|
|
4328
|
+
|
|
4329
|
+
/**
|
|
4330
|
+
*
|
|
4331
|
+
* @type {number}
|
|
4332
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4333
|
+
*/
|
|
4334
|
+
readonly limit?: number
|
|
4335
|
+
|
|
4336
|
+
/**
|
|
4337
|
+
*
|
|
4338
|
+
* @type {Date}
|
|
4339
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
4340
|
+
*/
|
|
4341
|
+
readonly lastRetrieved?: Date
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4344
|
+
/**
|
|
4345
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
4346
|
+
* @export
|
|
4347
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest
|
|
4348
|
+
*/
|
|
4349
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest {
|
|
4350
|
+
/**
|
|
4351
|
+
*
|
|
4352
|
+
* @type {string}
|
|
4353
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4354
|
+
*/
|
|
4355
|
+
readonly hospitalId: string
|
|
4356
|
+
|
|
4357
|
+
/**
|
|
4358
|
+
*
|
|
4359
|
+
* @type {string}
|
|
4360
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4361
|
+
*/
|
|
4362
|
+
readonly hospitalSpecialtyId: string
|
|
4363
|
+
|
|
4364
|
+
/**
|
|
4365
|
+
*
|
|
4366
|
+
* @type {number}
|
|
4367
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4368
|
+
*/
|
|
4369
|
+
readonly year?: number
|
|
4370
|
+
|
|
4371
|
+
/**
|
|
4372
|
+
*
|
|
4373
|
+
* @type {number}
|
|
4374
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4375
|
+
*/
|
|
4376
|
+
readonly month?: number
|
|
4377
|
+
|
|
4378
|
+
/**
|
|
4379
|
+
*
|
|
4380
|
+
* @type {string}
|
|
4381
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4382
|
+
*/
|
|
4383
|
+
readonly timeZone?: string
|
|
4384
|
+
|
|
4385
|
+
/**
|
|
4386
|
+
*
|
|
4387
|
+
* @type {string}
|
|
4388
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
4389
|
+
*/
|
|
4390
|
+
readonly appointmentIdExcluded?: string
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
/**
|
|
4394
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet operation in HospitalsApi.
|
|
4395
|
+
* @export
|
|
4396
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest
|
|
4397
|
+
*/
|
|
4398
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest {
|
|
4399
|
+
/**
|
|
4400
|
+
*
|
|
4401
|
+
* @type {string}
|
|
4402
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4403
|
+
*/
|
|
4404
|
+
readonly hospitalId: string
|
|
4405
|
+
|
|
4406
|
+
/**
|
|
4407
|
+
*
|
|
4408
|
+
* @type {string}
|
|
4409
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4410
|
+
*/
|
|
4411
|
+
readonly hospitalSpecialtyId: string
|
|
4412
|
+
|
|
4413
|
+
/**
|
|
4414
|
+
*
|
|
4415
|
+
* @type {string}
|
|
4416
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4417
|
+
*/
|
|
4418
|
+
readonly id?: string
|
|
4419
|
+
|
|
4420
|
+
/**
|
|
4421
|
+
*
|
|
4422
|
+
* @type {MediaType}
|
|
4423
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4424
|
+
*/
|
|
4425
|
+
readonly mediaType?: MediaType
|
|
4426
|
+
|
|
4427
|
+
/**
|
|
4428
|
+
*
|
|
4429
|
+
* @type {number}
|
|
4430
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4431
|
+
*/
|
|
4432
|
+
readonly page?: number
|
|
4433
|
+
|
|
4434
|
+
/**
|
|
4435
|
+
*
|
|
4436
|
+
* @type {number}
|
|
4437
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4438
|
+
*/
|
|
4439
|
+
readonly limit?: number
|
|
4440
|
+
|
|
4441
|
+
/**
|
|
4442
|
+
*
|
|
4443
|
+
* @type {Date}
|
|
4444
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
4445
|
+
*/
|
|
4446
|
+
readonly lastRetrieved?: Date
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4449
|
+
/**
|
|
4450
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet operation in HospitalsApi.
|
|
4451
|
+
* @export
|
|
4452
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest
|
|
4453
|
+
*/
|
|
4454
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest {
|
|
4455
|
+
/**
|
|
4456
|
+
*
|
|
4457
|
+
* @type {string}
|
|
4458
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
4459
|
+
*/
|
|
4460
|
+
readonly hospitalId: string
|
|
4461
|
+
|
|
4462
|
+
/**
|
|
4463
|
+
*
|
|
4464
|
+
* @type {string}
|
|
4465
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
4466
|
+
*/
|
|
4467
|
+
readonly hospitalSpecialtyId: string
|
|
4468
|
+
|
|
4469
|
+
/**
|
|
4470
|
+
*
|
|
4471
|
+
* @type {string}
|
|
4472
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
4473
|
+
*/
|
|
4474
|
+
readonly mediaId: string
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4477
|
+
/**
|
|
4478
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSimpleGet operation in HospitalsApi.
|
|
4479
|
+
* @export
|
|
4480
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest
|
|
4481
|
+
*/
|
|
4482
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest {
|
|
4483
|
+
/**
|
|
4484
|
+
*
|
|
4485
|
+
* @type {string}
|
|
4486
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4487
|
+
*/
|
|
4488
|
+
readonly hospitalId: string
|
|
4489
|
+
|
|
4490
|
+
/**
|
|
4491
|
+
*
|
|
4492
|
+
* @type {string}
|
|
4493
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4494
|
+
*/
|
|
4495
|
+
readonly specialtyId?: string
|
|
4496
|
+
|
|
4497
|
+
/**
|
|
4498
|
+
*
|
|
4499
|
+
* @type {string}
|
|
4500
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4501
|
+
*/
|
|
4502
|
+
readonly specialtyName?: string
|
|
4503
|
+
|
|
4504
|
+
/**
|
|
4505
|
+
*
|
|
4506
|
+
* @type {string}
|
|
4507
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4508
|
+
*/
|
|
4509
|
+
readonly specialtyTypeId?: string
|
|
4510
|
+
|
|
4511
|
+
/**
|
|
4512
|
+
*
|
|
4513
|
+
* @type {string}
|
|
4514
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4515
|
+
*/
|
|
4516
|
+
readonly specialtyTypeName?: string
|
|
4517
|
+
|
|
4518
|
+
/**
|
|
4519
|
+
*
|
|
4520
|
+
* @type {string}
|
|
4521
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4522
|
+
*/
|
|
4523
|
+
readonly hospitalSpecialtyId?: string
|
|
4524
|
+
|
|
4525
|
+
/**
|
|
4526
|
+
*
|
|
4527
|
+
* @type {string}
|
|
4528
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4529
|
+
*/
|
|
4530
|
+
readonly name?: string
|
|
4531
|
+
|
|
4532
|
+
/**
|
|
4533
|
+
*
|
|
4534
|
+
* @type {string}
|
|
4535
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4536
|
+
*/
|
|
4537
|
+
readonly slug?: string
|
|
4538
|
+
|
|
4539
|
+
/**
|
|
4540
|
+
*
|
|
4541
|
+
* @type {MarketingType}
|
|
4542
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4543
|
+
*/
|
|
4544
|
+
readonly marketingType?: MarketingType
|
|
4545
|
+
|
|
4546
|
+
/**
|
|
4547
|
+
*
|
|
4548
|
+
* @type {boolean}
|
|
4549
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4550
|
+
*/
|
|
4551
|
+
readonly appointmentEnabled?: boolean
|
|
4552
|
+
|
|
4553
|
+
/**
|
|
4554
|
+
*
|
|
4555
|
+
* @type {string}
|
|
4556
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4557
|
+
*/
|
|
4558
|
+
readonly languageCode?: string
|
|
4559
|
+
|
|
4560
|
+
/**
|
|
4561
|
+
*
|
|
4562
|
+
* @type {boolean}
|
|
4563
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4564
|
+
*/
|
|
4565
|
+
readonly showHidden?: boolean
|
|
4566
|
+
|
|
4567
|
+
/**
|
|
4568
|
+
*
|
|
4569
|
+
* @type {number}
|
|
4570
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4571
|
+
*/
|
|
4572
|
+
readonly page?: number
|
|
4573
|
+
|
|
4574
|
+
/**
|
|
4575
|
+
*
|
|
4576
|
+
* @type {number}
|
|
4577
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4578
|
+
*/
|
|
4579
|
+
readonly limit?: number
|
|
4580
|
+
|
|
4581
|
+
/**
|
|
4582
|
+
*
|
|
4583
|
+
* @type {Date}
|
|
4584
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
4585
|
+
*/
|
|
4586
|
+
readonly lastRetrieved?: Date
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
/**
|
|
4590
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSlugGet operation in HospitalsApi.
|
|
4591
|
+
* @export
|
|
4592
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest
|
|
4593
|
+
*/
|
|
4594
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest {
|
|
4595
|
+
/**
|
|
4596
|
+
*
|
|
4597
|
+
* @type {string}
|
|
4598
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
4599
|
+
*/
|
|
4600
|
+
readonly hospitalId: string
|
|
4601
|
+
|
|
4602
|
+
/**
|
|
4603
|
+
*
|
|
4604
|
+
* @type {string}
|
|
4605
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
4606
|
+
*/
|
|
4607
|
+
readonly slug: string
|
|
4608
|
+
|
|
4609
|
+
/**
|
|
4610
|
+
*
|
|
4611
|
+
* @type {string}
|
|
4612
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
4613
|
+
*/
|
|
4614
|
+
readonly languageCode?: string
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4617
|
+
/**
|
|
4618
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet operation in HospitalsApi.
|
|
4619
|
+
* @export
|
|
4620
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest
|
|
4621
|
+
*/
|
|
4622
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest {
|
|
4623
|
+
/**
|
|
4624
|
+
*
|
|
4625
|
+
* @type {string}
|
|
4626
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
4627
|
+
*/
|
|
4628
|
+
readonly hospitalId: string
|
|
4629
|
+
|
|
4630
|
+
/**
|
|
4631
|
+
*
|
|
4632
|
+
* @type {string}
|
|
4633
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
4634
|
+
*/
|
|
4635
|
+
readonly specialtyId: string
|
|
4636
|
+
|
|
4637
|
+
/**
|
|
4638
|
+
*
|
|
4639
|
+
* @type {string}
|
|
4640
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
4641
|
+
*/
|
|
4642
|
+
readonly languageCode?: string
|
|
4643
|
+
}
|
|
4644
|
+
|
|
4645
|
+
/**
|
|
4646
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet operation in HospitalsApi.
|
|
4647
|
+
* @export
|
|
4648
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest
|
|
4649
|
+
*/
|
|
4650
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest {
|
|
4651
|
+
/**
|
|
4652
|
+
*
|
|
4653
|
+
* @type {string}
|
|
4654
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4655
|
+
*/
|
|
4656
|
+
readonly hospitalId: string
|
|
4657
|
+
|
|
4658
|
+
/**
|
|
4659
|
+
*
|
|
4660
|
+
* @type {string}
|
|
4661
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4662
|
+
*/
|
|
4663
|
+
readonly specialtyId: string
|
|
4664
|
+
|
|
4665
|
+
/**
|
|
4666
|
+
*
|
|
4667
|
+
* @type {string}
|
|
4668
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4669
|
+
*/
|
|
4670
|
+
readonly id?: string
|
|
4671
|
+
|
|
4672
|
+
/**
|
|
4673
|
+
*
|
|
4674
|
+
* @type {string}
|
|
4675
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4676
|
+
*/
|
|
4677
|
+
readonly name?: string
|
|
4678
|
+
|
|
4679
|
+
/**
|
|
4680
|
+
*
|
|
4681
|
+
* @type {string}
|
|
4682
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4683
|
+
*/
|
|
4684
|
+
readonly slug?: string
|
|
4685
|
+
|
|
4686
|
+
/**
|
|
4687
|
+
*
|
|
4688
|
+
* @type {string}
|
|
4689
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4690
|
+
*/
|
|
4691
|
+
readonly serviceCategoryId?: string
|
|
4692
|
+
|
|
4693
|
+
/**
|
|
4694
|
+
*
|
|
4695
|
+
* @type {MarketingType}
|
|
4696
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4697
|
+
*/
|
|
4698
|
+
readonly marketingType?: MarketingType
|
|
4699
|
+
|
|
4700
|
+
/**
|
|
4701
|
+
*
|
|
4702
|
+
* @type {Procedure}
|
|
4703
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4704
|
+
*/
|
|
4705
|
+
readonly procedure?: Procedure
|
|
4706
|
+
|
|
4707
|
+
/**
|
|
4708
|
+
*
|
|
4709
|
+
* @type {Date}
|
|
4710
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4711
|
+
*/
|
|
4712
|
+
readonly created?: Date
|
|
4713
|
+
|
|
4714
|
+
/**
|
|
4715
|
+
*
|
|
4716
|
+
* @type {boolean}
|
|
4717
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4718
|
+
*/
|
|
4719
|
+
readonly appointmentEnabled?: boolean
|
|
4720
|
+
|
|
4721
|
+
/**
|
|
4722
|
+
*
|
|
4723
|
+
* @type {string}
|
|
4724
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4725
|
+
*/
|
|
4726
|
+
readonly languageCode?: string
|
|
4727
|
+
|
|
4728
|
+
/**
|
|
4729
|
+
*
|
|
4730
|
+
* @type {boolean}
|
|
4731
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4732
|
+
*/
|
|
4733
|
+
readonly returnDefaultValue?: boolean
|
|
4734
|
+
|
|
4735
|
+
/**
|
|
4736
|
+
*
|
|
4737
|
+
* @type {number}
|
|
4738
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4739
|
+
*/
|
|
4740
|
+
readonly page?: number
|
|
4741
|
+
|
|
4742
|
+
/**
|
|
4743
|
+
*
|
|
4744
|
+
* @type {number}
|
|
4745
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4746
|
+
*/
|
|
4747
|
+
readonly limit?: number
|
|
4748
|
+
|
|
4749
|
+
/**
|
|
4750
|
+
*
|
|
4751
|
+
* @type {Date}
|
|
4752
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
4753
|
+
*/
|
|
4754
|
+
readonly lastRetrieved?: Date
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4757
|
+
/**
|
|
4758
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
4759
|
+
* @export
|
|
4760
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest
|
|
4761
|
+
*/
|
|
4762
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest {
|
|
4763
|
+
/**
|
|
4764
|
+
*
|
|
4765
|
+
* @type {string}
|
|
4766
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4767
|
+
*/
|
|
4768
|
+
readonly hospitalId: string
|
|
4769
|
+
|
|
4770
|
+
/**
|
|
4771
|
+
*
|
|
4772
|
+
* @type {string}
|
|
4773
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4774
|
+
*/
|
|
4775
|
+
readonly specialtyId: string
|
|
4776
|
+
|
|
4777
|
+
/**
|
|
4778
|
+
*
|
|
4779
|
+
* @type {string}
|
|
4780
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4781
|
+
*/
|
|
4782
|
+
readonly serviceId: string
|
|
4783
|
+
|
|
4784
|
+
/**
|
|
4785
|
+
*
|
|
4786
|
+
* @type {number}
|
|
4787
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4788
|
+
*/
|
|
4789
|
+
readonly year?: number
|
|
4790
|
+
|
|
4791
|
+
/**
|
|
4792
|
+
*
|
|
4793
|
+
* @type {number}
|
|
4794
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4795
|
+
*/
|
|
4796
|
+
readonly month?: number
|
|
4797
|
+
|
|
4798
|
+
/**
|
|
4799
|
+
*
|
|
4800
|
+
* @type {string}
|
|
4801
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4802
|
+
*/
|
|
4803
|
+
readonly timeZone?: string
|
|
4804
|
+
|
|
4805
|
+
/**
|
|
4806
|
+
*
|
|
4807
|
+
* @type {string}
|
|
4808
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
4809
|
+
*/
|
|
4810
|
+
readonly appointmentIdExcluded?: string
|
|
4811
|
+
}
|
|
4812
|
+
|
|
4813
|
+
/**
|
|
4814
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet operation in HospitalsApi.
|
|
4815
|
+
* @export
|
|
4816
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest
|
|
4817
|
+
*/
|
|
4818
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest {
|
|
4819
|
+
/**
|
|
4820
|
+
*
|
|
4821
|
+
* @type {string}
|
|
4822
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4823
|
+
*/
|
|
4824
|
+
readonly hospitalId: string
|
|
4825
|
+
|
|
4826
|
+
/**
|
|
4827
|
+
*
|
|
4828
|
+
* @type {string}
|
|
4829
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4830
|
+
*/
|
|
4831
|
+
readonly specialtyId: string
|
|
4832
|
+
|
|
4833
|
+
/**
|
|
4834
|
+
*
|
|
4835
|
+
* @type {string}
|
|
4836
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4837
|
+
*/
|
|
4838
|
+
readonly serviceId: string
|
|
4839
|
+
|
|
4840
|
+
/**
|
|
4841
|
+
*
|
|
4842
|
+
* @type {string}
|
|
4843
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4844
|
+
*/
|
|
4845
|
+
readonly languageCode?: string
|
|
4846
|
+
|
|
4847
|
+
/**
|
|
4848
|
+
*
|
|
4849
|
+
* @type {boolean}
|
|
4850
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4851
|
+
*/
|
|
4852
|
+
readonly returnDefaultValue?: boolean
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4855
|
+
/**
|
|
4856
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet operation in HospitalsApi.
|
|
4857
|
+
* @export
|
|
4858
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest
|
|
4859
|
+
*/
|
|
4860
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest {
|
|
4861
|
+
/**
|
|
4862
|
+
*
|
|
4863
|
+
* @type {string}
|
|
4864
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4865
|
+
*/
|
|
4866
|
+
readonly hospitalId: string
|
|
4867
|
+
|
|
4868
|
+
/**
|
|
4869
|
+
*
|
|
4870
|
+
* @type {string}
|
|
4871
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4872
|
+
*/
|
|
4873
|
+
readonly specialtyId: string
|
|
4874
|
+
|
|
4875
|
+
/**
|
|
4876
|
+
*
|
|
4877
|
+
* @type {string}
|
|
4878
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4879
|
+
*/
|
|
4880
|
+
readonly serviceId: string
|
|
4881
|
+
|
|
4882
|
+
/**
|
|
4883
|
+
*
|
|
4884
|
+
* @type {string}
|
|
4885
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4886
|
+
*/
|
|
4887
|
+
readonly id?: string
|
|
4888
|
+
|
|
4889
|
+
/**
|
|
4890
|
+
*
|
|
4891
|
+
* @type {MediaType}
|
|
4892
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4893
|
+
*/
|
|
4894
|
+
readonly mediaType?: MediaType
|
|
4895
|
+
|
|
4896
|
+
/**
|
|
4897
|
+
*
|
|
4898
|
+
* @type {number}
|
|
4899
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4900
|
+
*/
|
|
4901
|
+
readonly page?: number
|
|
4902
|
+
|
|
4903
|
+
/**
|
|
4904
|
+
*
|
|
4905
|
+
* @type {number}
|
|
4906
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4907
|
+
*/
|
|
4908
|
+
readonly limit?: number
|
|
4909
|
+
|
|
4910
|
+
/**
|
|
4911
|
+
*
|
|
4912
|
+
* @type {Date}
|
|
4913
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
4914
|
+
*/
|
|
4915
|
+
readonly lastRetrieved?: Date
|
|
4916
|
+
}
|
|
4917
|
+
|
|
4918
|
+
/**
|
|
4919
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet operation in HospitalsApi.
|
|
4920
|
+
* @export
|
|
4921
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest
|
|
4922
|
+
*/
|
|
4923
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest {
|
|
4924
|
+
/**
|
|
4925
|
+
*
|
|
4926
|
+
* @type {string}
|
|
4927
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
4928
|
+
*/
|
|
4929
|
+
readonly hospitalId: string
|
|
4930
|
+
|
|
4931
|
+
/**
|
|
4932
|
+
*
|
|
4933
|
+
* @type {string}
|
|
4934
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
4935
|
+
*/
|
|
4936
|
+
readonly specialtyId: string
|
|
4937
|
+
|
|
4938
|
+
/**
|
|
4939
|
+
*
|
|
4940
|
+
* @type {string}
|
|
4941
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
4942
|
+
*/
|
|
4943
|
+
readonly serviceId: string
|
|
4944
|
+
|
|
4945
|
+
/**
|
|
4946
|
+
*
|
|
4947
|
+
* @type {string}
|
|
4948
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
4949
|
+
*/
|
|
4950
|
+
readonly mediaId: string
|
|
4951
|
+
}
|
|
4952
|
+
|
|
4953
|
+
/**
|
|
4954
|
+
* Request parameters for apiV2HospitalsHospitalIdWorkingdaysGet operation in HospitalsApi.
|
|
4955
|
+
* @export
|
|
4956
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest
|
|
4957
|
+
*/
|
|
4958
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest {
|
|
4959
|
+
/**
|
|
4960
|
+
*
|
|
4961
|
+
* @type {string}
|
|
4962
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4963
|
+
*/
|
|
4964
|
+
readonly hospitalId: string
|
|
4965
|
+
|
|
4966
|
+
/**
|
|
4967
|
+
*
|
|
4968
|
+
* @type {string}
|
|
4969
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4970
|
+
*/
|
|
4971
|
+
readonly id?: string
|
|
4972
|
+
|
|
4973
|
+
/**
|
|
4974
|
+
*
|
|
4975
|
+
* @type {string}
|
|
4976
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4977
|
+
*/
|
|
4978
|
+
readonly dayOfWeek?: string
|
|
4979
|
+
|
|
4980
|
+
/**
|
|
4981
|
+
*
|
|
4982
|
+
* @type {Date}
|
|
4983
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4984
|
+
*/
|
|
4985
|
+
readonly timeFrom?: Date
|
|
4986
|
+
|
|
4987
|
+
/**
|
|
4988
|
+
*
|
|
4989
|
+
* @type {Date}
|
|
4990
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4991
|
+
*/
|
|
4992
|
+
readonly timeTo?: Date
|
|
4993
|
+
|
|
4994
|
+
/**
|
|
4995
|
+
*
|
|
4996
|
+
* @type {boolean}
|
|
4997
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
4998
|
+
*/
|
|
4999
|
+
readonly checkHoliday?: boolean
|
|
5000
|
+
|
|
5001
|
+
/**
|
|
5002
|
+
*
|
|
5003
|
+
* @type {number}
|
|
5004
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
5005
|
+
*/
|
|
5006
|
+
readonly page?: number
|
|
5007
|
+
|
|
5008
|
+
/**
|
|
5009
|
+
*
|
|
5010
|
+
* @type {number}
|
|
5011
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
5012
|
+
*/
|
|
5013
|
+
readonly limit?: number
|
|
5014
|
+
|
|
5015
|
+
/**
|
|
5016
|
+
*
|
|
5017
|
+
* @type {Date}
|
|
5018
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
5019
|
+
*/
|
|
5020
|
+
readonly lastRetrieved?: Date
|
|
5021
|
+
}
|
|
5022
|
+
|
|
5023
|
+
/**
|
|
5024
|
+
* Request parameters for apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet operation in HospitalsApi.
|
|
5025
|
+
* @export
|
|
5026
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest
|
|
5027
|
+
*/
|
|
5028
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest {
|
|
5029
|
+
/**
|
|
5030
|
+
*
|
|
5031
|
+
* @type {string}
|
|
5032
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet
|
|
5033
|
+
*/
|
|
5034
|
+
readonly hospitalId: string
|
|
5035
|
+
|
|
5036
|
+
/**
|
|
5037
|
+
*
|
|
5038
|
+
* @type {string}
|
|
5039
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet
|
|
5040
|
+
*/
|
|
5041
|
+
readonly workingDayId: string
|
|
5042
|
+
}
|
|
5043
|
+
|
|
5044
|
+
/**
|
|
5045
|
+
* Request parameters for apiV2HospitalsSimpleGet operation in HospitalsApi.
|
|
5046
|
+
* @export
|
|
5047
|
+
* @interface HospitalsApiApiV2HospitalsSimpleGetRequest
|
|
5048
|
+
*/
|
|
5049
|
+
export interface HospitalsApiApiV2HospitalsSimpleGetRequest {
|
|
5050
|
+
/**
|
|
5051
|
+
*
|
|
5052
|
+
* @type {string}
|
|
5053
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5054
|
+
*/
|
|
5055
|
+
readonly hospitalId?: string
|
|
5056
|
+
|
|
5057
|
+
/**
|
|
5058
|
+
*
|
|
5059
|
+
* @type {string}
|
|
5060
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5061
|
+
*/
|
|
5062
|
+
readonly name?: string
|
|
5063
|
+
|
|
5064
|
+
/**
|
|
5065
|
+
*
|
|
5066
|
+
* @type {string}
|
|
5067
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5068
|
+
*/
|
|
5069
|
+
readonly countryId?: string
|
|
5070
|
+
|
|
5071
|
+
/**
|
|
5072
|
+
*
|
|
5073
|
+
* @type {Date}
|
|
5074
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5075
|
+
*/
|
|
5076
|
+
readonly created?: Date
|
|
5077
|
+
|
|
5078
|
+
/**
|
|
5079
|
+
*
|
|
5080
|
+
* @type {MarketingType}
|
|
5081
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5082
|
+
*/
|
|
5083
|
+
readonly marketingType?: MarketingType
|
|
5084
|
+
|
|
5085
|
+
/**
|
|
5086
|
+
*
|
|
5087
|
+
* @type {string}
|
|
5088
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5089
|
+
*/
|
|
5090
|
+
readonly specialtyTypeId?: string
|
|
5091
|
+
|
|
5092
|
+
/**
|
|
5093
|
+
*
|
|
5094
|
+
* @type {string}
|
|
5095
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5096
|
+
*/
|
|
5097
|
+
readonly specialtyId?: string
|
|
5098
|
+
|
|
5099
|
+
/**
|
|
5100
|
+
*
|
|
5101
|
+
* @type {string}
|
|
5102
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5103
|
+
*/
|
|
5104
|
+
readonly exceptHospitalId?: string
|
|
5105
|
+
|
|
5106
|
+
/**
|
|
5107
|
+
*
|
|
5108
|
+
* @type {number}
|
|
5109
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5110
|
+
*/
|
|
5111
|
+
readonly mediaCount?: number
|
|
5112
|
+
|
|
5113
|
+
/**
|
|
5114
|
+
*
|
|
5115
|
+
* @type {boolean}
|
|
5116
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5117
|
+
*/
|
|
5118
|
+
readonly showHidden?: boolean
|
|
5119
|
+
|
|
5120
|
+
/**
|
|
5121
|
+
*
|
|
5122
|
+
* @type {string}
|
|
5123
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5124
|
+
*/
|
|
5125
|
+
readonly languageCode?: string
|
|
5126
|
+
|
|
5127
|
+
/**
|
|
5128
|
+
*
|
|
5129
|
+
* @type {Array<string>}
|
|
5130
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5131
|
+
*/
|
|
5132
|
+
readonly ids?: Array<string>
|
|
5133
|
+
|
|
5134
|
+
/**
|
|
5135
|
+
*
|
|
5136
|
+
* @type {boolean}
|
|
5137
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5138
|
+
*/
|
|
5139
|
+
readonly returnDefaultValue?: boolean
|
|
5140
|
+
|
|
5141
|
+
/**
|
|
5142
|
+
*
|
|
5143
|
+
* @type {boolean}
|
|
5144
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5145
|
+
*/
|
|
5146
|
+
readonly paymentEnabled?: boolean
|
|
5147
|
+
|
|
5148
|
+
/**
|
|
5149
|
+
*
|
|
5150
|
+
* @type {boolean}
|
|
5151
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5152
|
+
*/
|
|
5153
|
+
readonly appointmentEnabled?: boolean
|
|
5154
|
+
|
|
5155
|
+
/**
|
|
5156
|
+
*
|
|
5157
|
+
* @type {number}
|
|
5158
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5159
|
+
*/
|
|
5160
|
+
readonly page?: number
|
|
5161
|
+
|
|
5162
|
+
/**
|
|
5163
|
+
*
|
|
5164
|
+
* @type {number}
|
|
5165
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5166
|
+
*/
|
|
5167
|
+
readonly limit?: number
|
|
5168
|
+
|
|
5169
|
+
/**
|
|
5170
|
+
*
|
|
5171
|
+
* @type {Date}
|
|
5172
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
5173
|
+
*/
|
|
5174
|
+
readonly lastRetrieved?: Date
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
/**
|
|
5178
|
+
* Request parameters for apiV2HospitalsSlugGet operation in HospitalsApi.
|
|
5179
|
+
* @export
|
|
5180
|
+
* @interface HospitalsApiApiV2HospitalsSlugGetRequest
|
|
5181
|
+
*/
|
|
5182
|
+
export interface HospitalsApiApiV2HospitalsSlugGetRequest {
|
|
5183
|
+
/**
|
|
5184
|
+
*
|
|
5185
|
+
* @type {string}
|
|
5186
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
5187
|
+
*/
|
|
5188
|
+
readonly slug: string
|
|
5189
|
+
|
|
5190
|
+
/**
|
|
5191
|
+
*
|
|
5192
|
+
* @type {string}
|
|
5193
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
5194
|
+
*/
|
|
5195
|
+
readonly languageCode?: string
|
|
5196
|
+
|
|
5197
|
+
/**
|
|
5198
|
+
*
|
|
5199
|
+
* @type {boolean}
|
|
5200
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
5201
|
+
*/
|
|
5202
|
+
readonly returnDefaultValue?: boolean
|
|
5203
|
+
}
|
|
5204
|
+
|
|
3350
5205
|
/**
|
|
3351
5206
|
* HospitalsApi - object-oriented interface
|
|
3352
5207
|
* @export
|
|
@@ -3357,602 +5212,417 @@ export class HospitalsApi extends BaseAPI {
|
|
|
3357
5212
|
/**
|
|
3358
5213
|
*
|
|
3359
5214
|
* @summary Get all Hospitals.
|
|
3360
|
-
* @param {
|
|
3361
|
-
* @param {string} [name]
|
|
3362
|
-
* @param {string} [countryId]
|
|
3363
|
-
* @param {Date} [created]
|
|
3364
|
-
* @param {MarketingType} [marketingType]
|
|
3365
|
-
* @param {string} [specialtyTypeId]
|
|
3366
|
-
* @param {string} [specialtyId]
|
|
3367
|
-
* @param {string} [exceptHospitalId]
|
|
3368
|
-
* @param {number} [mediaCount]
|
|
3369
|
-
* @param {boolean} [showHidden]
|
|
3370
|
-
* @param {string} [languageCode]
|
|
3371
|
-
* @param {Array<string>} [ids]
|
|
3372
|
-
* @param {boolean} [returnDefaultValue]
|
|
3373
|
-
* @param {boolean} [paymentEnabled]
|
|
3374
|
-
* @param {number} [page]
|
|
3375
|
-
* @param {number} [limit]
|
|
3376
|
-
* @param {Date} [lastRetrieved]
|
|
5215
|
+
* @param {HospitalsApiApiV2HospitalsGetRequest} requestParameters Request parameters.
|
|
3377
5216
|
* @param {*} [options] Override http request option.
|
|
3378
5217
|
* @throws {RequiredError}
|
|
3379
5218
|
* @memberof HospitalsApi
|
|
3380
5219
|
*/
|
|
3381
|
-
public apiV2HospitalsGet(
|
|
3382
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5220
|
+
public apiV2HospitalsGet(requestParameters: HospitalsApiApiV2HospitalsGetRequest = {}, options?: AxiosRequestConfig) {
|
|
5221
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3383
5222
|
}
|
|
3384
5223
|
|
|
3385
5224
|
/**
|
|
3386
5225
|
*
|
|
3387
5226
|
* @summary Get HospitalAccreditation.
|
|
3388
|
-
* @param {
|
|
3389
|
-
* @param {string} accreditationId
|
|
5227
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
3390
5228
|
* @param {*} [options] Override http request option.
|
|
3391
5229
|
* @throws {RequiredError}
|
|
3392
5230
|
* @memberof HospitalsApi
|
|
3393
5231
|
*/
|
|
3394
|
-
public apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(
|
|
3395
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId, accreditationId, options).then((request) => request(this.axios, this.basePath));
|
|
5232
|
+
public apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig) {
|
|
5233
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters.hospitalId, requestParameters.accreditationId, options).then((request) => request(this.axios, this.basePath));
|
|
3396
5234
|
}
|
|
3397
5235
|
|
|
3398
5236
|
/**
|
|
3399
5237
|
*
|
|
3400
5238
|
* @summary Get all HospitalAccreditations.
|
|
3401
|
-
* @param {
|
|
3402
|
-
* @param {string} [hospitalName]
|
|
3403
|
-
* @param {string} [accreditationId]
|
|
3404
|
-
* @param {string} [accreditationName]
|
|
3405
|
-
* @param {number} [page]
|
|
3406
|
-
* @param {number} [limit]
|
|
3407
|
-
* @param {Date} [lastRetrieved]
|
|
5239
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
|
|
3408
5240
|
* @param {*} [options] Override http request option.
|
|
3409
5241
|
* @throws {RequiredError}
|
|
3410
5242
|
* @memberof HospitalsApi
|
|
3411
5243
|
*/
|
|
3412
|
-
public apiV2HospitalsHospitalIdAccreditationsGet(
|
|
3413
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsGet(hospitalId, hospitalName, accreditationId, accreditationName, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5244
|
+
public apiV2HospitalsHospitalIdAccreditationsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest, options?: AxiosRequestConfig) {
|
|
5245
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAccreditationsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.accreditationId, requestParameters.accreditationName, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3414
5246
|
}
|
|
3415
5247
|
|
|
3416
5248
|
/**
|
|
3417
5249
|
*
|
|
3418
5250
|
* @summary Get HospitalAppointmentTimetables
|
|
3419
|
-
* @param {
|
|
3420
|
-
* @param {number} [year]
|
|
3421
|
-
* @param {number} [month]
|
|
3422
|
-
* @param {string} [timeZone]
|
|
3423
|
-
* @param {string} [appointmentIdExcluded]
|
|
5251
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3424
5252
|
* @param {*} [options] Override http request option.
|
|
3425
5253
|
* @throws {RequiredError}
|
|
3426
5254
|
* @memberof HospitalsApi
|
|
3427
5255
|
*/
|
|
3428
|
-
public apiV2HospitalsHospitalIdAppointmenttimetablesGet(
|
|
3429
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAppointmenttimetablesGet(hospitalId, year, month, timeZone, appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
5256
|
+
public apiV2HospitalsHospitalIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig) {
|
|
5257
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
3430
5258
|
}
|
|
3431
5259
|
|
|
3432
5260
|
/**
|
|
3433
5261
|
*
|
|
3434
5262
|
* @summary Get HospitalEquipment.
|
|
3435
|
-
* @param {
|
|
3436
|
-
* @param {string} equipmentId
|
|
5263
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest} requestParameters Request parameters.
|
|
3437
5264
|
* @param {*} [options] Override http request option.
|
|
3438
5265
|
* @throws {RequiredError}
|
|
3439
5266
|
* @memberof HospitalsApi
|
|
3440
5267
|
*/
|
|
3441
|
-
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(
|
|
3442
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(hospitalId, equipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
5268
|
+
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest, options?: AxiosRequestConfig) {
|
|
5269
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(requestParameters.hospitalId, requestParameters.equipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
3443
5270
|
}
|
|
3444
5271
|
|
|
3445
5272
|
/**
|
|
3446
5273
|
*
|
|
3447
5274
|
* @summary Get all EquipmentMedia.
|
|
3448
|
-
* @param {
|
|
3449
|
-
* @param {string} equipmentId
|
|
3450
|
-
* @param {string} [id]
|
|
3451
|
-
* @param {MediaType} [mediaType]
|
|
3452
|
-
* @param {number} [page]
|
|
3453
|
-
* @param {number} [limit]
|
|
3454
|
-
* @param {Date} [lastRetrieved]
|
|
5275
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest} requestParameters Request parameters.
|
|
3455
5276
|
* @param {*} [options] Override http request option.
|
|
3456
5277
|
* @throws {RequiredError}
|
|
3457
5278
|
* @memberof HospitalsApi
|
|
3458
5279
|
*/
|
|
3459
|
-
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(
|
|
3460
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(hospitalId, equipmentId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5280
|
+
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
5281
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(requestParameters.hospitalId, requestParameters.equipmentId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3461
5282
|
}
|
|
3462
5283
|
|
|
3463
5284
|
/**
|
|
3464
5285
|
*
|
|
3465
5286
|
* @summary Get EquipmentMedia.
|
|
3466
|
-
* @param {
|
|
3467
|
-
* @param {string} equipmentId
|
|
3468
|
-
* @param {string} mediaId
|
|
5287
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3469
5288
|
* @param {*} [options] Override http request option.
|
|
3470
5289
|
* @throws {RequiredError}
|
|
3471
5290
|
* @memberof HospitalsApi
|
|
3472
5291
|
*/
|
|
3473
|
-
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(
|
|
3474
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(hospitalId, equipmentId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
5292
|
+
public apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
5293
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.equipmentId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
3475
5294
|
}
|
|
3476
5295
|
|
|
3477
5296
|
/**
|
|
3478
5297
|
*
|
|
3479
5298
|
* @summary Get all HospitalEquipments.
|
|
3480
|
-
* @param {
|
|
3481
|
-
* @param {string} [id]
|
|
3482
|
-
* @param {string} [name]
|
|
3483
|
-
* @param {string} [hospitalId2]
|
|
3484
|
-
* @param {string} [hospitalName]
|
|
3485
|
-
* @param {string} [description]
|
|
3486
|
-
* @param {Date} [created]
|
|
3487
|
-
* @param {number} [page]
|
|
3488
|
-
* @param {number} [limit]
|
|
3489
|
-
* @param {Date} [lastRetrieved]
|
|
5299
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest} requestParameters Request parameters.
|
|
3490
5300
|
* @param {*} [options] Override http request option.
|
|
3491
5301
|
* @throws {RequiredError}
|
|
3492
5302
|
* @memberof HospitalsApi
|
|
3493
5303
|
*/
|
|
3494
|
-
public apiV2HospitalsHospitalIdEquipmentsGet(
|
|
3495
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEquipmentsGet(hospitalId, id, name, hospitalId2, hospitalName, description, created, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5304
|
+
public apiV2HospitalsHospitalIdEquipmentsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest, options?: AxiosRequestConfig) {
|
|
5305
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3496
5306
|
}
|
|
3497
5307
|
|
|
3498
5308
|
/**
|
|
3499
5309
|
*
|
|
3500
5310
|
* @summary Get HospitalEvaluation.
|
|
3501
|
-
* @param {
|
|
3502
|
-
* @param {string} evaluationId
|
|
5311
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest} requestParameters Request parameters.
|
|
3503
5312
|
* @param {*} [options] Override http request option.
|
|
3504
5313
|
* @throws {RequiredError}
|
|
3505
5314
|
* @memberof HospitalsApi
|
|
3506
5315
|
*/
|
|
3507
|
-
public apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(
|
|
3508
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(hospitalId, evaluationId, options).then((request) => request(this.axios, this.basePath));
|
|
5316
|
+
public apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest, options?: AxiosRequestConfig) {
|
|
5317
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(requestParameters.hospitalId, requestParameters.evaluationId, options).then((request) => request(this.axios, this.basePath));
|
|
3509
5318
|
}
|
|
3510
5319
|
|
|
3511
5320
|
/**
|
|
3512
5321
|
*
|
|
3513
5322
|
* @summary Get all HospitalEvaluations.
|
|
3514
|
-
* @param {
|
|
3515
|
-
* @param {string} [id]
|
|
3516
|
-
* @param {string} [name]
|
|
3517
|
-
* @param {number} [stars]
|
|
3518
|
-
* @param {number} [page]
|
|
3519
|
-
* @param {number} [limit]
|
|
3520
|
-
* @param {Date} [lastRetrieved]
|
|
5323
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest} requestParameters Request parameters.
|
|
3521
5324
|
* @param {*} [options] Override http request option.
|
|
3522
5325
|
* @throws {RequiredError}
|
|
3523
5326
|
* @memberof HospitalsApi
|
|
3524
5327
|
*/
|
|
3525
|
-
public apiV2HospitalsHospitalIdEvaluationsGet(
|
|
3526
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsGet(hospitalId, id, name, stars, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5328
|
+
public apiV2HospitalsHospitalIdEvaluationsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest, options?: AxiosRequestConfig) {
|
|
5329
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdEvaluationsGet(requestParameters.hospitalId, requestParameters.id, requestParameters.name, requestParameters.stars, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3527
5330
|
}
|
|
3528
5331
|
|
|
3529
5332
|
/**
|
|
3530
5333
|
*
|
|
3531
5334
|
* @summary
|
|
3532
|
-
* @param {
|
|
3533
|
-
* @param {string} [languageCode]
|
|
3534
|
-
* @param {boolean} [returnDefaultValue]
|
|
5335
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdGetRequest} requestParameters Request parameters.
|
|
3535
5336
|
* @param {*} [options] Override http request option.
|
|
3536
5337
|
* @throws {RequiredError}
|
|
3537
5338
|
* @memberof HospitalsApi
|
|
3538
5339
|
*/
|
|
3539
|
-
public apiV2HospitalsHospitalIdGet(
|
|
3540
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
5340
|
+
public apiV2HospitalsHospitalIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdGetRequest, options?: AxiosRequestConfig) {
|
|
5341
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdGet(requestParameters.hospitalId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
3541
5342
|
}
|
|
3542
5343
|
|
|
3543
5344
|
/**
|
|
3544
5345
|
*
|
|
3545
5346
|
* @summary Get all HospitalHandles.
|
|
3546
|
-
* @param {
|
|
3547
|
-
* @param {string} [id]
|
|
3548
|
-
* @param {SnsType} [snsType]
|
|
3549
|
-
* @param {string} [handle]
|
|
3550
|
-
* @param {number} [page]
|
|
3551
|
-
* @param {number} [limit]
|
|
3552
|
-
* @param {Date} [lastRetrieved]
|
|
5347
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest} requestParameters Request parameters.
|
|
3553
5348
|
* @param {*} [options] Override http request option.
|
|
3554
5349
|
* @throws {RequiredError}
|
|
3555
5350
|
* @memberof HospitalsApi
|
|
3556
5351
|
*/
|
|
3557
|
-
public apiV2HospitalsHospitalIdHandlesGet(
|
|
3558
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5352
|
+
public apiV2HospitalsHospitalIdHandlesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest, options?: AxiosRequestConfig) {
|
|
5353
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesGet(requestParameters.hospitalId, requestParameters.id, requestParameters.snsType, requestParameters.handle, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3559
5354
|
}
|
|
3560
5355
|
|
|
3561
5356
|
/**
|
|
3562
5357
|
*
|
|
3563
5358
|
* @summary Get HospitalHandle.
|
|
3564
|
-
* @param {
|
|
3565
|
-
* @param {string} handleId
|
|
5359
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
3566
5360
|
* @param {*} [options] Override http request option.
|
|
3567
5361
|
* @throws {RequiredError}
|
|
3568
5362
|
* @memberof HospitalsApi
|
|
3569
5363
|
*/
|
|
3570
|
-
public apiV2HospitalsHospitalIdHandlesHandleIdGet(
|
|
3571
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesHandleIdGet(hospitalId, handleId, options).then((request) => request(this.axios, this.basePath));
|
|
5364
|
+
public apiV2HospitalsHospitalIdHandlesHandleIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig) {
|
|
5365
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdHandlesHandleIdGet(requestParameters.hospitalId, requestParameters.handleId, options).then((request) => request(this.axios, this.basePath));
|
|
3572
5366
|
}
|
|
3573
5367
|
|
|
3574
5368
|
/**
|
|
3575
5369
|
*
|
|
3576
|
-
* @param {
|
|
3577
|
-
* @param {string} [name]
|
|
3578
|
-
* @param {string} [slug]
|
|
3579
|
-
* @param {string} [languageCode]
|
|
3580
|
-
* @param {boolean} [showHidden]
|
|
3581
|
-
* @param {number} [page]
|
|
3582
|
-
* @param {number} [limit]
|
|
3583
|
-
* @param {Date} [lastRetrieved]
|
|
5370
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest} requestParameters Request parameters.
|
|
3584
5371
|
* @param {*} [options] Override http request option.
|
|
3585
5372
|
* @throws {RequiredError}
|
|
3586
5373
|
* @memberof HospitalsApi
|
|
3587
5374
|
*/
|
|
3588
|
-
public apiV2HospitalsHospitalIdLandingsGet(
|
|
3589
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsGet(hospitalId, name, slug, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5375
|
+
public apiV2HospitalsHospitalIdLandingsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest, options?: AxiosRequestConfig) {
|
|
5376
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsGet(requestParameters.hospitalId, requestParameters.name, requestParameters.slug, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3590
5377
|
}
|
|
3591
5378
|
|
|
3592
5379
|
/**
|
|
3593
5380
|
*
|
|
3594
|
-
* @param {
|
|
3595
|
-
* @param {string} landingId
|
|
3596
|
-
* @param {string} [languageCode]
|
|
5381
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest} requestParameters Request parameters.
|
|
3597
5382
|
* @param {*} [options] Override http request option.
|
|
3598
5383
|
* @throws {RequiredError}
|
|
3599
5384
|
* @memberof HospitalsApi
|
|
3600
5385
|
*/
|
|
3601
|
-
public apiV2HospitalsHospitalIdLandingsLandingIdGet(
|
|
3602
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsLandingIdGet(hospitalId, landingId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
5386
|
+
public apiV2HospitalsHospitalIdLandingsLandingIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest, options?: AxiosRequestConfig) {
|
|
5387
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsLandingIdGet(requestParameters.hospitalId, requestParameters.landingId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
3603
5388
|
}
|
|
3604
5389
|
|
|
3605
5390
|
/**
|
|
3606
5391
|
*
|
|
3607
|
-
* @param {
|
|
3608
|
-
* @param {string} hospitalId
|
|
3609
|
-
* @param {string} [languageCode]
|
|
5392
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest} requestParameters Request parameters.
|
|
3610
5393
|
* @param {*} [options] Override http request option.
|
|
3611
5394
|
* @throws {RequiredError}
|
|
3612
5395
|
* @memberof HospitalsApi
|
|
3613
5396
|
*/
|
|
3614
|
-
public apiV2HospitalsHospitalIdLandingsSlugGet(
|
|
3615
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsSlugGet(slug, hospitalId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
5397
|
+
public apiV2HospitalsHospitalIdLandingsSlugGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest, options?: AxiosRequestConfig) {
|
|
5398
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLandingsSlugGet(requestParameters.slug, requestParameters.hospitalId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
3616
5399
|
}
|
|
3617
5400
|
|
|
3618
5401
|
/**
|
|
3619
5402
|
*
|
|
3620
5403
|
* @summary Get hospitalLanguages
|
|
3621
|
-
* @param {
|
|
3622
|
-
* @param {boolean} [showHidden]
|
|
3623
|
-
* @param {number} [page]
|
|
3624
|
-
* @param {number} [limit]
|
|
3625
|
-
* @param {Date} [lastRetrieved]
|
|
5404
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest} requestParameters Request parameters.
|
|
3626
5405
|
* @param {*} [options] Override http request option.
|
|
3627
5406
|
* @throws {RequiredError}
|
|
3628
5407
|
* @memberof HospitalsApi
|
|
3629
5408
|
*/
|
|
3630
|
-
public apiV2HospitalsHospitalIdLanguagesGet(
|
|
3631
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLanguagesGet(hospitalId, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5409
|
+
public apiV2HospitalsHospitalIdLanguagesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest, options?: AxiosRequestConfig) {
|
|
5410
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdLanguagesGet(requestParameters.hospitalId, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3632
5411
|
}
|
|
3633
5412
|
|
|
3634
5413
|
/**
|
|
3635
5414
|
*
|
|
3636
5415
|
* @summary Get all HospitalMedias.
|
|
3637
|
-
* @param {
|
|
3638
|
-
* @param {string} [id]
|
|
3639
|
-
* @param {MediaType} [mediaType]
|
|
3640
|
-
* @param {number} [page]
|
|
3641
|
-
* @param {number} [limit]
|
|
3642
|
-
* @param {Date} [lastRetrieved]
|
|
5416
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest} requestParameters Request parameters.
|
|
3643
5417
|
* @param {*} [options] Override http request option.
|
|
3644
5418
|
* @throws {RequiredError}
|
|
3645
5419
|
* @memberof HospitalsApi
|
|
3646
5420
|
*/
|
|
3647
|
-
public apiV2HospitalsHospitalIdMediasGet(
|
|
3648
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasGet(hospitalId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5421
|
+
public apiV2HospitalsHospitalIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
5422
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasGet(requestParameters.hospitalId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3649
5423
|
}
|
|
3650
5424
|
|
|
3651
5425
|
/**
|
|
3652
5426
|
*
|
|
3653
5427
|
* @summary Get HospitalMedia.
|
|
3654
|
-
* @param {
|
|
3655
|
-
* @param {string} mediaId
|
|
5428
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3656
5429
|
* @param {*} [options] Override http request option.
|
|
3657
5430
|
* @throws {RequiredError}
|
|
3658
5431
|
* @memberof HospitalsApi
|
|
3659
5432
|
*/
|
|
3660
|
-
public apiV2HospitalsHospitalIdMediasMediaIdGet(
|
|
3661
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
5433
|
+
public apiV2HospitalsHospitalIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
5434
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
3662
5435
|
}
|
|
3663
5436
|
|
|
3664
5437
|
/**
|
|
3665
5438
|
*
|
|
3666
5439
|
* @summary Get all HospitalSpecialties.
|
|
3667
|
-
* @param {
|
|
3668
|
-
* @param {string} [specialtyId]
|
|
3669
|
-
* @param {string} [specialtyName]
|
|
3670
|
-
* @param {string} [specialtyTypeId]
|
|
3671
|
-
* @param {string} [specialtyTypeName]
|
|
3672
|
-
* @param {string} [hospitalSpecialtyId]
|
|
3673
|
-
* @param {string} [name]
|
|
3674
|
-
* @param {string} [slug]
|
|
3675
|
-
* @param {MarketingType} [marketingType]
|
|
3676
|
-
* @param {string} [languageCode]
|
|
3677
|
-
* @param {boolean} [showHidden]
|
|
3678
|
-
* @param {number} [page]
|
|
3679
|
-
* @param {number} [limit]
|
|
3680
|
-
* @param {Date} [lastRetrieved]
|
|
5440
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
3681
5441
|
* @param {*} [options] Override http request option.
|
|
3682
5442
|
* @throws {RequiredError}
|
|
3683
5443
|
* @memberof HospitalsApi
|
|
3684
5444
|
*/
|
|
3685
|
-
public apiV2HospitalsHospitalIdSpecialtiesGet(
|
|
3686
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5445
|
+
public apiV2HospitalsHospitalIdSpecialtiesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest, options?: AxiosRequestConfig) {
|
|
5446
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3687
5447
|
}
|
|
3688
5448
|
|
|
3689
5449
|
/**
|
|
3690
5450
|
*
|
|
3691
5451
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
3692
|
-
* @param {
|
|
3693
|
-
* @param {string} hospitalSpecialtyId
|
|
3694
|
-
* @param {number} [year]
|
|
3695
|
-
* @param {number} [month]
|
|
3696
|
-
* @param {string} [timeZone]
|
|
3697
|
-
* @param {string} [appointmentIdExcluded]
|
|
5452
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3698
5453
|
* @param {*} [options] Override http request option.
|
|
3699
5454
|
* @throws {RequiredError}
|
|
3700
5455
|
* @memberof HospitalsApi
|
|
3701
5456
|
*/
|
|
3702
|
-
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(
|
|
3703
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(hospitalId, hospitalSpecialtyId, year, month, timeZone, appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
5457
|
+
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig) {
|
|
5458
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
3704
5459
|
}
|
|
3705
5460
|
|
|
3706
5461
|
/**
|
|
3707
5462
|
*
|
|
3708
5463
|
* @summary Get all HospitalServiceMedias.
|
|
3709
|
-
* @param {
|
|
3710
|
-
* @param {string} hospitalSpecialtyId
|
|
3711
|
-
* @param {string} [id]
|
|
3712
|
-
* @param {MediaType} [mediaType]
|
|
3713
|
-
* @param {number} [page]
|
|
3714
|
-
* @param {number} [limit]
|
|
3715
|
-
* @param {Date} [lastRetrieved]
|
|
5464
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
3716
5465
|
* @param {*} [options] Override http request option.
|
|
3717
5466
|
* @throws {RequiredError}
|
|
3718
5467
|
* @memberof HospitalsApi
|
|
3719
5468
|
*/
|
|
3720
|
-
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(
|
|
3721
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5469
|
+
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
5470
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3722
5471
|
}
|
|
3723
5472
|
|
|
3724
5473
|
/**
|
|
3725
5474
|
*
|
|
3726
5475
|
* @summary Get HospitalServiceMedia.
|
|
3727
|
-
* @param {
|
|
3728
|
-
* @param {string} hospitalSpecialtyId
|
|
3729
|
-
* @param {string} mediaId
|
|
5476
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3730
5477
|
* @param {*} [options] Override http request option.
|
|
3731
5478
|
* @throws {RequiredError}
|
|
3732
5479
|
* @memberof HospitalsApi
|
|
3733
5480
|
*/
|
|
3734
|
-
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(
|
|
3735
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
5481
|
+
public apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
5482
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
3736
5483
|
}
|
|
3737
5484
|
|
|
3738
5485
|
/**
|
|
3739
5486
|
*
|
|
3740
5487
|
* @summary Get all HospitalSpecialties.
|
|
3741
|
-
* @param {
|
|
3742
|
-
* @param {string} [specialtyId]
|
|
3743
|
-
* @param {string} [specialtyName]
|
|
3744
|
-
* @param {string} [specialtyTypeId]
|
|
3745
|
-
* @param {string} [specialtyTypeName]
|
|
3746
|
-
* @param {string} [hospitalSpecialtyId]
|
|
3747
|
-
* @param {string} [name]
|
|
3748
|
-
* @param {string} [slug]
|
|
3749
|
-
* @param {MarketingType} [marketingType]
|
|
3750
|
-
* @param {string} [languageCode]
|
|
3751
|
-
* @param {boolean} [showHidden]
|
|
3752
|
-
* @param {number} [page]
|
|
3753
|
-
* @param {number} [limit]
|
|
3754
|
-
* @param {Date} [lastRetrieved]
|
|
5488
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
3755
5489
|
* @param {*} [options] Override http request option.
|
|
3756
5490
|
* @throws {RequiredError}
|
|
3757
5491
|
* @memberof HospitalsApi
|
|
3758
5492
|
*/
|
|
3759
|
-
public apiV2HospitalsHospitalIdSpecialtiesSimpleGet(
|
|
3760
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, hospitalSpecialtyId, name, slug, marketingType, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5493
|
+
public apiV2HospitalsHospitalIdSpecialtiesSimpleGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest, options?: AxiosRequestConfig) {
|
|
5494
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3761
5495
|
}
|
|
3762
5496
|
|
|
3763
5497
|
/**
|
|
3764
5498
|
*
|
|
3765
5499
|
* @summary Get HospitalSpecialty by slug.
|
|
3766
|
-
* @param {
|
|
3767
|
-
* @param {string} slug
|
|
3768
|
-
* @param {string} [languageCode]
|
|
5500
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
3769
5501
|
* @param {*} [options] Override http request option.
|
|
3770
5502
|
* @throws {RequiredError}
|
|
3771
5503
|
* @memberof HospitalsApi
|
|
3772
5504
|
*/
|
|
3773
|
-
public apiV2HospitalsHospitalIdSpecialtiesSlugGet(
|
|
3774
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(hospitalId, slug, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
5505
|
+
public apiV2HospitalsHospitalIdSpecialtiesSlugGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
5506
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSlugGet(requestParameters.hospitalId, requestParameters.slug, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
3775
5507
|
}
|
|
3776
5508
|
|
|
3777
5509
|
/**
|
|
3778
5510
|
*
|
|
3779
5511
|
* @summary Get HospitalSpecialty.
|
|
3780
|
-
* @param {
|
|
3781
|
-
* @param {string} specialtyId
|
|
3782
|
-
* @param {string} [languageCode]
|
|
5512
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
3783
5513
|
* @param {*} [options] Override http request option.
|
|
3784
5514
|
* @throws {RequiredError}
|
|
3785
5515
|
* @memberof HospitalsApi
|
|
3786
5516
|
*/
|
|
3787
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(
|
|
3788
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(hospitalId, specialtyId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
5517
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig) {
|
|
5518
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
3789
5519
|
}
|
|
3790
5520
|
|
|
3791
5521
|
/**
|
|
3792
5522
|
*
|
|
3793
5523
|
* @summary Get all HospitalServices.
|
|
3794
|
-
* @param {
|
|
3795
|
-
* @param {string} specialtyId
|
|
3796
|
-
* @param {string} [id]
|
|
3797
|
-
* @param {string} [name]
|
|
3798
|
-
* @param {string} [slug]
|
|
3799
|
-
* @param {string} [serviceCategoryId]
|
|
3800
|
-
* @param {MarketingType} [marketingType]
|
|
3801
|
-
* @param {Procedure} [procedure]
|
|
3802
|
-
* @param {Date} [created]
|
|
3803
|
-
* @param {string} [languageCode]
|
|
3804
|
-
* @param {boolean} [returnDefaultValue]
|
|
3805
|
-
* @param {number} [page]
|
|
3806
|
-
* @param {number} [limit]
|
|
3807
|
-
* @param {Date} [lastRetrieved]
|
|
5524
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest} requestParameters Request parameters.
|
|
3808
5525
|
* @param {*} [options] Override http request option.
|
|
3809
5526
|
* @throws {RequiredError}
|
|
3810
5527
|
* @memberof HospitalsApi
|
|
3811
5528
|
*/
|
|
3812
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(
|
|
3813
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(hospitalId, specialtyId, id, name, slug, serviceCategoryId, marketingType, procedure, created, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5529
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest, options?: AxiosRequestConfig) {
|
|
5530
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3814
5531
|
}
|
|
3815
5532
|
|
|
3816
5533
|
/**
|
|
3817
5534
|
*
|
|
3818
5535
|
* @summary Get ServiceAppointmentTimetables
|
|
3819
|
-
* @param {
|
|
3820
|
-
* @param {string} specialtyId
|
|
3821
|
-
* @param {string} serviceId
|
|
3822
|
-
* @param {number} [year]
|
|
3823
|
-
* @param {number} [month]
|
|
3824
|
-
* @param {string} [timeZone]
|
|
3825
|
-
* @param {string} [appointmentIdExcluded]
|
|
5536
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
3826
5537
|
* @param {*} [options] Override http request option.
|
|
3827
5538
|
* @throws {RequiredError}
|
|
3828
5539
|
* @memberof HospitalsApi
|
|
3829
5540
|
*/
|
|
3830
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(
|
|
3831
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(hospitalId, specialtyId, serviceId, year, month, timeZone, appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
5541
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig) {
|
|
5542
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
|
|
3832
5543
|
}
|
|
3833
5544
|
|
|
3834
5545
|
/**
|
|
3835
5546
|
*
|
|
3836
5547
|
* @summary Get HospitalService.
|
|
3837
|
-
* @param {
|
|
3838
|
-
* @param {string} specialtyId
|
|
3839
|
-
* @param {string} serviceId
|
|
3840
|
-
* @param {string} [languageCode]
|
|
3841
|
-
* @param {boolean} [returnDefaultValue]
|
|
5548
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
3842
5549
|
* @param {*} [options] Override http request option.
|
|
3843
5550
|
* @throws {RequiredError}
|
|
3844
5551
|
* @memberof HospitalsApi
|
|
3845
5552
|
*/
|
|
3846
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(
|
|
3847
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(hospitalId, specialtyId, serviceId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
5553
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest, options?: AxiosRequestConfig) {
|
|
5554
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
3848
5555
|
}
|
|
3849
5556
|
|
|
3850
5557
|
/**
|
|
3851
5558
|
*
|
|
3852
5559
|
* @summary Get all HospitalServiceMedias.
|
|
3853
|
-
* @param {
|
|
3854
|
-
* @param {string} specialtyId
|
|
3855
|
-
* @param {string} serviceId
|
|
3856
|
-
* @param {string} [id]
|
|
3857
|
-
* @param {MediaType} [mediaType]
|
|
3858
|
-
* @param {number} [page]
|
|
3859
|
-
* @param {number} [limit]
|
|
3860
|
-
* @param {Date} [lastRetrieved]
|
|
5560
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest} requestParameters Request parameters.
|
|
3861
5561
|
* @param {*} [options] Override http request option.
|
|
3862
5562
|
* @throws {RequiredError}
|
|
3863
5563
|
* @memberof HospitalsApi
|
|
3864
5564
|
*/
|
|
3865
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(
|
|
3866
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(hospitalId, specialtyId, serviceId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5565
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest, options?: AxiosRequestConfig) {
|
|
5566
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3867
5567
|
}
|
|
3868
5568
|
|
|
3869
5569
|
/**
|
|
3870
5570
|
*
|
|
3871
5571
|
* @summary Get HospitalServiceMedia.
|
|
3872
|
-
* @param {
|
|
3873
|
-
* @param {string} specialtyId
|
|
3874
|
-
* @param {string} serviceId
|
|
3875
|
-
* @param {string} mediaId
|
|
5572
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
3876
5573
|
* @param {*} [options] Override http request option.
|
|
3877
5574
|
* @throws {RequiredError}
|
|
3878
5575
|
* @memberof HospitalsApi
|
|
3879
5576
|
*/
|
|
3880
|
-
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(
|
|
3881
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(hospitalId, specialtyId, serviceId, mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
5577
|
+
public apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
|
|
5578
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.specialtyId, requestParameters.serviceId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
|
|
3882
5579
|
}
|
|
3883
5580
|
|
|
3884
5581
|
/**
|
|
3885
5582
|
*
|
|
3886
5583
|
* @summary Get all HospitalWorkingDays.
|
|
3887
|
-
* @param {
|
|
3888
|
-
* @param {string} [id]
|
|
3889
|
-
* @param {string} [dayOfWeek]
|
|
3890
|
-
* @param {Date} [timeFrom]
|
|
3891
|
-
* @param {Date} [timeTo]
|
|
3892
|
-
* @param {boolean} [checkHoliday]
|
|
3893
|
-
* @param {number} [page]
|
|
3894
|
-
* @param {number} [limit]
|
|
3895
|
-
* @param {Date} [lastRetrieved]
|
|
5584
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest} requestParameters Request parameters.
|
|
3896
5585
|
* @param {*} [options] Override http request option.
|
|
3897
5586
|
* @throws {RequiredError}
|
|
3898
5587
|
* @memberof HospitalsApi
|
|
3899
5588
|
*/
|
|
3900
|
-
public apiV2HospitalsHospitalIdWorkingdaysGet(
|
|
3901
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5589
|
+
public apiV2HospitalsHospitalIdWorkingdaysGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest, options?: AxiosRequestConfig) {
|
|
5590
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(requestParameters.hospitalId, requestParameters.id, requestParameters.dayOfWeek, requestParameters.timeFrom, requestParameters.timeTo, requestParameters.checkHoliday, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
3902
5591
|
}
|
|
3903
5592
|
|
|
3904
5593
|
/**
|
|
3905
5594
|
*
|
|
3906
5595
|
* @summary Get HospitalWorkingDay.
|
|
3907
|
-
* @param {
|
|
3908
|
-
* @param {string} workingDayId
|
|
5596
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest} requestParameters Request parameters.
|
|
3909
5597
|
* @param {*} [options] Override http request option.
|
|
3910
5598
|
* @throws {RequiredError}
|
|
3911
5599
|
* @memberof HospitalsApi
|
|
3912
5600
|
*/
|
|
3913
|
-
public apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(
|
|
3914
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(hospitalId, workingDayId, options).then((request) => request(this.axios, this.basePath));
|
|
5601
|
+
public apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest, options?: AxiosRequestConfig) {
|
|
5602
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(requestParameters.hospitalId, requestParameters.workingDayId, options).then((request) => request(this.axios, this.basePath));
|
|
3915
5603
|
}
|
|
3916
5604
|
|
|
3917
5605
|
/**
|
|
3918
5606
|
*
|
|
3919
5607
|
* @summary Get all Hospitals.
|
|
3920
|
-
* @param {
|
|
3921
|
-
* @param {string} [name]
|
|
3922
|
-
* @param {string} [countryId]
|
|
3923
|
-
* @param {Date} [created]
|
|
3924
|
-
* @param {MarketingType} [marketingType]
|
|
3925
|
-
* @param {string} [specialtyTypeId]
|
|
3926
|
-
* @param {string} [specialtyId]
|
|
3927
|
-
* @param {string} [exceptHospitalId]
|
|
3928
|
-
* @param {number} [mediaCount]
|
|
3929
|
-
* @param {boolean} [showHidden]
|
|
3930
|
-
* @param {string} [languageCode]
|
|
3931
|
-
* @param {Array<string>} [ids]
|
|
3932
|
-
* @param {boolean} [returnDefaultValue]
|
|
3933
|
-
* @param {boolean} [paymentEnabled]
|
|
3934
|
-
* @param {number} [page]
|
|
3935
|
-
* @param {number} [limit]
|
|
3936
|
-
* @param {Date} [lastRetrieved]
|
|
5608
|
+
* @param {HospitalsApiApiV2HospitalsSimpleGetRequest} requestParameters Request parameters.
|
|
3937
5609
|
* @param {*} [options] Override http request option.
|
|
3938
5610
|
* @throws {RequiredError}
|
|
3939
5611
|
* @memberof HospitalsApi
|
|
3940
5612
|
*/
|
|
3941
|
-
public apiV2HospitalsSimpleGet(
|
|
3942
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, mediaCount, showHidden, languageCode, ids, returnDefaultValue, paymentEnabled, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
5613
|
+
public apiV2HospitalsSimpleGet(requestParameters: HospitalsApiApiV2HospitalsSimpleGetRequest = {}, options?: AxiosRequestConfig) {
|
|
5614
|
+
return 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((request) => request(this.axios, this.basePath));
|
|
3943
5615
|
}
|
|
3944
5616
|
|
|
3945
5617
|
/**
|
|
3946
5618
|
*
|
|
3947
5619
|
* @summary
|
|
3948
|
-
* @param {
|
|
3949
|
-
* @param {string} [languageCode]
|
|
3950
|
-
* @param {boolean} [returnDefaultValue]
|
|
5620
|
+
* @param {HospitalsApiApiV2HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
3951
5621
|
* @param {*} [options] Override http request option.
|
|
3952
5622
|
* @throws {RequiredError}
|
|
3953
5623
|
* @memberof HospitalsApi
|
|
3954
5624
|
*/
|
|
3955
|
-
public apiV2HospitalsSlugGet(
|
|
3956
|
-
return HospitalsApiFp(this.configuration).apiV2HospitalsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
5625
|
+
public apiV2HospitalsSlugGet(requestParameters: HospitalsApiApiV2HospitalsSlugGetRequest, options?: AxiosRequestConfig) {
|
|
5626
|
+
return HospitalsApiFp(this.configuration).apiV2HospitalsSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
3957
5627
|
}
|
|
3958
5628
|
}
|