ch-api-client-typescript2 4.9.7 → 4.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
package/lib/api/doctors-api.d.ts
CHANGED
|
@@ -632,6 +632,651 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
632
632
|
*/
|
|
633
633
|
apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
634
634
|
};
|
|
635
|
+
/**
|
|
636
|
+
* Request parameters for apiV2DoctorsDoctorIdCertificatesCertificateIdGet operation in DoctorsApi.
|
|
637
|
+
* @export
|
|
638
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGetRequest
|
|
639
|
+
*/
|
|
640
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGetRequest {
|
|
641
|
+
/**
|
|
642
|
+
*
|
|
643
|
+
* @type {string}
|
|
644
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGet
|
|
645
|
+
*/
|
|
646
|
+
readonly doctorId: string;
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @type {string}
|
|
650
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGet
|
|
651
|
+
*/
|
|
652
|
+
readonly certificateId: string;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* Request parameters for apiV2DoctorsDoctorIdCertificatesGet operation in DoctorsApi.
|
|
656
|
+
* @export
|
|
657
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdCertificatesGetRequest
|
|
658
|
+
*/
|
|
659
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdCertificatesGetRequest {
|
|
660
|
+
/**
|
|
661
|
+
*
|
|
662
|
+
* @type {string}
|
|
663
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
664
|
+
*/
|
|
665
|
+
readonly doctorId: string;
|
|
666
|
+
/**
|
|
667
|
+
*
|
|
668
|
+
* @type {string}
|
|
669
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
670
|
+
*/
|
|
671
|
+
readonly doctorName?: string;
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @type {string}
|
|
675
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
676
|
+
*/
|
|
677
|
+
readonly certificateId?: string;
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @type {string}
|
|
681
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
682
|
+
*/
|
|
683
|
+
readonly certificate?: string;
|
|
684
|
+
/**
|
|
685
|
+
*
|
|
686
|
+
* @type {Date}
|
|
687
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
688
|
+
*/
|
|
689
|
+
readonly activeFrom?: Date;
|
|
690
|
+
/**
|
|
691
|
+
*
|
|
692
|
+
* @type {Date}
|
|
693
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
694
|
+
*/
|
|
695
|
+
readonly activeTo?: Date;
|
|
696
|
+
/**
|
|
697
|
+
*
|
|
698
|
+
* @type {number}
|
|
699
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
700
|
+
*/
|
|
701
|
+
readonly page?: number;
|
|
702
|
+
/**
|
|
703
|
+
*
|
|
704
|
+
* @type {number}
|
|
705
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
706
|
+
*/
|
|
707
|
+
readonly limit?: number;
|
|
708
|
+
/**
|
|
709
|
+
*
|
|
710
|
+
* @type {Date}
|
|
711
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdCertificatesGet
|
|
712
|
+
*/
|
|
713
|
+
readonly lastRetrieved?: Date;
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* Request parameters for apiV2DoctorsDoctorIdEducationsEducationIdGet operation in DoctorsApi.
|
|
717
|
+
* @export
|
|
718
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGetRequest
|
|
719
|
+
*/
|
|
720
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGetRequest {
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @type {string}
|
|
724
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGet
|
|
725
|
+
*/
|
|
726
|
+
readonly doctorId: string;
|
|
727
|
+
/**
|
|
728
|
+
*
|
|
729
|
+
* @type {string}
|
|
730
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGet
|
|
731
|
+
*/
|
|
732
|
+
readonly educationId: string;
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* Request parameters for apiV2DoctorsDoctorIdEducationsGet operation in DoctorsApi.
|
|
736
|
+
* @export
|
|
737
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdEducationsGetRequest
|
|
738
|
+
*/
|
|
739
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdEducationsGetRequest {
|
|
740
|
+
/**
|
|
741
|
+
*
|
|
742
|
+
* @type {string}
|
|
743
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
744
|
+
*/
|
|
745
|
+
readonly doctorId: string;
|
|
746
|
+
/**
|
|
747
|
+
*
|
|
748
|
+
* @type {string}
|
|
749
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
750
|
+
*/
|
|
751
|
+
readonly doctorName?: string;
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @type {string}
|
|
755
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
756
|
+
*/
|
|
757
|
+
readonly educationId?: string;
|
|
758
|
+
/**
|
|
759
|
+
*
|
|
760
|
+
* @type {string}
|
|
761
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
762
|
+
*/
|
|
763
|
+
readonly institution?: string;
|
|
764
|
+
/**
|
|
765
|
+
*
|
|
766
|
+
* @type {string}
|
|
767
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
768
|
+
*/
|
|
769
|
+
readonly qualification?: string;
|
|
770
|
+
/**
|
|
771
|
+
*
|
|
772
|
+
* @type {Date}
|
|
773
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
774
|
+
*/
|
|
775
|
+
readonly graduationDate?: Date;
|
|
776
|
+
/**
|
|
777
|
+
*
|
|
778
|
+
* @type {number}
|
|
779
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
780
|
+
*/
|
|
781
|
+
readonly page?: number;
|
|
782
|
+
/**
|
|
783
|
+
*
|
|
784
|
+
* @type {number}
|
|
785
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
786
|
+
*/
|
|
787
|
+
readonly limit?: number;
|
|
788
|
+
/**
|
|
789
|
+
*
|
|
790
|
+
* @type {Date}
|
|
791
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdEducationsGet
|
|
792
|
+
*/
|
|
793
|
+
readonly lastRetrieved?: Date;
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* Request parameters for apiV2DoctorsDoctorIdGet operation in DoctorsApi.
|
|
797
|
+
* @export
|
|
798
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdGetRequest
|
|
799
|
+
*/
|
|
800
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdGetRequest {
|
|
801
|
+
/**
|
|
802
|
+
*
|
|
803
|
+
* @type {string}
|
|
804
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdGet
|
|
805
|
+
*/
|
|
806
|
+
readonly doctorId: string;
|
|
807
|
+
/**
|
|
808
|
+
*
|
|
809
|
+
* @type {string}
|
|
810
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdGet
|
|
811
|
+
*/
|
|
812
|
+
readonly languageCode?: string;
|
|
813
|
+
/**
|
|
814
|
+
*
|
|
815
|
+
* @type {boolean}
|
|
816
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdGet
|
|
817
|
+
*/
|
|
818
|
+
readonly returnDefaultValue?: boolean;
|
|
819
|
+
}
|
|
820
|
+
/**
|
|
821
|
+
* Request parameters for apiV2DoctorsDoctorIdLanguagesGet operation in DoctorsApi.
|
|
822
|
+
* @export
|
|
823
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdLanguagesGetRequest
|
|
824
|
+
*/
|
|
825
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdLanguagesGetRequest {
|
|
826
|
+
/**
|
|
827
|
+
*
|
|
828
|
+
* @type {string}
|
|
829
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesGet
|
|
830
|
+
*/
|
|
831
|
+
readonly doctorId: string;
|
|
832
|
+
/**
|
|
833
|
+
*
|
|
834
|
+
* @type {string}
|
|
835
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesGet
|
|
836
|
+
*/
|
|
837
|
+
readonly languageCode?: string;
|
|
838
|
+
/**
|
|
839
|
+
*
|
|
840
|
+
* @type {number}
|
|
841
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesGet
|
|
842
|
+
*/
|
|
843
|
+
readonly page?: number;
|
|
844
|
+
/**
|
|
845
|
+
*
|
|
846
|
+
* @type {number}
|
|
847
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesGet
|
|
848
|
+
*/
|
|
849
|
+
readonly limit?: number;
|
|
850
|
+
/**
|
|
851
|
+
*
|
|
852
|
+
* @type {Date}
|
|
853
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesGet
|
|
854
|
+
*/
|
|
855
|
+
readonly lastRetrieved?: Date;
|
|
856
|
+
}
|
|
857
|
+
/**
|
|
858
|
+
* Request parameters for apiV2DoctorsDoctorIdLanguagesLanguageCodeGet operation in DoctorsApi.
|
|
859
|
+
* @export
|
|
860
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGetRequest
|
|
861
|
+
*/
|
|
862
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGetRequest {
|
|
863
|
+
/**
|
|
864
|
+
*
|
|
865
|
+
* @type {string}
|
|
866
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGet
|
|
867
|
+
*/
|
|
868
|
+
readonly doctorId: string;
|
|
869
|
+
/**
|
|
870
|
+
*
|
|
871
|
+
* @type {string}
|
|
872
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGet
|
|
873
|
+
*/
|
|
874
|
+
readonly languageCode: string;
|
|
875
|
+
}
|
|
876
|
+
/**
|
|
877
|
+
* Request parameters for apiV2DoctorsDoctorIdMediasGet operation in DoctorsApi.
|
|
878
|
+
* @export
|
|
879
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdMediasGetRequest
|
|
880
|
+
*/
|
|
881
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdMediasGetRequest {
|
|
882
|
+
/**
|
|
883
|
+
*
|
|
884
|
+
* @type {string}
|
|
885
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
886
|
+
*/
|
|
887
|
+
readonly doctorId: string;
|
|
888
|
+
/**
|
|
889
|
+
*
|
|
890
|
+
* @type {string}
|
|
891
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
892
|
+
*/
|
|
893
|
+
readonly id?: string;
|
|
894
|
+
/**
|
|
895
|
+
*
|
|
896
|
+
* @type {MediaType}
|
|
897
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
898
|
+
*/
|
|
899
|
+
readonly mediaType?: MediaType;
|
|
900
|
+
/**
|
|
901
|
+
*
|
|
902
|
+
* @type {number}
|
|
903
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
904
|
+
*/
|
|
905
|
+
readonly page?: number;
|
|
906
|
+
/**
|
|
907
|
+
*
|
|
908
|
+
* @type {number}
|
|
909
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
910
|
+
*/
|
|
911
|
+
readonly limit?: number;
|
|
912
|
+
/**
|
|
913
|
+
*
|
|
914
|
+
* @type {Date}
|
|
915
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasGet
|
|
916
|
+
*/
|
|
917
|
+
readonly lastRetrieved?: Date;
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
* Request parameters for apiV2DoctorsDoctorIdMediasMediaIdGet operation in DoctorsApi.
|
|
921
|
+
* @export
|
|
922
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGetRequest
|
|
923
|
+
*/
|
|
924
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGetRequest {
|
|
925
|
+
/**
|
|
926
|
+
*
|
|
927
|
+
* @type {string}
|
|
928
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGet
|
|
929
|
+
*/
|
|
930
|
+
readonly doctorId: string;
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @type {string}
|
|
934
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGet
|
|
935
|
+
*/
|
|
936
|
+
readonly mediaId: string;
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* Request parameters for apiV2DoctorsDoctorIdPortfoliosGet operation in DoctorsApi.
|
|
940
|
+
* @export
|
|
941
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdPortfoliosGetRequest
|
|
942
|
+
*/
|
|
943
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdPortfoliosGetRequest {
|
|
944
|
+
/**
|
|
945
|
+
*
|
|
946
|
+
* @type {string}
|
|
947
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
948
|
+
*/
|
|
949
|
+
readonly doctorId: string;
|
|
950
|
+
/**
|
|
951
|
+
*
|
|
952
|
+
* @type {string}
|
|
953
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
954
|
+
*/
|
|
955
|
+
readonly doctorName?: string;
|
|
956
|
+
/**
|
|
957
|
+
*
|
|
958
|
+
* @type {string}
|
|
959
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
960
|
+
*/
|
|
961
|
+
readonly portfolioId?: string;
|
|
962
|
+
/**
|
|
963
|
+
*
|
|
964
|
+
* @type {string}
|
|
965
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
966
|
+
*/
|
|
967
|
+
readonly name?: string;
|
|
968
|
+
/**
|
|
969
|
+
*
|
|
970
|
+
* @type {number}
|
|
971
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
972
|
+
*/
|
|
973
|
+
readonly page?: number;
|
|
974
|
+
/**
|
|
975
|
+
*
|
|
976
|
+
* @type {number}
|
|
977
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
978
|
+
*/
|
|
979
|
+
readonly limit?: number;
|
|
980
|
+
/**
|
|
981
|
+
*
|
|
982
|
+
* @type {Date}
|
|
983
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosGet
|
|
984
|
+
*/
|
|
985
|
+
readonly lastRetrieved?: Date;
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* Request parameters for apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet operation in DoctorsApi.
|
|
989
|
+
* @export
|
|
990
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGetRequest
|
|
991
|
+
*/
|
|
992
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGetRequest {
|
|
993
|
+
/**
|
|
994
|
+
*
|
|
995
|
+
* @type {string}
|
|
996
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGet
|
|
997
|
+
*/
|
|
998
|
+
readonly doctorId: string;
|
|
999
|
+
/**
|
|
1000
|
+
*
|
|
1001
|
+
* @type {string}
|
|
1002
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGet
|
|
1003
|
+
*/
|
|
1004
|
+
readonly portfolioId: string;
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* Request parameters for apiV2DoctorsDoctorIdSpecialtiesGet operation in DoctorsApi.
|
|
1008
|
+
* @export
|
|
1009
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGetRequest
|
|
1010
|
+
*/
|
|
1011
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGetRequest {
|
|
1012
|
+
/**
|
|
1013
|
+
*
|
|
1014
|
+
* @type {string}
|
|
1015
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1016
|
+
*/
|
|
1017
|
+
readonly doctorId: string;
|
|
1018
|
+
/**
|
|
1019
|
+
*
|
|
1020
|
+
* @type {string}
|
|
1021
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1022
|
+
*/
|
|
1023
|
+
readonly doctorName?: string;
|
|
1024
|
+
/**
|
|
1025
|
+
*
|
|
1026
|
+
* @type {string}
|
|
1027
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1028
|
+
*/
|
|
1029
|
+
readonly specialtyId?: string;
|
|
1030
|
+
/**
|
|
1031
|
+
*
|
|
1032
|
+
* @type {string}
|
|
1033
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1034
|
+
*/
|
|
1035
|
+
readonly specialtyName?: string;
|
|
1036
|
+
/**
|
|
1037
|
+
*
|
|
1038
|
+
* @type {string}
|
|
1039
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1040
|
+
*/
|
|
1041
|
+
readonly languageCode?: string;
|
|
1042
|
+
/**
|
|
1043
|
+
*
|
|
1044
|
+
* @type {number}
|
|
1045
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1046
|
+
*/
|
|
1047
|
+
readonly page?: number;
|
|
1048
|
+
/**
|
|
1049
|
+
*
|
|
1050
|
+
* @type {number}
|
|
1051
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1052
|
+
*/
|
|
1053
|
+
readonly limit?: number;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @type {Date}
|
|
1057
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGet
|
|
1058
|
+
*/
|
|
1059
|
+
readonly lastRetrieved?: Date;
|
|
1060
|
+
}
|
|
1061
|
+
/**
|
|
1062
|
+
* Request parameters for apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet operation in DoctorsApi.
|
|
1063
|
+
* @export
|
|
1064
|
+
* @interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest
|
|
1065
|
+
*/
|
|
1066
|
+
export interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest {
|
|
1067
|
+
/**
|
|
1068
|
+
*
|
|
1069
|
+
* @type {string}
|
|
1070
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet
|
|
1071
|
+
*/
|
|
1072
|
+
readonly doctorId: string;
|
|
1073
|
+
/**
|
|
1074
|
+
*
|
|
1075
|
+
* @type {string}
|
|
1076
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet
|
|
1077
|
+
*/
|
|
1078
|
+
readonly specialtyId: string;
|
|
1079
|
+
/**
|
|
1080
|
+
*
|
|
1081
|
+
* @type {string}
|
|
1082
|
+
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet
|
|
1083
|
+
*/
|
|
1084
|
+
readonly languageCode?: string;
|
|
1085
|
+
}
|
|
1086
|
+
/**
|
|
1087
|
+
* Request parameters for apiV2DoctorsGet operation in DoctorsApi.
|
|
1088
|
+
* @export
|
|
1089
|
+
* @interface DoctorsApiApiV2DoctorsGetRequest
|
|
1090
|
+
*/
|
|
1091
|
+
export interface DoctorsApiApiV2DoctorsGetRequest {
|
|
1092
|
+
/**
|
|
1093
|
+
*
|
|
1094
|
+
* @type {string}
|
|
1095
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1096
|
+
*/
|
|
1097
|
+
readonly hospitalId?: string;
|
|
1098
|
+
/**
|
|
1099
|
+
*
|
|
1100
|
+
* @type {string}
|
|
1101
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1102
|
+
*/
|
|
1103
|
+
readonly hospitalName?: string;
|
|
1104
|
+
/**
|
|
1105
|
+
*
|
|
1106
|
+
* @type {Array<string>}
|
|
1107
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1108
|
+
*/
|
|
1109
|
+
readonly ids?: Array<string>;
|
|
1110
|
+
/**
|
|
1111
|
+
*
|
|
1112
|
+
* @type {string}
|
|
1113
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1114
|
+
*/
|
|
1115
|
+
readonly specialtyId?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
*
|
|
1118
|
+
* @type {boolean}
|
|
1119
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1120
|
+
*/
|
|
1121
|
+
readonly consultationEnabled?: boolean;
|
|
1122
|
+
/**
|
|
1123
|
+
*
|
|
1124
|
+
* @type {string}
|
|
1125
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1126
|
+
*/
|
|
1127
|
+
readonly languageCode?: string;
|
|
1128
|
+
/**
|
|
1129
|
+
*
|
|
1130
|
+
* @type {string}
|
|
1131
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1132
|
+
*/
|
|
1133
|
+
readonly id?: string;
|
|
1134
|
+
/**
|
|
1135
|
+
*
|
|
1136
|
+
* @type {string}
|
|
1137
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1138
|
+
*/
|
|
1139
|
+
readonly fullname?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
*
|
|
1142
|
+
* @type {string}
|
|
1143
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1144
|
+
*/
|
|
1145
|
+
readonly email?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
*
|
|
1148
|
+
* @type {Gender}
|
|
1149
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1150
|
+
*/
|
|
1151
|
+
readonly gender?: Gender;
|
|
1152
|
+
/**
|
|
1153
|
+
*
|
|
1154
|
+
* @type {Date}
|
|
1155
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1156
|
+
*/
|
|
1157
|
+
readonly dateOfBirth?: Date;
|
|
1158
|
+
/**
|
|
1159
|
+
*
|
|
1160
|
+
* @type {Date}
|
|
1161
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1162
|
+
*/
|
|
1163
|
+
readonly created?: Date;
|
|
1164
|
+
/**
|
|
1165
|
+
*
|
|
1166
|
+
* @type {number}
|
|
1167
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1168
|
+
*/
|
|
1169
|
+
readonly page?: number;
|
|
1170
|
+
/**
|
|
1171
|
+
*
|
|
1172
|
+
* @type {number}
|
|
1173
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1174
|
+
*/
|
|
1175
|
+
readonly limit?: number;
|
|
1176
|
+
/**
|
|
1177
|
+
*
|
|
1178
|
+
* @type {Date}
|
|
1179
|
+
* @memberof DoctorsApiApiV2DoctorsGet
|
|
1180
|
+
*/
|
|
1181
|
+
readonly lastRetrieved?: Date;
|
|
1182
|
+
}
|
|
1183
|
+
/**
|
|
1184
|
+
* Request parameters for apiV2DoctorsSimpleGet operation in DoctorsApi.
|
|
1185
|
+
* @export
|
|
1186
|
+
* @interface DoctorsApiApiV2DoctorsSimpleGetRequest
|
|
1187
|
+
*/
|
|
1188
|
+
export interface DoctorsApiApiV2DoctorsSimpleGetRequest {
|
|
1189
|
+
/**
|
|
1190
|
+
*
|
|
1191
|
+
* @type {string}
|
|
1192
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1193
|
+
*/
|
|
1194
|
+
readonly hospitalId?: string;
|
|
1195
|
+
/**
|
|
1196
|
+
*
|
|
1197
|
+
* @type {string}
|
|
1198
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1199
|
+
*/
|
|
1200
|
+
readonly hospitalName?: string;
|
|
1201
|
+
/**
|
|
1202
|
+
*
|
|
1203
|
+
* @type {Array<string>}
|
|
1204
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1205
|
+
*/
|
|
1206
|
+
readonly ids?: Array<string>;
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @type {string}
|
|
1210
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1211
|
+
*/
|
|
1212
|
+
readonly specialtyId?: string;
|
|
1213
|
+
/**
|
|
1214
|
+
*
|
|
1215
|
+
* @type {boolean}
|
|
1216
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1217
|
+
*/
|
|
1218
|
+
readonly consultationEnabled?: boolean;
|
|
1219
|
+
/**
|
|
1220
|
+
*
|
|
1221
|
+
* @type {string}
|
|
1222
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1223
|
+
*/
|
|
1224
|
+
readonly languageCode?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1229
|
+
*/
|
|
1230
|
+
readonly id?: string;
|
|
1231
|
+
/**
|
|
1232
|
+
*
|
|
1233
|
+
* @type {string}
|
|
1234
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1235
|
+
*/
|
|
1236
|
+
readonly fullname?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
*
|
|
1239
|
+
* @type {string}
|
|
1240
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1241
|
+
*/
|
|
1242
|
+
readonly email?: string;
|
|
1243
|
+
/**
|
|
1244
|
+
*
|
|
1245
|
+
* @type {Gender}
|
|
1246
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1247
|
+
*/
|
|
1248
|
+
readonly gender?: Gender;
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @type {Date}
|
|
1252
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1253
|
+
*/
|
|
1254
|
+
readonly dateOfBirth?: Date;
|
|
1255
|
+
/**
|
|
1256
|
+
*
|
|
1257
|
+
* @type {Date}
|
|
1258
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1259
|
+
*/
|
|
1260
|
+
readonly created?: Date;
|
|
1261
|
+
/**
|
|
1262
|
+
*
|
|
1263
|
+
* @type {number}
|
|
1264
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1265
|
+
*/
|
|
1266
|
+
readonly page?: number;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @type {number}
|
|
1270
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1271
|
+
*/
|
|
1272
|
+
readonly limit?: number;
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @type {Date}
|
|
1276
|
+
* @memberof DoctorsApiApiV2DoctorsSimpleGet
|
|
1277
|
+
*/
|
|
1278
|
+
readonly lastRetrieved?: Date;
|
|
1279
|
+
}
|
|
635
1280
|
/**
|
|
636
1281
|
* DoctorsApi - object-oriented interface
|
|
637
1282
|
* @export
|
|
@@ -642,212 +1287,137 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
642
1287
|
/**
|
|
643
1288
|
*
|
|
644
1289
|
* @summary Get DoctorCertificate.
|
|
645
|
-
* @param {
|
|
646
|
-
* @param {string} certificateId
|
|
1290
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGetRequest} requestParameters Request parameters.
|
|
647
1291
|
* @param {*} [options] Override http request option.
|
|
648
1292
|
* @throws {RequiredError}
|
|
649
1293
|
* @memberof DoctorsApi
|
|
650
1294
|
*/
|
|
651
|
-
apiV2DoctorsDoctorIdCertificatesCertificateIdGet(
|
|
1295
|
+
apiV2DoctorsDoctorIdCertificatesCertificateIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdCertificatesCertificateIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
652
1296
|
/**
|
|
653
1297
|
*
|
|
654
1298
|
* @summary Get All DoctorCertificate.
|
|
655
|
-
* @param {
|
|
656
|
-
* @param {string} [doctorName]
|
|
657
|
-
* @param {string} [certificateId]
|
|
658
|
-
* @param {string} [certificate]
|
|
659
|
-
* @param {Date} [activeFrom]
|
|
660
|
-
* @param {Date} [activeTo]
|
|
661
|
-
* @param {number} [page]
|
|
662
|
-
* @param {number} [limit]
|
|
663
|
-
* @param {Date} [lastRetrieved]
|
|
1299
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdCertificatesGetRequest} requestParameters Request parameters.
|
|
664
1300
|
* @param {*} [options] Override http request option.
|
|
665
1301
|
* @throws {RequiredError}
|
|
666
1302
|
* @memberof DoctorsApi
|
|
667
1303
|
*/
|
|
668
|
-
apiV2DoctorsDoctorIdCertificatesGet(
|
|
1304
|
+
apiV2DoctorsDoctorIdCertificatesGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdCertificatesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
|
|
669
1305
|
/**
|
|
670
1306
|
*
|
|
671
1307
|
* @summary Get DoctorEducation.
|
|
672
|
-
* @param {
|
|
673
|
-
* @param {string} educationId
|
|
1308
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGetRequest} requestParameters Request parameters.
|
|
674
1309
|
* @param {*} [options] Override http request option.
|
|
675
1310
|
* @throws {RequiredError}
|
|
676
1311
|
* @memberof DoctorsApi
|
|
677
1312
|
*/
|
|
678
|
-
apiV2DoctorsDoctorIdEducationsEducationIdGet(
|
|
1313
|
+
apiV2DoctorsDoctorIdEducationsEducationIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdEducationsEducationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
679
1314
|
/**
|
|
680
1315
|
*
|
|
681
1316
|
* @summary Get all DoctorEducations.
|
|
682
|
-
* @param {
|
|
683
|
-
* @param {string} [doctorName]
|
|
684
|
-
* @param {string} [educationId]
|
|
685
|
-
* @param {string} [institution]
|
|
686
|
-
* @param {string} [qualification]
|
|
687
|
-
* @param {Date} [graduationDate]
|
|
688
|
-
* @param {number} [page]
|
|
689
|
-
* @param {number} [limit]
|
|
690
|
-
* @param {Date} [lastRetrieved]
|
|
1317
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdEducationsGetRequest} requestParameters Request parameters.
|
|
691
1318
|
* @param {*} [options] Override http request option.
|
|
692
1319
|
* @throws {RequiredError}
|
|
693
1320
|
* @memberof DoctorsApi
|
|
694
1321
|
*/
|
|
695
|
-
apiV2DoctorsDoctorIdEducationsGet(
|
|
1322
|
+
apiV2DoctorsDoctorIdEducationsGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdEducationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
|
|
696
1323
|
/**
|
|
697
1324
|
*
|
|
698
1325
|
* @summary
|
|
699
|
-
* @param {
|
|
700
|
-
* @param {string} [languageCode]
|
|
701
|
-
* @param {boolean} [returnDefaultValue]
|
|
1326
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdGetRequest} requestParameters Request parameters.
|
|
702
1327
|
* @param {*} [options] Override http request option.
|
|
703
1328
|
* @throws {RequiredError}
|
|
704
1329
|
* @memberof DoctorsApi
|
|
705
1330
|
*/
|
|
706
|
-
apiV2DoctorsDoctorIdGet(
|
|
1331
|
+
apiV2DoctorsDoctorIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
707
1332
|
/**
|
|
708
1333
|
*
|
|
709
1334
|
* @summary Get all DoctorLanguages.
|
|
710
|
-
* @param {
|
|
711
|
-
* @param {string} [languageCode]
|
|
712
|
-
* @param {number} [page]
|
|
713
|
-
* @param {number} [limit]
|
|
714
|
-
* @param {Date} [lastRetrieved]
|
|
1335
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdLanguagesGetRequest} requestParameters Request parameters.
|
|
715
1336
|
* @param {*} [options] Override http request option.
|
|
716
1337
|
* @throws {RequiredError}
|
|
717
1338
|
* @memberof DoctorsApi
|
|
718
1339
|
*/
|
|
719
|
-
apiV2DoctorsDoctorIdLanguagesGet(
|
|
1340
|
+
apiV2DoctorsDoctorIdLanguagesGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdLanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel, any>>;
|
|
720
1341
|
/**
|
|
721
1342
|
*
|
|
722
1343
|
* @summary Get DoctorLanguage.
|
|
723
|
-
* @param {
|
|
724
|
-
* @param {string} languageCode
|
|
1344
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGetRequest} requestParameters Request parameters.
|
|
725
1345
|
* @param {*} [options] Override http request option.
|
|
726
1346
|
* @throws {RequiredError}
|
|
727
1347
|
* @memberof DoctorsApi
|
|
728
1348
|
*/
|
|
729
|
-
apiV2DoctorsDoctorIdLanguagesLanguageCodeGet(
|
|
1349
|
+
apiV2DoctorsDoctorIdLanguagesLanguageCodeGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel, any>>;
|
|
730
1350
|
/**
|
|
731
1351
|
*
|
|
732
1352
|
* @summary Get all DoctorMedias.
|
|
733
|
-
* @param {
|
|
734
|
-
* @param {string} [id]
|
|
735
|
-
* @param {MediaType} [mediaType]
|
|
736
|
-
* @param {number} [page]
|
|
737
|
-
* @param {number} [limit]
|
|
738
|
-
* @param {Date} [lastRetrieved]
|
|
1353
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdMediasGetRequest} requestParameters Request parameters.
|
|
739
1354
|
* @param {*} [options] Override http request option.
|
|
740
1355
|
* @throws {RequiredError}
|
|
741
1356
|
* @memberof DoctorsApi
|
|
742
1357
|
*/
|
|
743
|
-
apiV2DoctorsDoctorIdMediasGet(
|
|
1358
|
+
apiV2DoctorsDoctorIdMediasGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
744
1359
|
/**
|
|
745
1360
|
*
|
|
746
1361
|
* @summary Get DoctorMedia.
|
|
747
|
-
* @param {
|
|
748
|
-
* @param {string} mediaId
|
|
1362
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
749
1363
|
* @param {*} [options] Override http request option.
|
|
750
1364
|
* @throws {RequiredError}
|
|
751
1365
|
* @memberof DoctorsApi
|
|
752
1366
|
*/
|
|
753
|
-
apiV2DoctorsDoctorIdMediasMediaIdGet(
|
|
1367
|
+
apiV2DoctorsDoctorIdMediasMediaIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
754
1368
|
/**
|
|
755
1369
|
*
|
|
756
1370
|
* @summary Get All DoctorPortfolios
|
|
757
|
-
* @param {
|
|
758
|
-
* @param {string} [doctorName]
|
|
759
|
-
* @param {string} [portfolioId]
|
|
760
|
-
* @param {string} [name]
|
|
761
|
-
* @param {number} [page]
|
|
762
|
-
* @param {number} [limit]
|
|
763
|
-
* @param {Date} [lastRetrieved]
|
|
1371
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdPortfoliosGetRequest} requestParameters Request parameters.
|
|
764
1372
|
* @param {*} [options] Override http request option.
|
|
765
1373
|
* @throws {RequiredError}
|
|
766
1374
|
* @memberof DoctorsApi
|
|
767
1375
|
*/
|
|
768
|
-
apiV2DoctorsDoctorIdPortfoliosGet(
|
|
1376
|
+
apiV2DoctorsDoctorIdPortfoliosGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdPortfoliosGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
|
|
769
1377
|
/**
|
|
770
1378
|
*
|
|
771
1379
|
* @summary Get DoctorPortfolio.
|
|
772
|
-
* @param {
|
|
773
|
-
* @param {string} portfolioId
|
|
1380
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGetRequest} requestParameters Request parameters.
|
|
774
1381
|
* @param {*} [options] Override http request option.
|
|
775
1382
|
* @throws {RequiredError}
|
|
776
1383
|
* @memberof DoctorsApi
|
|
777
1384
|
*/
|
|
778
|
-
apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(
|
|
1385
|
+
apiV2DoctorsDoctorIdPortfoliosPortfolioIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdPortfoliosPortfolioIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
779
1386
|
/**
|
|
780
1387
|
*
|
|
781
1388
|
* @summary Get All DoctorSpecialties.
|
|
782
|
-
* @param {
|
|
783
|
-
* @param {string} [doctorName]
|
|
784
|
-
* @param {string} [specialtyId]
|
|
785
|
-
* @param {string} [specialtyName]
|
|
786
|
-
* @param {string} [languageCode]
|
|
787
|
-
* @param {number} [page]
|
|
788
|
-
* @param {number} [limit]
|
|
789
|
-
* @param {Date} [lastRetrieved]
|
|
1389
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
790
1390
|
* @param {*} [options] Override http request option.
|
|
791
1391
|
* @throws {RequiredError}
|
|
792
1392
|
* @memberof DoctorsApi
|
|
793
1393
|
*/
|
|
794
|
-
apiV2DoctorsDoctorIdSpecialtiesGet(
|
|
1394
|
+
apiV2DoctorsDoctorIdSpecialtiesGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdSpecialtiesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
|
|
795
1395
|
/**
|
|
796
1396
|
*
|
|
797
1397
|
* @summary Get DoctorSpecialty
|
|
798
|
-
* @param {
|
|
799
|
-
* @param {string} specialtyId
|
|
800
|
-
* @param {string} [languageCode]
|
|
1398
|
+
* @param {DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
801
1399
|
* @param {*} [options] Override http request option.
|
|
802
1400
|
* @throws {RequiredError}
|
|
803
1401
|
* @memberof DoctorsApi
|
|
804
1402
|
*/
|
|
805
|
-
apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(
|
|
1403
|
+
apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(requestParameters: DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
806
1404
|
/**
|
|
807
1405
|
*
|
|
808
1406
|
* @summary Get all Doctors.
|
|
809
|
-
* @param {
|
|
810
|
-
* @param {string} [hospitalName]
|
|
811
|
-
* @param {Array<string>} [ids]
|
|
812
|
-
* @param {string} [specialtyId]
|
|
813
|
-
* @param {boolean} [consultationEnabled]
|
|
814
|
-
* @param {string} [languageCode]
|
|
815
|
-
* @param {string} [id]
|
|
816
|
-
* @param {string} [fullname]
|
|
817
|
-
* @param {string} [email]
|
|
818
|
-
* @param {Gender} [gender]
|
|
819
|
-
* @param {Date} [dateOfBirth]
|
|
820
|
-
* @param {Date} [created]
|
|
821
|
-
* @param {number} [page]
|
|
822
|
-
* @param {number} [limit]
|
|
823
|
-
* @param {Date} [lastRetrieved]
|
|
1407
|
+
* @param {DoctorsApiApiV2DoctorsGetRequest} requestParameters Request parameters.
|
|
824
1408
|
* @param {*} [options] Override http request option.
|
|
825
1409
|
* @throws {RequiredError}
|
|
826
1410
|
* @memberof DoctorsApi
|
|
827
1411
|
*/
|
|
828
|
-
apiV2DoctorsGet(
|
|
1412
|
+
apiV2DoctorsGet(requestParameters?: DoctorsApiApiV2DoctorsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
|
|
829
1413
|
/**
|
|
830
1414
|
*
|
|
831
1415
|
* @summary Get all Doctors.
|
|
832
|
-
* @param {
|
|
833
|
-
* @param {string} [hospitalName]
|
|
834
|
-
* @param {Array<string>} [ids]
|
|
835
|
-
* @param {string} [specialtyId]
|
|
836
|
-
* @param {boolean} [consultationEnabled]
|
|
837
|
-
* @param {string} [languageCode]
|
|
838
|
-
* @param {string} [id]
|
|
839
|
-
* @param {string} [fullname]
|
|
840
|
-
* @param {string} [email]
|
|
841
|
-
* @param {Gender} [gender]
|
|
842
|
-
* @param {Date} [dateOfBirth]
|
|
843
|
-
* @param {Date} [created]
|
|
844
|
-
* @param {number} [page]
|
|
845
|
-
* @param {number} [limit]
|
|
846
|
-
* @param {Date} [lastRetrieved]
|
|
1416
|
+
* @param {DoctorsApiApiV2DoctorsSimpleGetRequest} requestParameters Request parameters.
|
|
847
1417
|
* @param {*} [options] Override http request option.
|
|
848
1418
|
* @throws {RequiredError}
|
|
849
1419
|
* @memberof DoctorsApi
|
|
850
1420
|
*/
|
|
851
|
-
apiV2DoctorsSimpleGet(
|
|
1421
|
+
apiV2DoctorsSimpleGet(requestParameters?: DoctorsApiApiV2DoctorsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
|
|
852
1422
|
}
|
|
853
1423
|
//# sourceMappingURL=doctors-api.d.ts.map
|