ch-admin-api-client-typescript 5.2.3 → 5.2.6
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/hospitals-api.d.ts +1290 -131
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +2931 -1239
- package/lib/api/survey-results-api.d.ts +12 -3
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +12 -6
- package/lib/models/create-policy-command.d.ts +74 -0
- package/lib/models/create-policy-command.d.ts.map +1 -0
- package/lib/models/create-policy-command.js +15 -0
- package/lib/models/footer-navigation-item-model.d.ts +61 -0
- package/lib/models/footer-navigation-item-model.d.ts.map +1 -0
- package/lib/models/footer-navigation-item-model.js +15 -0
- package/lib/models/index.d.ts +13 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +13 -0
- package/lib/models/policies-model.d.ts +33 -0
- package/lib/models/policies-model.d.ts.map +1 -0
- package/lib/models/policies-model.js +15 -0
- package/lib/models/policy-item-model.d.ts +68 -0
- package/lib/models/policy-item-model.d.ts.map +1 -0
- package/lib/models/policy-item-model.js +15 -0
- package/lib/models/policy-model.d.ts +124 -0
- package/lib/models/policy-model.d.ts.map +1 -0
- package/lib/models/policy-model.js +15 -0
- package/lib/models/save-footer-navigation-item-model.d.ts +49 -0
- package/lib/models/save-footer-navigation-item-model.d.ts.map +1 -0
- package/lib/models/save-footer-navigation-item-model.js +15 -0
- package/lib/models/save-footer-navigations-command.d.ts +26 -0
- package/lib/models/save-footer-navigations-command.d.ts.map +1 -0
- package/lib/models/save-footer-navigations-command.js +15 -0
- package/lib/models/secure-container-item-model.d.ts +67 -0
- package/lib/models/secure-container-item-model.d.ts.map +1 -0
- package/lib/models/secure-container-item-model.js +15 -0
- package/lib/models/secure-container-model.d.ts +74 -0
- package/lib/models/secure-container-model.d.ts.map +1 -0
- package/lib/models/secure-container-model.js +15 -0
- package/lib/models/secure-containers-model.d.ts +33 -0
- package/lib/models/secure-containers-model.d.ts.map +1 -0
- package/lib/models/secure-containers-model.js +15 -0
- package/lib/models/secure-file-model.d.ts +86 -0
- package/lib/models/secure-file-model.d.ts.map +1 -0
- package/lib/models/secure-file-model.js +15 -0
- package/lib/models/survey-result-item-model.d.ts +81 -0
- package/lib/models/survey-result-item-model.d.ts.map +1 -0
- package/lib/models/survey-result-item-model.js +15 -0
- package/lib/models/survey-result-model.d.ts +6 -6
- package/lib/models/survey-result-model.d.ts.map +1 -1
- package/lib/models/survey-results-model.d.ts +3 -3
- package/lib/models/survey-results-model.d.ts.map +1 -1
- package/lib/models/update-policy-command.d.ts +80 -0
- package/lib/models/update-policy-command.d.ts.map +1 -0
- package/lib/models/update-policy-command.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +13 -0
- package/src/api/hospitals-api.ts +4948 -2930
- package/src/api/survey-results-api.ts +20 -6
- package/src/models/create-policy-command.ts +81 -0
- package/src/models/footer-navigation-item-model.ts +66 -0
- package/src/models/index.ts +13 -0
- package/src/models/policies-model.ts +42 -0
- package/src/models/policy-item-model.ts +75 -0
- package/src/models/policy-model.ts +135 -0
- package/src/models/save-footer-navigation-item-model.ts +54 -0
- package/src/models/save-footer-navigations-command.ts +33 -0
- package/src/models/secure-container-item-model.ts +72 -0
- package/src/models/secure-container-model.ts +81 -0
- package/src/models/secure-containers-model.ts +42 -0
- package/src/models/secure-file-model.ts +93 -0
- package/src/models/survey-result-item-model.ts +90 -0
- package/src/models/survey-result-model.ts +6 -6
- package/src/models/survey-results-model.ts +3 -3
- package/src/models/update-policy-command.ts +87 -0
|
@@ -31,7 +31,9 @@ import { CreateHospitalSpecialtyCommand } from '../models';
|
|
|
31
31
|
import { CreateHospitalWorkingDayCommand } from '../models';
|
|
32
32
|
import { CreateLandingCommand } from '../models';
|
|
33
33
|
import { CreateMediaCommand } from '../models';
|
|
34
|
+
import { CreatePolicyCommand } from '../models';
|
|
34
35
|
import { DayOfWeek } from '../models';
|
|
36
|
+
import { FooterNavigationItemModel } from '../models';
|
|
35
37
|
import { HospitalAccreditationModel } from '../models';
|
|
36
38
|
import { HospitalAccreditationsModel } from '../models';
|
|
37
39
|
import { HospitalContactModel } from '../models';
|
|
@@ -56,11 +58,16 @@ import { MarketingType } from '../models';
|
|
|
56
58
|
import { MediaModel } from '../models';
|
|
57
59
|
import { MediaType } from '../models';
|
|
58
60
|
import { MediasModel } from '../models';
|
|
61
|
+
import { PoliciesModel } from '../models';
|
|
62
|
+
import { PolicyModel } from '../models';
|
|
59
63
|
import { Procedure } from '../models';
|
|
60
64
|
import { SaveAppointmentTimetableOverridesResultModel } from '../models';
|
|
65
|
+
import { SaveFooterNavigationsCommand } from '../models';
|
|
61
66
|
import { SaveHospitalAppointmentTimetableOverridesCommand } from '../models';
|
|
62
67
|
import { SaveHospitalSpecialtyAppointmentTimetableOverridesCommand } from '../models';
|
|
63
68
|
import { SaveServiceAppointmentTimetableOverridesCommand } from '../models';
|
|
69
|
+
import { SecureContainerModel } from '../models';
|
|
70
|
+
import { SecureContainersModel } from '../models';
|
|
64
71
|
import { SnsHandleModel } from '../models';
|
|
65
72
|
import { SnsType } from '../models';
|
|
66
73
|
import { TranslateHospitalCommand } from '../models';
|
|
@@ -74,6 +81,7 @@ import { UpdateHospitalSpecialtyCommand } from '../models';
|
|
|
74
81
|
import { UpdateHospitalWorkingDayCommand } from '../models';
|
|
75
82
|
import { UpdateLandingCommand } from '../models';
|
|
76
83
|
import { UpdateMediaCommand } from '../models';
|
|
84
|
+
import { UpdatePolicyCommand } from '../models';
|
|
77
85
|
import { WorkingDayModel } from '../models';
|
|
78
86
|
import { WorkingDaysModel } from '../models';
|
|
79
87
|
/**
|
|
@@ -411,6 +419,55 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
411
419
|
* @throws {RequiredError}
|
|
412
420
|
*/
|
|
413
421
|
apiV1HospitalsHospitalIdEvaluationsPost: (hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
422
|
+
/**
|
|
423
|
+
*
|
|
424
|
+
* @summary Get footerNavigationItems
|
|
425
|
+
* @param {string} hospitalId
|
|
426
|
+
* @param {string} languageCode
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet: (hospitalId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
431
|
+
/**
|
|
432
|
+
*
|
|
433
|
+
* @summary Delete footerNavigationItem
|
|
434
|
+
* @param {string} hospitalId
|
|
435
|
+
* @param {string} languageCode
|
|
436
|
+
* @param {string} id
|
|
437
|
+
* @param {*} [options] Override http request option.
|
|
438
|
+
* @throws {RequiredError}
|
|
439
|
+
*/
|
|
440
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete: (hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @summary Get footerNavigationItem by Id
|
|
444
|
+
* @param {string} hospitalId
|
|
445
|
+
* @param {string} languageCode
|
|
446
|
+
* @param {string} id
|
|
447
|
+
* @param {*} [options] Override http request option.
|
|
448
|
+
* @throws {RequiredError}
|
|
449
|
+
*/
|
|
450
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet: (hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
451
|
+
/**
|
|
452
|
+
*
|
|
453
|
+
* @summary Get footerNavigationItems by ParentId
|
|
454
|
+
* @param {string} hospitalId
|
|
455
|
+
* @param {string} languageCode
|
|
456
|
+
* @param {string} parentId
|
|
457
|
+
* @param {*} [options] Override http request option.
|
|
458
|
+
* @throws {RequiredError}
|
|
459
|
+
*/
|
|
460
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet: (hospitalId: string, languageCode: string, parentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @summary Save footerNavigationItem
|
|
464
|
+
* @param {string} hospitalId
|
|
465
|
+
* @param {string} languageCode
|
|
466
|
+
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
467
|
+
* @param {*} [options] Override http request option.
|
|
468
|
+
* @throws {RequiredError}
|
|
469
|
+
*/
|
|
470
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost: (hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
414
471
|
/**
|
|
415
472
|
*
|
|
416
473
|
* @summary Get Hospital.
|
|
@@ -636,6 +693,69 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
636
693
|
* @throws {RequiredError}
|
|
637
694
|
*/
|
|
638
695
|
apiV1HospitalsHospitalIdMediasPost: (hospitalId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
696
|
+
/**
|
|
697
|
+
*
|
|
698
|
+
* @summary Get all policies
|
|
699
|
+
* @param {string} hospitalId
|
|
700
|
+
* @param {string} [name]
|
|
701
|
+
* @param {string} [slug]
|
|
702
|
+
* @param {string} [languageCode]
|
|
703
|
+
* @param {boolean} [showHidden]
|
|
704
|
+
* @param {number} [page]
|
|
705
|
+
* @param {number} [limit]
|
|
706
|
+
* @param {Date} [lastRetrieved]
|
|
707
|
+
* @param {*} [options] Override http request option.
|
|
708
|
+
* @throws {RequiredError}
|
|
709
|
+
*/
|
|
710
|
+
apiV1HospitalsHospitalIdPoliciesGet: (hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
711
|
+
/**
|
|
712
|
+
*
|
|
713
|
+
* @summary Delete policy
|
|
714
|
+
* @param {string} hospitalId
|
|
715
|
+
* @param {string} policyId
|
|
716
|
+
* @param {boolean} [isPermanent]
|
|
717
|
+
* @param {*} [options] Override http request option.
|
|
718
|
+
* @throws {RequiredError}
|
|
719
|
+
*/
|
|
720
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete: (hospitalId: string, policyId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @summary Get policy
|
|
724
|
+
* @param {string} hospitalId
|
|
725
|
+
* @param {string} policyId
|
|
726
|
+
* @param {string} [languageCode]
|
|
727
|
+
* @param {*} [options] Override http request option.
|
|
728
|
+
* @throws {RequiredError}
|
|
729
|
+
*/
|
|
730
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdGet: (hospitalId: string, policyId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @summary Update policy
|
|
734
|
+
* @param {string} hospitalId
|
|
735
|
+
* @param {string} policyId
|
|
736
|
+
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
*/
|
|
740
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdPut: (hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
741
|
+
/**
|
|
742
|
+
*
|
|
743
|
+
* @summary Reactive policy
|
|
744
|
+
* @param {string} hospitalId
|
|
745
|
+
* @param {string} policyId
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
*/
|
|
749
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut: (hospitalId: string, policyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
750
|
+
/**
|
|
751
|
+
*
|
|
752
|
+
* @summary Create policy
|
|
753
|
+
* @param {string} hospitalId
|
|
754
|
+
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
755
|
+
* @param {*} [options] Override http request option.
|
|
756
|
+
* @throws {RequiredError}
|
|
757
|
+
*/
|
|
758
|
+
apiV1HospitalsHospitalIdPoliciesPost: (hospitalId: string, createPolicyCommand?: CreatePolicyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
639
759
|
/**
|
|
640
760
|
*
|
|
641
761
|
* @summary Update Hospital.
|
|
@@ -662,6 +782,71 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
662
782
|
* @throws {RequiredError}
|
|
663
783
|
*/
|
|
664
784
|
apiV1HospitalsHospitalIdRevalidatePost: (hospitalId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
785
|
+
/**
|
|
786
|
+
*
|
|
787
|
+
* @summary Delete secure file container
|
|
788
|
+
* @param {string} hospitalId
|
|
789
|
+
* @param {string} containerId
|
|
790
|
+
* @param {*} [options] Override http request option.
|
|
791
|
+
* @throws {RequiredError}
|
|
792
|
+
*/
|
|
793
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete: (hospitalId: string, containerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
794
|
+
/**
|
|
795
|
+
*
|
|
796
|
+
* @summary Get file content
|
|
797
|
+
* @param {string} hospitalId
|
|
798
|
+
* @param {string} containerId
|
|
799
|
+
* @param {string} fileId
|
|
800
|
+
* @param {*} [options] Override http request option.
|
|
801
|
+
* @throws {RequiredError}
|
|
802
|
+
*/
|
|
803
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet: (hospitalId: string, containerId: string, fileId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
804
|
+
/**
|
|
805
|
+
*
|
|
806
|
+
* @summary Get secure file url with read access
|
|
807
|
+
* @param {string} hospitalId
|
|
808
|
+
* @param {string} containerId
|
|
809
|
+
* @param {string} fileId
|
|
810
|
+
* @param {number} [minutesAvailableUntil]
|
|
811
|
+
* @param {*} [options] Override http request option.
|
|
812
|
+
* @throws {RequiredError}
|
|
813
|
+
*/
|
|
814
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet: (hospitalId: string, containerId: string, fileId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
815
|
+
/**
|
|
816
|
+
*
|
|
817
|
+
* @summary Get secure container
|
|
818
|
+
* @param {string} hospitalId
|
|
819
|
+
* @param {string} containerId
|
|
820
|
+
* @param {string} [languageCode]
|
|
821
|
+
* @param {*} [options] Override http request option.
|
|
822
|
+
* @throws {RequiredError}
|
|
823
|
+
*/
|
|
824
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet: (hospitalId: string, containerId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
825
|
+
/**
|
|
826
|
+
*
|
|
827
|
+
* @summary Get secure containers
|
|
828
|
+
* @param {string} hospitalId
|
|
829
|
+
* @param {string} [id]
|
|
830
|
+
* @param {string} [languageCode]
|
|
831
|
+
* @param {boolean} [showHidden]
|
|
832
|
+
* @param {string} [userName]
|
|
833
|
+
* @param {string} [userEmail]
|
|
834
|
+
* @param {string} [userId]
|
|
835
|
+
* @param {number} [page]
|
|
836
|
+
* @param {number} [limit]
|
|
837
|
+
* @param {Date} [lastRetrieved]
|
|
838
|
+
* @param {*} [options] Override http request option.
|
|
839
|
+
* @throws {RequiredError}
|
|
840
|
+
*/
|
|
841
|
+
apiV1HospitalsHospitalIdSecurecontainersGet: (hospitalId: string, id?: string, languageCode?: string, showHidden?: boolean, userName?: string, userEmail?: string, userId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
842
|
+
/**
|
|
843
|
+
*
|
|
844
|
+
* @summary Create secure file container
|
|
845
|
+
* @param {string} hospitalId
|
|
846
|
+
* @param {*} [options] Override http request option.
|
|
847
|
+
* @throws {RequiredError}
|
|
848
|
+
*/
|
|
849
|
+
apiV1HospitalsHospitalIdSecurecontainersPost: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
665
850
|
/**
|
|
666
851
|
*
|
|
667
852
|
* @summary Get all HospitalSpecialties.
|
|
@@ -1514,6 +1699,55 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1514
1699
|
* @throws {RequiredError}
|
|
1515
1700
|
*/
|
|
1516
1701
|
apiV1HospitalsHospitalIdEvaluationsPost(hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalEvaluationModel>>;
|
|
1702
|
+
/**
|
|
1703
|
+
*
|
|
1704
|
+
* @summary Get footerNavigationItems
|
|
1705
|
+
* @param {string} hospitalId
|
|
1706
|
+
* @param {string} languageCode
|
|
1707
|
+
* @param {*} [options] Override http request option.
|
|
1708
|
+
* @throws {RequiredError}
|
|
1709
|
+
*/
|
|
1710
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(hospitalId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FooterNavigationItemModel>>>;
|
|
1711
|
+
/**
|
|
1712
|
+
*
|
|
1713
|
+
* @summary Delete footerNavigationItem
|
|
1714
|
+
* @param {string} hospitalId
|
|
1715
|
+
* @param {string} languageCode
|
|
1716
|
+
* @param {string} id
|
|
1717
|
+
* @param {*} [options] Override http request option.
|
|
1718
|
+
* @throws {RequiredError}
|
|
1719
|
+
*/
|
|
1720
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1721
|
+
/**
|
|
1722
|
+
*
|
|
1723
|
+
* @summary Get footerNavigationItem by Id
|
|
1724
|
+
* @param {string} hospitalId
|
|
1725
|
+
* @param {string} languageCode
|
|
1726
|
+
* @param {string} id
|
|
1727
|
+
* @param {*} [options] Override http request option.
|
|
1728
|
+
* @throws {RequiredError}
|
|
1729
|
+
*/
|
|
1730
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(hospitalId: string, languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FooterNavigationItemModel>>;
|
|
1731
|
+
/**
|
|
1732
|
+
*
|
|
1733
|
+
* @summary Get footerNavigationItems by ParentId
|
|
1734
|
+
* @param {string} hospitalId
|
|
1735
|
+
* @param {string} languageCode
|
|
1736
|
+
* @param {string} parentId
|
|
1737
|
+
* @param {*} [options] Override http request option.
|
|
1738
|
+
* @throws {RequiredError}
|
|
1739
|
+
*/
|
|
1740
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(hospitalId: string, languageCode: string, parentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FooterNavigationItemModel>>>;
|
|
1741
|
+
/**
|
|
1742
|
+
*
|
|
1743
|
+
* @summary Save footerNavigationItem
|
|
1744
|
+
* @param {string} hospitalId
|
|
1745
|
+
* @param {string} languageCode
|
|
1746
|
+
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
1747
|
+
* @param {*} [options] Override http request option.
|
|
1748
|
+
* @throws {RequiredError}
|
|
1749
|
+
*/
|
|
1750
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FooterNavigationItemModel>>;
|
|
1517
1751
|
/**
|
|
1518
1752
|
*
|
|
1519
1753
|
* @summary Get Hospital.
|
|
@@ -1739,6 +1973,69 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1739
1973
|
* @throws {RequiredError}
|
|
1740
1974
|
*/
|
|
1741
1975
|
apiV1HospitalsHospitalIdMediasPost(hospitalId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
1976
|
+
/**
|
|
1977
|
+
*
|
|
1978
|
+
* @summary Get all policies
|
|
1979
|
+
* @param {string} hospitalId
|
|
1980
|
+
* @param {string} [name]
|
|
1981
|
+
* @param {string} [slug]
|
|
1982
|
+
* @param {string} [languageCode]
|
|
1983
|
+
* @param {boolean} [showHidden]
|
|
1984
|
+
* @param {number} [page]
|
|
1985
|
+
* @param {number} [limit]
|
|
1986
|
+
* @param {Date} [lastRetrieved]
|
|
1987
|
+
* @param {*} [options] Override http request option.
|
|
1988
|
+
* @throws {RequiredError}
|
|
1989
|
+
*/
|
|
1990
|
+
apiV1HospitalsHospitalIdPoliciesGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PoliciesModel>>;
|
|
1991
|
+
/**
|
|
1992
|
+
*
|
|
1993
|
+
* @summary Delete policy
|
|
1994
|
+
* @param {string} hospitalId
|
|
1995
|
+
* @param {string} policyId
|
|
1996
|
+
* @param {boolean} [isPermanent]
|
|
1997
|
+
* @param {*} [options] Override http request option.
|
|
1998
|
+
* @throws {RequiredError}
|
|
1999
|
+
*/
|
|
2000
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(hospitalId: string, policyId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2001
|
+
/**
|
|
2002
|
+
*
|
|
2003
|
+
* @summary Get policy
|
|
2004
|
+
* @param {string} hospitalId
|
|
2005
|
+
* @param {string} policyId
|
|
2006
|
+
* @param {string} [languageCode]
|
|
2007
|
+
* @param {*} [options] Override http request option.
|
|
2008
|
+
* @throws {RequiredError}
|
|
2009
|
+
*/
|
|
2010
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(hospitalId: string, policyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PolicyModel>>;
|
|
2011
|
+
/**
|
|
2012
|
+
*
|
|
2013
|
+
* @summary Update policy
|
|
2014
|
+
* @param {string} hospitalId
|
|
2015
|
+
* @param {string} policyId
|
|
2016
|
+
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
2017
|
+
* @param {*} [options] Override http request option.
|
|
2018
|
+
* @throws {RequiredError}
|
|
2019
|
+
*/
|
|
2020
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PolicyModel>>;
|
|
2021
|
+
/**
|
|
2022
|
+
*
|
|
2023
|
+
* @summary Reactive policy
|
|
2024
|
+
* @param {string} hospitalId
|
|
2025
|
+
* @param {string} policyId
|
|
2026
|
+
* @param {*} [options] Override http request option.
|
|
2027
|
+
* @throws {RequiredError}
|
|
2028
|
+
*/
|
|
2029
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut(hospitalId: string, policyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @summary Create policy
|
|
2033
|
+
* @param {string} hospitalId
|
|
2034
|
+
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
2035
|
+
* @param {*} [options] Override http request option.
|
|
2036
|
+
* @throws {RequiredError}
|
|
2037
|
+
*/
|
|
2038
|
+
apiV1HospitalsHospitalIdPoliciesPost(hospitalId: string, createPolicyCommand?: CreatePolicyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PolicyModel>>;
|
|
1742
2039
|
/**
|
|
1743
2040
|
*
|
|
1744
2041
|
* @summary Update Hospital.
|
|
@@ -1765,6 +2062,71 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1765
2062
|
* @throws {RequiredError}
|
|
1766
2063
|
*/
|
|
1767
2064
|
apiV1HospitalsHospitalIdRevalidatePost(hospitalId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2065
|
+
/**
|
|
2066
|
+
*
|
|
2067
|
+
* @summary Delete secure file container
|
|
2068
|
+
* @param {string} hospitalId
|
|
2069
|
+
* @param {string} containerId
|
|
2070
|
+
* @param {*} [options] Override http request option.
|
|
2071
|
+
* @throws {RequiredError}
|
|
2072
|
+
*/
|
|
2073
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(hospitalId: string, containerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2074
|
+
/**
|
|
2075
|
+
*
|
|
2076
|
+
* @summary Get file content
|
|
2077
|
+
* @param {string} hospitalId
|
|
2078
|
+
* @param {string} containerId
|
|
2079
|
+
* @param {string} fileId
|
|
2080
|
+
* @param {*} [options] Override http request option.
|
|
2081
|
+
* @throws {RequiredError}
|
|
2082
|
+
*/
|
|
2083
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(hospitalId: string, containerId: string, fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
2084
|
+
/**
|
|
2085
|
+
*
|
|
2086
|
+
* @summary Get secure file url with read access
|
|
2087
|
+
* @param {string} hospitalId
|
|
2088
|
+
* @param {string} containerId
|
|
2089
|
+
* @param {string} fileId
|
|
2090
|
+
* @param {number} [minutesAvailableUntil]
|
|
2091
|
+
* @param {*} [options] Override http request option.
|
|
2092
|
+
* @throws {RequiredError}
|
|
2093
|
+
*/
|
|
2094
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet(hospitalId: string, containerId: string, fileId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
2095
|
+
/**
|
|
2096
|
+
*
|
|
2097
|
+
* @summary Get secure container
|
|
2098
|
+
* @param {string} hospitalId
|
|
2099
|
+
* @param {string} containerId
|
|
2100
|
+
* @param {string} [languageCode]
|
|
2101
|
+
* @param {*} [options] Override http request option.
|
|
2102
|
+
* @throws {RequiredError}
|
|
2103
|
+
*/
|
|
2104
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet(hospitalId: string, containerId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainerModel>>;
|
|
2105
|
+
/**
|
|
2106
|
+
*
|
|
2107
|
+
* @summary Get secure containers
|
|
2108
|
+
* @param {string} hospitalId
|
|
2109
|
+
* @param {string} [id]
|
|
2110
|
+
* @param {string} [languageCode]
|
|
2111
|
+
* @param {boolean} [showHidden]
|
|
2112
|
+
* @param {string} [userName]
|
|
2113
|
+
* @param {string} [userEmail]
|
|
2114
|
+
* @param {string} [userId]
|
|
2115
|
+
* @param {number} [page]
|
|
2116
|
+
* @param {number} [limit]
|
|
2117
|
+
* @param {Date} [lastRetrieved]
|
|
2118
|
+
* @param {*} [options] Override http request option.
|
|
2119
|
+
* @throws {RequiredError}
|
|
2120
|
+
*/
|
|
2121
|
+
apiV1HospitalsHospitalIdSecurecontainersGet(hospitalId: string, id?: string, languageCode?: string, showHidden?: boolean, userName?: string, userEmail?: string, userId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainersModel>>;
|
|
2122
|
+
/**
|
|
2123
|
+
*
|
|
2124
|
+
* @summary Create secure file container
|
|
2125
|
+
* @param {string} hospitalId
|
|
2126
|
+
* @param {*} [options] Override http request option.
|
|
2127
|
+
* @throws {RequiredError}
|
|
2128
|
+
*/
|
|
2129
|
+
apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainerModel>>;
|
|
1768
2130
|
/**
|
|
1769
2131
|
*
|
|
1770
2132
|
* @summary Get all HospitalSpecialties.
|
|
@@ -2619,22 +2981,71 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2619
2981
|
apiV1HospitalsHospitalIdEvaluationsPost(hospitalId: string, createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand, options?: any): AxiosPromise<HospitalEvaluationModel>;
|
|
2620
2982
|
/**
|
|
2621
2983
|
*
|
|
2622
|
-
* @summary Get
|
|
2984
|
+
* @summary Get footerNavigationItems
|
|
2623
2985
|
* @param {string} hospitalId
|
|
2624
|
-
* @param {string}
|
|
2625
|
-
* @param {boolean} [returnDefaultValue]
|
|
2986
|
+
* @param {string} languageCode
|
|
2626
2987
|
* @param {*} [options] Override http request option.
|
|
2627
2988
|
* @throws {RequiredError}
|
|
2628
2989
|
*/
|
|
2629
|
-
|
|
2990
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(hospitalId: string, languageCode: string, options?: any): AxiosPromise<Array<FooterNavigationItemModel>>;
|
|
2630
2991
|
/**
|
|
2631
2992
|
*
|
|
2632
|
-
* @summary
|
|
2993
|
+
* @summary Delete footerNavigationItem
|
|
2633
2994
|
* @param {string} hospitalId
|
|
2634
|
-
* @param {string}
|
|
2635
|
-
* @param {
|
|
2636
|
-
* @param {
|
|
2637
|
-
* @
|
|
2995
|
+
* @param {string} languageCode
|
|
2996
|
+
* @param {string} id
|
|
2997
|
+
* @param {*} [options] Override http request option.
|
|
2998
|
+
* @throws {RequiredError}
|
|
2999
|
+
*/
|
|
3000
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(hospitalId: string, languageCode: string, id: string, options?: any): AxiosPromise<boolean>;
|
|
3001
|
+
/**
|
|
3002
|
+
*
|
|
3003
|
+
* @summary Get footerNavigationItem by Id
|
|
3004
|
+
* @param {string} hospitalId
|
|
3005
|
+
* @param {string} languageCode
|
|
3006
|
+
* @param {string} id
|
|
3007
|
+
* @param {*} [options] Override http request option.
|
|
3008
|
+
* @throws {RequiredError}
|
|
3009
|
+
*/
|
|
3010
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(hospitalId: string, languageCode: string, id: string, options?: any): AxiosPromise<FooterNavigationItemModel>;
|
|
3011
|
+
/**
|
|
3012
|
+
*
|
|
3013
|
+
* @summary Get footerNavigationItems by ParentId
|
|
3014
|
+
* @param {string} hospitalId
|
|
3015
|
+
* @param {string} languageCode
|
|
3016
|
+
* @param {string} parentId
|
|
3017
|
+
* @param {*} [options] Override http request option.
|
|
3018
|
+
* @throws {RequiredError}
|
|
3019
|
+
*/
|
|
3020
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(hospitalId: string, languageCode: string, parentId: string, options?: any): AxiosPromise<Array<FooterNavigationItemModel>>;
|
|
3021
|
+
/**
|
|
3022
|
+
*
|
|
3023
|
+
* @summary Save footerNavigationItem
|
|
3024
|
+
* @param {string} hospitalId
|
|
3025
|
+
* @param {string} languageCode
|
|
3026
|
+
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
3027
|
+
* @param {*} [options] Override http request option.
|
|
3028
|
+
* @throws {RequiredError}
|
|
3029
|
+
*/
|
|
3030
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(hospitalId: string, languageCode: string, saveFooterNavigationsCommand?: SaveFooterNavigationsCommand, options?: any): AxiosPromise<FooterNavigationItemModel>;
|
|
3031
|
+
/**
|
|
3032
|
+
*
|
|
3033
|
+
* @summary Get Hospital.
|
|
3034
|
+
* @param {string} hospitalId
|
|
3035
|
+
* @param {string} [languageCode]
|
|
3036
|
+
* @param {boolean} [returnDefaultValue]
|
|
3037
|
+
* @param {*} [options] Override http request option.
|
|
3038
|
+
* @throws {RequiredError}
|
|
3039
|
+
*/
|
|
3040
|
+
apiV1HospitalsHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalModel>;
|
|
3041
|
+
/**
|
|
3042
|
+
*
|
|
3043
|
+
* @summary Get all HospitalHandles.
|
|
3044
|
+
* @param {string} hospitalId
|
|
3045
|
+
* @param {string} [id]
|
|
3046
|
+
* @param {SnsType} [snsType]
|
|
3047
|
+
* @param {string} [handle]
|
|
3048
|
+
* @param {number} [page]
|
|
2638
3049
|
* @param {number} [limit]
|
|
2639
3050
|
* @param {Date} [lastRetrieved]
|
|
2640
3051
|
* @param {*} [options] Override http request option.
|
|
@@ -2842,6 +3253,69 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2842
3253
|
* @throws {RequiredError}
|
|
2843
3254
|
*/
|
|
2844
3255
|
apiV1HospitalsHospitalIdMediasPost(hospitalId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
3256
|
+
/**
|
|
3257
|
+
*
|
|
3258
|
+
* @summary Get all policies
|
|
3259
|
+
* @param {string} hospitalId
|
|
3260
|
+
* @param {string} [name]
|
|
3261
|
+
* @param {string} [slug]
|
|
3262
|
+
* @param {string} [languageCode]
|
|
3263
|
+
* @param {boolean} [showHidden]
|
|
3264
|
+
* @param {number} [page]
|
|
3265
|
+
* @param {number} [limit]
|
|
3266
|
+
* @param {Date} [lastRetrieved]
|
|
3267
|
+
* @param {*} [options] Override http request option.
|
|
3268
|
+
* @throws {RequiredError}
|
|
3269
|
+
*/
|
|
3270
|
+
apiV1HospitalsHospitalIdPoliciesGet(hospitalId: string, name?: string, slug?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PoliciesModel>;
|
|
3271
|
+
/**
|
|
3272
|
+
*
|
|
3273
|
+
* @summary Delete policy
|
|
3274
|
+
* @param {string} hospitalId
|
|
3275
|
+
* @param {string} policyId
|
|
3276
|
+
* @param {boolean} [isPermanent]
|
|
3277
|
+
* @param {*} [options] Override http request option.
|
|
3278
|
+
* @throws {RequiredError}
|
|
3279
|
+
*/
|
|
3280
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(hospitalId: string, policyId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
3281
|
+
/**
|
|
3282
|
+
*
|
|
3283
|
+
* @summary Get policy
|
|
3284
|
+
* @param {string} hospitalId
|
|
3285
|
+
* @param {string} policyId
|
|
3286
|
+
* @param {string} [languageCode]
|
|
3287
|
+
* @param {*} [options] Override http request option.
|
|
3288
|
+
* @throws {RequiredError}
|
|
3289
|
+
*/
|
|
3290
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(hospitalId: string, policyId: string, languageCode?: string, options?: any): AxiosPromise<PolicyModel>;
|
|
3291
|
+
/**
|
|
3292
|
+
*
|
|
3293
|
+
* @summary Update policy
|
|
3294
|
+
* @param {string} hospitalId
|
|
3295
|
+
* @param {string} policyId
|
|
3296
|
+
* @param {UpdatePolicyCommand} [updatePolicyCommand]
|
|
3297
|
+
* @param {*} [options] Override http request option.
|
|
3298
|
+
* @throws {RequiredError}
|
|
3299
|
+
*/
|
|
3300
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(hospitalId: string, policyId: string, updatePolicyCommand?: UpdatePolicyCommand, options?: any): AxiosPromise<PolicyModel>;
|
|
3301
|
+
/**
|
|
3302
|
+
*
|
|
3303
|
+
* @summary Reactive policy
|
|
3304
|
+
* @param {string} hospitalId
|
|
3305
|
+
* @param {string} policyId
|
|
3306
|
+
* @param {*} [options] Override http request option.
|
|
3307
|
+
* @throws {RequiredError}
|
|
3308
|
+
*/
|
|
3309
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut(hospitalId: string, policyId: string, options?: any): AxiosPromise<boolean>;
|
|
3310
|
+
/**
|
|
3311
|
+
*
|
|
3312
|
+
* @summary Create policy
|
|
3313
|
+
* @param {string} hospitalId
|
|
3314
|
+
* @param {CreatePolicyCommand} [createPolicyCommand]
|
|
3315
|
+
* @param {*} [options] Override http request option.
|
|
3316
|
+
* @throws {RequiredError}
|
|
3317
|
+
*/
|
|
3318
|
+
apiV1HospitalsHospitalIdPoliciesPost(hospitalId: string, createPolicyCommand?: CreatePolicyCommand, options?: any): AxiosPromise<PolicyModel>;
|
|
2845
3319
|
/**
|
|
2846
3320
|
*
|
|
2847
3321
|
* @summary Update Hospital.
|
|
@@ -2868,6 +3342,71 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2868
3342
|
* @throws {RequiredError}
|
|
2869
3343
|
*/
|
|
2870
3344
|
apiV1HospitalsHospitalIdRevalidatePost(hospitalId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
3345
|
+
/**
|
|
3346
|
+
*
|
|
3347
|
+
* @summary Delete secure file container
|
|
3348
|
+
* @param {string} hospitalId
|
|
3349
|
+
* @param {string} containerId
|
|
3350
|
+
* @param {*} [options] Override http request option.
|
|
3351
|
+
* @throws {RequiredError}
|
|
3352
|
+
*/
|
|
3353
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(hospitalId: string, containerId: string, options?: any): AxiosPromise<boolean>;
|
|
3354
|
+
/**
|
|
3355
|
+
*
|
|
3356
|
+
* @summary Get file content
|
|
3357
|
+
* @param {string} hospitalId
|
|
3358
|
+
* @param {string} containerId
|
|
3359
|
+
* @param {string} fileId
|
|
3360
|
+
* @param {*} [options] Override http request option.
|
|
3361
|
+
* @throws {RequiredError}
|
|
3362
|
+
*/
|
|
3363
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(hospitalId: string, containerId: string, fileId: string, options?: any): AxiosPromise<void>;
|
|
3364
|
+
/**
|
|
3365
|
+
*
|
|
3366
|
+
* @summary Get secure file url with read access
|
|
3367
|
+
* @param {string} hospitalId
|
|
3368
|
+
* @param {string} containerId
|
|
3369
|
+
* @param {string} fileId
|
|
3370
|
+
* @param {number} [minutesAvailableUntil]
|
|
3371
|
+
* @param {*} [options] Override http request option.
|
|
3372
|
+
* @throws {RequiredError}
|
|
3373
|
+
*/
|
|
3374
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet(hospitalId: string, containerId: string, fileId: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string>;
|
|
3375
|
+
/**
|
|
3376
|
+
*
|
|
3377
|
+
* @summary Get secure container
|
|
3378
|
+
* @param {string} hospitalId
|
|
3379
|
+
* @param {string} containerId
|
|
3380
|
+
* @param {string} [languageCode]
|
|
3381
|
+
* @param {*} [options] Override http request option.
|
|
3382
|
+
* @throws {RequiredError}
|
|
3383
|
+
*/
|
|
3384
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet(hospitalId: string, containerId: string, languageCode?: string, options?: any): AxiosPromise<SecureContainerModel>;
|
|
3385
|
+
/**
|
|
3386
|
+
*
|
|
3387
|
+
* @summary Get secure containers
|
|
3388
|
+
* @param {string} hospitalId
|
|
3389
|
+
* @param {string} [id]
|
|
3390
|
+
* @param {string} [languageCode]
|
|
3391
|
+
* @param {boolean} [showHidden]
|
|
3392
|
+
* @param {string} [userName]
|
|
3393
|
+
* @param {string} [userEmail]
|
|
3394
|
+
* @param {string} [userId]
|
|
3395
|
+
* @param {number} [page]
|
|
3396
|
+
* @param {number} [limit]
|
|
3397
|
+
* @param {Date} [lastRetrieved]
|
|
3398
|
+
* @param {*} [options] Override http request option.
|
|
3399
|
+
* @throws {RequiredError}
|
|
3400
|
+
*/
|
|
3401
|
+
apiV1HospitalsHospitalIdSecurecontainersGet(hospitalId: string, id?: string, languageCode?: string, showHidden?: boolean, userName?: string, userEmail?: string, userId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SecureContainersModel>;
|
|
3402
|
+
/**
|
|
3403
|
+
*
|
|
3404
|
+
* @summary Create secure file container
|
|
3405
|
+
* @param {string} hospitalId
|
|
3406
|
+
* @param {*} [options] Override http request option.
|
|
3407
|
+
* @throws {RequiredError}
|
|
3408
|
+
*/
|
|
3409
|
+
apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId: string, options?: any): AxiosPromise<SecureContainerModel>;
|
|
2871
3410
|
/**
|
|
2872
3411
|
*
|
|
2873
3412
|
* @summary Get all HospitalSpecialties.
|
|
@@ -4315,6 +4854,125 @@ export interface HospitalsApiApiV1HospitalsHospitalIdEvaluationsPostRequest {
|
|
|
4315
4854
|
*/
|
|
4316
4855
|
readonly createHospitalEvaluationCommand?: CreateHospitalEvaluationCommand;
|
|
4317
4856
|
}
|
|
4857
|
+
/**
|
|
4858
|
+
* Request parameters for apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet operation in HospitalsApi.
|
|
4859
|
+
* @export
|
|
4860
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest
|
|
4861
|
+
*/
|
|
4862
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest {
|
|
4863
|
+
/**
|
|
4864
|
+
*
|
|
4865
|
+
* @type {string}
|
|
4866
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet
|
|
4867
|
+
*/
|
|
4868
|
+
readonly hospitalId: string;
|
|
4869
|
+
/**
|
|
4870
|
+
*
|
|
4871
|
+
* @type {string}
|
|
4872
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet
|
|
4873
|
+
*/
|
|
4874
|
+
readonly languageCode: string;
|
|
4875
|
+
}
|
|
4876
|
+
/**
|
|
4877
|
+
* Request parameters for apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete operation in HospitalsApi.
|
|
4878
|
+
* @export
|
|
4879
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest
|
|
4880
|
+
*/
|
|
4881
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest {
|
|
4882
|
+
/**
|
|
4883
|
+
*
|
|
4884
|
+
* @type {string}
|
|
4885
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete
|
|
4886
|
+
*/
|
|
4887
|
+
readonly hospitalId: string;
|
|
4888
|
+
/**
|
|
4889
|
+
*
|
|
4890
|
+
* @type {string}
|
|
4891
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete
|
|
4892
|
+
*/
|
|
4893
|
+
readonly languageCode: string;
|
|
4894
|
+
/**
|
|
4895
|
+
*
|
|
4896
|
+
* @type {string}
|
|
4897
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete
|
|
4898
|
+
*/
|
|
4899
|
+
readonly id: string;
|
|
4900
|
+
}
|
|
4901
|
+
/**
|
|
4902
|
+
* Request parameters for apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet operation in HospitalsApi.
|
|
4903
|
+
* @export
|
|
4904
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest
|
|
4905
|
+
*/
|
|
4906
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest {
|
|
4907
|
+
/**
|
|
4908
|
+
*
|
|
4909
|
+
* @type {string}
|
|
4910
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet
|
|
4911
|
+
*/
|
|
4912
|
+
readonly hospitalId: string;
|
|
4913
|
+
/**
|
|
4914
|
+
*
|
|
4915
|
+
* @type {string}
|
|
4916
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet
|
|
4917
|
+
*/
|
|
4918
|
+
readonly languageCode: string;
|
|
4919
|
+
/**
|
|
4920
|
+
*
|
|
4921
|
+
* @type {string}
|
|
4922
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet
|
|
4923
|
+
*/
|
|
4924
|
+
readonly id: string;
|
|
4925
|
+
}
|
|
4926
|
+
/**
|
|
4927
|
+
* Request parameters for apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet operation in HospitalsApi.
|
|
4928
|
+
* @export
|
|
4929
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest
|
|
4930
|
+
*/
|
|
4931
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest {
|
|
4932
|
+
/**
|
|
4933
|
+
*
|
|
4934
|
+
* @type {string}
|
|
4935
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet
|
|
4936
|
+
*/
|
|
4937
|
+
readonly hospitalId: string;
|
|
4938
|
+
/**
|
|
4939
|
+
*
|
|
4940
|
+
* @type {string}
|
|
4941
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet
|
|
4942
|
+
*/
|
|
4943
|
+
readonly languageCode: string;
|
|
4944
|
+
/**
|
|
4945
|
+
*
|
|
4946
|
+
* @type {string}
|
|
4947
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet
|
|
4948
|
+
*/
|
|
4949
|
+
readonly parentId: string;
|
|
4950
|
+
}
|
|
4951
|
+
/**
|
|
4952
|
+
* Request parameters for apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost operation in HospitalsApi.
|
|
4953
|
+
* @export
|
|
4954
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest
|
|
4955
|
+
*/
|
|
4956
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest {
|
|
4957
|
+
/**
|
|
4958
|
+
*
|
|
4959
|
+
* @type {string}
|
|
4960
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePost
|
|
4961
|
+
*/
|
|
4962
|
+
readonly hospitalId: string;
|
|
4963
|
+
/**
|
|
4964
|
+
*
|
|
4965
|
+
* @type {string}
|
|
4966
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePost
|
|
4967
|
+
*/
|
|
4968
|
+
readonly languageCode: string;
|
|
4969
|
+
/**
|
|
4970
|
+
*
|
|
4971
|
+
* @type {SaveFooterNavigationsCommand}
|
|
4972
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePost
|
|
4973
|
+
*/
|
|
4974
|
+
readonly saveFooterNavigationsCommand?: SaveFooterNavigationsCommand;
|
|
4975
|
+
}
|
|
4318
4976
|
/**
|
|
4319
4977
|
* Request parameters for apiV1HospitalsHospitalIdGet operation in HospitalsApi.
|
|
4320
4978
|
* @export
|
|
@@ -4705,246 +5363,594 @@ export interface HospitalsApiApiV1HospitalsHospitalIdLanguagesGetRequest {
|
|
|
4705
5363
|
* @type {Date}
|
|
4706
5364
|
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesGet
|
|
4707
5365
|
*/
|
|
4708
|
-
readonly lastRetrieved?: Date;
|
|
5366
|
+
readonly lastRetrieved?: Date;
|
|
5367
|
+
}
|
|
5368
|
+
/**
|
|
5369
|
+
* Request parameters for apiV1HospitalsHospitalIdLanguagesLanguageCodeDelete operation in HospitalsApi.
|
|
5370
|
+
* @export
|
|
5371
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest
|
|
5372
|
+
*/
|
|
5373
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest {
|
|
5374
|
+
/**
|
|
5375
|
+
*
|
|
5376
|
+
* @type {string}
|
|
5377
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDelete
|
|
5378
|
+
*/
|
|
5379
|
+
readonly hospitalId: string;
|
|
5380
|
+
/**
|
|
5381
|
+
*
|
|
5382
|
+
* @type {string}
|
|
5383
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDelete
|
|
5384
|
+
*/
|
|
5385
|
+
readonly languageCode: string;
|
|
5386
|
+
}
|
|
5387
|
+
/**
|
|
5388
|
+
* Request parameters for apiV1HospitalsHospitalIdLanguagesLanguageCodePut operation in HospitalsApi.
|
|
5389
|
+
* @export
|
|
5390
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePutRequest
|
|
5391
|
+
*/
|
|
5392
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePutRequest {
|
|
5393
|
+
/**
|
|
5394
|
+
*
|
|
5395
|
+
* @type {string}
|
|
5396
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePut
|
|
5397
|
+
*/
|
|
5398
|
+
readonly hospitalId: string;
|
|
5399
|
+
/**
|
|
5400
|
+
*
|
|
5401
|
+
* @type {string}
|
|
5402
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePut
|
|
5403
|
+
*/
|
|
5404
|
+
readonly languageCode: string;
|
|
5405
|
+
/**
|
|
5406
|
+
*
|
|
5407
|
+
* @type {UpdateHospitalLanguageCommand}
|
|
5408
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePut
|
|
5409
|
+
*/
|
|
5410
|
+
readonly updateHospitalLanguageCommand?: UpdateHospitalLanguageCommand;
|
|
5411
|
+
}
|
|
5412
|
+
/**
|
|
5413
|
+
* Request parameters for apiV1HospitalsHospitalIdLanguagesPost operation in HospitalsApi.
|
|
5414
|
+
* @export
|
|
5415
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdLanguagesPostRequest
|
|
5416
|
+
*/
|
|
5417
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdLanguagesPostRequest {
|
|
5418
|
+
/**
|
|
5419
|
+
*
|
|
5420
|
+
* @type {string}
|
|
5421
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesPost
|
|
5422
|
+
*/
|
|
5423
|
+
readonly hospitalId: string;
|
|
5424
|
+
/**
|
|
5425
|
+
*
|
|
5426
|
+
* @type {CreateHospitalLanguageCommand}
|
|
5427
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesPost
|
|
5428
|
+
*/
|
|
5429
|
+
readonly createHospitalLanguageCommand?: CreateHospitalLanguageCommand;
|
|
5430
|
+
}
|
|
5431
|
+
/**
|
|
5432
|
+
* Request parameters for apiV1HospitalsHospitalIdMediasGet operation in HospitalsApi.
|
|
5433
|
+
* @export
|
|
5434
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasGetRequest
|
|
5435
|
+
*/
|
|
5436
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdMediasGetRequest {
|
|
5437
|
+
/**
|
|
5438
|
+
*
|
|
5439
|
+
* @type {string}
|
|
5440
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5441
|
+
*/
|
|
5442
|
+
readonly hospitalId: string;
|
|
5443
|
+
/**
|
|
5444
|
+
*
|
|
5445
|
+
* @type {string}
|
|
5446
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5447
|
+
*/
|
|
5448
|
+
readonly id?: string;
|
|
5449
|
+
/**
|
|
5450
|
+
*
|
|
5451
|
+
* @type {MediaType}
|
|
5452
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5453
|
+
*/
|
|
5454
|
+
readonly mediaType?: MediaType;
|
|
5455
|
+
/**
|
|
5456
|
+
*
|
|
5457
|
+
* @type {number}
|
|
5458
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5459
|
+
*/
|
|
5460
|
+
readonly page?: number;
|
|
5461
|
+
/**
|
|
5462
|
+
*
|
|
5463
|
+
* @type {number}
|
|
5464
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5465
|
+
*/
|
|
5466
|
+
readonly limit?: number;
|
|
5467
|
+
/**
|
|
5468
|
+
*
|
|
5469
|
+
* @type {Date}
|
|
5470
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5471
|
+
*/
|
|
5472
|
+
readonly lastRetrieved?: Date;
|
|
5473
|
+
}
|
|
5474
|
+
/**
|
|
5475
|
+
* Request parameters for apiV1HospitalsHospitalIdMediasMediaIdDelete operation in HospitalsApi.
|
|
5476
|
+
* @export
|
|
5477
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest
|
|
5478
|
+
*/
|
|
5479
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest {
|
|
5480
|
+
/**
|
|
5481
|
+
*
|
|
5482
|
+
* @type {string}
|
|
5483
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDelete
|
|
5484
|
+
*/
|
|
5485
|
+
readonly hospitalId: string;
|
|
5486
|
+
/**
|
|
5487
|
+
*
|
|
5488
|
+
* @type {string}
|
|
5489
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDelete
|
|
5490
|
+
*/
|
|
5491
|
+
readonly mediaId: string;
|
|
5492
|
+
}
|
|
5493
|
+
/**
|
|
5494
|
+
* Request parameters for apiV1HospitalsHospitalIdMediasMediaIdGet operation in HospitalsApi.
|
|
5495
|
+
* @export
|
|
5496
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGetRequest
|
|
5497
|
+
*/
|
|
5498
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGetRequest {
|
|
5499
|
+
/**
|
|
5500
|
+
*
|
|
5501
|
+
* @type {string}
|
|
5502
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGet
|
|
5503
|
+
*/
|
|
5504
|
+
readonly hospitalId: string;
|
|
5505
|
+
/**
|
|
5506
|
+
*
|
|
5507
|
+
* @type {string}
|
|
5508
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdGet
|
|
5509
|
+
*/
|
|
5510
|
+
readonly mediaId: string;
|
|
5511
|
+
}
|
|
5512
|
+
/**
|
|
5513
|
+
* Request parameters for apiV1HospitalsHospitalIdMediasMediaIdPut operation in HospitalsApi.
|
|
5514
|
+
* @export
|
|
5515
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest
|
|
5516
|
+
*/
|
|
5517
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest {
|
|
5518
|
+
/**
|
|
5519
|
+
*
|
|
5520
|
+
* @type {string}
|
|
5521
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPut
|
|
5522
|
+
*/
|
|
5523
|
+
readonly hospitalId: string;
|
|
5524
|
+
/**
|
|
5525
|
+
*
|
|
5526
|
+
* @type {string}
|
|
5527
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPut
|
|
5528
|
+
*/
|
|
5529
|
+
readonly mediaId: string;
|
|
5530
|
+
/**
|
|
5531
|
+
*
|
|
5532
|
+
* @type {UpdateMediaCommand}
|
|
5533
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPut
|
|
5534
|
+
*/
|
|
5535
|
+
readonly updateMediaCommand?: UpdateMediaCommand;
|
|
5536
|
+
}
|
|
5537
|
+
/**
|
|
5538
|
+
* Request parameters for apiV1HospitalsHospitalIdMediasPost operation in HospitalsApi.
|
|
5539
|
+
* @export
|
|
5540
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest
|
|
5541
|
+
*/
|
|
5542
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest {
|
|
5543
|
+
/**
|
|
5544
|
+
*
|
|
5545
|
+
* @type {string}
|
|
5546
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasPost
|
|
5547
|
+
*/
|
|
5548
|
+
readonly hospitalId: string;
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* @type {CreateMediaCommand}
|
|
5552
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasPost
|
|
5553
|
+
*/
|
|
5554
|
+
readonly createMediaCommand?: CreateMediaCommand;
|
|
5555
|
+
}
|
|
5556
|
+
/**
|
|
5557
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesGet operation in HospitalsApi.
|
|
5558
|
+
* @export
|
|
5559
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest
|
|
5560
|
+
*/
|
|
5561
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest {
|
|
5562
|
+
/**
|
|
5563
|
+
*
|
|
5564
|
+
* @type {string}
|
|
5565
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5566
|
+
*/
|
|
5567
|
+
readonly hospitalId: string;
|
|
5568
|
+
/**
|
|
5569
|
+
*
|
|
5570
|
+
* @type {string}
|
|
5571
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5572
|
+
*/
|
|
5573
|
+
readonly name?: string;
|
|
5574
|
+
/**
|
|
5575
|
+
*
|
|
5576
|
+
* @type {string}
|
|
5577
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5578
|
+
*/
|
|
5579
|
+
readonly slug?: string;
|
|
5580
|
+
/**
|
|
5581
|
+
*
|
|
5582
|
+
* @type {string}
|
|
5583
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5584
|
+
*/
|
|
5585
|
+
readonly languageCode?: string;
|
|
5586
|
+
/**
|
|
5587
|
+
*
|
|
5588
|
+
* @type {boolean}
|
|
5589
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5590
|
+
*/
|
|
5591
|
+
readonly showHidden?: boolean;
|
|
5592
|
+
/**
|
|
5593
|
+
*
|
|
5594
|
+
* @type {number}
|
|
5595
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5596
|
+
*/
|
|
5597
|
+
readonly page?: number;
|
|
5598
|
+
/**
|
|
5599
|
+
*
|
|
5600
|
+
* @type {number}
|
|
5601
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5602
|
+
*/
|
|
5603
|
+
readonly limit?: number;
|
|
5604
|
+
/**
|
|
5605
|
+
*
|
|
5606
|
+
* @type {Date}
|
|
5607
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesGet
|
|
5608
|
+
*/
|
|
5609
|
+
readonly lastRetrieved?: Date;
|
|
5610
|
+
}
|
|
5611
|
+
/**
|
|
5612
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPolicyIdDelete operation in HospitalsApi.
|
|
5613
|
+
* @export
|
|
5614
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest
|
|
5615
|
+
*/
|
|
5616
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest {
|
|
5617
|
+
/**
|
|
5618
|
+
*
|
|
5619
|
+
* @type {string}
|
|
5620
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDelete
|
|
5621
|
+
*/
|
|
5622
|
+
readonly hospitalId: string;
|
|
5623
|
+
/**
|
|
5624
|
+
*
|
|
5625
|
+
* @type {string}
|
|
5626
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDelete
|
|
5627
|
+
*/
|
|
5628
|
+
readonly policyId: string;
|
|
5629
|
+
/**
|
|
5630
|
+
*
|
|
5631
|
+
* @type {boolean}
|
|
5632
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDelete
|
|
5633
|
+
*/
|
|
5634
|
+
readonly isPermanent?: boolean;
|
|
5635
|
+
}
|
|
5636
|
+
/**
|
|
5637
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPolicyIdGet operation in HospitalsApi.
|
|
5638
|
+
* @export
|
|
5639
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest
|
|
5640
|
+
*/
|
|
5641
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest {
|
|
5642
|
+
/**
|
|
5643
|
+
*
|
|
5644
|
+
* @type {string}
|
|
5645
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGet
|
|
5646
|
+
*/
|
|
5647
|
+
readonly hospitalId: string;
|
|
5648
|
+
/**
|
|
5649
|
+
*
|
|
5650
|
+
* @type {string}
|
|
5651
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGet
|
|
5652
|
+
*/
|
|
5653
|
+
readonly policyId: string;
|
|
5654
|
+
/**
|
|
5655
|
+
*
|
|
5656
|
+
* @type {string}
|
|
5657
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGet
|
|
5658
|
+
*/
|
|
5659
|
+
readonly languageCode?: string;
|
|
5660
|
+
}
|
|
5661
|
+
/**
|
|
5662
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPolicyIdPut operation in HospitalsApi.
|
|
5663
|
+
* @export
|
|
5664
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest
|
|
5665
|
+
*/
|
|
5666
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest {
|
|
5667
|
+
/**
|
|
5668
|
+
*
|
|
5669
|
+
* @type {string}
|
|
5670
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPut
|
|
5671
|
+
*/
|
|
5672
|
+
readonly hospitalId: string;
|
|
5673
|
+
/**
|
|
5674
|
+
*
|
|
5675
|
+
* @type {string}
|
|
5676
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPut
|
|
5677
|
+
*/
|
|
5678
|
+
readonly policyId: string;
|
|
5679
|
+
/**
|
|
5680
|
+
*
|
|
5681
|
+
* @type {UpdatePolicyCommand}
|
|
5682
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPut
|
|
5683
|
+
*/
|
|
5684
|
+
readonly updatePolicyCommand?: UpdatePolicyCommand;
|
|
5685
|
+
}
|
|
5686
|
+
/**
|
|
5687
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut operation in HospitalsApi.
|
|
5688
|
+
* @export
|
|
5689
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePutRequest
|
|
5690
|
+
*/
|
|
5691
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePutRequest {
|
|
5692
|
+
/**
|
|
5693
|
+
*
|
|
5694
|
+
* @type {string}
|
|
5695
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut
|
|
5696
|
+
*/
|
|
5697
|
+
readonly hospitalId: string;
|
|
5698
|
+
/**
|
|
5699
|
+
*
|
|
5700
|
+
* @type {string}
|
|
5701
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut
|
|
5702
|
+
*/
|
|
5703
|
+
readonly policyId: string;
|
|
5704
|
+
}
|
|
5705
|
+
/**
|
|
5706
|
+
* Request parameters for apiV1HospitalsHospitalIdPoliciesPost operation in HospitalsApi.
|
|
5707
|
+
* @export
|
|
5708
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest
|
|
5709
|
+
*/
|
|
5710
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest {
|
|
5711
|
+
/**
|
|
5712
|
+
*
|
|
5713
|
+
* @type {string}
|
|
5714
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPost
|
|
5715
|
+
*/
|
|
5716
|
+
readonly hospitalId: string;
|
|
5717
|
+
/**
|
|
5718
|
+
*
|
|
5719
|
+
* @type {CreatePolicyCommand}
|
|
5720
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPoliciesPost
|
|
5721
|
+
*/
|
|
5722
|
+
readonly createPolicyCommand?: CreatePolicyCommand;
|
|
5723
|
+
}
|
|
5724
|
+
/**
|
|
5725
|
+
* Request parameters for apiV1HospitalsHospitalIdPut operation in HospitalsApi.
|
|
5726
|
+
* @export
|
|
5727
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdPutRequest
|
|
5728
|
+
*/
|
|
5729
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdPutRequest {
|
|
5730
|
+
/**
|
|
5731
|
+
*
|
|
5732
|
+
* @type {string}
|
|
5733
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPut
|
|
5734
|
+
*/
|
|
5735
|
+
readonly hospitalId: string;
|
|
5736
|
+
/**
|
|
5737
|
+
*
|
|
5738
|
+
* @type {UpdateHospitalCommand}
|
|
5739
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdPut
|
|
5740
|
+
*/
|
|
5741
|
+
readonly updateHospitalCommand?: UpdateHospitalCommand;
|
|
5742
|
+
}
|
|
5743
|
+
/**
|
|
5744
|
+
* Request parameters for apiV1HospitalsHospitalIdReactivePut operation in HospitalsApi.
|
|
5745
|
+
* @export
|
|
5746
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest
|
|
5747
|
+
*/
|
|
5748
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest {
|
|
5749
|
+
/**
|
|
5750
|
+
*
|
|
5751
|
+
* @type {string}
|
|
5752
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdReactivePut
|
|
5753
|
+
*/
|
|
5754
|
+
readonly hospitalId: string;
|
|
4709
5755
|
}
|
|
4710
5756
|
/**
|
|
4711
|
-
* Request parameters for
|
|
5757
|
+
* Request parameters for apiV1HospitalsHospitalIdRevalidatePost operation in HospitalsApi.
|
|
4712
5758
|
* @export
|
|
4713
|
-
* @interface
|
|
5759
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest
|
|
4714
5760
|
*/
|
|
4715
|
-
export interface
|
|
5761
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest {
|
|
4716
5762
|
/**
|
|
4717
5763
|
*
|
|
4718
5764
|
* @type {string}
|
|
4719
|
-
* @memberof
|
|
5765
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdRevalidatePost
|
|
4720
5766
|
*/
|
|
4721
5767
|
readonly hospitalId: string;
|
|
4722
5768
|
/**
|
|
4723
5769
|
*
|
|
4724
|
-
* @type {
|
|
4725
|
-
* @memberof
|
|
5770
|
+
* @type {boolean}
|
|
5771
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdRevalidatePost
|
|
4726
5772
|
*/
|
|
4727
|
-
readonly
|
|
5773
|
+
readonly includeCurrent?: boolean;
|
|
4728
5774
|
}
|
|
4729
5775
|
/**
|
|
4730
|
-
* Request parameters for
|
|
5776
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete operation in HospitalsApi.
|
|
4731
5777
|
* @export
|
|
4732
|
-
* @interface
|
|
5778
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest
|
|
4733
5779
|
*/
|
|
4734
|
-
export interface
|
|
5780
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest {
|
|
4735
5781
|
/**
|
|
4736
5782
|
*
|
|
4737
5783
|
* @type {string}
|
|
4738
|
-
* @memberof
|
|
5784
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDelete
|
|
4739
5785
|
*/
|
|
4740
5786
|
readonly hospitalId: string;
|
|
4741
5787
|
/**
|
|
4742
5788
|
*
|
|
4743
5789
|
* @type {string}
|
|
4744
|
-
* @memberof
|
|
4745
|
-
*/
|
|
4746
|
-
readonly languageCode: string;
|
|
4747
|
-
/**
|
|
4748
|
-
*
|
|
4749
|
-
* @type {UpdateHospitalLanguageCommand}
|
|
4750
|
-
* @memberof HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePut
|
|
5790
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDelete
|
|
4751
5791
|
*/
|
|
4752
|
-
readonly
|
|
5792
|
+
readonly containerId: string;
|
|
4753
5793
|
}
|
|
4754
5794
|
/**
|
|
4755
|
-
* Request parameters for
|
|
5795
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet operation in HospitalsApi.
|
|
4756
5796
|
* @export
|
|
4757
|
-
* @interface
|
|
5797
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest
|
|
4758
5798
|
*/
|
|
4759
|
-
export interface
|
|
5799
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest {
|
|
4760
5800
|
/**
|
|
4761
5801
|
*
|
|
4762
5802
|
* @type {string}
|
|
4763
|
-
* @memberof
|
|
5803
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet
|
|
4764
5804
|
*/
|
|
4765
5805
|
readonly hospitalId: string;
|
|
4766
5806
|
/**
|
|
4767
5807
|
*
|
|
4768
|
-
* @type {
|
|
4769
|
-
* @memberof
|
|
5808
|
+
* @type {string}
|
|
5809
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet
|
|
4770
5810
|
*/
|
|
4771
|
-
readonly
|
|
5811
|
+
readonly containerId: string;
|
|
5812
|
+
/**
|
|
5813
|
+
*
|
|
5814
|
+
* @type {string}
|
|
5815
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet
|
|
5816
|
+
*/
|
|
5817
|
+
readonly fileId: string;
|
|
4772
5818
|
}
|
|
4773
5819
|
/**
|
|
4774
|
-
* Request parameters for
|
|
5820
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet operation in HospitalsApi.
|
|
4775
5821
|
* @export
|
|
4776
|
-
* @interface
|
|
5822
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGetRequest
|
|
4777
5823
|
*/
|
|
4778
|
-
export interface
|
|
5824
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGetRequest {
|
|
4779
5825
|
/**
|
|
4780
5826
|
*
|
|
4781
5827
|
* @type {string}
|
|
4782
|
-
* @memberof
|
|
5828
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet
|
|
4783
5829
|
*/
|
|
4784
5830
|
readonly hospitalId: string;
|
|
4785
5831
|
/**
|
|
4786
5832
|
*
|
|
4787
5833
|
* @type {string}
|
|
4788
|
-
* @memberof
|
|
4789
|
-
*/
|
|
4790
|
-
readonly id?: string;
|
|
4791
|
-
/**
|
|
4792
|
-
*
|
|
4793
|
-
* @type {MediaType}
|
|
4794
|
-
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5834
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet
|
|
4795
5835
|
*/
|
|
4796
|
-
readonly
|
|
5836
|
+
readonly containerId: string;
|
|
4797
5837
|
/**
|
|
4798
5838
|
*
|
|
4799
|
-
* @type {
|
|
4800
|
-
* @memberof
|
|
5839
|
+
* @type {string}
|
|
5840
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet
|
|
4801
5841
|
*/
|
|
4802
|
-
readonly
|
|
5842
|
+
readonly fileId: string;
|
|
4803
5843
|
/**
|
|
4804
5844
|
*
|
|
4805
5845
|
* @type {number}
|
|
4806
|
-
* @memberof
|
|
4807
|
-
*/
|
|
4808
|
-
readonly limit?: number;
|
|
4809
|
-
/**
|
|
4810
|
-
*
|
|
4811
|
-
* @type {Date}
|
|
4812
|
-
* @memberof HospitalsApiApiV1HospitalsHospitalIdMediasGet
|
|
5846
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet
|
|
4813
5847
|
*/
|
|
4814
|
-
readonly
|
|
5848
|
+
readonly minutesAvailableUntil?: number;
|
|
4815
5849
|
}
|
|
4816
5850
|
/**
|
|
4817
|
-
* Request parameters for
|
|
5851
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersContainerIdGet operation in HospitalsApi.
|
|
4818
5852
|
* @export
|
|
4819
|
-
* @interface
|
|
5853
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGetRequest
|
|
4820
5854
|
*/
|
|
4821
|
-
export interface
|
|
5855
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGetRequest {
|
|
4822
5856
|
/**
|
|
4823
5857
|
*
|
|
4824
5858
|
* @type {string}
|
|
4825
|
-
* @memberof
|
|
5859
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGet
|
|
4826
5860
|
*/
|
|
4827
5861
|
readonly hospitalId: string;
|
|
4828
5862
|
/**
|
|
4829
5863
|
*
|
|
4830
5864
|
* @type {string}
|
|
4831
|
-
* @memberof
|
|
5865
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGet
|
|
4832
5866
|
*/
|
|
4833
|
-
readonly
|
|
5867
|
+
readonly containerId: string;
|
|
5868
|
+
/**
|
|
5869
|
+
*
|
|
5870
|
+
* @type {string}
|
|
5871
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGet
|
|
5872
|
+
*/
|
|
5873
|
+
readonly languageCode?: string;
|
|
4834
5874
|
}
|
|
4835
5875
|
/**
|
|
4836
|
-
* Request parameters for
|
|
5876
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersGet operation in HospitalsApi.
|
|
4837
5877
|
* @export
|
|
4838
|
-
* @interface
|
|
5878
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGetRequest
|
|
4839
5879
|
*/
|
|
4840
|
-
export interface
|
|
5880
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGetRequest {
|
|
4841
5881
|
/**
|
|
4842
5882
|
*
|
|
4843
5883
|
* @type {string}
|
|
4844
|
-
* @memberof
|
|
5884
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4845
5885
|
*/
|
|
4846
5886
|
readonly hospitalId: string;
|
|
4847
5887
|
/**
|
|
4848
5888
|
*
|
|
4849
5889
|
* @type {string}
|
|
4850
|
-
* @memberof
|
|
5890
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4851
5891
|
*/
|
|
4852
|
-
readonly
|
|
4853
|
-
}
|
|
4854
|
-
/**
|
|
4855
|
-
* Request parameters for apiV1HospitalsHospitalIdMediasMediaIdPut operation in HospitalsApi.
|
|
4856
|
-
* @export
|
|
4857
|
-
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest
|
|
4858
|
-
*/
|
|
4859
|
-
export interface HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest {
|
|
5892
|
+
readonly id?: string;
|
|
4860
5893
|
/**
|
|
4861
5894
|
*
|
|
4862
5895
|
* @type {string}
|
|
4863
|
-
* @memberof
|
|
5896
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4864
5897
|
*/
|
|
4865
|
-
readonly
|
|
5898
|
+
readonly languageCode?: string;
|
|
4866
5899
|
/**
|
|
4867
5900
|
*
|
|
4868
|
-
* @type {
|
|
4869
|
-
* @memberof
|
|
5901
|
+
* @type {boolean}
|
|
5902
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4870
5903
|
*/
|
|
4871
|
-
readonly
|
|
5904
|
+
readonly showHidden?: boolean;
|
|
4872
5905
|
/**
|
|
4873
5906
|
*
|
|
4874
|
-
* @type {
|
|
4875
|
-
* @memberof
|
|
5907
|
+
* @type {string}
|
|
5908
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4876
5909
|
*/
|
|
4877
|
-
readonly
|
|
4878
|
-
}
|
|
4879
|
-
/**
|
|
4880
|
-
* Request parameters for apiV1HospitalsHospitalIdMediasPost operation in HospitalsApi.
|
|
4881
|
-
* @export
|
|
4882
|
-
* @interface HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest
|
|
4883
|
-
*/
|
|
4884
|
-
export interface HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest {
|
|
5910
|
+
readonly userName?: string;
|
|
4885
5911
|
/**
|
|
4886
5912
|
*
|
|
4887
5913
|
* @type {string}
|
|
4888
|
-
* @memberof
|
|
5914
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4889
5915
|
*/
|
|
4890
|
-
readonly
|
|
5916
|
+
readonly userEmail?: string;
|
|
4891
5917
|
/**
|
|
4892
5918
|
*
|
|
4893
|
-
* @type {
|
|
4894
|
-
* @memberof
|
|
5919
|
+
* @type {string}
|
|
5920
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4895
5921
|
*/
|
|
4896
|
-
readonly
|
|
4897
|
-
}
|
|
4898
|
-
/**
|
|
4899
|
-
* Request parameters for apiV1HospitalsHospitalIdPut operation in HospitalsApi.
|
|
4900
|
-
* @export
|
|
4901
|
-
* @interface HospitalsApiApiV1HospitalsHospitalIdPutRequest
|
|
4902
|
-
*/
|
|
4903
|
-
export interface HospitalsApiApiV1HospitalsHospitalIdPutRequest {
|
|
5922
|
+
readonly userId?: string;
|
|
4904
5923
|
/**
|
|
4905
5924
|
*
|
|
4906
|
-
* @type {
|
|
4907
|
-
* @memberof
|
|
5925
|
+
* @type {number}
|
|
5926
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4908
5927
|
*/
|
|
4909
|
-
readonly
|
|
5928
|
+
readonly page?: number;
|
|
4910
5929
|
/**
|
|
4911
5930
|
*
|
|
4912
|
-
* @type {
|
|
4913
|
-
* @memberof
|
|
5931
|
+
* @type {number}
|
|
5932
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4914
5933
|
*/
|
|
4915
|
-
readonly
|
|
4916
|
-
}
|
|
4917
|
-
/**
|
|
4918
|
-
* Request parameters for apiV1HospitalsHospitalIdReactivePut operation in HospitalsApi.
|
|
4919
|
-
* @export
|
|
4920
|
-
* @interface HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest
|
|
4921
|
-
*/
|
|
4922
|
-
export interface HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest {
|
|
5934
|
+
readonly limit?: number;
|
|
4923
5935
|
/**
|
|
4924
5936
|
*
|
|
4925
|
-
* @type {
|
|
4926
|
-
* @memberof
|
|
5937
|
+
* @type {Date}
|
|
5938
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGet
|
|
4927
5939
|
*/
|
|
4928
|
-
readonly
|
|
5940
|
+
readonly lastRetrieved?: Date;
|
|
4929
5941
|
}
|
|
4930
5942
|
/**
|
|
4931
|
-
* Request parameters for
|
|
5943
|
+
* Request parameters for apiV1HospitalsHospitalIdSecurecontainersPost operation in HospitalsApi.
|
|
4932
5944
|
* @export
|
|
4933
|
-
* @interface
|
|
5945
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest
|
|
4934
5946
|
*/
|
|
4935
|
-
export interface
|
|
5947
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest {
|
|
4936
5948
|
/**
|
|
4937
5949
|
*
|
|
4938
5950
|
* @type {string}
|
|
4939
|
-
* @memberof
|
|
5951
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPost
|
|
4940
5952
|
*/
|
|
4941
5953
|
readonly hospitalId: string;
|
|
4942
|
-
/**
|
|
4943
|
-
*
|
|
4944
|
-
* @type {boolean}
|
|
4945
|
-
* @memberof HospitalsApiApiV1HospitalsHospitalIdRevalidatePost
|
|
4946
|
-
*/
|
|
4947
|
-
readonly includeCurrent?: boolean;
|
|
4948
5954
|
}
|
|
4949
5955
|
/**
|
|
4950
5956
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
|
|
@@ -6814,6 +7820,51 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
6814
7820
|
* @memberof HospitalsApi
|
|
6815
7821
|
*/
|
|
6816
7822
|
apiV1HospitalsHospitalIdEvaluationsPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdEvaluationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalEvaluationModel, any>>;
|
|
7823
|
+
/**
|
|
7824
|
+
*
|
|
7825
|
+
* @summary Get footerNavigationItems
|
|
7826
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest} requestParameters Request parameters.
|
|
7827
|
+
* @param {*} [options] Override http request option.
|
|
7828
|
+
* @throws {RequiredError}
|
|
7829
|
+
* @memberof HospitalsApi
|
|
7830
|
+
*/
|
|
7831
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel[], any>>;
|
|
7832
|
+
/**
|
|
7833
|
+
*
|
|
7834
|
+
* @summary Delete footerNavigationItem
|
|
7835
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
|
|
7836
|
+
* @param {*} [options] Override http request option.
|
|
7837
|
+
* @throws {RequiredError}
|
|
7838
|
+
* @memberof HospitalsApi
|
|
7839
|
+
*/
|
|
7840
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
7841
|
+
/**
|
|
7842
|
+
*
|
|
7843
|
+
* @summary Get footerNavigationItem by Id
|
|
7844
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
|
|
7845
|
+
* @param {*} [options] Override http request option.
|
|
7846
|
+
* @throws {RequiredError}
|
|
7847
|
+
* @memberof HospitalsApi
|
|
7848
|
+
*/
|
|
7849
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel, any>>;
|
|
7850
|
+
/**
|
|
7851
|
+
*
|
|
7852
|
+
* @summary Get footerNavigationItems by ParentId
|
|
7853
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
|
|
7854
|
+
* @param {*} [options] Override http request option.
|
|
7855
|
+
* @throws {RequiredError}
|
|
7856
|
+
* @memberof HospitalsApi
|
|
7857
|
+
*/
|
|
7858
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel[], any>>;
|
|
7859
|
+
/**
|
|
7860
|
+
*
|
|
7861
|
+
* @summary Save footerNavigationItem
|
|
7862
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest} requestParameters Request parameters.
|
|
7863
|
+
* @param {*} [options] Override http request option.
|
|
7864
|
+
* @throws {RequiredError}
|
|
7865
|
+
* @memberof HospitalsApi
|
|
7866
|
+
*/
|
|
7867
|
+
apiV1HospitalsHospitalIdFooternavigationsLanguageCodePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FooterNavigationItemModel, any>>;
|
|
6817
7868
|
/**
|
|
6818
7869
|
*
|
|
6819
7870
|
* @summary Get Hospital.
|
|
@@ -7012,6 +8063,60 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
7012
8063
|
* @memberof HospitalsApi
|
|
7013
8064
|
*/
|
|
7014
8065
|
apiV1HospitalsHospitalIdMediasPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
8066
|
+
/**
|
|
8067
|
+
*
|
|
8068
|
+
* @summary Get all policies
|
|
8069
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest} requestParameters Request parameters.
|
|
8070
|
+
* @param {*} [options] Override http request option.
|
|
8071
|
+
* @throws {RequiredError}
|
|
8072
|
+
* @memberof HospitalsApi
|
|
8073
|
+
*/
|
|
8074
|
+
apiV1HospitalsHospitalIdPoliciesGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoliciesModel, any>>;
|
|
8075
|
+
/**
|
|
8076
|
+
*
|
|
8077
|
+
* @summary Delete policy
|
|
8078
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest} requestParameters Request parameters.
|
|
8079
|
+
* @param {*} [options] Override http request option.
|
|
8080
|
+
* @throws {RequiredError}
|
|
8081
|
+
* @memberof HospitalsApi
|
|
8082
|
+
*/
|
|
8083
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
8084
|
+
/**
|
|
8085
|
+
*
|
|
8086
|
+
* @summary Get policy
|
|
8087
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest} requestParameters Request parameters.
|
|
8088
|
+
* @param {*} [options] Override http request option.
|
|
8089
|
+
* @throws {RequiredError}
|
|
8090
|
+
* @memberof HospitalsApi
|
|
8091
|
+
*/
|
|
8092
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PolicyModel, any>>;
|
|
8093
|
+
/**
|
|
8094
|
+
*
|
|
8095
|
+
* @summary Update policy
|
|
8096
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest} requestParameters Request parameters.
|
|
8097
|
+
* @param {*} [options] Override http request option.
|
|
8098
|
+
* @throws {RequiredError}
|
|
8099
|
+
* @memberof HospitalsApi
|
|
8100
|
+
*/
|
|
8101
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PolicyModel, any>>;
|
|
8102
|
+
/**
|
|
8103
|
+
*
|
|
8104
|
+
* @summary Reactive policy
|
|
8105
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePutRequest} requestParameters Request parameters.
|
|
8106
|
+
* @param {*} [options] Override http request option.
|
|
8107
|
+
* @throws {RequiredError}
|
|
8108
|
+
* @memberof HospitalsApi
|
|
8109
|
+
*/
|
|
8110
|
+
apiV1HospitalsHospitalIdPoliciesPolicyIdReactivePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
8111
|
+
/**
|
|
8112
|
+
*
|
|
8113
|
+
* @summary Create policy
|
|
8114
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest} requestParameters Request parameters.
|
|
8115
|
+
* @param {*} [options] Override http request option.
|
|
8116
|
+
* @throws {RequiredError}
|
|
8117
|
+
* @memberof HospitalsApi
|
|
8118
|
+
*/
|
|
8119
|
+
apiV1HospitalsHospitalIdPoliciesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PolicyModel, any>>;
|
|
7015
8120
|
/**
|
|
7016
8121
|
*
|
|
7017
8122
|
* @summary Update Hospital.
|
|
@@ -7039,6 +8144,60 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
7039
8144
|
* @memberof HospitalsApi
|
|
7040
8145
|
*/
|
|
7041
8146
|
apiV1HospitalsHospitalIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
8147
|
+
/**
|
|
8148
|
+
*
|
|
8149
|
+
* @summary Delete secure file container
|
|
8150
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest} requestParameters Request parameters.
|
|
8151
|
+
* @param {*} [options] Override http request option.
|
|
8152
|
+
* @throws {RequiredError}
|
|
8153
|
+
* @memberof HospitalsApi
|
|
8154
|
+
*/
|
|
8155
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
8156
|
+
/**
|
|
8157
|
+
*
|
|
8158
|
+
* @summary Get file content
|
|
8159
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest} requestParameters Request parameters.
|
|
8160
|
+
* @param {*} [options] Override http request option.
|
|
8161
|
+
* @throws {RequiredError}
|
|
8162
|
+
* @memberof HospitalsApi
|
|
8163
|
+
*/
|
|
8164
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
8165
|
+
/**
|
|
8166
|
+
*
|
|
8167
|
+
* @summary Get secure file url with read access
|
|
8168
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGetRequest} requestParameters Request parameters.
|
|
8169
|
+
* @param {*} [options] Override http request option.
|
|
8170
|
+
* @throws {RequiredError}
|
|
8171
|
+
* @memberof HospitalsApi
|
|
8172
|
+
*/
|
|
8173
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdUrlReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
8174
|
+
/**
|
|
8175
|
+
*
|
|
8176
|
+
* @summary Get secure container
|
|
8177
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGetRequest} requestParameters Request parameters.
|
|
8178
|
+
* @param {*} [options] Override http request option.
|
|
8179
|
+
* @throws {RequiredError}
|
|
8180
|
+
* @memberof HospitalsApi
|
|
8181
|
+
*/
|
|
8182
|
+
apiV1HospitalsHospitalIdSecurecontainersContainerIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureContainerModel, any>>;
|
|
8183
|
+
/**
|
|
8184
|
+
*
|
|
8185
|
+
* @summary Get secure containers
|
|
8186
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGetRequest} requestParameters Request parameters.
|
|
8187
|
+
* @param {*} [options] Override http request option.
|
|
8188
|
+
* @throws {RequiredError}
|
|
8189
|
+
* @memberof HospitalsApi
|
|
8190
|
+
*/
|
|
8191
|
+
apiV1HospitalsHospitalIdSecurecontainersGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureContainersModel, any>>;
|
|
8192
|
+
/**
|
|
8193
|
+
*
|
|
8194
|
+
* @summary Create secure file container
|
|
8195
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest} requestParameters Request parameters.
|
|
8196
|
+
* @param {*} [options] Override http request option.
|
|
8197
|
+
* @throws {RequiredError}
|
|
8198
|
+
* @memberof HospitalsApi
|
|
8199
|
+
*/
|
|
8200
|
+
apiV1HospitalsHospitalIdSecurecontainersPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureContainerModel, any>>;
|
|
7042
8201
|
/**
|
|
7043
8202
|
*
|
|
7044
8203
|
* @summary Get all HospitalSpecialties.
|