ch-api-client-typescript2 5.91.14 → 5.91.24
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/deals-api.d.ts +232 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +308 -0
- package/lib/api/doctor-affiliations-api.d.ts +232 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +308 -0
- package/lib/api/hospitals-api.d.ts +232 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +308 -0
- package/lib/api/patient-review-form-settings-api.d.ts +106 -0
- package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
- package/lib/api/patient-review-form-settings-api.js +232 -0
- package/lib/api/patient-reviews-api.d.ts +293 -0
- package/lib/api/patient-reviews-api.d.ts.map +1 -0
- package/lib/api/patient-reviews-api.js +541 -0
- package/lib/api.d.ts +2 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -0
- package/lib/models/accreditation-item-model.d.ts +7 -0
- package/lib/models/accreditation-item-model.d.ts.map +1 -1
- package/lib/models/accreditation-model.d.ts +7 -0
- package/lib/models/accreditation-model.d.ts.map +1 -1
- package/lib/models/accreditation-type.d.ts +22 -0
- package/lib/models/accreditation-type.d.ts.map +1 -0
- package/lib/models/accreditation-type.js +25 -0
- package/lib/models/create-patient-review-before-and-after-photo-input-model.d.ts +49 -0
- package/lib/models/create-patient-review-before-and-after-photo-input-model.d.ts.map +1 -0
- package/lib/models/create-patient-review-before-and-after-photo-input-model.js +15 -0
- package/lib/models/create-patient-review-command.d.ts +90 -0
- package/lib/models/create-patient-review-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-command.js +15 -0
- package/lib/models/create-patient-review-consent-input-model.d.ts +43 -0
- package/lib/models/create-patient-review-consent-input-model.d.ts.map +1 -0
- package/lib/models/create-patient-review-consent-input-model.js +15 -0
- package/lib/models/create-patient-review-detail-input-model.d.ts +37 -0
- package/lib/models/create-patient-review-detail-input-model.d.ts.map +1 -0
- package/lib/models/create-patient-review-detail-input-model.js +15 -0
- package/lib/models/create-patient-review-general-photo-input-model.d.ts +37 -0
- package/lib/models/create-patient-review-general-photo-input-model.d.ts.map +1 -0
- package/lib/models/create-patient-review-general-photo-input-model.js +15 -0
- package/lib/models/create-patient-review-verification-document-input-model.d.ts +31 -0
- package/lib/models/create-patient-review-verification-document-input-model.d.ts.map +1 -0
- package/lib/models/create-patient-review-verification-document-input-model.js +15 -0
- package/lib/models/index.d.ts +18 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +18 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +61 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
- package/lib/models/patient-review-detail-model.d.ts +37 -0
- package/lib/models/patient-review-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-model.d.ts +75 -0
- package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-model.js +15 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts +49 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-public-photo-model.js +15 -0
- package/lib/models/patient-review-item-model.d.ts +114 -0
- package/lib/models/patient-review-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-item-model.js +15 -0
- package/lib/models/patient-review-model.d.ts +114 -0
- package/lib/models/patient-review-model.d.ts.map +1 -0
- package/lib/models/patient-review-model.js +15 -0
- package/lib/models/patient-review-platform.d.ts +23 -0
- package/lib/models/patient-review-platform.d.ts.map +1 -0
- package/lib/models/patient-review-platform.js +26 -0
- package/lib/models/patient-review-status.d.ts +23 -0
- package/lib/models/patient-review-status.d.ts.map +1 -0
- package/lib/models/patient-review-status.js +26 -0
- package/lib/models/patient-review-target-sorting-field.d.ts +22 -0
- package/lib/models/patient-review-target-sorting-field.d.ts.map +1 -0
- package/lib/models/patient-review-target-sorting-field.js +25 -0
- package/lib/models/patient-reviews-model.d.ts +51 -0
- package/lib/models/patient-reviews-model.d.ts.map +1 -0
- package/lib/models/patient-reviews-model.js +15 -0
- package/package.json +1 -1
package/lib/api/deals-api.js
CHANGED
|
@@ -470,6 +470,168 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
470
470
|
});
|
|
471
471
|
});
|
|
472
472
|
},
|
|
473
|
+
/**
|
|
474
|
+
*
|
|
475
|
+
* @summary Gets the Verified patient reviews for a deal.
|
|
476
|
+
* @param {string} dealId Target deal id.
|
|
477
|
+
* @param {string} [languageCode]
|
|
478
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
479
|
+
* @param {SortingDirection} [sortingDirection]
|
|
480
|
+
* @param {number} [page]
|
|
481
|
+
* @param {number} [limit]
|
|
482
|
+
* @param {Date} [lastRetrieved]
|
|
483
|
+
* @param {*} [options] Override http request option.
|
|
484
|
+
* @throws {RequiredError}
|
|
485
|
+
*/
|
|
486
|
+
apiV2DealsDealIdPatientreviewsGet: function (dealId_1, languageCode_1, sortingField_1, sortingDirection_1, page_1, limit_1, lastRetrieved_1) {
|
|
487
|
+
var args_1 = [];
|
|
488
|
+
for (var _i = 7; _i < arguments.length; _i++) {
|
|
489
|
+
args_1[_i - 7] = arguments[_i];
|
|
490
|
+
}
|
|
491
|
+
return __awaiter(_this, __spreadArray([dealId_1, languageCode_1, sortingField_1, sortingDirection_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (dealId, languageCode, sortingField, sortingDirection, page, limit, lastRetrieved, options) {
|
|
492
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
493
|
+
if (options === void 0) { options = {}; }
|
|
494
|
+
return __generator(this, function (_a) {
|
|
495
|
+
// verify required parameter 'dealId' is not null or undefined
|
|
496
|
+
(0, common_1.assertParamExists)('apiV2DealsDealIdPatientreviewsGet', 'dealId', dealId);
|
|
497
|
+
localVarPath = "/api/v2/deals/{dealId}/patientreviews"
|
|
498
|
+
.replace("{".concat("dealId", "}"), encodeURIComponent(String(dealId)));
|
|
499
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
500
|
+
if (configuration) {
|
|
501
|
+
baseOptions = configuration.baseOptions;
|
|
502
|
+
}
|
|
503
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
504
|
+
localVarHeaderParameter = {};
|
|
505
|
+
localVarQueryParameter = {};
|
|
506
|
+
if (languageCode !== undefined) {
|
|
507
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
508
|
+
}
|
|
509
|
+
if (sortingField !== undefined) {
|
|
510
|
+
localVarQueryParameter['sortingField'] = sortingField;
|
|
511
|
+
}
|
|
512
|
+
if (sortingDirection !== undefined) {
|
|
513
|
+
localVarQueryParameter['sortingDirection'] = sortingDirection;
|
|
514
|
+
}
|
|
515
|
+
if (page !== undefined) {
|
|
516
|
+
localVarQueryParameter['page'] = page;
|
|
517
|
+
}
|
|
518
|
+
if (limit !== undefined) {
|
|
519
|
+
localVarQueryParameter['limit'] = limit;
|
|
520
|
+
}
|
|
521
|
+
if (lastRetrieved !== undefined) {
|
|
522
|
+
localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
|
|
523
|
+
lastRetrieved.toISOString() :
|
|
524
|
+
lastRetrieved;
|
|
525
|
+
}
|
|
526
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
527
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
528
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
529
|
+
return [2 /*return*/, {
|
|
530
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
531
|
+
options: localVarRequestOptions,
|
|
532
|
+
}];
|
|
533
|
+
});
|
|
534
|
+
});
|
|
535
|
+
},
|
|
536
|
+
/**
|
|
537
|
+
*
|
|
538
|
+
* @summary Gets a single Verified patient review for a deal.
|
|
539
|
+
* @param {string} dealId Target deal id.
|
|
540
|
+
* @param {string} patientReviewId Patient review id.
|
|
541
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
542
|
+
* @param {*} [options] Override http request option.
|
|
543
|
+
* @throws {RequiredError}
|
|
544
|
+
*/
|
|
545
|
+
apiV2DealsDealIdPatientreviewsPatientReviewIdGet: function (dealId_1, patientReviewId_1, languageCode_1) {
|
|
546
|
+
var args_1 = [];
|
|
547
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
548
|
+
args_1[_i - 3] = arguments[_i];
|
|
549
|
+
}
|
|
550
|
+
return __awaiter(_this, __spreadArray([dealId_1, patientReviewId_1, languageCode_1], args_1, true), void 0, function (dealId, patientReviewId, languageCode, options) {
|
|
551
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
552
|
+
if (options === void 0) { options = {}; }
|
|
553
|
+
return __generator(this, function (_a) {
|
|
554
|
+
// verify required parameter 'dealId' is not null or undefined
|
|
555
|
+
(0, common_1.assertParamExists)('apiV2DealsDealIdPatientreviewsPatientReviewIdGet', 'dealId', dealId);
|
|
556
|
+
// verify required parameter 'patientReviewId' is not null or undefined
|
|
557
|
+
(0, common_1.assertParamExists)('apiV2DealsDealIdPatientreviewsPatientReviewIdGet', 'patientReviewId', patientReviewId);
|
|
558
|
+
localVarPath = "/api/v2/deals/{dealId}/patientreviews/{patientReviewId}"
|
|
559
|
+
.replace("{".concat("dealId", "}"), encodeURIComponent(String(dealId)))
|
|
560
|
+
.replace("{".concat("patientReviewId", "}"), encodeURIComponent(String(patientReviewId)));
|
|
561
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
562
|
+
if (configuration) {
|
|
563
|
+
baseOptions = configuration.baseOptions;
|
|
564
|
+
}
|
|
565
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
566
|
+
localVarHeaderParameter = {};
|
|
567
|
+
localVarQueryParameter = {};
|
|
568
|
+
if (languageCode !== undefined) {
|
|
569
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
570
|
+
}
|
|
571
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
572
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
573
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
574
|
+
return [2 /*return*/, {
|
|
575
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
576
|
+
options: localVarRequestOptions,
|
|
577
|
+
}];
|
|
578
|
+
});
|
|
579
|
+
});
|
|
580
|
+
},
|
|
581
|
+
/**
|
|
582
|
+
*
|
|
583
|
+
* @summary Create a patient review by dealId.
|
|
584
|
+
* @param {string} dealId Target deal id.
|
|
585
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
586
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
587
|
+
* @param {*} [options] Override http request option.
|
|
588
|
+
* @throws {RequiredError}
|
|
589
|
+
*/
|
|
590
|
+
apiV2DealsDealIdPatientreviewsPost: function (dealId_1, xCloudhospitalPlatform_1, createPatientReviewCommand_1) {
|
|
591
|
+
var args_1 = [];
|
|
592
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
593
|
+
args_1[_i - 3] = arguments[_i];
|
|
594
|
+
}
|
|
595
|
+
return __awaiter(_this, __spreadArray([dealId_1, xCloudhospitalPlatform_1, createPatientReviewCommand_1], args_1, true), void 0, function (dealId, xCloudhospitalPlatform, createPatientReviewCommand, options) {
|
|
596
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
597
|
+
if (options === void 0) { options = {}; }
|
|
598
|
+
return __generator(this, function (_a) {
|
|
599
|
+
switch (_a.label) {
|
|
600
|
+
case 0:
|
|
601
|
+
// verify required parameter 'dealId' is not null or undefined
|
|
602
|
+
(0, common_1.assertParamExists)('apiV2DealsDealIdPatientreviewsPost', 'dealId', dealId);
|
|
603
|
+
localVarPath = "/api/v2/deals/{dealId}/patientreviews"
|
|
604
|
+
.replace("{".concat("dealId", "}"), encodeURIComponent(String(dealId)));
|
|
605
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
606
|
+
if (configuration) {
|
|
607
|
+
baseOptions = configuration.baseOptions;
|
|
608
|
+
}
|
|
609
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
610
|
+
localVarHeaderParameter = {};
|
|
611
|
+
localVarQueryParameter = {};
|
|
612
|
+
// authentication oauth2 required
|
|
613
|
+
// oauth required
|
|
614
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_api"], configuration)];
|
|
615
|
+
case 1:
|
|
616
|
+
// authentication oauth2 required
|
|
617
|
+
// oauth required
|
|
618
|
+
_a.sent();
|
|
619
|
+
if (xCloudhospitalPlatform != null) {
|
|
620
|
+
localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
|
|
621
|
+
}
|
|
622
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
623
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
624
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
625
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
626
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createPatientReviewCommand, localVarRequestOptions, configuration);
|
|
627
|
+
return [2 /*return*/, {
|
|
628
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
629
|
+
options: localVarRequestOptions,
|
|
630
|
+
}];
|
|
631
|
+
}
|
|
632
|
+
});
|
|
633
|
+
});
|
|
634
|
+
},
|
|
473
635
|
/**
|
|
474
636
|
*
|
|
475
637
|
* @summary Get all DealService.
|
|
@@ -1060,6 +1222,76 @@ var DealsApiFp = function (configuration) {
|
|
|
1060
1222
|
});
|
|
1061
1223
|
});
|
|
1062
1224
|
},
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* @summary Gets the Verified patient reviews for a deal.
|
|
1228
|
+
* @param {string} dealId Target deal id.
|
|
1229
|
+
* @param {string} [languageCode]
|
|
1230
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
1231
|
+
* @param {SortingDirection} [sortingDirection]
|
|
1232
|
+
* @param {number} [page]
|
|
1233
|
+
* @param {number} [limit]
|
|
1234
|
+
* @param {Date} [lastRetrieved]
|
|
1235
|
+
* @param {*} [options] Override http request option.
|
|
1236
|
+
* @throws {RequiredError}
|
|
1237
|
+
*/
|
|
1238
|
+
apiV2DealsDealIdPatientreviewsGet: function (dealId, languageCode, sortingField, sortingDirection, page, limit, lastRetrieved, options) {
|
|
1239
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1240
|
+
var localVarAxiosArgs;
|
|
1241
|
+
return __generator(this, function (_a) {
|
|
1242
|
+
switch (_a.label) {
|
|
1243
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPatientreviewsGet(dealId, languageCode, sortingField, sortingDirection, page, limit, lastRetrieved, options)];
|
|
1244
|
+
case 1:
|
|
1245
|
+
localVarAxiosArgs = _a.sent();
|
|
1246
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1247
|
+
}
|
|
1248
|
+
});
|
|
1249
|
+
});
|
|
1250
|
+
},
|
|
1251
|
+
/**
|
|
1252
|
+
*
|
|
1253
|
+
* @summary Gets a single Verified patient review for a deal.
|
|
1254
|
+
* @param {string} dealId Target deal id.
|
|
1255
|
+
* @param {string} patientReviewId Patient review id.
|
|
1256
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1257
|
+
* @param {*} [options] Override http request option.
|
|
1258
|
+
* @throws {RequiredError}
|
|
1259
|
+
*/
|
|
1260
|
+
apiV2DealsDealIdPatientreviewsPatientReviewIdGet: function (dealId, patientReviewId, languageCode, options) {
|
|
1261
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1262
|
+
var localVarAxiosArgs;
|
|
1263
|
+
return __generator(this, function (_a) {
|
|
1264
|
+
switch (_a.label) {
|
|
1265
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPatientreviewsPatientReviewIdGet(dealId, patientReviewId, languageCode, options)];
|
|
1266
|
+
case 1:
|
|
1267
|
+
localVarAxiosArgs = _a.sent();
|
|
1268
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1269
|
+
}
|
|
1270
|
+
});
|
|
1271
|
+
});
|
|
1272
|
+
},
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @summary Create a patient review by dealId.
|
|
1276
|
+
* @param {string} dealId Target deal id.
|
|
1277
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
1278
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
1279
|
+
* @param {*} [options] Override http request option.
|
|
1280
|
+
* @throws {RequiredError}
|
|
1281
|
+
*/
|
|
1282
|
+
apiV2DealsDealIdPatientreviewsPost: function (dealId, xCloudhospitalPlatform, createPatientReviewCommand, options) {
|
|
1283
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1284
|
+
var localVarAxiosArgs;
|
|
1285
|
+
return __generator(this, function (_a) {
|
|
1286
|
+
switch (_a.label) {
|
|
1287
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPatientreviewsPost(dealId, xCloudhospitalPlatform, createPatientReviewCommand, options)];
|
|
1288
|
+
case 1:
|
|
1289
|
+
localVarAxiosArgs = _a.sent();
|
|
1290
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
1291
|
+
}
|
|
1292
|
+
});
|
|
1293
|
+
});
|
|
1294
|
+
},
|
|
1063
1295
|
/**
|
|
1064
1296
|
*
|
|
1065
1297
|
* @summary Get all DealService.
|
|
@@ -1319,6 +1551,46 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1319
1551
|
apiV2DealsDealIdPackagesPackageIdGet: function (dealId, packageId, languageCode, options) {
|
|
1320
1552
|
return localVarFp.apiV2DealsDealIdPackagesPackageIdGet(dealId, packageId, languageCode, options).then(function (request) { return request(axios, basePath); });
|
|
1321
1553
|
},
|
|
1554
|
+
/**
|
|
1555
|
+
*
|
|
1556
|
+
* @summary Gets the Verified patient reviews for a deal.
|
|
1557
|
+
* @param {string} dealId Target deal id.
|
|
1558
|
+
* @param {string} [languageCode]
|
|
1559
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
1560
|
+
* @param {SortingDirection} [sortingDirection]
|
|
1561
|
+
* @param {number} [page]
|
|
1562
|
+
* @param {number} [limit]
|
|
1563
|
+
* @param {Date} [lastRetrieved]
|
|
1564
|
+
* @param {*} [options] Override http request option.
|
|
1565
|
+
* @throws {RequiredError}
|
|
1566
|
+
*/
|
|
1567
|
+
apiV2DealsDealIdPatientreviewsGet: function (dealId, languageCode, sortingField, sortingDirection, page, limit, lastRetrieved, options) {
|
|
1568
|
+
return localVarFp.apiV2DealsDealIdPatientreviewsGet(dealId, languageCode, sortingField, sortingDirection, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
1569
|
+
},
|
|
1570
|
+
/**
|
|
1571
|
+
*
|
|
1572
|
+
* @summary Gets a single Verified patient review for a deal.
|
|
1573
|
+
* @param {string} dealId Target deal id.
|
|
1574
|
+
* @param {string} patientReviewId Patient review id.
|
|
1575
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1576
|
+
* @param {*} [options] Override http request option.
|
|
1577
|
+
* @throws {RequiredError}
|
|
1578
|
+
*/
|
|
1579
|
+
apiV2DealsDealIdPatientreviewsPatientReviewIdGet: function (dealId, patientReviewId, languageCode, options) {
|
|
1580
|
+
return localVarFp.apiV2DealsDealIdPatientreviewsPatientReviewIdGet(dealId, patientReviewId, languageCode, options).then(function (request) { return request(axios, basePath); });
|
|
1581
|
+
},
|
|
1582
|
+
/**
|
|
1583
|
+
*
|
|
1584
|
+
* @summary Create a patient review by dealId.
|
|
1585
|
+
* @param {string} dealId Target deal id.
|
|
1586
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
1587
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
1588
|
+
* @param {*} [options] Override http request option.
|
|
1589
|
+
* @throws {RequiredError}
|
|
1590
|
+
*/
|
|
1591
|
+
apiV2DealsDealIdPatientreviewsPost: function (dealId, xCloudhospitalPlatform, createPatientReviewCommand, options) {
|
|
1592
|
+
return localVarFp.apiV2DealsDealIdPatientreviewsPost(dealId, xCloudhospitalPlatform, createPatientReviewCommand, options).then(function (request) { return request(axios, basePath); });
|
|
1593
|
+
},
|
|
1322
1594
|
/**
|
|
1323
1595
|
*
|
|
1324
1596
|
* @summary Get all DealService.
|
|
@@ -1503,6 +1775,42 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1503
1775
|
var _this = this;
|
|
1504
1776
|
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPackagesPackageIdGet(requestParameters.dealId, requestParameters.packageId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1505
1777
|
};
|
|
1778
|
+
/**
|
|
1779
|
+
*
|
|
1780
|
+
* @summary Gets the Verified patient reviews for a deal.
|
|
1781
|
+
* @param {DealsApiApiV2DealsDealIdPatientreviewsGetRequest} requestParameters Request parameters.
|
|
1782
|
+
* @param {*} [options] Override http request option.
|
|
1783
|
+
* @throws {RequiredError}
|
|
1784
|
+
* @memberof DealsApi
|
|
1785
|
+
*/
|
|
1786
|
+
DealsApi.prototype.apiV2DealsDealIdPatientreviewsGet = function (requestParameters, options) {
|
|
1787
|
+
var _this = this;
|
|
1788
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPatientreviewsGet(requestParameters.dealId, requestParameters.languageCode, requestParameters.sortingField, requestParameters.sortingDirection, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1789
|
+
};
|
|
1790
|
+
/**
|
|
1791
|
+
*
|
|
1792
|
+
* @summary Gets a single Verified patient review for a deal.
|
|
1793
|
+
* @param {DealsApiApiV2DealsDealIdPatientreviewsPatientReviewIdGetRequest} requestParameters Request parameters.
|
|
1794
|
+
* @param {*} [options] Override http request option.
|
|
1795
|
+
* @throws {RequiredError}
|
|
1796
|
+
* @memberof DealsApi
|
|
1797
|
+
*/
|
|
1798
|
+
DealsApi.prototype.apiV2DealsDealIdPatientreviewsPatientReviewIdGet = function (requestParameters, options) {
|
|
1799
|
+
var _this = this;
|
|
1800
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPatientreviewsPatientReviewIdGet(requestParameters.dealId, requestParameters.patientReviewId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1801
|
+
};
|
|
1802
|
+
/**
|
|
1803
|
+
*
|
|
1804
|
+
* @summary Create a patient review by dealId.
|
|
1805
|
+
* @param {DealsApiApiV2DealsDealIdPatientreviewsPostRequest} requestParameters Request parameters.
|
|
1806
|
+
* @param {*} [options] Override http request option.
|
|
1807
|
+
* @throws {RequiredError}
|
|
1808
|
+
* @memberof DealsApi
|
|
1809
|
+
*/
|
|
1810
|
+
DealsApi.prototype.apiV2DealsDealIdPatientreviewsPost = function (requestParameters, options) {
|
|
1811
|
+
var _this = this;
|
|
1812
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPatientreviewsPost(requestParameters.dealId, requestParameters.xCloudhospitalPlatform, requestParameters.createPatientReviewCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1813
|
+
};
|
|
1506
1814
|
/**
|
|
1507
1815
|
*
|
|
1508
1816
|
* @summary Get all DealService.
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { CreatePatientReviewCommand } from '../models';
|
|
15
16
|
import { DoctorAffiliationModel } from '../models';
|
|
16
17
|
import { DoctorAffiliationsModel } from '../models';
|
|
17
18
|
import { FormResultByHospitalSortingField } from '../models';
|
|
@@ -23,6 +24,9 @@ import { MarketingType } from '../models';
|
|
|
23
24
|
import { MediaModel } from '../models';
|
|
24
25
|
import { MediaType } from '../models';
|
|
25
26
|
import { MediasModel } from '../models';
|
|
27
|
+
import { PatientReviewModel } from '../models';
|
|
28
|
+
import { PatientReviewTargetSortingField } from '../models';
|
|
29
|
+
import { PatientReviewsModel } from '../models';
|
|
26
30
|
import { SortingDirection } from '../models';
|
|
27
31
|
/**
|
|
28
32
|
* DoctorAffiliationsApi - axios parameter creator
|
|
@@ -84,6 +88,40 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
84
88
|
* @throws {RequiredError}
|
|
85
89
|
*/
|
|
86
90
|
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet: (doctorAffiliationId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @summary Gets the Verified patient reviews for a doctor affiliation.
|
|
94
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
95
|
+
* @param {string} [languageCode]
|
|
96
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
97
|
+
* @param {SortingDirection} [sortingDirection]
|
|
98
|
+
* @param {number} [page]
|
|
99
|
+
* @param {number} [limit]
|
|
100
|
+
* @param {Date} [lastRetrieved]
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet: (doctorAffiliationId: string, languageCode?: string, sortingField?: PatientReviewTargetSortingField, sortingDirection?: SortingDirection, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @summary Gets a single Verified patient review for a doctor affiliation.
|
|
108
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
109
|
+
* @param {string} patientReviewId Patient review id.
|
|
110
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet: (doctorAffiliationId: string, patientReviewId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @summary Create a patient review by doctorAffiliationId.
|
|
118
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
119
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
120
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
*/
|
|
124
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost: (doctorAffiliationId: string, xCloudhospitalPlatform?: string, createPatientReviewCommand?: CreatePatientReviewCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
87
125
|
/**
|
|
88
126
|
*
|
|
89
127
|
* @summary Get all doctor affiliations.
|
|
@@ -192,6 +230,40 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
192
230
|
* @throws {RequiredError}
|
|
193
231
|
*/
|
|
194
232
|
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @summary Gets the Verified patient reviews for a doctor affiliation.
|
|
236
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
237
|
+
* @param {string} [languageCode]
|
|
238
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
239
|
+
* @param {SortingDirection} [sortingDirection]
|
|
240
|
+
* @param {number} [page]
|
|
241
|
+
* @param {number} [limit]
|
|
242
|
+
* @param {Date} [lastRetrieved]
|
|
243
|
+
* @param {*} [options] Override http request option.
|
|
244
|
+
* @throws {RequiredError}
|
|
245
|
+
*/
|
|
246
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet(doctorAffiliationId: string, languageCode?: string, sortingField?: PatientReviewTargetSortingField, sortingDirection?: SortingDirection, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewsModel>>;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @summary Gets a single Verified patient review for a doctor affiliation.
|
|
250
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
251
|
+
* @param {string} patientReviewId Patient review id.
|
|
252
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
253
|
+
* @param {*} [options] Override http request option.
|
|
254
|
+
* @throws {RequiredError}
|
|
255
|
+
*/
|
|
256
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet(doctorAffiliationId: string, patientReviewId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewModel>>;
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @summary Create a patient review by doctorAffiliationId.
|
|
260
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
261
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
262
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost(doctorAffiliationId: string, xCloudhospitalPlatform?: string, createPatientReviewCommand?: CreatePatientReviewCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
195
267
|
/**
|
|
196
268
|
*
|
|
197
269
|
* @summary Get all doctor affiliations.
|
|
@@ -300,6 +372,40 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
300
372
|
* @throws {RequiredError}
|
|
301
373
|
*/
|
|
302
374
|
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @summary Gets the Verified patient reviews for a doctor affiliation.
|
|
378
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
379
|
+
* @param {string} [languageCode]
|
|
380
|
+
* @param {PatientReviewTargetSortingField} [sortingField]
|
|
381
|
+
* @param {SortingDirection} [sortingDirection]
|
|
382
|
+
* @param {number} [page]
|
|
383
|
+
* @param {number} [limit]
|
|
384
|
+
* @param {Date} [lastRetrieved]
|
|
385
|
+
* @param {*} [options] Override http request option.
|
|
386
|
+
* @throws {RequiredError}
|
|
387
|
+
*/
|
|
388
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet(doctorAffiliationId: string, languageCode?: string, sortingField?: PatientReviewTargetSortingField, sortingDirection?: SortingDirection, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewsModel>;
|
|
389
|
+
/**
|
|
390
|
+
*
|
|
391
|
+
* @summary Gets a single Verified patient review for a doctor affiliation.
|
|
392
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
393
|
+
* @param {string} patientReviewId Patient review id.
|
|
394
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
395
|
+
* @param {*} [options] Override http request option.
|
|
396
|
+
* @throws {RequiredError}
|
|
397
|
+
*/
|
|
398
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet(doctorAffiliationId: string, patientReviewId: string, languageCode?: string, options?: any): AxiosPromise<PatientReviewModel>;
|
|
399
|
+
/**
|
|
400
|
+
*
|
|
401
|
+
* @summary Create a patient review by doctorAffiliationId.
|
|
402
|
+
* @param {string} doctorAffiliationId Target doctor affiliation id.
|
|
403
|
+
* @param {string} [xCloudhospitalPlatform] Request platform header value.
|
|
404
|
+
* @param {CreatePatientReviewCommand} [createPatientReviewCommand] Patient review creation payload.
|
|
405
|
+
* @param {*} [options] Override http request option.
|
|
406
|
+
* @throws {RequiredError}
|
|
407
|
+
*/
|
|
408
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost(doctorAffiliationId: string, xCloudhospitalPlatform?: string, createPatientReviewCommand?: CreatePatientReviewCommand, options?: any): AxiosPromise<string>;
|
|
303
409
|
/**
|
|
304
410
|
*
|
|
305
411
|
* @summary Get all doctor affiliations.
|
|
@@ -538,6 +644,105 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationId
|
|
|
538
644
|
*/
|
|
539
645
|
readonly mediaId: string;
|
|
540
646
|
}
|
|
647
|
+
/**
|
|
648
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet operation in DoctorAffiliationsApi.
|
|
649
|
+
* @export
|
|
650
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGetRequest
|
|
651
|
+
*/
|
|
652
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGetRequest {
|
|
653
|
+
/**
|
|
654
|
+
* Target doctor affiliation id.
|
|
655
|
+
* @type {string}
|
|
656
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
657
|
+
*/
|
|
658
|
+
readonly doctorAffiliationId: string;
|
|
659
|
+
/**
|
|
660
|
+
*
|
|
661
|
+
* @type {string}
|
|
662
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
663
|
+
*/
|
|
664
|
+
readonly languageCode?: string;
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @type {PatientReviewTargetSortingField}
|
|
668
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
669
|
+
*/
|
|
670
|
+
readonly sortingField?: PatientReviewTargetSortingField;
|
|
671
|
+
/**
|
|
672
|
+
*
|
|
673
|
+
* @type {SortingDirection}
|
|
674
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
675
|
+
*/
|
|
676
|
+
readonly sortingDirection?: SortingDirection;
|
|
677
|
+
/**
|
|
678
|
+
*
|
|
679
|
+
* @type {number}
|
|
680
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
681
|
+
*/
|
|
682
|
+
readonly page?: number;
|
|
683
|
+
/**
|
|
684
|
+
*
|
|
685
|
+
* @type {number}
|
|
686
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
687
|
+
*/
|
|
688
|
+
readonly limit?: number;
|
|
689
|
+
/**
|
|
690
|
+
*
|
|
691
|
+
* @type {Date}
|
|
692
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet
|
|
693
|
+
*/
|
|
694
|
+
readonly lastRetrieved?: Date;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet operation in DoctorAffiliationsApi.
|
|
698
|
+
* @export
|
|
699
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGetRequest
|
|
700
|
+
*/
|
|
701
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGetRequest {
|
|
702
|
+
/**
|
|
703
|
+
* Target doctor affiliation id.
|
|
704
|
+
* @type {string}
|
|
705
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet
|
|
706
|
+
*/
|
|
707
|
+
readonly doctorAffiliationId: string;
|
|
708
|
+
/**
|
|
709
|
+
* Patient review id.
|
|
710
|
+
* @type {string}
|
|
711
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet
|
|
712
|
+
*/
|
|
713
|
+
readonly patientReviewId: string;
|
|
714
|
+
/**
|
|
715
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
716
|
+
* @type {string}
|
|
717
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet
|
|
718
|
+
*/
|
|
719
|
+
readonly languageCode?: string;
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost operation in DoctorAffiliationsApi.
|
|
723
|
+
* @export
|
|
724
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPostRequest
|
|
725
|
+
*/
|
|
726
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPostRequest {
|
|
727
|
+
/**
|
|
728
|
+
* Target doctor affiliation id.
|
|
729
|
+
* @type {string}
|
|
730
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost
|
|
731
|
+
*/
|
|
732
|
+
readonly doctorAffiliationId: string;
|
|
733
|
+
/**
|
|
734
|
+
* Request platform header value.
|
|
735
|
+
* @type {string}
|
|
736
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost
|
|
737
|
+
*/
|
|
738
|
+
readonly xCloudhospitalPlatform?: string;
|
|
739
|
+
/**
|
|
740
|
+
* Patient review creation payload.
|
|
741
|
+
* @type {CreatePatientReviewCommand}
|
|
742
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost
|
|
743
|
+
*/
|
|
744
|
+
readonly createPatientReviewCommand?: CreatePatientReviewCommand;
|
|
745
|
+
}
|
|
541
746
|
/**
|
|
542
747
|
* Request parameters for apiV2DoctoraffiliationsGet operation in DoctorAffiliationsApi.
|
|
543
748
|
* @export
|
|
@@ -758,6 +963,33 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
758
963
|
* @memberof DoctorAffiliationsApi
|
|
759
964
|
*/
|
|
760
965
|
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @summary Gets the Verified patient reviews for a doctor affiliation.
|
|
969
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGetRequest} requestParameters Request parameters.
|
|
970
|
+
* @param {*} [options] Override http request option.
|
|
971
|
+
* @throws {RequiredError}
|
|
972
|
+
* @memberof DoctorAffiliationsApi
|
|
973
|
+
*/
|
|
974
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewsModel, any>>;
|
|
975
|
+
/**
|
|
976
|
+
*
|
|
977
|
+
* @summary Gets a single Verified patient review for a doctor affiliation.
|
|
978
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGetRequest} requestParameters Request parameters.
|
|
979
|
+
* @param {*} [options] Override http request option.
|
|
980
|
+
* @throws {RequiredError}
|
|
981
|
+
* @memberof DoctorAffiliationsApi
|
|
982
|
+
*/
|
|
983
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPatientReviewIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewModel, any>>;
|
|
984
|
+
/**
|
|
985
|
+
*
|
|
986
|
+
* @summary Create a patient review by doctorAffiliationId.
|
|
987
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPostRequest} requestParameters Request parameters.
|
|
988
|
+
* @param {*} [options] Override http request option.
|
|
989
|
+
* @throws {RequiredError}
|
|
990
|
+
* @memberof DoctorAffiliationsApi
|
|
991
|
+
*/
|
|
992
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPost(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdPatientreviewsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
761
993
|
/**
|
|
762
994
|
*
|
|
763
995
|
* @summary Get all doctor affiliations.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
|