ch-api-client-typescript2 4.9.7 → 4.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
|
@@ -62,13 +62,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
62
62
|
* @param {Array<string>} [ids]
|
|
63
63
|
* @param {boolean} [returnDefaultValue]
|
|
64
64
|
* @param {boolean} [paymentEnabled]
|
|
65
|
+
* @param {boolean} [appointmentEnabled]
|
|
65
66
|
* @param {number} [page]
|
|
66
67
|
* @param {number} [limit]
|
|
67
68
|
* @param {Date} [lastRetrieved]
|
|
68
69
|
* @param {*} [options] Override http request option.
|
|
69
70
|
* @throws {RequiredError}
|
|
70
71
|
*/
|
|
71
|
-
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<RequestArgs>;
|
|
72
|
+
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<RequestArgs>;
|
|
72
73
|
/**
|
|
73
74
|
*
|
|
74
75
|
* @summary Get HospitalAccreditation.
|
|
@@ -288,6 +289,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
288
289
|
* @param {string} [name]
|
|
289
290
|
* @param {string} [slug]
|
|
290
291
|
* @param {MarketingType} [marketingType]
|
|
292
|
+
* @param {boolean} [appointmentEnabled]
|
|
291
293
|
* @param {string} [languageCode]
|
|
292
294
|
* @param {boolean} [showHidden]
|
|
293
295
|
* @param {number} [page]
|
|
@@ -296,7 +298,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
296
298
|
* @param {*} [options] Override http request option.
|
|
297
299
|
* @throws {RequiredError}
|
|
298
300
|
*/
|
|
299
|
-
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<RequestArgs>;
|
|
301
|
+
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<RequestArgs>;
|
|
300
302
|
/**
|
|
301
303
|
*
|
|
302
304
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
@@ -346,6 +348,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
346
348
|
* @param {string} [name]
|
|
347
349
|
* @param {string} [slug]
|
|
348
350
|
* @param {MarketingType} [marketingType]
|
|
351
|
+
* @param {boolean} [appointmentEnabled]
|
|
349
352
|
* @param {string} [languageCode]
|
|
350
353
|
* @param {boolean} [showHidden]
|
|
351
354
|
* @param {number} [page]
|
|
@@ -354,7 +357,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
354
357
|
* @param {*} [options] Override http request option.
|
|
355
358
|
* @throws {RequiredError}
|
|
356
359
|
*/
|
|
357
|
-
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<RequestArgs>;
|
|
360
|
+
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<RequestArgs>;
|
|
358
361
|
/**
|
|
359
362
|
*
|
|
360
363
|
* @summary Get HospitalSpecialty by slug.
|
|
@@ -387,6 +390,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
387
390
|
* @param {MarketingType} [marketingType]
|
|
388
391
|
* @param {Procedure} [procedure]
|
|
389
392
|
* @param {Date} [created]
|
|
393
|
+
* @param {boolean} [appointmentEnabled]
|
|
390
394
|
* @param {string} [languageCode]
|
|
391
395
|
* @param {boolean} [returnDefaultValue]
|
|
392
396
|
* @param {number} [page]
|
|
@@ -395,7 +399,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
395
399
|
* @param {*} [options] Override http request option.
|
|
396
400
|
* @throws {RequiredError}
|
|
397
401
|
*/
|
|
398
|
-
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<RequestArgs>;
|
|
402
|
+
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<RequestArgs>;
|
|
399
403
|
/**
|
|
400
404
|
*
|
|
401
405
|
* @summary Get ServiceAppointmentTimetables
|
|
@@ -490,13 +494,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
490
494
|
* @param {Array<string>} [ids]
|
|
491
495
|
* @param {boolean} [returnDefaultValue]
|
|
492
496
|
* @param {boolean} [paymentEnabled]
|
|
497
|
+
* @param {boolean} [appointmentEnabled]
|
|
493
498
|
* @param {number} [page]
|
|
494
499
|
* @param {number} [limit]
|
|
495
500
|
* @param {Date} [lastRetrieved]
|
|
496
501
|
* @param {*} [options] Override http request option.
|
|
497
502
|
* @throws {RequiredError}
|
|
498
503
|
*/
|
|
499
|
-
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<RequestArgs>;
|
|
504
|
+
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<RequestArgs>;
|
|
500
505
|
/**
|
|
501
506
|
*
|
|
502
507
|
* @summary
|
|
@@ -530,13 +535,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
530
535
|
* @param {Array<string>} [ids]
|
|
531
536
|
* @param {boolean} [returnDefaultValue]
|
|
532
537
|
* @param {boolean} [paymentEnabled]
|
|
538
|
+
* @param {boolean} [appointmentEnabled]
|
|
533
539
|
* @param {number} [page]
|
|
534
540
|
* @param {number} [limit]
|
|
535
541
|
* @param {Date} [lastRetrieved]
|
|
536
542
|
* @param {*} [options] Override http request option.
|
|
537
543
|
* @throws {RequiredError}
|
|
538
544
|
*/
|
|
539
|
-
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>>;
|
|
545
|
+
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>>;
|
|
540
546
|
/**
|
|
541
547
|
*
|
|
542
548
|
* @summary Get HospitalAccreditation.
|
|
@@ -756,6 +762,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
756
762
|
* @param {string} [name]
|
|
757
763
|
* @param {string} [slug]
|
|
758
764
|
* @param {MarketingType} [marketingType]
|
|
765
|
+
* @param {boolean} [appointmentEnabled]
|
|
759
766
|
* @param {string} [languageCode]
|
|
760
767
|
* @param {boolean} [showHidden]
|
|
761
768
|
* @param {number} [page]
|
|
@@ -764,7 +771,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
764
771
|
* @param {*} [options] Override http request option.
|
|
765
772
|
* @throws {RequiredError}
|
|
766
773
|
*/
|
|
767
|
-
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>>;
|
|
774
|
+
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>>;
|
|
768
775
|
/**
|
|
769
776
|
*
|
|
770
777
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
@@ -814,6 +821,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
814
821
|
* @param {string} [name]
|
|
815
822
|
* @param {string} [slug]
|
|
816
823
|
* @param {MarketingType} [marketingType]
|
|
824
|
+
* @param {boolean} [appointmentEnabled]
|
|
817
825
|
* @param {string} [languageCode]
|
|
818
826
|
* @param {boolean} [showHidden]
|
|
819
827
|
* @param {number} [page]
|
|
@@ -822,7 +830,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
822
830
|
* @param {*} [options] Override http request option.
|
|
823
831
|
* @throws {RequiredError}
|
|
824
832
|
*/
|
|
825
|
-
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>>;
|
|
833
|
+
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>>;
|
|
826
834
|
/**
|
|
827
835
|
*
|
|
828
836
|
* @summary Get HospitalSpecialty by slug.
|
|
@@ -855,6 +863,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
855
863
|
* @param {MarketingType} [marketingType]
|
|
856
864
|
* @param {Procedure} [procedure]
|
|
857
865
|
* @param {Date} [created]
|
|
866
|
+
* @param {boolean} [appointmentEnabled]
|
|
858
867
|
* @param {string} [languageCode]
|
|
859
868
|
* @param {boolean} [returnDefaultValue]
|
|
860
869
|
* @param {number} [page]
|
|
@@ -863,7 +872,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
863
872
|
* @param {*} [options] Override http request option.
|
|
864
873
|
* @throws {RequiredError}
|
|
865
874
|
*/
|
|
866
|
-
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>>;
|
|
875
|
+
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>>;
|
|
867
876
|
/**
|
|
868
877
|
*
|
|
869
878
|
* @summary Get ServiceAppointmentTimetables
|
|
@@ -958,13 +967,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
958
967
|
* @param {Array<string>} [ids]
|
|
959
968
|
* @param {boolean} [returnDefaultValue]
|
|
960
969
|
* @param {boolean} [paymentEnabled]
|
|
970
|
+
* @param {boolean} [appointmentEnabled]
|
|
961
971
|
* @param {number} [page]
|
|
962
972
|
* @param {number} [limit]
|
|
963
973
|
* @param {Date} [lastRetrieved]
|
|
964
974
|
* @param {*} [options] Override http request option.
|
|
965
975
|
* @throws {RequiredError}
|
|
966
976
|
*/
|
|
967
|
-
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>>;
|
|
977
|
+
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>>;
|
|
968
978
|
/**
|
|
969
979
|
*
|
|
970
980
|
* @summary
|
|
@@ -998,13 +1008,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
998
1008
|
* @param {Array<string>} [ids]
|
|
999
1009
|
* @param {boolean} [returnDefaultValue]
|
|
1000
1010
|
* @param {boolean} [paymentEnabled]
|
|
1011
|
+
* @param {boolean} [appointmentEnabled]
|
|
1001
1012
|
* @param {number} [page]
|
|
1002
1013
|
* @param {number} [limit]
|
|
1003
1014
|
* @param {Date} [lastRetrieved]
|
|
1004
1015
|
* @param {*} [options] Override http request option.
|
|
1005
1016
|
* @throws {RequiredError}
|
|
1006
1017
|
*/
|
|
1007
|
-
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>;
|
|
1018
|
+
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>;
|
|
1008
1019
|
/**
|
|
1009
1020
|
*
|
|
1010
1021
|
* @summary Get HospitalAccreditation.
|
|
@@ -1224,6 +1235,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1224
1235
|
* @param {string} [name]
|
|
1225
1236
|
* @param {string} [slug]
|
|
1226
1237
|
* @param {MarketingType} [marketingType]
|
|
1238
|
+
* @param {boolean} [appointmentEnabled]
|
|
1227
1239
|
* @param {string} [languageCode]
|
|
1228
1240
|
* @param {boolean} [showHidden]
|
|
1229
1241
|
* @param {number} [page]
|
|
@@ -1232,7 +1244,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1232
1244
|
* @param {*} [options] Override http request option.
|
|
1233
1245
|
* @throws {RequiredError}
|
|
1234
1246
|
*/
|
|
1235
|
-
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>;
|
|
1247
|
+
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>;
|
|
1236
1248
|
/**
|
|
1237
1249
|
*
|
|
1238
1250
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
@@ -1282,6 +1294,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1282
1294
|
* @param {string} [name]
|
|
1283
1295
|
* @param {string} [slug]
|
|
1284
1296
|
* @param {MarketingType} [marketingType]
|
|
1297
|
+
* @param {boolean} [appointmentEnabled]
|
|
1285
1298
|
* @param {string} [languageCode]
|
|
1286
1299
|
* @param {boolean} [showHidden]
|
|
1287
1300
|
* @param {number} [page]
|
|
@@ -1290,7 +1303,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1290
1303
|
* @param {*} [options] Override http request option.
|
|
1291
1304
|
* @throws {RequiredError}
|
|
1292
1305
|
*/
|
|
1293
|
-
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>;
|
|
1306
|
+
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>;
|
|
1294
1307
|
/**
|
|
1295
1308
|
*
|
|
1296
1309
|
* @summary Get HospitalSpecialty by slug.
|
|
@@ -1323,6 +1336,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1323
1336
|
* @param {MarketingType} [marketingType]
|
|
1324
1337
|
* @param {Procedure} [procedure]
|
|
1325
1338
|
* @param {Date} [created]
|
|
1339
|
+
* @param {boolean} [appointmentEnabled]
|
|
1326
1340
|
* @param {string} [languageCode]
|
|
1327
1341
|
* @param {boolean} [returnDefaultValue]
|
|
1328
1342
|
* @param {number} [page]
|
|
@@ -1331,7 +1345,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1331
1345
|
* @param {*} [options] Override http request option.
|
|
1332
1346
|
* @throws {RequiredError}
|
|
1333
1347
|
*/
|
|
1334
|
-
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>;
|
|
1348
|
+
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>;
|
|
1335
1349
|
/**
|
|
1336
1350
|
*
|
|
1337
1351
|
* @summary Get ServiceAppointmentTimetables
|
|
@@ -1426,13 +1440,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1426
1440
|
* @param {Array<string>} [ids]
|
|
1427
1441
|
* @param {boolean} [returnDefaultValue]
|
|
1428
1442
|
* @param {boolean} [paymentEnabled]
|
|
1443
|
+
* @param {boolean} [appointmentEnabled]
|
|
1429
1444
|
* @param {number} [page]
|
|
1430
1445
|
* @param {number} [limit]
|
|
1431
1446
|
* @param {Date} [lastRetrieved]
|
|
1432
1447
|
* @param {*} [options] Override http request option.
|
|
1433
1448
|
* @throws {RequiredError}
|
|
1434
1449
|
*/
|
|
1435
|
-
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>;
|
|
1450
|
+
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>;
|
|
1436
1451
|
/**
|
|
1437
1452
|
*
|
|
1438
1453
|
* @summary
|
|
@@ -1444,6 +1459,1601 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1444
1459
|
*/
|
|
1445
1460
|
apiV2HospitalsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalModel>;
|
|
1446
1461
|
};
|
|
1462
|
+
/**
|
|
1463
|
+
* Request parameters for apiV2HospitalsGet operation in HospitalsApi.
|
|
1464
|
+
* @export
|
|
1465
|
+
* @interface HospitalsApiApiV2HospitalsGetRequest
|
|
1466
|
+
*/
|
|
1467
|
+
export interface HospitalsApiApiV2HospitalsGetRequest {
|
|
1468
|
+
/**
|
|
1469
|
+
*
|
|
1470
|
+
* @type {string}
|
|
1471
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1472
|
+
*/
|
|
1473
|
+
readonly hospitalId?: string;
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @type {string}
|
|
1477
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1478
|
+
*/
|
|
1479
|
+
readonly name?: string;
|
|
1480
|
+
/**
|
|
1481
|
+
*
|
|
1482
|
+
* @type {string}
|
|
1483
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1484
|
+
*/
|
|
1485
|
+
readonly countryId?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
*
|
|
1488
|
+
* @type {Date}
|
|
1489
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1490
|
+
*/
|
|
1491
|
+
readonly created?: Date;
|
|
1492
|
+
/**
|
|
1493
|
+
*
|
|
1494
|
+
* @type {MarketingType}
|
|
1495
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1496
|
+
*/
|
|
1497
|
+
readonly marketingType?: MarketingType;
|
|
1498
|
+
/**
|
|
1499
|
+
*
|
|
1500
|
+
* @type {string}
|
|
1501
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1502
|
+
*/
|
|
1503
|
+
readonly specialtyTypeId?: string;
|
|
1504
|
+
/**
|
|
1505
|
+
*
|
|
1506
|
+
* @type {string}
|
|
1507
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1508
|
+
*/
|
|
1509
|
+
readonly specialtyId?: string;
|
|
1510
|
+
/**
|
|
1511
|
+
*
|
|
1512
|
+
* @type {string}
|
|
1513
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1514
|
+
*/
|
|
1515
|
+
readonly exceptHospitalId?: string;
|
|
1516
|
+
/**
|
|
1517
|
+
*
|
|
1518
|
+
* @type {number}
|
|
1519
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1520
|
+
*/
|
|
1521
|
+
readonly mediaCount?: number;
|
|
1522
|
+
/**
|
|
1523
|
+
*
|
|
1524
|
+
* @type {boolean}
|
|
1525
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1526
|
+
*/
|
|
1527
|
+
readonly showHidden?: boolean;
|
|
1528
|
+
/**
|
|
1529
|
+
*
|
|
1530
|
+
* @type {string}
|
|
1531
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1532
|
+
*/
|
|
1533
|
+
readonly languageCode?: string;
|
|
1534
|
+
/**
|
|
1535
|
+
*
|
|
1536
|
+
* @type {Array<string>}
|
|
1537
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1538
|
+
*/
|
|
1539
|
+
readonly ids?: Array<string>;
|
|
1540
|
+
/**
|
|
1541
|
+
*
|
|
1542
|
+
* @type {boolean}
|
|
1543
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1544
|
+
*/
|
|
1545
|
+
readonly returnDefaultValue?: boolean;
|
|
1546
|
+
/**
|
|
1547
|
+
*
|
|
1548
|
+
* @type {boolean}
|
|
1549
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1550
|
+
*/
|
|
1551
|
+
readonly paymentEnabled?: boolean;
|
|
1552
|
+
/**
|
|
1553
|
+
*
|
|
1554
|
+
* @type {boolean}
|
|
1555
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1556
|
+
*/
|
|
1557
|
+
readonly appointmentEnabled?: boolean;
|
|
1558
|
+
/**
|
|
1559
|
+
*
|
|
1560
|
+
* @type {number}
|
|
1561
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1562
|
+
*/
|
|
1563
|
+
readonly page?: number;
|
|
1564
|
+
/**
|
|
1565
|
+
*
|
|
1566
|
+
* @type {number}
|
|
1567
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1568
|
+
*/
|
|
1569
|
+
readonly limit?: number;
|
|
1570
|
+
/**
|
|
1571
|
+
*
|
|
1572
|
+
* @type {Date}
|
|
1573
|
+
* @memberof HospitalsApiApiV2HospitalsGet
|
|
1574
|
+
*/
|
|
1575
|
+
readonly lastRetrieved?: Date;
|
|
1576
|
+
}
|
|
1577
|
+
/**
|
|
1578
|
+
* Request parameters for apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet operation in HospitalsApi.
|
|
1579
|
+
* @export
|
|
1580
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest
|
|
1581
|
+
*/
|
|
1582
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest {
|
|
1583
|
+
/**
|
|
1584
|
+
*
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGet
|
|
1587
|
+
*/
|
|
1588
|
+
readonly hospitalId: string;
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @type {string}
|
|
1592
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGet
|
|
1593
|
+
*/
|
|
1594
|
+
readonly accreditationId: string;
|
|
1595
|
+
}
|
|
1596
|
+
/**
|
|
1597
|
+
* Request parameters for apiV2HospitalsHospitalIdAccreditationsGet operation in HospitalsApi.
|
|
1598
|
+
* @export
|
|
1599
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest
|
|
1600
|
+
*/
|
|
1601
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest {
|
|
1602
|
+
/**
|
|
1603
|
+
*
|
|
1604
|
+
* @type {string}
|
|
1605
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1606
|
+
*/
|
|
1607
|
+
readonly hospitalId: string;
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @type {string}
|
|
1611
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1612
|
+
*/
|
|
1613
|
+
readonly hospitalName?: string;
|
|
1614
|
+
/**
|
|
1615
|
+
*
|
|
1616
|
+
* @type {string}
|
|
1617
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1618
|
+
*/
|
|
1619
|
+
readonly accreditationId?: string;
|
|
1620
|
+
/**
|
|
1621
|
+
*
|
|
1622
|
+
* @type {string}
|
|
1623
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1624
|
+
*/
|
|
1625
|
+
readonly accreditationName?: string;
|
|
1626
|
+
/**
|
|
1627
|
+
*
|
|
1628
|
+
* @type {number}
|
|
1629
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1630
|
+
*/
|
|
1631
|
+
readonly page?: number;
|
|
1632
|
+
/**
|
|
1633
|
+
*
|
|
1634
|
+
* @type {number}
|
|
1635
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1636
|
+
*/
|
|
1637
|
+
readonly limit?: number;
|
|
1638
|
+
/**
|
|
1639
|
+
*
|
|
1640
|
+
* @type {Date}
|
|
1641
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAccreditationsGet
|
|
1642
|
+
*/
|
|
1643
|
+
readonly lastRetrieved?: Date;
|
|
1644
|
+
}
|
|
1645
|
+
/**
|
|
1646
|
+
* Request parameters for apiV2HospitalsHospitalIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
1647
|
+
* @export
|
|
1648
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest
|
|
1649
|
+
*/
|
|
1650
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest {
|
|
1651
|
+
/**
|
|
1652
|
+
*
|
|
1653
|
+
* @type {string}
|
|
1654
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
1655
|
+
*/
|
|
1656
|
+
readonly hospitalId: string;
|
|
1657
|
+
/**
|
|
1658
|
+
*
|
|
1659
|
+
* @type {number}
|
|
1660
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
1661
|
+
*/
|
|
1662
|
+
readonly year?: number;
|
|
1663
|
+
/**
|
|
1664
|
+
*
|
|
1665
|
+
* @type {number}
|
|
1666
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
1667
|
+
*/
|
|
1668
|
+
readonly month?: number;
|
|
1669
|
+
/**
|
|
1670
|
+
*
|
|
1671
|
+
* @type {string}
|
|
1672
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
1673
|
+
*/
|
|
1674
|
+
readonly timeZone?: string;
|
|
1675
|
+
/**
|
|
1676
|
+
*
|
|
1677
|
+
* @type {string}
|
|
1678
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGet
|
|
1679
|
+
*/
|
|
1680
|
+
readonly appointmentIdExcluded?: string;
|
|
1681
|
+
}
|
|
1682
|
+
/**
|
|
1683
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet operation in HospitalsApi.
|
|
1684
|
+
* @export
|
|
1685
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest
|
|
1686
|
+
*/
|
|
1687
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest {
|
|
1688
|
+
/**
|
|
1689
|
+
*
|
|
1690
|
+
* @type {string}
|
|
1691
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGet
|
|
1692
|
+
*/
|
|
1693
|
+
readonly hospitalId: string;
|
|
1694
|
+
/**
|
|
1695
|
+
*
|
|
1696
|
+
* @type {string}
|
|
1697
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGet
|
|
1698
|
+
*/
|
|
1699
|
+
readonly equipmentId: string;
|
|
1700
|
+
}
|
|
1701
|
+
/**
|
|
1702
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet operation in HospitalsApi.
|
|
1703
|
+
* @export
|
|
1704
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest
|
|
1705
|
+
*/
|
|
1706
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest {
|
|
1707
|
+
/**
|
|
1708
|
+
*
|
|
1709
|
+
* @type {string}
|
|
1710
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1711
|
+
*/
|
|
1712
|
+
readonly hospitalId: string;
|
|
1713
|
+
/**
|
|
1714
|
+
*
|
|
1715
|
+
* @type {string}
|
|
1716
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1717
|
+
*/
|
|
1718
|
+
readonly equipmentId: string;
|
|
1719
|
+
/**
|
|
1720
|
+
*
|
|
1721
|
+
* @type {string}
|
|
1722
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1723
|
+
*/
|
|
1724
|
+
readonly id?: string;
|
|
1725
|
+
/**
|
|
1726
|
+
*
|
|
1727
|
+
* @type {MediaType}
|
|
1728
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1729
|
+
*/
|
|
1730
|
+
readonly mediaType?: MediaType;
|
|
1731
|
+
/**
|
|
1732
|
+
*
|
|
1733
|
+
* @type {number}
|
|
1734
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1735
|
+
*/
|
|
1736
|
+
readonly page?: number;
|
|
1737
|
+
/**
|
|
1738
|
+
*
|
|
1739
|
+
* @type {number}
|
|
1740
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1741
|
+
*/
|
|
1742
|
+
readonly limit?: number;
|
|
1743
|
+
/**
|
|
1744
|
+
*
|
|
1745
|
+
* @type {Date}
|
|
1746
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet
|
|
1747
|
+
*/
|
|
1748
|
+
readonly lastRetrieved?: Date;
|
|
1749
|
+
}
|
|
1750
|
+
/**
|
|
1751
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet operation in HospitalsApi.
|
|
1752
|
+
* @export
|
|
1753
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest
|
|
1754
|
+
*/
|
|
1755
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest {
|
|
1756
|
+
/**
|
|
1757
|
+
*
|
|
1758
|
+
* @type {string}
|
|
1759
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
1760
|
+
*/
|
|
1761
|
+
readonly hospitalId: string;
|
|
1762
|
+
/**
|
|
1763
|
+
*
|
|
1764
|
+
* @type {string}
|
|
1765
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
1766
|
+
*/
|
|
1767
|
+
readonly equipmentId: string;
|
|
1768
|
+
/**
|
|
1769
|
+
*
|
|
1770
|
+
* @type {string}
|
|
1771
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet
|
|
1772
|
+
*/
|
|
1773
|
+
readonly mediaId: string;
|
|
1774
|
+
}
|
|
1775
|
+
/**
|
|
1776
|
+
* Request parameters for apiV2HospitalsHospitalIdEquipmentsGet operation in HospitalsApi.
|
|
1777
|
+
* @export
|
|
1778
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest
|
|
1779
|
+
*/
|
|
1780
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest {
|
|
1781
|
+
/**
|
|
1782
|
+
*
|
|
1783
|
+
* @type {string}
|
|
1784
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1785
|
+
*/
|
|
1786
|
+
readonly hospitalId: string;
|
|
1787
|
+
/**
|
|
1788
|
+
*
|
|
1789
|
+
* @type {string}
|
|
1790
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1791
|
+
*/
|
|
1792
|
+
readonly id?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
*
|
|
1795
|
+
* @type {string}
|
|
1796
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1797
|
+
*/
|
|
1798
|
+
readonly name?: string;
|
|
1799
|
+
/**
|
|
1800
|
+
*
|
|
1801
|
+
* @type {string}
|
|
1802
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1803
|
+
*/
|
|
1804
|
+
readonly hospitalId2?: string;
|
|
1805
|
+
/**
|
|
1806
|
+
*
|
|
1807
|
+
* @type {string}
|
|
1808
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1809
|
+
*/
|
|
1810
|
+
readonly hospitalName?: string;
|
|
1811
|
+
/**
|
|
1812
|
+
*
|
|
1813
|
+
* @type {string}
|
|
1814
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1815
|
+
*/
|
|
1816
|
+
readonly description?: string;
|
|
1817
|
+
/**
|
|
1818
|
+
*
|
|
1819
|
+
* @type {Date}
|
|
1820
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1821
|
+
*/
|
|
1822
|
+
readonly created?: Date;
|
|
1823
|
+
/**
|
|
1824
|
+
*
|
|
1825
|
+
* @type {number}
|
|
1826
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1827
|
+
*/
|
|
1828
|
+
readonly page?: number;
|
|
1829
|
+
/**
|
|
1830
|
+
*
|
|
1831
|
+
* @type {number}
|
|
1832
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1833
|
+
*/
|
|
1834
|
+
readonly limit?: number;
|
|
1835
|
+
/**
|
|
1836
|
+
*
|
|
1837
|
+
* @type {Date}
|
|
1838
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEquipmentsGet
|
|
1839
|
+
*/
|
|
1840
|
+
readonly lastRetrieved?: Date;
|
|
1841
|
+
}
|
|
1842
|
+
/**
|
|
1843
|
+
* Request parameters for apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet operation in HospitalsApi.
|
|
1844
|
+
* @export
|
|
1845
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest
|
|
1846
|
+
*/
|
|
1847
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest {
|
|
1848
|
+
/**
|
|
1849
|
+
*
|
|
1850
|
+
* @type {string}
|
|
1851
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGet
|
|
1852
|
+
*/
|
|
1853
|
+
readonly hospitalId: string;
|
|
1854
|
+
/**
|
|
1855
|
+
*
|
|
1856
|
+
* @type {string}
|
|
1857
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGet
|
|
1858
|
+
*/
|
|
1859
|
+
readonly evaluationId: string;
|
|
1860
|
+
}
|
|
1861
|
+
/**
|
|
1862
|
+
* Request parameters for apiV2HospitalsHospitalIdEvaluationsGet operation in HospitalsApi.
|
|
1863
|
+
* @export
|
|
1864
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest
|
|
1865
|
+
*/
|
|
1866
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest {
|
|
1867
|
+
/**
|
|
1868
|
+
*
|
|
1869
|
+
* @type {string}
|
|
1870
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1871
|
+
*/
|
|
1872
|
+
readonly hospitalId: string;
|
|
1873
|
+
/**
|
|
1874
|
+
*
|
|
1875
|
+
* @type {string}
|
|
1876
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1877
|
+
*/
|
|
1878
|
+
readonly id?: string;
|
|
1879
|
+
/**
|
|
1880
|
+
*
|
|
1881
|
+
* @type {string}
|
|
1882
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1883
|
+
*/
|
|
1884
|
+
readonly name?: string;
|
|
1885
|
+
/**
|
|
1886
|
+
*
|
|
1887
|
+
* @type {number}
|
|
1888
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1889
|
+
*/
|
|
1890
|
+
readonly stars?: number;
|
|
1891
|
+
/**
|
|
1892
|
+
*
|
|
1893
|
+
* @type {number}
|
|
1894
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1895
|
+
*/
|
|
1896
|
+
readonly page?: number;
|
|
1897
|
+
/**
|
|
1898
|
+
*
|
|
1899
|
+
* @type {number}
|
|
1900
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1901
|
+
*/
|
|
1902
|
+
readonly limit?: number;
|
|
1903
|
+
/**
|
|
1904
|
+
*
|
|
1905
|
+
* @type {Date}
|
|
1906
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdEvaluationsGet
|
|
1907
|
+
*/
|
|
1908
|
+
readonly lastRetrieved?: Date;
|
|
1909
|
+
}
|
|
1910
|
+
/**
|
|
1911
|
+
* Request parameters for apiV2HospitalsHospitalIdGet operation in HospitalsApi.
|
|
1912
|
+
* @export
|
|
1913
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdGetRequest
|
|
1914
|
+
*/
|
|
1915
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdGetRequest {
|
|
1916
|
+
/**
|
|
1917
|
+
*
|
|
1918
|
+
* @type {string}
|
|
1919
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
1920
|
+
*/
|
|
1921
|
+
readonly hospitalId: string;
|
|
1922
|
+
/**
|
|
1923
|
+
*
|
|
1924
|
+
* @type {string}
|
|
1925
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
1926
|
+
*/
|
|
1927
|
+
readonly languageCode?: string;
|
|
1928
|
+
/**
|
|
1929
|
+
*
|
|
1930
|
+
* @type {boolean}
|
|
1931
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
1932
|
+
*/
|
|
1933
|
+
readonly returnDefaultValue?: boolean;
|
|
1934
|
+
}
|
|
1935
|
+
/**
|
|
1936
|
+
* Request parameters for apiV2HospitalsHospitalIdHandlesGet operation in HospitalsApi.
|
|
1937
|
+
* @export
|
|
1938
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest
|
|
1939
|
+
*/
|
|
1940
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest {
|
|
1941
|
+
/**
|
|
1942
|
+
*
|
|
1943
|
+
* @type {string}
|
|
1944
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1945
|
+
*/
|
|
1946
|
+
readonly hospitalId: string;
|
|
1947
|
+
/**
|
|
1948
|
+
*
|
|
1949
|
+
* @type {string}
|
|
1950
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1951
|
+
*/
|
|
1952
|
+
readonly id?: string;
|
|
1953
|
+
/**
|
|
1954
|
+
*
|
|
1955
|
+
* @type {SnsType}
|
|
1956
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1957
|
+
*/
|
|
1958
|
+
readonly snsType?: SnsType;
|
|
1959
|
+
/**
|
|
1960
|
+
*
|
|
1961
|
+
* @type {string}
|
|
1962
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1963
|
+
*/
|
|
1964
|
+
readonly handle?: string;
|
|
1965
|
+
/**
|
|
1966
|
+
*
|
|
1967
|
+
* @type {number}
|
|
1968
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1969
|
+
*/
|
|
1970
|
+
readonly page?: number;
|
|
1971
|
+
/**
|
|
1972
|
+
*
|
|
1973
|
+
* @type {number}
|
|
1974
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1975
|
+
*/
|
|
1976
|
+
readonly limit?: number;
|
|
1977
|
+
/**
|
|
1978
|
+
*
|
|
1979
|
+
* @type {Date}
|
|
1980
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesGet
|
|
1981
|
+
*/
|
|
1982
|
+
readonly lastRetrieved?: Date;
|
|
1983
|
+
}
|
|
1984
|
+
/**
|
|
1985
|
+
* Request parameters for apiV2HospitalsHospitalIdHandlesHandleIdGet operation in HospitalsApi.
|
|
1986
|
+
* @export
|
|
1987
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest
|
|
1988
|
+
*/
|
|
1989
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest {
|
|
1990
|
+
/**
|
|
1991
|
+
*
|
|
1992
|
+
* @type {string}
|
|
1993
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGet
|
|
1994
|
+
*/
|
|
1995
|
+
readonly hospitalId: string;
|
|
1996
|
+
/**
|
|
1997
|
+
*
|
|
1998
|
+
* @type {string}
|
|
1999
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGet
|
|
2000
|
+
*/
|
|
2001
|
+
readonly handleId: string;
|
|
2002
|
+
}
|
|
2003
|
+
/**
|
|
2004
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsGet operation in HospitalsApi.
|
|
2005
|
+
* @export
|
|
2006
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest
|
|
2007
|
+
*/
|
|
2008
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest {
|
|
2009
|
+
/**
|
|
2010
|
+
*
|
|
2011
|
+
* @type {string}
|
|
2012
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2013
|
+
*/
|
|
2014
|
+
readonly hospitalId: string;
|
|
2015
|
+
/**
|
|
2016
|
+
*
|
|
2017
|
+
* @type {string}
|
|
2018
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2019
|
+
*/
|
|
2020
|
+
readonly name?: string;
|
|
2021
|
+
/**
|
|
2022
|
+
*
|
|
2023
|
+
* @type {string}
|
|
2024
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2025
|
+
*/
|
|
2026
|
+
readonly slug?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
*
|
|
2029
|
+
* @type {string}
|
|
2030
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2031
|
+
*/
|
|
2032
|
+
readonly languageCode?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
*
|
|
2035
|
+
* @type {boolean}
|
|
2036
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2037
|
+
*/
|
|
2038
|
+
readonly showHidden?: boolean;
|
|
2039
|
+
/**
|
|
2040
|
+
*
|
|
2041
|
+
* @type {number}
|
|
2042
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2043
|
+
*/
|
|
2044
|
+
readonly page?: number;
|
|
2045
|
+
/**
|
|
2046
|
+
*
|
|
2047
|
+
* @type {number}
|
|
2048
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2049
|
+
*/
|
|
2050
|
+
readonly limit?: number;
|
|
2051
|
+
/**
|
|
2052
|
+
*
|
|
2053
|
+
* @type {Date}
|
|
2054
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsGet
|
|
2055
|
+
*/
|
|
2056
|
+
readonly lastRetrieved?: Date;
|
|
2057
|
+
}
|
|
2058
|
+
/**
|
|
2059
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsLandingIdGet operation in HospitalsApi.
|
|
2060
|
+
* @export
|
|
2061
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest
|
|
2062
|
+
*/
|
|
2063
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest {
|
|
2064
|
+
/**
|
|
2065
|
+
*
|
|
2066
|
+
* @type {string}
|
|
2067
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
2068
|
+
*/
|
|
2069
|
+
readonly hospitalId: string;
|
|
2070
|
+
/**
|
|
2071
|
+
*
|
|
2072
|
+
* @type {string}
|
|
2073
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
2074
|
+
*/
|
|
2075
|
+
readonly landingId: string;
|
|
2076
|
+
/**
|
|
2077
|
+
*
|
|
2078
|
+
* @type {string}
|
|
2079
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
2080
|
+
*/
|
|
2081
|
+
readonly languageCode?: string;
|
|
2082
|
+
}
|
|
2083
|
+
/**
|
|
2084
|
+
* Request parameters for apiV2HospitalsHospitalIdLandingsSlugGet operation in HospitalsApi.
|
|
2085
|
+
* @export
|
|
2086
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest
|
|
2087
|
+
*/
|
|
2088
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest {
|
|
2089
|
+
/**
|
|
2090
|
+
*
|
|
2091
|
+
* @type {string}
|
|
2092
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
2093
|
+
*/
|
|
2094
|
+
readonly slug: string;
|
|
2095
|
+
/**
|
|
2096
|
+
*
|
|
2097
|
+
* @type {string}
|
|
2098
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
2099
|
+
*/
|
|
2100
|
+
readonly hospitalId: string;
|
|
2101
|
+
/**
|
|
2102
|
+
*
|
|
2103
|
+
* @type {string}
|
|
2104
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
2105
|
+
*/
|
|
2106
|
+
readonly languageCode?: string;
|
|
2107
|
+
}
|
|
2108
|
+
/**
|
|
2109
|
+
* Request parameters for apiV2HospitalsHospitalIdLanguagesGet operation in HospitalsApi.
|
|
2110
|
+
* @export
|
|
2111
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest
|
|
2112
|
+
*/
|
|
2113
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest {
|
|
2114
|
+
/**
|
|
2115
|
+
*
|
|
2116
|
+
* @type {string}
|
|
2117
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
2118
|
+
*/
|
|
2119
|
+
readonly hospitalId: string;
|
|
2120
|
+
/**
|
|
2121
|
+
*
|
|
2122
|
+
* @type {boolean}
|
|
2123
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
2124
|
+
*/
|
|
2125
|
+
readonly showHidden?: boolean;
|
|
2126
|
+
/**
|
|
2127
|
+
*
|
|
2128
|
+
* @type {number}
|
|
2129
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
2130
|
+
*/
|
|
2131
|
+
readonly page?: number;
|
|
2132
|
+
/**
|
|
2133
|
+
*
|
|
2134
|
+
* @type {number}
|
|
2135
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
2136
|
+
*/
|
|
2137
|
+
readonly limit?: number;
|
|
2138
|
+
/**
|
|
2139
|
+
*
|
|
2140
|
+
* @type {Date}
|
|
2141
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdLanguagesGet
|
|
2142
|
+
*/
|
|
2143
|
+
readonly lastRetrieved?: Date;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* Request parameters for apiV2HospitalsHospitalIdMediasGet operation in HospitalsApi.
|
|
2147
|
+
* @export
|
|
2148
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest
|
|
2149
|
+
*/
|
|
2150
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest {
|
|
2151
|
+
/**
|
|
2152
|
+
*
|
|
2153
|
+
* @type {string}
|
|
2154
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2155
|
+
*/
|
|
2156
|
+
readonly hospitalId: string;
|
|
2157
|
+
/**
|
|
2158
|
+
*
|
|
2159
|
+
* @type {string}
|
|
2160
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2161
|
+
*/
|
|
2162
|
+
readonly id?: string;
|
|
2163
|
+
/**
|
|
2164
|
+
*
|
|
2165
|
+
* @type {MediaType}
|
|
2166
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2167
|
+
*/
|
|
2168
|
+
readonly mediaType?: MediaType;
|
|
2169
|
+
/**
|
|
2170
|
+
*
|
|
2171
|
+
* @type {number}
|
|
2172
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2173
|
+
*/
|
|
2174
|
+
readonly page?: number;
|
|
2175
|
+
/**
|
|
2176
|
+
*
|
|
2177
|
+
* @type {number}
|
|
2178
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2179
|
+
*/
|
|
2180
|
+
readonly limit?: number;
|
|
2181
|
+
/**
|
|
2182
|
+
*
|
|
2183
|
+
* @type {Date}
|
|
2184
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasGet
|
|
2185
|
+
*/
|
|
2186
|
+
readonly lastRetrieved?: Date;
|
|
2187
|
+
}
|
|
2188
|
+
/**
|
|
2189
|
+
* Request parameters for apiV2HospitalsHospitalIdMediasMediaIdGet operation in HospitalsApi.
|
|
2190
|
+
* @export
|
|
2191
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest
|
|
2192
|
+
*/
|
|
2193
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest {
|
|
2194
|
+
/**
|
|
2195
|
+
*
|
|
2196
|
+
* @type {string}
|
|
2197
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGet
|
|
2198
|
+
*/
|
|
2199
|
+
readonly hospitalId: string;
|
|
2200
|
+
/**
|
|
2201
|
+
*
|
|
2202
|
+
* @type {string}
|
|
2203
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGet
|
|
2204
|
+
*/
|
|
2205
|
+
readonly mediaId: string;
|
|
2206
|
+
}
|
|
2207
|
+
/**
|
|
2208
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
|
|
2209
|
+
* @export
|
|
2210
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest
|
|
2211
|
+
*/
|
|
2212
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest {
|
|
2213
|
+
/**
|
|
2214
|
+
*
|
|
2215
|
+
* @type {string}
|
|
2216
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2217
|
+
*/
|
|
2218
|
+
readonly hospitalId: string;
|
|
2219
|
+
/**
|
|
2220
|
+
*
|
|
2221
|
+
* @type {string}
|
|
2222
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2223
|
+
*/
|
|
2224
|
+
readonly specialtyId?: string;
|
|
2225
|
+
/**
|
|
2226
|
+
*
|
|
2227
|
+
* @type {string}
|
|
2228
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2229
|
+
*/
|
|
2230
|
+
readonly specialtyName?: string;
|
|
2231
|
+
/**
|
|
2232
|
+
*
|
|
2233
|
+
* @type {string}
|
|
2234
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2235
|
+
*/
|
|
2236
|
+
readonly specialtyTypeId?: string;
|
|
2237
|
+
/**
|
|
2238
|
+
*
|
|
2239
|
+
* @type {string}
|
|
2240
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2241
|
+
*/
|
|
2242
|
+
readonly specialtyTypeName?: string;
|
|
2243
|
+
/**
|
|
2244
|
+
*
|
|
2245
|
+
* @type {string}
|
|
2246
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2247
|
+
*/
|
|
2248
|
+
readonly hospitalSpecialtyId?: string;
|
|
2249
|
+
/**
|
|
2250
|
+
*
|
|
2251
|
+
* @type {string}
|
|
2252
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2253
|
+
*/
|
|
2254
|
+
readonly name?: string;
|
|
2255
|
+
/**
|
|
2256
|
+
*
|
|
2257
|
+
* @type {string}
|
|
2258
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2259
|
+
*/
|
|
2260
|
+
readonly slug?: string;
|
|
2261
|
+
/**
|
|
2262
|
+
*
|
|
2263
|
+
* @type {MarketingType}
|
|
2264
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2265
|
+
*/
|
|
2266
|
+
readonly marketingType?: MarketingType;
|
|
2267
|
+
/**
|
|
2268
|
+
*
|
|
2269
|
+
* @type {boolean}
|
|
2270
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2271
|
+
*/
|
|
2272
|
+
readonly appointmentEnabled?: boolean;
|
|
2273
|
+
/**
|
|
2274
|
+
*
|
|
2275
|
+
* @type {string}
|
|
2276
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2277
|
+
*/
|
|
2278
|
+
readonly languageCode?: string;
|
|
2279
|
+
/**
|
|
2280
|
+
*
|
|
2281
|
+
* @type {boolean}
|
|
2282
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2283
|
+
*/
|
|
2284
|
+
readonly showHidden?: boolean;
|
|
2285
|
+
/**
|
|
2286
|
+
*
|
|
2287
|
+
* @type {number}
|
|
2288
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2289
|
+
*/
|
|
2290
|
+
readonly page?: number;
|
|
2291
|
+
/**
|
|
2292
|
+
*
|
|
2293
|
+
* @type {number}
|
|
2294
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2295
|
+
*/
|
|
2296
|
+
readonly limit?: number;
|
|
2297
|
+
/**
|
|
2298
|
+
*
|
|
2299
|
+
* @type {Date}
|
|
2300
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGet
|
|
2301
|
+
*/
|
|
2302
|
+
readonly lastRetrieved?: Date;
|
|
2303
|
+
}
|
|
2304
|
+
/**
|
|
2305
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
2306
|
+
* @export
|
|
2307
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest
|
|
2308
|
+
*/
|
|
2309
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest {
|
|
2310
|
+
/**
|
|
2311
|
+
*
|
|
2312
|
+
* @type {string}
|
|
2313
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2314
|
+
*/
|
|
2315
|
+
readonly hospitalId: string;
|
|
2316
|
+
/**
|
|
2317
|
+
*
|
|
2318
|
+
* @type {string}
|
|
2319
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2320
|
+
*/
|
|
2321
|
+
readonly hospitalSpecialtyId: string;
|
|
2322
|
+
/**
|
|
2323
|
+
*
|
|
2324
|
+
* @type {number}
|
|
2325
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2326
|
+
*/
|
|
2327
|
+
readonly year?: number;
|
|
2328
|
+
/**
|
|
2329
|
+
*
|
|
2330
|
+
* @type {number}
|
|
2331
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2332
|
+
*/
|
|
2333
|
+
readonly month?: number;
|
|
2334
|
+
/**
|
|
2335
|
+
*
|
|
2336
|
+
* @type {string}
|
|
2337
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2338
|
+
*/
|
|
2339
|
+
readonly timeZone?: string;
|
|
2340
|
+
/**
|
|
2341
|
+
*
|
|
2342
|
+
* @type {string}
|
|
2343
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet
|
|
2344
|
+
*/
|
|
2345
|
+
readonly appointmentIdExcluded?: string;
|
|
2346
|
+
}
|
|
2347
|
+
/**
|
|
2348
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet operation in HospitalsApi.
|
|
2349
|
+
* @export
|
|
2350
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest
|
|
2351
|
+
*/
|
|
2352
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest {
|
|
2353
|
+
/**
|
|
2354
|
+
*
|
|
2355
|
+
* @type {string}
|
|
2356
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2357
|
+
*/
|
|
2358
|
+
readonly hospitalId: string;
|
|
2359
|
+
/**
|
|
2360
|
+
*
|
|
2361
|
+
* @type {string}
|
|
2362
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2363
|
+
*/
|
|
2364
|
+
readonly hospitalSpecialtyId: string;
|
|
2365
|
+
/**
|
|
2366
|
+
*
|
|
2367
|
+
* @type {string}
|
|
2368
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2369
|
+
*/
|
|
2370
|
+
readonly id?: string;
|
|
2371
|
+
/**
|
|
2372
|
+
*
|
|
2373
|
+
* @type {MediaType}
|
|
2374
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2375
|
+
*/
|
|
2376
|
+
readonly mediaType?: MediaType;
|
|
2377
|
+
/**
|
|
2378
|
+
*
|
|
2379
|
+
* @type {number}
|
|
2380
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2381
|
+
*/
|
|
2382
|
+
readonly page?: number;
|
|
2383
|
+
/**
|
|
2384
|
+
*
|
|
2385
|
+
* @type {number}
|
|
2386
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2387
|
+
*/
|
|
2388
|
+
readonly limit?: number;
|
|
2389
|
+
/**
|
|
2390
|
+
*
|
|
2391
|
+
* @type {Date}
|
|
2392
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet
|
|
2393
|
+
*/
|
|
2394
|
+
readonly lastRetrieved?: Date;
|
|
2395
|
+
}
|
|
2396
|
+
/**
|
|
2397
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet operation in HospitalsApi.
|
|
2398
|
+
* @export
|
|
2399
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest
|
|
2400
|
+
*/
|
|
2401
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest {
|
|
2402
|
+
/**
|
|
2403
|
+
*
|
|
2404
|
+
* @type {string}
|
|
2405
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
2406
|
+
*/
|
|
2407
|
+
readonly hospitalId: string;
|
|
2408
|
+
/**
|
|
2409
|
+
*
|
|
2410
|
+
* @type {string}
|
|
2411
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
2412
|
+
*/
|
|
2413
|
+
readonly hospitalSpecialtyId: string;
|
|
2414
|
+
/**
|
|
2415
|
+
*
|
|
2416
|
+
* @type {string}
|
|
2417
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet
|
|
2418
|
+
*/
|
|
2419
|
+
readonly mediaId: string;
|
|
2420
|
+
}
|
|
2421
|
+
/**
|
|
2422
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSimpleGet operation in HospitalsApi.
|
|
2423
|
+
* @export
|
|
2424
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest
|
|
2425
|
+
*/
|
|
2426
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest {
|
|
2427
|
+
/**
|
|
2428
|
+
*
|
|
2429
|
+
* @type {string}
|
|
2430
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2431
|
+
*/
|
|
2432
|
+
readonly hospitalId: string;
|
|
2433
|
+
/**
|
|
2434
|
+
*
|
|
2435
|
+
* @type {string}
|
|
2436
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2437
|
+
*/
|
|
2438
|
+
readonly specialtyId?: string;
|
|
2439
|
+
/**
|
|
2440
|
+
*
|
|
2441
|
+
* @type {string}
|
|
2442
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2443
|
+
*/
|
|
2444
|
+
readonly specialtyName?: string;
|
|
2445
|
+
/**
|
|
2446
|
+
*
|
|
2447
|
+
* @type {string}
|
|
2448
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2449
|
+
*/
|
|
2450
|
+
readonly specialtyTypeId?: string;
|
|
2451
|
+
/**
|
|
2452
|
+
*
|
|
2453
|
+
* @type {string}
|
|
2454
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2455
|
+
*/
|
|
2456
|
+
readonly specialtyTypeName?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
*
|
|
2459
|
+
* @type {string}
|
|
2460
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2461
|
+
*/
|
|
2462
|
+
readonly hospitalSpecialtyId?: string;
|
|
2463
|
+
/**
|
|
2464
|
+
*
|
|
2465
|
+
* @type {string}
|
|
2466
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2467
|
+
*/
|
|
2468
|
+
readonly name?: string;
|
|
2469
|
+
/**
|
|
2470
|
+
*
|
|
2471
|
+
* @type {string}
|
|
2472
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2473
|
+
*/
|
|
2474
|
+
readonly slug?: string;
|
|
2475
|
+
/**
|
|
2476
|
+
*
|
|
2477
|
+
* @type {MarketingType}
|
|
2478
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2479
|
+
*/
|
|
2480
|
+
readonly marketingType?: MarketingType;
|
|
2481
|
+
/**
|
|
2482
|
+
*
|
|
2483
|
+
* @type {boolean}
|
|
2484
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2485
|
+
*/
|
|
2486
|
+
readonly appointmentEnabled?: boolean;
|
|
2487
|
+
/**
|
|
2488
|
+
*
|
|
2489
|
+
* @type {string}
|
|
2490
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2491
|
+
*/
|
|
2492
|
+
readonly languageCode?: string;
|
|
2493
|
+
/**
|
|
2494
|
+
*
|
|
2495
|
+
* @type {boolean}
|
|
2496
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2497
|
+
*/
|
|
2498
|
+
readonly showHidden?: boolean;
|
|
2499
|
+
/**
|
|
2500
|
+
*
|
|
2501
|
+
* @type {number}
|
|
2502
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2503
|
+
*/
|
|
2504
|
+
readonly page?: number;
|
|
2505
|
+
/**
|
|
2506
|
+
*
|
|
2507
|
+
* @type {number}
|
|
2508
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2509
|
+
*/
|
|
2510
|
+
readonly limit?: number;
|
|
2511
|
+
/**
|
|
2512
|
+
*
|
|
2513
|
+
* @type {Date}
|
|
2514
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGet
|
|
2515
|
+
*/
|
|
2516
|
+
readonly lastRetrieved?: Date;
|
|
2517
|
+
}
|
|
2518
|
+
/**
|
|
2519
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSlugGet operation in HospitalsApi.
|
|
2520
|
+
* @export
|
|
2521
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest
|
|
2522
|
+
*/
|
|
2523
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest {
|
|
2524
|
+
/**
|
|
2525
|
+
*
|
|
2526
|
+
* @type {string}
|
|
2527
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
2528
|
+
*/
|
|
2529
|
+
readonly hospitalId: string;
|
|
2530
|
+
/**
|
|
2531
|
+
*
|
|
2532
|
+
* @type {string}
|
|
2533
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
2534
|
+
*/
|
|
2535
|
+
readonly slug: string;
|
|
2536
|
+
/**
|
|
2537
|
+
*
|
|
2538
|
+
* @type {string}
|
|
2539
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
2540
|
+
*/
|
|
2541
|
+
readonly languageCode?: string;
|
|
2542
|
+
}
|
|
2543
|
+
/**
|
|
2544
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet operation in HospitalsApi.
|
|
2545
|
+
* @export
|
|
2546
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest
|
|
2547
|
+
*/
|
|
2548
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest {
|
|
2549
|
+
/**
|
|
2550
|
+
*
|
|
2551
|
+
* @type {string}
|
|
2552
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
2553
|
+
*/
|
|
2554
|
+
readonly hospitalId: string;
|
|
2555
|
+
/**
|
|
2556
|
+
*
|
|
2557
|
+
* @type {string}
|
|
2558
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
2559
|
+
*/
|
|
2560
|
+
readonly specialtyId: string;
|
|
2561
|
+
/**
|
|
2562
|
+
*
|
|
2563
|
+
* @type {string}
|
|
2564
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
2565
|
+
*/
|
|
2566
|
+
readonly languageCode?: string;
|
|
2567
|
+
}
|
|
2568
|
+
/**
|
|
2569
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet operation in HospitalsApi.
|
|
2570
|
+
* @export
|
|
2571
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest
|
|
2572
|
+
*/
|
|
2573
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest {
|
|
2574
|
+
/**
|
|
2575
|
+
*
|
|
2576
|
+
* @type {string}
|
|
2577
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2578
|
+
*/
|
|
2579
|
+
readonly hospitalId: string;
|
|
2580
|
+
/**
|
|
2581
|
+
*
|
|
2582
|
+
* @type {string}
|
|
2583
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2584
|
+
*/
|
|
2585
|
+
readonly specialtyId: string;
|
|
2586
|
+
/**
|
|
2587
|
+
*
|
|
2588
|
+
* @type {string}
|
|
2589
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2590
|
+
*/
|
|
2591
|
+
readonly id?: string;
|
|
2592
|
+
/**
|
|
2593
|
+
*
|
|
2594
|
+
* @type {string}
|
|
2595
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2596
|
+
*/
|
|
2597
|
+
readonly name?: string;
|
|
2598
|
+
/**
|
|
2599
|
+
*
|
|
2600
|
+
* @type {string}
|
|
2601
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2602
|
+
*/
|
|
2603
|
+
readonly slug?: string;
|
|
2604
|
+
/**
|
|
2605
|
+
*
|
|
2606
|
+
* @type {string}
|
|
2607
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2608
|
+
*/
|
|
2609
|
+
readonly serviceCategoryId?: string;
|
|
2610
|
+
/**
|
|
2611
|
+
*
|
|
2612
|
+
* @type {MarketingType}
|
|
2613
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2614
|
+
*/
|
|
2615
|
+
readonly marketingType?: MarketingType;
|
|
2616
|
+
/**
|
|
2617
|
+
*
|
|
2618
|
+
* @type {Procedure}
|
|
2619
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2620
|
+
*/
|
|
2621
|
+
readonly procedure?: Procedure;
|
|
2622
|
+
/**
|
|
2623
|
+
*
|
|
2624
|
+
* @type {Date}
|
|
2625
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2626
|
+
*/
|
|
2627
|
+
readonly created?: Date;
|
|
2628
|
+
/**
|
|
2629
|
+
*
|
|
2630
|
+
* @type {boolean}
|
|
2631
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2632
|
+
*/
|
|
2633
|
+
readonly appointmentEnabled?: boolean;
|
|
2634
|
+
/**
|
|
2635
|
+
*
|
|
2636
|
+
* @type {string}
|
|
2637
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2638
|
+
*/
|
|
2639
|
+
readonly languageCode?: string;
|
|
2640
|
+
/**
|
|
2641
|
+
*
|
|
2642
|
+
* @type {boolean}
|
|
2643
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2644
|
+
*/
|
|
2645
|
+
readonly returnDefaultValue?: boolean;
|
|
2646
|
+
/**
|
|
2647
|
+
*
|
|
2648
|
+
* @type {number}
|
|
2649
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2650
|
+
*/
|
|
2651
|
+
readonly page?: number;
|
|
2652
|
+
/**
|
|
2653
|
+
*
|
|
2654
|
+
* @type {number}
|
|
2655
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2656
|
+
*/
|
|
2657
|
+
readonly limit?: number;
|
|
2658
|
+
/**
|
|
2659
|
+
*
|
|
2660
|
+
* @type {Date}
|
|
2661
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet
|
|
2662
|
+
*/
|
|
2663
|
+
readonly lastRetrieved?: Date;
|
|
2664
|
+
}
|
|
2665
|
+
/**
|
|
2666
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet operation in HospitalsApi.
|
|
2667
|
+
* @export
|
|
2668
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest
|
|
2669
|
+
*/
|
|
2670
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest {
|
|
2671
|
+
/**
|
|
2672
|
+
*
|
|
2673
|
+
* @type {string}
|
|
2674
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2675
|
+
*/
|
|
2676
|
+
readonly hospitalId: string;
|
|
2677
|
+
/**
|
|
2678
|
+
*
|
|
2679
|
+
* @type {string}
|
|
2680
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2681
|
+
*/
|
|
2682
|
+
readonly specialtyId: string;
|
|
2683
|
+
/**
|
|
2684
|
+
*
|
|
2685
|
+
* @type {string}
|
|
2686
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2687
|
+
*/
|
|
2688
|
+
readonly serviceId: string;
|
|
2689
|
+
/**
|
|
2690
|
+
*
|
|
2691
|
+
* @type {number}
|
|
2692
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2693
|
+
*/
|
|
2694
|
+
readonly year?: number;
|
|
2695
|
+
/**
|
|
2696
|
+
*
|
|
2697
|
+
* @type {number}
|
|
2698
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2699
|
+
*/
|
|
2700
|
+
readonly month?: number;
|
|
2701
|
+
/**
|
|
2702
|
+
*
|
|
2703
|
+
* @type {string}
|
|
2704
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2705
|
+
*/
|
|
2706
|
+
readonly timeZone?: string;
|
|
2707
|
+
/**
|
|
2708
|
+
*
|
|
2709
|
+
* @type {string}
|
|
2710
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet
|
|
2711
|
+
*/
|
|
2712
|
+
readonly appointmentIdExcluded?: string;
|
|
2713
|
+
}
|
|
2714
|
+
/**
|
|
2715
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet operation in HospitalsApi.
|
|
2716
|
+
* @export
|
|
2717
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest
|
|
2718
|
+
*/
|
|
2719
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest {
|
|
2720
|
+
/**
|
|
2721
|
+
*
|
|
2722
|
+
* @type {string}
|
|
2723
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
2724
|
+
*/
|
|
2725
|
+
readonly hospitalId: string;
|
|
2726
|
+
/**
|
|
2727
|
+
*
|
|
2728
|
+
* @type {string}
|
|
2729
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
2730
|
+
*/
|
|
2731
|
+
readonly specialtyId: string;
|
|
2732
|
+
/**
|
|
2733
|
+
*
|
|
2734
|
+
* @type {string}
|
|
2735
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
2736
|
+
*/
|
|
2737
|
+
readonly serviceId: string;
|
|
2738
|
+
/**
|
|
2739
|
+
*
|
|
2740
|
+
* @type {string}
|
|
2741
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
2742
|
+
*/
|
|
2743
|
+
readonly languageCode?: string;
|
|
2744
|
+
/**
|
|
2745
|
+
*
|
|
2746
|
+
* @type {boolean}
|
|
2747
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
2748
|
+
*/
|
|
2749
|
+
readonly returnDefaultValue?: boolean;
|
|
2750
|
+
}
|
|
2751
|
+
/**
|
|
2752
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet operation in HospitalsApi.
|
|
2753
|
+
* @export
|
|
2754
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest
|
|
2755
|
+
*/
|
|
2756
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest {
|
|
2757
|
+
/**
|
|
2758
|
+
*
|
|
2759
|
+
* @type {string}
|
|
2760
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2761
|
+
*/
|
|
2762
|
+
readonly hospitalId: string;
|
|
2763
|
+
/**
|
|
2764
|
+
*
|
|
2765
|
+
* @type {string}
|
|
2766
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2767
|
+
*/
|
|
2768
|
+
readonly specialtyId: string;
|
|
2769
|
+
/**
|
|
2770
|
+
*
|
|
2771
|
+
* @type {string}
|
|
2772
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2773
|
+
*/
|
|
2774
|
+
readonly serviceId: string;
|
|
2775
|
+
/**
|
|
2776
|
+
*
|
|
2777
|
+
* @type {string}
|
|
2778
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2779
|
+
*/
|
|
2780
|
+
readonly id?: string;
|
|
2781
|
+
/**
|
|
2782
|
+
*
|
|
2783
|
+
* @type {MediaType}
|
|
2784
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2785
|
+
*/
|
|
2786
|
+
readonly mediaType?: MediaType;
|
|
2787
|
+
/**
|
|
2788
|
+
*
|
|
2789
|
+
* @type {number}
|
|
2790
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2791
|
+
*/
|
|
2792
|
+
readonly page?: number;
|
|
2793
|
+
/**
|
|
2794
|
+
*
|
|
2795
|
+
* @type {number}
|
|
2796
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2797
|
+
*/
|
|
2798
|
+
readonly limit?: number;
|
|
2799
|
+
/**
|
|
2800
|
+
*
|
|
2801
|
+
* @type {Date}
|
|
2802
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet
|
|
2803
|
+
*/
|
|
2804
|
+
readonly lastRetrieved?: Date;
|
|
2805
|
+
}
|
|
2806
|
+
/**
|
|
2807
|
+
* Request parameters for apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet operation in HospitalsApi.
|
|
2808
|
+
* @export
|
|
2809
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest
|
|
2810
|
+
*/
|
|
2811
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest {
|
|
2812
|
+
/**
|
|
2813
|
+
*
|
|
2814
|
+
* @type {string}
|
|
2815
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
2816
|
+
*/
|
|
2817
|
+
readonly hospitalId: string;
|
|
2818
|
+
/**
|
|
2819
|
+
*
|
|
2820
|
+
* @type {string}
|
|
2821
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
2822
|
+
*/
|
|
2823
|
+
readonly specialtyId: string;
|
|
2824
|
+
/**
|
|
2825
|
+
*
|
|
2826
|
+
* @type {string}
|
|
2827
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
2828
|
+
*/
|
|
2829
|
+
readonly serviceId: string;
|
|
2830
|
+
/**
|
|
2831
|
+
*
|
|
2832
|
+
* @type {string}
|
|
2833
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet
|
|
2834
|
+
*/
|
|
2835
|
+
readonly mediaId: string;
|
|
2836
|
+
}
|
|
2837
|
+
/**
|
|
2838
|
+
* Request parameters for apiV2HospitalsHospitalIdWorkingdaysGet operation in HospitalsApi.
|
|
2839
|
+
* @export
|
|
2840
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest
|
|
2841
|
+
*/
|
|
2842
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest {
|
|
2843
|
+
/**
|
|
2844
|
+
*
|
|
2845
|
+
* @type {string}
|
|
2846
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2847
|
+
*/
|
|
2848
|
+
readonly hospitalId: string;
|
|
2849
|
+
/**
|
|
2850
|
+
*
|
|
2851
|
+
* @type {string}
|
|
2852
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2853
|
+
*/
|
|
2854
|
+
readonly id?: string;
|
|
2855
|
+
/**
|
|
2856
|
+
*
|
|
2857
|
+
* @type {string}
|
|
2858
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2859
|
+
*/
|
|
2860
|
+
readonly dayOfWeek?: string;
|
|
2861
|
+
/**
|
|
2862
|
+
*
|
|
2863
|
+
* @type {Date}
|
|
2864
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2865
|
+
*/
|
|
2866
|
+
readonly timeFrom?: Date;
|
|
2867
|
+
/**
|
|
2868
|
+
*
|
|
2869
|
+
* @type {Date}
|
|
2870
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2871
|
+
*/
|
|
2872
|
+
readonly timeTo?: Date;
|
|
2873
|
+
/**
|
|
2874
|
+
*
|
|
2875
|
+
* @type {boolean}
|
|
2876
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2877
|
+
*/
|
|
2878
|
+
readonly checkHoliday?: boolean;
|
|
2879
|
+
/**
|
|
2880
|
+
*
|
|
2881
|
+
* @type {number}
|
|
2882
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2883
|
+
*/
|
|
2884
|
+
readonly page?: number;
|
|
2885
|
+
/**
|
|
2886
|
+
*
|
|
2887
|
+
* @type {number}
|
|
2888
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2889
|
+
*/
|
|
2890
|
+
readonly limit?: number;
|
|
2891
|
+
/**
|
|
2892
|
+
*
|
|
2893
|
+
* @type {Date}
|
|
2894
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGet
|
|
2895
|
+
*/
|
|
2896
|
+
readonly lastRetrieved?: Date;
|
|
2897
|
+
}
|
|
2898
|
+
/**
|
|
2899
|
+
* Request parameters for apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet operation in HospitalsApi.
|
|
2900
|
+
* @export
|
|
2901
|
+
* @interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest
|
|
2902
|
+
*/
|
|
2903
|
+
export interface HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest {
|
|
2904
|
+
/**
|
|
2905
|
+
*
|
|
2906
|
+
* @type {string}
|
|
2907
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet
|
|
2908
|
+
*/
|
|
2909
|
+
readonly hospitalId: string;
|
|
2910
|
+
/**
|
|
2911
|
+
*
|
|
2912
|
+
* @type {string}
|
|
2913
|
+
* @memberof HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet
|
|
2914
|
+
*/
|
|
2915
|
+
readonly workingDayId: string;
|
|
2916
|
+
}
|
|
2917
|
+
/**
|
|
2918
|
+
* Request parameters for apiV2HospitalsSimpleGet operation in HospitalsApi.
|
|
2919
|
+
* @export
|
|
2920
|
+
* @interface HospitalsApiApiV2HospitalsSimpleGetRequest
|
|
2921
|
+
*/
|
|
2922
|
+
export interface HospitalsApiApiV2HospitalsSimpleGetRequest {
|
|
2923
|
+
/**
|
|
2924
|
+
*
|
|
2925
|
+
* @type {string}
|
|
2926
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2927
|
+
*/
|
|
2928
|
+
readonly hospitalId?: string;
|
|
2929
|
+
/**
|
|
2930
|
+
*
|
|
2931
|
+
* @type {string}
|
|
2932
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2933
|
+
*/
|
|
2934
|
+
readonly name?: string;
|
|
2935
|
+
/**
|
|
2936
|
+
*
|
|
2937
|
+
* @type {string}
|
|
2938
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2939
|
+
*/
|
|
2940
|
+
readonly countryId?: string;
|
|
2941
|
+
/**
|
|
2942
|
+
*
|
|
2943
|
+
* @type {Date}
|
|
2944
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2945
|
+
*/
|
|
2946
|
+
readonly created?: Date;
|
|
2947
|
+
/**
|
|
2948
|
+
*
|
|
2949
|
+
* @type {MarketingType}
|
|
2950
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2951
|
+
*/
|
|
2952
|
+
readonly marketingType?: MarketingType;
|
|
2953
|
+
/**
|
|
2954
|
+
*
|
|
2955
|
+
* @type {string}
|
|
2956
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2957
|
+
*/
|
|
2958
|
+
readonly specialtyTypeId?: string;
|
|
2959
|
+
/**
|
|
2960
|
+
*
|
|
2961
|
+
* @type {string}
|
|
2962
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2963
|
+
*/
|
|
2964
|
+
readonly specialtyId?: string;
|
|
2965
|
+
/**
|
|
2966
|
+
*
|
|
2967
|
+
* @type {string}
|
|
2968
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2969
|
+
*/
|
|
2970
|
+
readonly exceptHospitalId?: string;
|
|
2971
|
+
/**
|
|
2972
|
+
*
|
|
2973
|
+
* @type {number}
|
|
2974
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2975
|
+
*/
|
|
2976
|
+
readonly mediaCount?: number;
|
|
2977
|
+
/**
|
|
2978
|
+
*
|
|
2979
|
+
* @type {boolean}
|
|
2980
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2981
|
+
*/
|
|
2982
|
+
readonly showHidden?: boolean;
|
|
2983
|
+
/**
|
|
2984
|
+
*
|
|
2985
|
+
* @type {string}
|
|
2986
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2987
|
+
*/
|
|
2988
|
+
readonly languageCode?: string;
|
|
2989
|
+
/**
|
|
2990
|
+
*
|
|
2991
|
+
* @type {Array<string>}
|
|
2992
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2993
|
+
*/
|
|
2994
|
+
readonly ids?: Array<string>;
|
|
2995
|
+
/**
|
|
2996
|
+
*
|
|
2997
|
+
* @type {boolean}
|
|
2998
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
2999
|
+
*/
|
|
3000
|
+
readonly returnDefaultValue?: boolean;
|
|
3001
|
+
/**
|
|
3002
|
+
*
|
|
3003
|
+
* @type {boolean}
|
|
3004
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
3005
|
+
*/
|
|
3006
|
+
readonly paymentEnabled?: boolean;
|
|
3007
|
+
/**
|
|
3008
|
+
*
|
|
3009
|
+
* @type {boolean}
|
|
3010
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
3011
|
+
*/
|
|
3012
|
+
readonly appointmentEnabled?: boolean;
|
|
3013
|
+
/**
|
|
3014
|
+
*
|
|
3015
|
+
* @type {number}
|
|
3016
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
3017
|
+
*/
|
|
3018
|
+
readonly page?: number;
|
|
3019
|
+
/**
|
|
3020
|
+
*
|
|
3021
|
+
* @type {number}
|
|
3022
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
3023
|
+
*/
|
|
3024
|
+
readonly limit?: number;
|
|
3025
|
+
/**
|
|
3026
|
+
*
|
|
3027
|
+
* @type {Date}
|
|
3028
|
+
* @memberof HospitalsApiApiV2HospitalsSimpleGet
|
|
3029
|
+
*/
|
|
3030
|
+
readonly lastRetrieved?: Date;
|
|
3031
|
+
}
|
|
3032
|
+
/**
|
|
3033
|
+
* Request parameters for apiV2HospitalsSlugGet operation in HospitalsApi.
|
|
3034
|
+
* @export
|
|
3035
|
+
* @interface HospitalsApiApiV2HospitalsSlugGetRequest
|
|
3036
|
+
*/
|
|
3037
|
+
export interface HospitalsApiApiV2HospitalsSlugGetRequest {
|
|
3038
|
+
/**
|
|
3039
|
+
*
|
|
3040
|
+
* @type {string}
|
|
3041
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
3042
|
+
*/
|
|
3043
|
+
readonly slug: string;
|
|
3044
|
+
/**
|
|
3045
|
+
*
|
|
3046
|
+
* @type {string}
|
|
3047
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
3048
|
+
*/
|
|
3049
|
+
readonly languageCode?: string;
|
|
3050
|
+
/**
|
|
3051
|
+
*
|
|
3052
|
+
* @type {boolean}
|
|
3053
|
+
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
3054
|
+
*/
|
|
3055
|
+
readonly returnDefaultValue?: boolean;
|
|
3056
|
+
}
|
|
1447
3057
|
/**
|
|
1448
3058
|
* HospitalsApi - object-oriented interface
|
|
1449
3059
|
* @export
|
|
@@ -1454,499 +3064,314 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
1454
3064
|
/**
|
|
1455
3065
|
*
|
|
1456
3066
|
* @summary Get all Hospitals.
|
|
1457
|
-
* @param {
|
|
1458
|
-
* @param {string} [name]
|
|
1459
|
-
* @param {string} [countryId]
|
|
1460
|
-
* @param {Date} [created]
|
|
1461
|
-
* @param {MarketingType} [marketingType]
|
|
1462
|
-
* @param {string} [specialtyTypeId]
|
|
1463
|
-
* @param {string} [specialtyId]
|
|
1464
|
-
* @param {string} [exceptHospitalId]
|
|
1465
|
-
* @param {number} [mediaCount]
|
|
1466
|
-
* @param {boolean} [showHidden]
|
|
1467
|
-
* @param {string} [languageCode]
|
|
1468
|
-
* @param {Array<string>} [ids]
|
|
1469
|
-
* @param {boolean} [returnDefaultValue]
|
|
1470
|
-
* @param {boolean} [paymentEnabled]
|
|
1471
|
-
* @param {number} [page]
|
|
1472
|
-
* @param {number} [limit]
|
|
1473
|
-
* @param {Date} [lastRetrieved]
|
|
3067
|
+
* @param {HospitalsApiApiV2HospitalsGetRequest} requestParameters Request parameters.
|
|
1474
3068
|
* @param {*} [options] Override http request option.
|
|
1475
3069
|
* @throws {RequiredError}
|
|
1476
3070
|
* @memberof HospitalsApi
|
|
1477
3071
|
*/
|
|
1478
|
-
apiV2HospitalsGet(
|
|
3072
|
+
apiV2HospitalsGet(requestParameters?: HospitalsApiApiV2HospitalsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
|
|
1479
3073
|
/**
|
|
1480
3074
|
*
|
|
1481
3075
|
* @summary Get HospitalAccreditation.
|
|
1482
|
-
* @param {
|
|
1483
|
-
* @param {string} accreditationId
|
|
3076
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
1484
3077
|
* @param {*} [options] Override http request option.
|
|
1485
3078
|
* @throws {RequiredError}
|
|
1486
3079
|
* @memberof HospitalsApi
|
|
1487
3080
|
*/
|
|
1488
|
-
apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(
|
|
3081
|
+
apiV2HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
|
|
1489
3082
|
/**
|
|
1490
3083
|
*
|
|
1491
3084
|
* @summary Get all HospitalAccreditations.
|
|
1492
|
-
* @param {
|
|
1493
|
-
* @param {string} [hospitalName]
|
|
1494
|
-
* @param {string} [accreditationId]
|
|
1495
|
-
* @param {string} [accreditationName]
|
|
1496
|
-
* @param {number} [page]
|
|
1497
|
-
* @param {number} [limit]
|
|
1498
|
-
* @param {Date} [lastRetrieved]
|
|
3085
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
|
|
1499
3086
|
* @param {*} [options] Override http request option.
|
|
1500
3087
|
* @throws {RequiredError}
|
|
1501
3088
|
* @memberof HospitalsApi
|
|
1502
3089
|
*/
|
|
1503
|
-
apiV2HospitalsHospitalIdAccreditationsGet(
|
|
3090
|
+
apiV2HospitalsHospitalIdAccreditationsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAccreditationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationsModel, any>>;
|
|
1504
3091
|
/**
|
|
1505
3092
|
*
|
|
1506
3093
|
* @summary Get HospitalAppointmentTimetables
|
|
1507
|
-
* @param {
|
|
1508
|
-
* @param {number} [year]
|
|
1509
|
-
* @param {number} [month]
|
|
1510
|
-
* @param {string} [timeZone]
|
|
1511
|
-
* @param {string} [appointmentIdExcluded]
|
|
3094
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
1512
3095
|
* @param {*} [options] Override http request option.
|
|
1513
3096
|
* @throws {RequiredError}
|
|
1514
3097
|
* @memberof HospitalsApi
|
|
1515
3098
|
*/
|
|
1516
|
-
apiV2HospitalsHospitalIdAppointmenttimetablesGet(
|
|
3099
|
+
apiV2HospitalsHospitalIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
1517
3100
|
/**
|
|
1518
3101
|
*
|
|
1519
3102
|
* @summary Get HospitalEquipment.
|
|
1520
|
-
* @param {
|
|
1521
|
-
* @param {string} equipmentId
|
|
3103
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest} requestParameters Request parameters.
|
|
1522
3104
|
* @param {*} [options] Override http request option.
|
|
1523
3105
|
* @throws {RequiredError}
|
|
1524
3106
|
* @memberof HospitalsApi
|
|
1525
3107
|
*/
|
|
1526
|
-
apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(
|
|
3108
|
+
apiV2HospitalsHospitalIdEquipmentsEquipmentIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentModel, any>>;
|
|
1527
3109
|
/**
|
|
1528
3110
|
*
|
|
1529
3111
|
* @summary Get all EquipmentMedia.
|
|
1530
|
-
* @param {
|
|
1531
|
-
* @param {string} equipmentId
|
|
1532
|
-
* @param {string} [id]
|
|
1533
|
-
* @param {MediaType} [mediaType]
|
|
1534
|
-
* @param {number} [page]
|
|
1535
|
-
* @param {number} [limit]
|
|
1536
|
-
* @param {Date} [lastRetrieved]
|
|
3112
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest} requestParameters Request parameters.
|
|
1537
3113
|
* @param {*} [options] Override http request option.
|
|
1538
3114
|
* @throws {RequiredError}
|
|
1539
3115
|
* @memberof HospitalsApi
|
|
1540
3116
|
*/
|
|
1541
|
-
apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(
|
|
3117
|
+
apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
1542
3118
|
/**
|
|
1543
3119
|
*
|
|
1544
3120
|
* @summary Get EquipmentMedia.
|
|
1545
|
-
* @param {
|
|
1546
|
-
* @param {string} equipmentId
|
|
1547
|
-
* @param {string} mediaId
|
|
3121
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1548
3122
|
* @param {*} [options] Override http request option.
|
|
1549
3123
|
* @throws {RequiredError}
|
|
1550
3124
|
* @memberof HospitalsApi
|
|
1551
3125
|
*/
|
|
1552
|
-
apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(
|
|
3126
|
+
apiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1553
3127
|
/**
|
|
1554
3128
|
*
|
|
1555
3129
|
* @summary Get all HospitalEquipments.
|
|
1556
|
-
* @param {
|
|
1557
|
-
* @param {string} [id]
|
|
1558
|
-
* @param {string} [name]
|
|
1559
|
-
* @param {string} [hospitalId2]
|
|
1560
|
-
* @param {string} [hospitalName]
|
|
1561
|
-
* @param {string} [description]
|
|
1562
|
-
* @param {Date} [created]
|
|
1563
|
-
* @param {number} [page]
|
|
1564
|
-
* @param {number} [limit]
|
|
1565
|
-
* @param {Date} [lastRetrieved]
|
|
3130
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest} requestParameters Request parameters.
|
|
1566
3131
|
* @param {*} [options] Override http request option.
|
|
1567
3132
|
* @throws {RequiredError}
|
|
1568
3133
|
* @memberof HospitalsApi
|
|
1569
3134
|
*/
|
|
1570
|
-
apiV2HospitalsHospitalIdEquipmentsGet(
|
|
3135
|
+
apiV2HospitalsHospitalIdEquipmentsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEquipmentsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEquipmentsModel, any>>;
|
|
1571
3136
|
/**
|
|
1572
3137
|
*
|
|
1573
3138
|
* @summary Get HospitalEvaluation.
|
|
1574
|
-
* @param {
|
|
1575
|
-
* @param {string} evaluationId
|
|
3139
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest} requestParameters Request parameters.
|
|
1576
3140
|
* @param {*} [options] Override http request option.
|
|
1577
3141
|
* @throws {RequiredError}
|
|
1578
3142
|
* @memberof HospitalsApi
|
|
1579
3143
|
*/
|
|
1580
|
-
apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(
|
|
3144
|
+
apiV2HospitalsHospitalIdEvaluationsEvaluationIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEvaluationsEvaluationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel, any>>;
|
|
1581
3145
|
/**
|
|
1582
3146
|
*
|
|
1583
3147
|
* @summary Get all HospitalEvaluations.
|
|
1584
|
-
* @param {
|
|
1585
|
-
* @param {string} [id]
|
|
1586
|
-
* @param {string} [name]
|
|
1587
|
-
* @param {number} [stars]
|
|
1588
|
-
* @param {number} [page]
|
|
1589
|
-
* @param {number} [limit]
|
|
1590
|
-
* @param {Date} [lastRetrieved]
|
|
3148
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest} requestParameters Request parameters.
|
|
1591
3149
|
* @param {*} [options] Override http request option.
|
|
1592
3150
|
* @throws {RequiredError}
|
|
1593
3151
|
* @memberof HospitalsApi
|
|
1594
3152
|
*/
|
|
1595
|
-
apiV2HospitalsHospitalIdEvaluationsGet(
|
|
3153
|
+
apiV2HospitalsHospitalIdEvaluationsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdEvaluationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationsModel, any>>;
|
|
1596
3154
|
/**
|
|
1597
3155
|
*
|
|
1598
3156
|
* @summary
|
|
1599
|
-
* @param {
|
|
1600
|
-
* @param {string} [languageCode]
|
|
1601
|
-
* @param {boolean} [returnDefaultValue]
|
|
3157
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdGetRequest} requestParameters Request parameters.
|
|
1602
3158
|
* @param {*} [options] Override http request option.
|
|
1603
3159
|
* @throws {RequiredError}
|
|
1604
3160
|
* @memberof HospitalsApi
|
|
1605
3161
|
*/
|
|
1606
|
-
apiV2HospitalsHospitalIdGet(
|
|
3162
|
+
apiV2HospitalsHospitalIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
|
|
1607
3163
|
/**
|
|
1608
3164
|
*
|
|
1609
3165
|
* @summary Get all HospitalHandles.
|
|
1610
|
-
* @param {
|
|
1611
|
-
* @param {string} [id]
|
|
1612
|
-
* @param {SnsType} [snsType]
|
|
1613
|
-
* @param {string} [handle]
|
|
1614
|
-
* @param {number} [page]
|
|
1615
|
-
* @param {number} [limit]
|
|
1616
|
-
* @param {Date} [lastRetrieved]
|
|
3166
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest} requestParameters Request parameters.
|
|
1617
3167
|
* @param {*} [options] Override http request option.
|
|
1618
3168
|
* @throws {RequiredError}
|
|
1619
3169
|
* @memberof HospitalsApi
|
|
1620
3170
|
*/
|
|
1621
|
-
apiV2HospitalsHospitalIdHandlesGet(
|
|
3171
|
+
apiV2HospitalsHospitalIdHandlesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdHandlesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSnsHandlesModel, any>>;
|
|
1622
3172
|
/**
|
|
1623
3173
|
*
|
|
1624
3174
|
* @summary Get HospitalHandle.
|
|
1625
|
-
* @param {
|
|
1626
|
-
* @param {string} handleId
|
|
3175
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest} requestParameters Request parameters.
|
|
1627
3176
|
* @param {*} [options] Override http request option.
|
|
1628
3177
|
* @throws {RequiredError}
|
|
1629
3178
|
* @memberof HospitalsApi
|
|
1630
3179
|
*/
|
|
1631
|
-
apiV2HospitalsHospitalIdHandlesHandleIdGet(
|
|
3180
|
+
apiV2HospitalsHospitalIdHandlesHandleIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
|
|
1632
3181
|
/**
|
|
1633
3182
|
*
|
|
1634
|
-
* @param {
|
|
1635
|
-
* @param {string} [name]
|
|
1636
|
-
* @param {string} [slug]
|
|
1637
|
-
* @param {string} [languageCode]
|
|
1638
|
-
* @param {boolean} [showHidden]
|
|
1639
|
-
* @param {number} [page]
|
|
1640
|
-
* @param {number} [limit]
|
|
1641
|
-
* @param {Date} [lastRetrieved]
|
|
3183
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest} requestParameters Request parameters.
|
|
1642
3184
|
* @param {*} [options] Override http request option.
|
|
1643
3185
|
* @throws {RequiredError}
|
|
1644
3186
|
* @memberof HospitalsApi
|
|
1645
3187
|
*/
|
|
1646
|
-
apiV2HospitalsHospitalIdLandingsGet(
|
|
3188
|
+
apiV2HospitalsHospitalIdLandingsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingsModel, any>>;
|
|
1647
3189
|
/**
|
|
1648
3190
|
*
|
|
1649
|
-
* @param {
|
|
1650
|
-
* @param {string} landingId
|
|
1651
|
-
* @param {string} [languageCode]
|
|
3191
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest} requestParameters Request parameters.
|
|
1652
3192
|
* @param {*} [options] Override http request option.
|
|
1653
3193
|
* @throws {RequiredError}
|
|
1654
3194
|
* @memberof HospitalsApi
|
|
1655
3195
|
*/
|
|
1656
|
-
apiV2HospitalsHospitalIdLandingsLandingIdGet(
|
|
3196
|
+
apiV2HospitalsHospitalIdLandingsLandingIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingModel, any>>;
|
|
1657
3197
|
/**
|
|
1658
3198
|
*
|
|
1659
|
-
* @param {
|
|
1660
|
-
* @param {string} hospitalId
|
|
1661
|
-
* @param {string} [languageCode]
|
|
3199
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest} requestParameters Request parameters.
|
|
1662
3200
|
* @param {*} [options] Override http request option.
|
|
1663
3201
|
* @throws {RequiredError}
|
|
1664
3202
|
* @memberof HospitalsApi
|
|
1665
3203
|
*/
|
|
1666
|
-
apiV2HospitalsHospitalIdLandingsSlugGet(
|
|
3204
|
+
apiV2HospitalsHospitalIdLandingsSlugGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LandingModel, any>>;
|
|
1667
3205
|
/**
|
|
1668
3206
|
*
|
|
1669
3207
|
* @summary Get hospitalLanguages
|
|
1670
|
-
* @param {
|
|
1671
|
-
* @param {boolean} [showHidden]
|
|
1672
|
-
* @param {number} [page]
|
|
1673
|
-
* @param {number} [limit]
|
|
1674
|
-
* @param {Date} [lastRetrieved]
|
|
3208
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest} requestParameters Request parameters.
|
|
1675
3209
|
* @param {*} [options] Override http request option.
|
|
1676
3210
|
* @throws {RequiredError}
|
|
1677
3211
|
* @memberof HospitalsApi
|
|
1678
3212
|
*/
|
|
1679
|
-
apiV2HospitalsHospitalIdLanguagesGet(
|
|
3213
|
+
apiV2HospitalsHospitalIdLanguagesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdLanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalLanguagesModel, any>>;
|
|
1680
3214
|
/**
|
|
1681
3215
|
*
|
|
1682
3216
|
* @summary Get all HospitalMedias.
|
|
1683
|
-
* @param {
|
|
1684
|
-
* @param {string} [id]
|
|
1685
|
-
* @param {MediaType} [mediaType]
|
|
1686
|
-
* @param {number} [page]
|
|
1687
|
-
* @param {number} [limit]
|
|
1688
|
-
* @param {Date} [lastRetrieved]
|
|
3217
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest} requestParameters Request parameters.
|
|
1689
3218
|
* @param {*} [options] Override http request option.
|
|
1690
3219
|
* @throws {RequiredError}
|
|
1691
3220
|
* @memberof HospitalsApi
|
|
1692
3221
|
*/
|
|
1693
|
-
apiV2HospitalsHospitalIdMediasGet(
|
|
3222
|
+
apiV2HospitalsHospitalIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
1694
3223
|
/**
|
|
1695
3224
|
*
|
|
1696
3225
|
* @summary Get HospitalMedia.
|
|
1697
|
-
* @param {
|
|
1698
|
-
* @param {string} mediaId
|
|
3226
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1699
3227
|
* @param {*} [options] Override http request option.
|
|
1700
3228
|
* @throws {RequiredError}
|
|
1701
3229
|
* @memberof HospitalsApi
|
|
1702
3230
|
*/
|
|
1703
|
-
apiV2HospitalsHospitalIdMediasMediaIdGet(
|
|
3231
|
+
apiV2HospitalsHospitalIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1704
3232
|
/**
|
|
1705
3233
|
*
|
|
1706
3234
|
* @summary Get all HospitalSpecialties.
|
|
1707
|
-
* @param {
|
|
1708
|
-
* @param {string} [specialtyId]
|
|
1709
|
-
* @param {string} [specialtyName]
|
|
1710
|
-
* @param {string} [specialtyTypeId]
|
|
1711
|
-
* @param {string} [specialtyTypeName]
|
|
1712
|
-
* @param {string} [hospitalSpecialtyId]
|
|
1713
|
-
* @param {string} [name]
|
|
1714
|
-
* @param {string} [slug]
|
|
1715
|
-
* @param {MarketingType} [marketingType]
|
|
1716
|
-
* @param {string} [languageCode]
|
|
1717
|
-
* @param {boolean} [showHidden]
|
|
1718
|
-
* @param {number} [page]
|
|
1719
|
-
* @param {number} [limit]
|
|
1720
|
-
* @param {Date} [lastRetrieved]
|
|
3235
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
1721
3236
|
* @param {*} [options] Override http request option.
|
|
1722
3237
|
* @throws {RequiredError}
|
|
1723
3238
|
* @memberof HospitalsApi
|
|
1724
3239
|
*/
|
|
1725
|
-
apiV2HospitalsHospitalIdSpecialtiesGet(
|
|
3240
|
+
apiV2HospitalsHospitalIdSpecialtiesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
|
|
1726
3241
|
/**
|
|
1727
3242
|
*
|
|
1728
3243
|
* @summary Get HospitalSpecialtyAppointmentTimetables
|
|
1729
|
-
* @param {
|
|
1730
|
-
* @param {string} hospitalSpecialtyId
|
|
1731
|
-
* @param {number} [year]
|
|
1732
|
-
* @param {number} [month]
|
|
1733
|
-
* @param {string} [timeZone]
|
|
1734
|
-
* @param {string} [appointmentIdExcluded]
|
|
3244
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
1735
3245
|
* @param {*} [options] Override http request option.
|
|
1736
3246
|
* @throws {RequiredError}
|
|
1737
3247
|
* @memberof HospitalsApi
|
|
1738
3248
|
*/
|
|
1739
|
-
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(
|
|
3249
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
1740
3250
|
/**
|
|
1741
3251
|
*
|
|
1742
3252
|
* @summary Get all HospitalServiceMedias.
|
|
1743
|
-
* @param {
|
|
1744
|
-
* @param {string} hospitalSpecialtyId
|
|
1745
|
-
* @param {string} [id]
|
|
1746
|
-
* @param {MediaType} [mediaType]
|
|
1747
|
-
* @param {number} [page]
|
|
1748
|
-
* @param {number} [limit]
|
|
1749
|
-
* @param {Date} [lastRetrieved]
|
|
3253
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest} requestParameters Request parameters.
|
|
1750
3254
|
* @param {*} [options] Override http request option.
|
|
1751
3255
|
* @throws {RequiredError}
|
|
1752
3256
|
* @memberof HospitalsApi
|
|
1753
3257
|
*/
|
|
1754
|
-
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(
|
|
3258
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
1755
3259
|
/**
|
|
1756
3260
|
*
|
|
1757
3261
|
* @summary Get HospitalServiceMedia.
|
|
1758
|
-
* @param {
|
|
1759
|
-
* @param {string} hospitalSpecialtyId
|
|
1760
|
-
* @param {string} mediaId
|
|
3262
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1761
3263
|
* @param {*} [options] Override http request option.
|
|
1762
3264
|
* @throws {RequiredError}
|
|
1763
3265
|
* @memberof HospitalsApi
|
|
1764
3266
|
*/
|
|
1765
|
-
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(
|
|
3267
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1766
3268
|
/**
|
|
1767
3269
|
*
|
|
1768
3270
|
* @summary Get all HospitalSpecialties.
|
|
1769
|
-
* @param {
|
|
1770
|
-
* @param {string} [specialtyId]
|
|
1771
|
-
* @param {string} [specialtyName]
|
|
1772
|
-
* @param {string} [specialtyTypeId]
|
|
1773
|
-
* @param {string} [specialtyTypeName]
|
|
1774
|
-
* @param {string} [hospitalSpecialtyId]
|
|
1775
|
-
* @param {string} [name]
|
|
1776
|
-
* @param {string} [slug]
|
|
1777
|
-
* @param {MarketingType} [marketingType]
|
|
1778
|
-
* @param {string} [languageCode]
|
|
1779
|
-
* @param {boolean} [showHidden]
|
|
1780
|
-
* @param {number} [page]
|
|
1781
|
-
* @param {number} [limit]
|
|
1782
|
-
* @param {Date} [lastRetrieved]
|
|
3271
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest} requestParameters Request parameters.
|
|
1783
3272
|
* @param {*} [options] Override http request option.
|
|
1784
3273
|
* @throws {RequiredError}
|
|
1785
3274
|
* @memberof HospitalsApi
|
|
1786
3275
|
*/
|
|
1787
|
-
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(
|
|
3276
|
+
apiV2HospitalsHospitalIdSpecialtiesSimpleGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
|
|
1788
3277
|
/**
|
|
1789
3278
|
*
|
|
1790
3279
|
* @summary Get HospitalSpecialty by slug.
|
|
1791
|
-
* @param {
|
|
1792
|
-
* @param {string} slug
|
|
1793
|
-
* @param {string} [languageCode]
|
|
3280
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest} requestParameters Request parameters.
|
|
1794
3281
|
* @param {*} [options] Override http request option.
|
|
1795
3282
|
* @throws {RequiredError}
|
|
1796
3283
|
* @memberof HospitalsApi
|
|
1797
3284
|
*/
|
|
1798
|
-
apiV2HospitalsHospitalIdSpecialtiesSlugGet(
|
|
3285
|
+
apiV2HospitalsHospitalIdSpecialtiesSlugGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
1799
3286
|
/**
|
|
1800
3287
|
*
|
|
1801
3288
|
* @summary Get HospitalSpecialty.
|
|
1802
|
-
* @param {
|
|
1803
|
-
* @param {string} specialtyId
|
|
1804
|
-
* @param {string} [languageCode]
|
|
3289
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
1805
3290
|
* @param {*} [options] Override http request option.
|
|
1806
3291
|
* @throws {RequiredError}
|
|
1807
3292
|
* @memberof HospitalsApi
|
|
1808
3293
|
*/
|
|
1809
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(
|
|
3294
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
1810
3295
|
/**
|
|
1811
3296
|
*
|
|
1812
3297
|
* @summary Get all HospitalServices.
|
|
1813
|
-
* @param {
|
|
1814
|
-
* @param {string} specialtyId
|
|
1815
|
-
* @param {string} [id]
|
|
1816
|
-
* @param {string} [name]
|
|
1817
|
-
* @param {string} [slug]
|
|
1818
|
-
* @param {string} [serviceCategoryId]
|
|
1819
|
-
* @param {MarketingType} [marketingType]
|
|
1820
|
-
* @param {Procedure} [procedure]
|
|
1821
|
-
* @param {Date} [created]
|
|
1822
|
-
* @param {string} [languageCode]
|
|
1823
|
-
* @param {boolean} [returnDefaultValue]
|
|
1824
|
-
* @param {number} [page]
|
|
1825
|
-
* @param {number} [limit]
|
|
1826
|
-
* @param {Date} [lastRetrieved]
|
|
3298
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest} requestParameters Request parameters.
|
|
1827
3299
|
* @param {*} [options] Override http request option.
|
|
1828
3300
|
* @throws {RequiredError}
|
|
1829
3301
|
* @memberof HospitalsApi
|
|
1830
3302
|
*/
|
|
1831
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(
|
|
3303
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel, any>>;
|
|
1832
3304
|
/**
|
|
1833
3305
|
*
|
|
1834
3306
|
* @summary Get ServiceAppointmentTimetables
|
|
1835
|
-
* @param {
|
|
1836
|
-
* @param {string} specialtyId
|
|
1837
|
-
* @param {string} serviceId
|
|
1838
|
-
* @param {number} [year]
|
|
1839
|
-
* @param {number} [month]
|
|
1840
|
-
* @param {string} [timeZone]
|
|
1841
|
-
* @param {string} [appointmentIdExcluded]
|
|
3307
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
1842
3308
|
* @param {*} [options] Override http request option.
|
|
1843
3309
|
* @throws {RequiredError}
|
|
1844
3310
|
* @memberof HospitalsApi
|
|
1845
3311
|
*/
|
|
1846
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(
|
|
3312
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
1847
3313
|
/**
|
|
1848
3314
|
*
|
|
1849
3315
|
* @summary Get HospitalService.
|
|
1850
|
-
* @param {
|
|
1851
|
-
* @param {string} specialtyId
|
|
1852
|
-
* @param {string} serviceId
|
|
1853
|
-
* @param {string} [languageCode]
|
|
1854
|
-
* @param {boolean} [returnDefaultValue]
|
|
3316
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
1855
3317
|
* @param {*} [options] Override http request option.
|
|
1856
3318
|
* @throws {RequiredError}
|
|
1857
3319
|
* @memberof HospitalsApi
|
|
1858
3320
|
*/
|
|
1859
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(
|
|
3321
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
1860
3322
|
/**
|
|
1861
3323
|
*
|
|
1862
3324
|
* @summary Get all HospitalServiceMedias.
|
|
1863
|
-
* @param {
|
|
1864
|
-
* @param {string} specialtyId
|
|
1865
|
-
* @param {string} serviceId
|
|
1866
|
-
* @param {string} [id]
|
|
1867
|
-
* @param {MediaType} [mediaType]
|
|
1868
|
-
* @param {number} [page]
|
|
1869
|
-
* @param {number} [limit]
|
|
1870
|
-
* @param {Date} [lastRetrieved]
|
|
3325
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest} requestParameters Request parameters.
|
|
1871
3326
|
* @param {*} [options] Override http request option.
|
|
1872
3327
|
* @throws {RequiredError}
|
|
1873
3328
|
* @memberof HospitalsApi
|
|
1874
3329
|
*/
|
|
1875
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(
|
|
3330
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
1876
3331
|
/**
|
|
1877
3332
|
*
|
|
1878
3333
|
* @summary Get HospitalServiceMedia.
|
|
1879
|
-
* @param {
|
|
1880
|
-
* @param {string} specialtyId
|
|
1881
|
-
* @param {string} serviceId
|
|
1882
|
-
* @param {string} mediaId
|
|
3334
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1883
3335
|
* @param {*} [options] Override http request option.
|
|
1884
3336
|
* @throws {RequiredError}
|
|
1885
3337
|
* @memberof HospitalsApi
|
|
1886
3338
|
*/
|
|
1887
|
-
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(
|
|
3339
|
+
apiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
1888
3340
|
/**
|
|
1889
3341
|
*
|
|
1890
3342
|
* @summary Get all HospitalWorkingDays.
|
|
1891
|
-
* @param {
|
|
1892
|
-
* @param {string} [id]
|
|
1893
|
-
* @param {string} [dayOfWeek]
|
|
1894
|
-
* @param {Date} [timeFrom]
|
|
1895
|
-
* @param {Date} [timeTo]
|
|
1896
|
-
* @param {boolean} [checkHoliday]
|
|
1897
|
-
* @param {number} [page]
|
|
1898
|
-
* @param {number} [limit]
|
|
1899
|
-
* @param {Date} [lastRetrieved]
|
|
3343
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest} requestParameters Request parameters.
|
|
1900
3344
|
* @param {*} [options] Override http request option.
|
|
1901
3345
|
* @throws {RequiredError}
|
|
1902
3346
|
* @memberof HospitalsApi
|
|
1903
3347
|
*/
|
|
1904
|
-
apiV2HospitalsHospitalIdWorkingdaysGet(
|
|
3348
|
+
apiV2HospitalsHospitalIdWorkingdaysGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdWorkingdaysGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkingDaysModel, any>>;
|
|
1905
3349
|
/**
|
|
1906
3350
|
*
|
|
1907
3351
|
* @summary Get HospitalWorkingDay.
|
|
1908
|
-
* @param {
|
|
1909
|
-
* @param {string} workingDayId
|
|
3352
|
+
* @param {HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest} requestParameters Request parameters.
|
|
1910
3353
|
* @param {*} [options] Override http request option.
|
|
1911
3354
|
* @throws {RequiredError}
|
|
1912
3355
|
* @memberof HospitalsApi
|
|
1913
3356
|
*/
|
|
1914
|
-
apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(
|
|
3357
|
+
apiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdWorkingdaysWorkingDayIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkingDayModel, any>>;
|
|
1915
3358
|
/**
|
|
1916
3359
|
*
|
|
1917
3360
|
* @summary Get all Hospitals.
|
|
1918
|
-
* @param {
|
|
1919
|
-
* @param {string} [name]
|
|
1920
|
-
* @param {string} [countryId]
|
|
1921
|
-
* @param {Date} [created]
|
|
1922
|
-
* @param {MarketingType} [marketingType]
|
|
1923
|
-
* @param {string} [specialtyTypeId]
|
|
1924
|
-
* @param {string} [specialtyId]
|
|
1925
|
-
* @param {string} [exceptHospitalId]
|
|
1926
|
-
* @param {number} [mediaCount]
|
|
1927
|
-
* @param {boolean} [showHidden]
|
|
1928
|
-
* @param {string} [languageCode]
|
|
1929
|
-
* @param {Array<string>} [ids]
|
|
1930
|
-
* @param {boolean} [returnDefaultValue]
|
|
1931
|
-
* @param {boolean} [paymentEnabled]
|
|
1932
|
-
* @param {number} [page]
|
|
1933
|
-
* @param {number} [limit]
|
|
1934
|
-
* @param {Date} [lastRetrieved]
|
|
3361
|
+
* @param {HospitalsApiApiV2HospitalsSimpleGetRequest} requestParameters Request parameters.
|
|
1935
3362
|
* @param {*} [options] Override http request option.
|
|
1936
3363
|
* @throws {RequiredError}
|
|
1937
3364
|
* @memberof HospitalsApi
|
|
1938
3365
|
*/
|
|
1939
|
-
apiV2HospitalsSimpleGet(
|
|
3366
|
+
apiV2HospitalsSimpleGet(requestParameters?: HospitalsApiApiV2HospitalsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
|
|
1940
3367
|
/**
|
|
1941
3368
|
*
|
|
1942
3369
|
* @summary
|
|
1943
|
-
* @param {
|
|
1944
|
-
* @param {string} [languageCode]
|
|
1945
|
-
* @param {boolean} [returnDefaultValue]
|
|
3370
|
+
* @param {HospitalsApiApiV2HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
1946
3371
|
* @param {*} [options] Override http request option.
|
|
1947
3372
|
* @throws {RequiredError}
|
|
1948
3373
|
* @memberof HospitalsApi
|
|
1949
3374
|
*/
|
|
1950
|
-
apiV2HospitalsSlugGet(
|
|
3375
|
+
apiV2HospitalsSlugGet(requestParameters: HospitalsApiApiV2HospitalsSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalModel, any>>;
|
|
1951
3376
|
}
|
|
1952
3377
|
//# sourceMappingURL=hospitals-api.d.ts.map
|