ch-admin-api-client-typescript 5.43.20 → 5.45.4
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/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/curation-categories-api.d.ts +385 -0
- package/lib/api/curation-categories-api.d.ts.map +1 -0
- package/lib/api/{search-curations-api.js → curation-categories-api.js} +192 -175
- package/lib/api/curations-api.d.ts +49 -168
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +63 -259
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +25 -6
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +30 -18
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/whats-app-template-media-api.d.ts +321 -0
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
- package/lib/api/whats-app-template-media-api.js +618 -0
- package/lib/api.d.ts +2 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -1
- package/lib/models/chadmin-model.d.ts +0 -7
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -7
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +0 -7
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/lib/models/create-curation-category-command.d.ts +37 -0
- package/lib/models/create-curation-category-command.d.ts.map +1 -0
- package/lib/models/create-curation-command-translation.d.ts +37 -0
- package/lib/models/create-curation-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-command.d.ts +4 -57
- package/lib/models/create-curation-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +6 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +6 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
- package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
- package/lib/models/curation-categories-model.d.ts +33 -0
- package/lib/models/curation-categories-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.d.ts +49 -0
- package/lib/models/curation-category-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.js +15 -0
- package/lib/models/curation-model.d.ts +8 -51
- package/lib/models/curation-model.d.ts.map +1 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +31 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +15 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +15 -5
- package/lib/models/manager-model.d.ts +0 -7
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/{user-type.js → meta-media-type.d.ts} +8 -14
- package/lib/models/meta-media-type.d.ts.map +1 -0
- package/lib/models/meta-media-type.js +28 -0
- package/lib/models/patient-manager-model.d.ts +0 -7
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -7
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/translate-curation-category-command.d.ts +31 -0
- package/lib/models/translate-curation-category-command.d.ts.map +1 -0
- package/lib/models/translate-curation-category-command.js +15 -0
- package/lib/models/translate-curation-command.d.ts +0 -13
- package/lib/models/translate-curation-command.d.ts.map +1 -1
- package/lib/models/update-curation-category-command-translation.d.ts +31 -0
- package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-category-command-translation.js +15 -0
- package/lib/models/update-curation-category-command.d.ts +38 -0
- package/lib/models/update-curation-category-command.d.ts.map +1 -0
- package/lib/models/update-curation-category-command.js +15 -0
- package/lib/models/update-curation-command-translation.d.ts +37 -0
- package/lib/models/update-curation-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-command-translation.js +15 -0
- package/lib/models/update-curation-command.d.ts +5 -46
- package/lib/models/update-curation-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -7
- package/lib/models/user-model.d.ts.map +1 -1
- package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-item-model.js +15 -0
- package/lib/models/whats-app-template-media-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-model.js +15 -0
- package/lib/models/{search-curation-primary-item-model.d.ts → whats-app-template-media-tags-model.d.ts} +7 -7
- package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-tags-model.js +15 -0
- package/lib/models/whats-app-template-medias-model.d.ts +33 -0
- package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-medias-model.js +15 -0
- package/package.json +1 -1
- package/lib/api/search-curations-api.d.ts +0 -364
- package/lib/api/search-curations-api.d.ts.map +0 -1
- package/lib/models/save-search-curations-command.d.ts +0 -26
- package/lib/models/save-search-curations-command.d.ts.map +0 -1
- package/lib/models/search-curation-item-input-model.d.ts +0 -92
- package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
- package/lib/models/search-curation-item-model.d.ts +0 -98
- package/lib/models/search-curation-item-model.d.ts.map +0 -1
- package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
- package/lib/models/user-type.d.ts +0 -28
- package/lib/models/user-type.d.ts.map +0 -1
- /package/lib/models/{save-search-curations-command.js → create-curation-category-command.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-whats-app-template-media-command.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → curation-categories-model.js} +0 -0
package/lib/api/patients-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all Patients. (Auth
|
|
106
|
+
* @summary Get all Patients. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
107
107
|
* @param {string} [hospitalId]
|
|
108
108
|
* @param {string} [id]
|
|
109
109
|
* @param {string} [fullname]
|
|
@@ -196,7 +196,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
196
196
|
},
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
|
-
* @summary Delete patient affiliation (Auth
|
|
199
|
+
* @summary Delete patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
200
200
|
* @param {string} patientId
|
|
201
201
|
* @param {string} hospitalId
|
|
202
202
|
* @param {boolean} [isPermanent]
|
|
@@ -251,7 +251,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
|
-
* @summary Get patientAffiliation by patient id and hospital id. (Auth
|
|
254
|
+
* @summary Get patientAffiliation by patient id and hospital id. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
255
255
|
* @param {string} patientId
|
|
256
256
|
* @param {string} hospitalId
|
|
257
257
|
* @param {string} [languageCode]
|
|
@@ -306,7 +306,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
306
306
|
},
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
|
-
* @summary Create patient affiliation (Auth
|
|
309
|
+
* @summary Create patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
310
310
|
* @param {string} patientId
|
|
311
311
|
* @param {string} hospitalId
|
|
312
312
|
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
@@ -360,7 +360,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
360
360
|
},
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
|
-
* @summary Update patient affiliation (Auth
|
|
363
|
+
* @summary Update patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
364
364
|
* @param {string} patientId
|
|
365
365
|
* @param {string} hospitalId
|
|
366
366
|
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
@@ -414,7 +414,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
414
414
|
},
|
|
415
415
|
/**
|
|
416
416
|
*
|
|
417
|
-
* @summary Reactivate patient affiliation (Auth
|
|
417
|
+
* @summary Reactivate patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
418
418
|
* @param {string} patientId
|
|
419
419
|
* @param {string} hospitalId
|
|
420
420
|
* @param {*} [options] Override http request option.
|
|
@@ -465,7 +465,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
465
465
|
},
|
|
466
466
|
/**
|
|
467
467
|
*
|
|
468
|
-
* @summary Delete Patient. (Auth
|
|
468
|
+
* @summary Delete Patient. (Auth roles: Admin,Manager)
|
|
469
469
|
* @param {string} patientId
|
|
470
470
|
* @param {boolean} [isPermanent]
|
|
471
471
|
* @param {*} [options] Override http request option.
|
|
@@ -516,7 +516,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
516
516
|
},
|
|
517
517
|
/**
|
|
518
518
|
*
|
|
519
|
-
* @summary Get Patient. (Auth
|
|
519
|
+
* @summary Get Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
520
520
|
* @param {string} patientId
|
|
521
521
|
* @param {*} [options] Override http request option.
|
|
522
522
|
* @throws {RequiredError}
|
|
@@ -563,7 +563,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
563
563
|
},
|
|
564
564
|
/**
|
|
565
565
|
*
|
|
566
|
-
* @summary Update Patient. (Auth
|
|
566
|
+
* @summary Update Patient. (Auth roles: Admin,Manager,PatientManager)
|
|
567
567
|
* @param {string} patientId
|
|
568
568
|
* @param {UpdatePatientCommand} [updatePatientCommand]
|
|
569
569
|
* @param {*} [options] Override http request option.
|
|
@@ -613,7 +613,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
613
613
|
},
|
|
614
614
|
/**
|
|
615
615
|
*
|
|
616
|
-
* @summary Reactive Patient. (Auth
|
|
616
|
+
* @summary Reactive Patient. (Auth roles: Admin,Manager)
|
|
617
617
|
* @param {string} patientId
|
|
618
618
|
* @param {*} [options] Override http request option.
|
|
619
619
|
* @throws {RequiredError}
|
|
@@ -660,7 +660,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
660
660
|
},
|
|
661
661
|
/**
|
|
662
662
|
*
|
|
663
|
-
* @summary Create a Patient. (Auth
|
|
663
|
+
* @summary Create a Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
664
664
|
* @param {CreatePatientCommand} [createPatientCommand]
|
|
665
665
|
* @param {*} [options] Override http request option.
|
|
666
666
|
* @throws {RequiredError}
|
|
@@ -706,7 +706,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
|
|
|
706
706
|
},
|
|
707
707
|
/**
|
|
708
708
|
*
|
|
709
|
-
* @summary Get patient information for Patient walk-in feature (Auth
|
|
709
|
+
* @summary Get patient information for Patient walk-in feature (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
710
710
|
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
711
711
|
* @param {*} [options] Override http request option.
|
|
712
712
|
* @throws {RequiredError}
|
|
@@ -762,7 +762,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
762
762
|
return {
|
|
763
763
|
/**
|
|
764
764
|
*
|
|
765
|
-
* @summary Get all Patients. (Auth
|
|
765
|
+
* @summary Get all Patients. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
766
766
|
* @param {string} [hospitalId]
|
|
767
767
|
* @param {string} [id]
|
|
768
768
|
* @param {string} [fullname]
|
|
@@ -792,7 +792,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
792
792
|
},
|
|
793
793
|
/**
|
|
794
794
|
*
|
|
795
|
-
* @summary Delete patient affiliation (Auth
|
|
795
|
+
* @summary Delete patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
796
796
|
* @param {string} patientId
|
|
797
797
|
* @param {string} hospitalId
|
|
798
798
|
* @param {boolean} [isPermanent]
|
|
@@ -814,7 +814,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
814
814
|
},
|
|
815
815
|
/**
|
|
816
816
|
*
|
|
817
|
-
* @summary Get patientAffiliation by patient id and hospital id. (Auth
|
|
817
|
+
* @summary Get patientAffiliation by patient id and hospital id. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
818
818
|
* @param {string} patientId
|
|
819
819
|
* @param {string} hospitalId
|
|
820
820
|
* @param {string} [languageCode]
|
|
@@ -836,7 +836,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
836
836
|
},
|
|
837
837
|
/**
|
|
838
838
|
*
|
|
839
|
-
* @summary Create patient affiliation (Auth
|
|
839
|
+
* @summary Create patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
840
840
|
* @param {string} patientId
|
|
841
841
|
* @param {string} hospitalId
|
|
842
842
|
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
@@ -858,7 +858,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
858
858
|
},
|
|
859
859
|
/**
|
|
860
860
|
*
|
|
861
|
-
* @summary Update patient affiliation (Auth
|
|
861
|
+
* @summary Update patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
862
862
|
* @param {string} patientId
|
|
863
863
|
* @param {string} hospitalId
|
|
864
864
|
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
@@ -880,7 +880,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
880
880
|
},
|
|
881
881
|
/**
|
|
882
882
|
*
|
|
883
|
-
* @summary Reactivate patient affiliation (Auth
|
|
883
|
+
* @summary Reactivate patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
884
884
|
* @param {string} patientId
|
|
885
885
|
* @param {string} hospitalId
|
|
886
886
|
* @param {*} [options] Override http request option.
|
|
@@ -901,7 +901,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
901
901
|
},
|
|
902
902
|
/**
|
|
903
903
|
*
|
|
904
|
-
* @summary Delete Patient. (Auth
|
|
904
|
+
* @summary Delete Patient. (Auth roles: Admin,Manager)
|
|
905
905
|
* @param {string} patientId
|
|
906
906
|
* @param {boolean} [isPermanent]
|
|
907
907
|
* @param {*} [options] Override http request option.
|
|
@@ -922,7 +922,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
922
922
|
},
|
|
923
923
|
/**
|
|
924
924
|
*
|
|
925
|
-
* @summary Get Patient. (Auth
|
|
925
|
+
* @summary Get Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
926
926
|
* @param {string} patientId
|
|
927
927
|
* @param {*} [options] Override http request option.
|
|
928
928
|
* @throws {RequiredError}
|
|
@@ -942,7 +942,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
942
942
|
},
|
|
943
943
|
/**
|
|
944
944
|
*
|
|
945
|
-
* @summary Update Patient. (Auth
|
|
945
|
+
* @summary Update Patient. (Auth roles: Admin,Manager,PatientManager)
|
|
946
946
|
* @param {string} patientId
|
|
947
947
|
* @param {UpdatePatientCommand} [updatePatientCommand]
|
|
948
948
|
* @param {*} [options] Override http request option.
|
|
@@ -963,7 +963,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
963
963
|
},
|
|
964
964
|
/**
|
|
965
965
|
*
|
|
966
|
-
* @summary Reactive Patient. (Auth
|
|
966
|
+
* @summary Reactive Patient. (Auth roles: Admin,Manager)
|
|
967
967
|
* @param {string} patientId
|
|
968
968
|
* @param {*} [options] Override http request option.
|
|
969
969
|
* @throws {RequiredError}
|
|
@@ -983,7 +983,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
983
983
|
},
|
|
984
984
|
/**
|
|
985
985
|
*
|
|
986
|
-
* @summary Create a Patient. (Auth
|
|
986
|
+
* @summary Create a Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
987
987
|
* @param {CreatePatientCommand} [createPatientCommand]
|
|
988
988
|
* @param {*} [options] Override http request option.
|
|
989
989
|
* @throws {RequiredError}
|
|
@@ -1003,7 +1003,7 @@ var PatientsApiFp = function (configuration) {
|
|
|
1003
1003
|
},
|
|
1004
1004
|
/**
|
|
1005
1005
|
*
|
|
1006
|
-
* @summary Get patient information for Patient walk-in feature (Auth
|
|
1006
|
+
* @summary Get patient information for Patient walk-in feature (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1007
1007
|
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
1008
1008
|
* @param {*} [options] Override http request option.
|
|
1009
1009
|
* @throws {RequiredError}
|
|
@@ -1033,7 +1033,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1033
1033
|
return {
|
|
1034
1034
|
/**
|
|
1035
1035
|
*
|
|
1036
|
-
* @summary Get all Patients. (Auth
|
|
1036
|
+
* @summary Get all Patients. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1037
1037
|
* @param {string} [hospitalId]
|
|
1038
1038
|
* @param {string} [id]
|
|
1039
1039
|
* @param {string} [fullname]
|
|
@@ -1053,7 +1053,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1053
1053
|
},
|
|
1054
1054
|
/**
|
|
1055
1055
|
*
|
|
1056
|
-
* @summary Delete patient affiliation (Auth
|
|
1056
|
+
* @summary Delete patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1057
1057
|
* @param {string} patientId
|
|
1058
1058
|
* @param {string} hospitalId
|
|
1059
1059
|
* @param {boolean} [isPermanent]
|
|
@@ -1065,7 +1065,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1065
1065
|
},
|
|
1066
1066
|
/**
|
|
1067
1067
|
*
|
|
1068
|
-
* @summary Get patientAffiliation by patient id and hospital id. (Auth
|
|
1068
|
+
* @summary Get patientAffiliation by patient id and hospital id. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1069
1069
|
* @param {string} patientId
|
|
1070
1070
|
* @param {string} hospitalId
|
|
1071
1071
|
* @param {string} [languageCode]
|
|
@@ -1077,7 +1077,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1077
1077
|
},
|
|
1078
1078
|
/**
|
|
1079
1079
|
*
|
|
1080
|
-
* @summary Create patient affiliation (Auth
|
|
1080
|
+
* @summary Create patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1081
1081
|
* @param {string} patientId
|
|
1082
1082
|
* @param {string} hospitalId
|
|
1083
1083
|
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
@@ -1089,7 +1089,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1089
1089
|
},
|
|
1090
1090
|
/**
|
|
1091
1091
|
*
|
|
1092
|
-
* @summary Update patient affiliation (Auth
|
|
1092
|
+
* @summary Update patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1093
1093
|
* @param {string} patientId
|
|
1094
1094
|
* @param {string} hospitalId
|
|
1095
1095
|
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
@@ -1101,7 +1101,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1101
1101
|
},
|
|
1102
1102
|
/**
|
|
1103
1103
|
*
|
|
1104
|
-
* @summary Reactivate patient affiliation (Auth
|
|
1104
|
+
* @summary Reactivate patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1105
1105
|
* @param {string} patientId
|
|
1106
1106
|
* @param {string} hospitalId
|
|
1107
1107
|
* @param {*} [options] Override http request option.
|
|
@@ -1112,7 +1112,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1112
1112
|
},
|
|
1113
1113
|
/**
|
|
1114
1114
|
*
|
|
1115
|
-
* @summary Delete Patient. (Auth
|
|
1115
|
+
* @summary Delete Patient. (Auth roles: Admin,Manager)
|
|
1116
1116
|
* @param {string} patientId
|
|
1117
1117
|
* @param {boolean} [isPermanent]
|
|
1118
1118
|
* @param {*} [options] Override http request option.
|
|
@@ -1123,7 +1123,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1123
1123
|
},
|
|
1124
1124
|
/**
|
|
1125
1125
|
*
|
|
1126
|
-
* @summary Get Patient. (Auth
|
|
1126
|
+
* @summary Get Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1127
1127
|
* @param {string} patientId
|
|
1128
1128
|
* @param {*} [options] Override http request option.
|
|
1129
1129
|
* @throws {RequiredError}
|
|
@@ -1133,7 +1133,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1133
1133
|
},
|
|
1134
1134
|
/**
|
|
1135
1135
|
*
|
|
1136
|
-
* @summary Update Patient. (Auth
|
|
1136
|
+
* @summary Update Patient. (Auth roles: Admin,Manager,PatientManager)
|
|
1137
1137
|
* @param {string} patientId
|
|
1138
1138
|
* @param {UpdatePatientCommand} [updatePatientCommand]
|
|
1139
1139
|
* @param {*} [options] Override http request option.
|
|
@@ -1144,7 +1144,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1144
1144
|
},
|
|
1145
1145
|
/**
|
|
1146
1146
|
*
|
|
1147
|
-
* @summary Reactive Patient. (Auth
|
|
1147
|
+
* @summary Reactive Patient. (Auth roles: Admin,Manager)
|
|
1148
1148
|
* @param {string} patientId
|
|
1149
1149
|
* @param {*} [options] Override http request option.
|
|
1150
1150
|
* @throws {RequiredError}
|
|
@@ -1154,7 +1154,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1154
1154
|
},
|
|
1155
1155
|
/**
|
|
1156
1156
|
*
|
|
1157
|
-
* @summary Create a Patient. (Auth
|
|
1157
|
+
* @summary Create a Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1158
1158
|
* @param {CreatePatientCommand} [createPatientCommand]
|
|
1159
1159
|
* @param {*} [options] Override http request option.
|
|
1160
1160
|
* @throws {RequiredError}
|
|
@@ -1164,7 +1164,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
|
|
|
1164
1164
|
},
|
|
1165
1165
|
/**
|
|
1166
1166
|
*
|
|
1167
|
-
* @summary Get patient information for Patient walk-in feature (Auth
|
|
1167
|
+
* @summary Get patient information for Patient walk-in feature (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1168
1168
|
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
1169
1169
|
* @param {*} [options] Override http request option.
|
|
1170
1170
|
* @throws {RequiredError}
|
|
@@ -1188,7 +1188,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
/**
|
|
1190
1190
|
*
|
|
1191
|
-
* @summary Get all Patients. (Auth
|
|
1191
|
+
* @summary Get all Patients. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1192
1192
|
* @param {PatientsApiApiV1PatientsGetRequest} requestParameters Request parameters.
|
|
1193
1193
|
* @param {*} [options] Override http request option.
|
|
1194
1194
|
* @throws {RequiredError}
|
|
@@ -1201,7 +1201,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1201
1201
|
};
|
|
1202
1202
|
/**
|
|
1203
1203
|
*
|
|
1204
|
-
* @summary Delete patient affiliation (Auth
|
|
1204
|
+
* @summary Delete patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1205
1205
|
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdDeleteRequest} requestParameters Request parameters.
|
|
1206
1206
|
* @param {*} [options] Override http request option.
|
|
1207
1207
|
* @throws {RequiredError}
|
|
@@ -1213,7 +1213,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1213
1213
|
};
|
|
1214
1214
|
/**
|
|
1215
1215
|
*
|
|
1216
|
-
* @summary Get patientAffiliation by patient id and hospital id. (Auth
|
|
1216
|
+
* @summary Get patientAffiliation by patient id and hospital id. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1217
1217
|
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest} requestParameters Request parameters.
|
|
1218
1218
|
* @param {*} [options] Override http request option.
|
|
1219
1219
|
* @throws {RequiredError}
|
|
@@ -1225,7 +1225,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1225
1225
|
};
|
|
1226
1226
|
/**
|
|
1227
1227
|
*
|
|
1228
|
-
* @summary Create patient affiliation (Auth
|
|
1228
|
+
* @summary Create patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1229
1229
|
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPostRequest} requestParameters Request parameters.
|
|
1230
1230
|
* @param {*} [options] Override http request option.
|
|
1231
1231
|
* @throws {RequiredError}
|
|
@@ -1237,7 +1237,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1237
1237
|
};
|
|
1238
1238
|
/**
|
|
1239
1239
|
*
|
|
1240
|
-
* @summary Update patient affiliation (Auth
|
|
1240
|
+
* @summary Update patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1241
1241
|
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest} requestParameters Request parameters.
|
|
1242
1242
|
* @param {*} [options] Override http request option.
|
|
1243
1243
|
* @throws {RequiredError}
|
|
@@ -1249,7 +1249,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1249
1249
|
};
|
|
1250
1250
|
/**
|
|
1251
1251
|
*
|
|
1252
|
-
* @summary Reactivate patient affiliation (Auth
|
|
1252
|
+
* @summary Reactivate patient affiliation (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
1253
1253
|
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdReactivatePutRequest} requestParameters Request parameters.
|
|
1254
1254
|
* @param {*} [options] Override http request option.
|
|
1255
1255
|
* @throws {RequiredError}
|
|
@@ -1261,7 +1261,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1261
1261
|
};
|
|
1262
1262
|
/**
|
|
1263
1263
|
*
|
|
1264
|
-
* @summary Delete Patient. (Auth
|
|
1264
|
+
* @summary Delete Patient. (Auth roles: Admin,Manager)
|
|
1265
1265
|
* @param {PatientsApiApiV1PatientsPatientIdDeleteRequest} requestParameters Request parameters.
|
|
1266
1266
|
* @param {*} [options] Override http request option.
|
|
1267
1267
|
* @throws {RequiredError}
|
|
@@ -1273,7 +1273,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1273
1273
|
};
|
|
1274
1274
|
/**
|
|
1275
1275
|
*
|
|
1276
|
-
* @summary Get Patient. (Auth
|
|
1276
|
+
* @summary Get Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1277
1277
|
* @param {PatientsApiApiV1PatientsPatientIdGetRequest} requestParameters Request parameters.
|
|
1278
1278
|
* @param {*} [options] Override http request option.
|
|
1279
1279
|
* @throws {RequiredError}
|
|
@@ -1285,7 +1285,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1285
1285
|
};
|
|
1286
1286
|
/**
|
|
1287
1287
|
*
|
|
1288
|
-
* @summary Update Patient. (Auth
|
|
1288
|
+
* @summary Update Patient. (Auth roles: Admin,Manager,PatientManager)
|
|
1289
1289
|
* @param {PatientsApiApiV1PatientsPatientIdPutRequest} requestParameters Request parameters.
|
|
1290
1290
|
* @param {*} [options] Override http request option.
|
|
1291
1291
|
* @throws {RequiredError}
|
|
@@ -1297,7 +1297,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1297
1297
|
};
|
|
1298
1298
|
/**
|
|
1299
1299
|
*
|
|
1300
|
-
* @summary Reactive Patient. (Auth
|
|
1300
|
+
* @summary Reactive Patient. (Auth roles: Admin,Manager)
|
|
1301
1301
|
* @param {PatientsApiApiV1PatientsPatientIdReactivatePutRequest} requestParameters Request parameters.
|
|
1302
1302
|
* @param {*} [options] Override http request option.
|
|
1303
1303
|
* @throws {RequiredError}
|
|
@@ -1309,7 +1309,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1309
1309
|
};
|
|
1310
1310
|
/**
|
|
1311
1311
|
*
|
|
1312
|
-
* @summary Create a Patient. (Auth
|
|
1312
|
+
* @summary Create a Patient. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1313
1313
|
* @param {PatientsApiApiV1PatientsPostRequest} requestParameters Request parameters.
|
|
1314
1314
|
* @param {*} [options] Override http request option.
|
|
1315
1315
|
* @throws {RequiredError}
|
|
@@ -1322,7 +1322,7 @@ var PatientsApi = /** @class */ (function (_super) {
|
|
|
1322
1322
|
};
|
|
1323
1323
|
/**
|
|
1324
1324
|
*
|
|
1325
|
-
* @summary Get patient information for Patient walk-in feature (Auth
|
|
1325
|
+
* @summary Get patient information for Patient walk-in feature (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1326
1326
|
* @param {PatientsApiApiV1PatientsWalkinPostRequest} requestParameters Request parameters.
|
|
1327
1327
|
* @param {*} [options] Override http request option.
|
|
1328
1328
|
* @throws {RequiredError}
|
|
@@ -23,7 +23,7 @@ import { SurveyResultsModel } from '../models';
|
|
|
23
23
|
export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @summary Get survey results (Auth
|
|
26
|
+
* @summary Get survey results (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
27
27
|
* @param {string} [id]
|
|
28
28
|
* @param {string} [hospitalId]
|
|
29
29
|
* @param {string} [surveyFormId]
|
|
@@ -42,7 +42,7 @@ export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configu
|
|
|
42
42
|
apiV1SurveyresultsGet: (id?: string, hospitalId?: string, surveyFormId?: string, name?: string, languageCode?: string, periodUnit?: PeriodUnits, startDateTime?: Date, endDateTime?: Date, isExternal?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @summary Send manual notification of target SurveyResult (Auth
|
|
45
|
+
* @summary Send manual notification of target SurveyResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
46
46
|
* @param {SendEmailCommand} [sendEmailCommand]
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
48
48
|
* @throws {RequiredError}
|
|
@@ -50,7 +50,7 @@ export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configu
|
|
|
50
50
|
apiV1SurveyresultsSendemailPost: (sendEmailCommand?: SendEmailCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
|
-
* @summary Delete survey result (Auth
|
|
53
|
+
* @summary Delete survey result (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
54
54
|
* @param {string} surveyResultId
|
|
55
55
|
* @param {*} [options] Override http request option.
|
|
56
56
|
* @throws {RequiredError}
|
|
@@ -58,7 +58,7 @@ export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configu
|
|
|
58
58
|
apiV1SurveyresultsSurveyResultIdDelete: (surveyResultId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @summary Get survey result by Id (Auth
|
|
61
|
+
* @summary Get survey result by Id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
62
62
|
* @param {string} surveyResultId
|
|
63
63
|
* @param {string} [languageCode]
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
@@ -73,7 +73,7 @@ export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configu
|
|
|
73
73
|
export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
|
-
* @summary Get survey results (Auth
|
|
76
|
+
* @summary Get survey results (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
77
77
|
* @param {string} [id]
|
|
78
78
|
* @param {string} [hospitalId]
|
|
79
79
|
* @param {string} [surveyFormId]
|
|
@@ -92,7 +92,7 @@ export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
|
92
92
|
apiV1SurveyresultsGet(id?: string, hospitalId?: string, surveyFormId?: string, name?: string, languageCode?: string, periodUnit?: PeriodUnits, startDateTime?: Date, endDateTime?: Date, isExternal?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SurveyResultsModel>>;
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
|
-
* @summary Send manual notification of target SurveyResult (Auth
|
|
95
|
+
* @summary Send manual notification of target SurveyResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
96
96
|
* @param {SendEmailCommand} [sendEmailCommand]
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
@@ -100,7 +100,7 @@ export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
|
100
100
|
apiV1SurveyresultsSendemailPost(sendEmailCommand?: SendEmailCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
|
-
* @summary Delete survey result (Auth
|
|
103
|
+
* @summary Delete survey result (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
104
104
|
* @param {string} surveyResultId
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
@@ -108,7 +108,7 @@ export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
|
108
108
|
apiV1SurveyresultsSurveyResultIdDelete(surveyResultId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
109
109
|
/**
|
|
110
110
|
*
|
|
111
|
-
* @summary Get survey result by Id (Auth
|
|
111
|
+
* @summary Get survey result by Id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
112
112
|
* @param {string} surveyResultId
|
|
113
113
|
* @param {string} [languageCode]
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
@@ -123,7 +123,7 @@ export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
|
123
123
|
export declare const SurveyResultsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
|
-
* @summary Get survey results (Auth
|
|
126
|
+
* @summary Get survey results (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
127
127
|
* @param {string} [id]
|
|
128
128
|
* @param {string} [hospitalId]
|
|
129
129
|
* @param {string} [surveyFormId]
|
|
@@ -142,7 +142,7 @@ export declare const SurveyResultsApiFactory: (configuration?: Configuration, ba
|
|
|
142
142
|
apiV1SurveyresultsGet(id?: string, hospitalId?: string, surveyFormId?: string, name?: string, languageCode?: string, periodUnit?: PeriodUnits, startDateTime?: Date, endDateTime?: Date, isExternal?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SurveyResultsModel>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @summary Send manual notification of target SurveyResult (Auth
|
|
145
|
+
* @summary Send manual notification of target SurveyResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
146
146
|
* @param {SendEmailCommand} [sendEmailCommand]
|
|
147
147
|
* @param {*} [options] Override http request option.
|
|
148
148
|
* @throws {RequiredError}
|
|
@@ -150,7 +150,7 @@ export declare const SurveyResultsApiFactory: (configuration?: Configuration, ba
|
|
|
150
150
|
apiV1SurveyresultsSendemailPost(sendEmailCommand?: SendEmailCommand, options?: any): AxiosPromise<boolean>;
|
|
151
151
|
/**
|
|
152
152
|
*
|
|
153
|
-
* @summary Delete survey result (Auth
|
|
153
|
+
* @summary Delete survey result (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
154
154
|
* @param {string} surveyResultId
|
|
155
155
|
* @param {*} [options] Override http request option.
|
|
156
156
|
* @throws {RequiredError}
|
|
@@ -158,7 +158,7 @@ export declare const SurveyResultsApiFactory: (configuration?: Configuration, ba
|
|
|
158
158
|
apiV1SurveyresultsSurveyResultIdDelete(surveyResultId: string, options?: any): AxiosPromise<boolean>;
|
|
159
159
|
/**
|
|
160
160
|
*
|
|
161
|
-
* @summary Get survey result by Id (Auth
|
|
161
|
+
* @summary Get survey result by Id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
162
162
|
* @param {string} surveyResultId
|
|
163
163
|
* @param {string} [languageCode]
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
@@ -299,7 +299,7 @@ export interface SurveyResultsApiApiV1SurveyresultsSurveyResultIdGetRequest {
|
|
|
299
299
|
export declare class SurveyResultsApi extends BaseAPI {
|
|
300
300
|
/**
|
|
301
301
|
*
|
|
302
|
-
* @summary Get survey results (Auth
|
|
302
|
+
* @summary Get survey results (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
303
303
|
* @param {SurveyResultsApiApiV1SurveyresultsGetRequest} requestParameters Request parameters.
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
@@ -308,7 +308,7 @@ export declare class SurveyResultsApi extends BaseAPI {
|
|
|
308
308
|
apiV1SurveyresultsGet(requestParameters?: SurveyResultsApiApiV1SurveyresultsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SurveyResultsModel, any>>;
|
|
309
309
|
/**
|
|
310
310
|
*
|
|
311
|
-
* @summary Send manual notification of target SurveyResult (Auth
|
|
311
|
+
* @summary Send manual notification of target SurveyResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
312
312
|
* @param {SurveyResultsApiApiV1SurveyresultsSendemailPostRequest} requestParameters Request parameters.
|
|
313
313
|
* @param {*} [options] Override http request option.
|
|
314
314
|
* @throws {RequiredError}
|
|
@@ -317,7 +317,7 @@ export declare class SurveyResultsApi extends BaseAPI {
|
|
|
317
317
|
apiV1SurveyresultsSendemailPost(requestParameters?: SurveyResultsApiApiV1SurveyresultsSendemailPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
318
318
|
/**
|
|
319
319
|
*
|
|
320
|
-
* @summary Delete survey result (Auth
|
|
320
|
+
* @summary Delete survey result (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
321
321
|
* @param {SurveyResultsApiApiV1SurveyresultsSurveyResultIdDeleteRequest} requestParameters Request parameters.
|
|
322
322
|
* @param {*} [options] Override http request option.
|
|
323
323
|
* @throws {RequiredError}
|
|
@@ -326,7 +326,7 @@ export declare class SurveyResultsApi extends BaseAPI {
|
|
|
326
326
|
apiV1SurveyresultsSurveyResultIdDelete(requestParameters: SurveyResultsApiApiV1SurveyresultsSurveyResultIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
327
327
|
/**
|
|
328
328
|
*
|
|
329
|
-
* @summary Get survey result by Id (Auth
|
|
329
|
+
* @summary Get survey result by Id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
330
330
|
* @param {SurveyResultsApiApiV1SurveyresultsSurveyResultIdGetRequest} requestParameters Request parameters.
|
|
331
331
|
* @param {*} [options] Override http request option.
|
|
332
332
|
* @throws {RequiredError}
|