ch-admin-api-client-typescript 5.91.14 → 5.91.28
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/accreditations-api.d.ts +10 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +13 -13
- package/lib/api/hospitals-api.d.ts +65 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +100 -0
- package/lib/api/patient-review-consent-documents-api.d.ts +440 -0
- package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -0
- package/lib/api/patient-review-consent-documents-api.js +812 -0
- package/lib/api/patient-review-form-settings-api.d.ts +460 -0
- package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
- package/lib/api/patient-review-form-settings-api.js +824 -0
- package/lib/api/patient-reviews-api.d.ts +753 -0
- package/lib/api/patient-reviews-api.d.ts.map +1 -0
- package/lib/api/patient-reviews-api.js +1310 -0
- package/lib/api.d.ts +3 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +3 -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/accreditation-verification-file-model.d.ts +49 -0
- package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
- package/lib/models/accreditation-verification-file-model.js +15 -0
- package/lib/models/create-accreditation-command.d.ts +7 -0
- package/lib/models/create-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
- package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/create-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-consent-document-command.js +15 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-form-setting-command.js +15 -0
- package/lib/models/form-result-item-model.d.ts +7 -0
- package/lib/models/form-result-item-model.d.ts.map +1 -1
- package/lib/models/form-result-model.d.ts +7 -0
- package/lib/models/form-result-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +6 -6
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +39 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +39 -0
- package/lib/models/patch-patient-review-input-model.d.ts +50 -0
- package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
- package/lib/models/patch-patient-review-input-model.js +15 -0
- package/lib/models/patient-review-activity-action.d.ts +29 -0
- package/lib/models/patient-review-activity-action.d.ts.map +1 -0
- package/lib/models/patient-review-activity-action.js +32 -0
- package/lib/models/patient-review-activity-log-model.d.ts +69 -0
- package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
- package/lib/models/patient-review-activity-log-model.js +15 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -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-consent-document-item-model.d.ts +74 -0
- package/lib/models/patient-review-consent-document-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-item-model.js +15 -0
- package/lib/models/patient-review-consent-document-model.d.ts +92 -0
- package/lib/models/patient-review-consent-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-model.js +15 -0
- package/lib/models/patient-review-consent-documents-model.d.ts +33 -0
- package/lib/models/patient-review-consent-documents-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-documents-model.js +15 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-content-verification-input-model.js +15 -0
- package/lib/models/patient-review-detail-model.d.ts +44 -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-input-model.d.ts +67 -0
- package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-input-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-item-model.d.ts +87 -0
- package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-item-model.js +15 -0
- package/lib/models/patient-review-form-setting-model.d.ts +94 -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-form-settings-model.d.ts +33 -0
- package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-settings-model.js +15 -0
- package/lib/models/patient-review-general-photo-model.d.ts +49 -0
- package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-photo-model.js +15 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts +61 -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 +166 -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 +318 -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-public-before-after-image-input-model.d.ts +61 -0
- package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-general-image-input-model.js +15 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-photo-patch-input-model.js +15 -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-translation-model.d.ts +55 -0
- package/lib/models/patient-review-translation-model.d.ts.map +1 -0
- package/lib/models/patient-review-translation-model.js +15 -0
- package/lib/models/patient-review-verification-document-model.d.ts +37 -0
- package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-verification-document-model.js +15 -0
- package/lib/models/patient-reviews-model.d.ts +33 -0
- package/lib/models/patient-reviews-model.d.ts.map +1 -0
- package/lib/models/patient-reviews-model.js +15 -0
- package/lib/models/survey-result-item-model.d.ts +13 -0
- package/lib/models/survey-result-item-model.d.ts.map +1 -1
- package/lib/models/survey-result-model.d.ts +13 -0
- package/lib/models/survey-result-model.d.ts.map +1 -1
- package/lib/models/translate-patient-review-consent-document-command.d.ts +55 -0
- package/lib/models/translate-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-consent-document-command.js +15 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-form-setting-command.js +15 -0
- package/lib/models/translation-model.d.ts +103 -0
- package/lib/models/translation-model.d.ts.map +1 -0
- package/lib/models/translation-model.js +15 -0
- package/lib/models/update-accreditation-command.d.ts +7 -0
- package/lib/models/update-accreditation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
- package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
- package/lib/models/update-hospital-accreditation-command.js +15 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-consent-document-command.js +15 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-form-setting-command.js +15 -0
- package/lib/models/update-patient-review-status-command.d.ts +38 -0
- package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-status-command.js +15 -0
- package/lib/models/verify-patient-review-content-command.d.ts +38 -0
- package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
- package/lib/models/verify-patient-review-content-command.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,753 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
+
import { Configuration } from '../configuration';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { PatchPatientReviewInputModel } from '../models';
|
|
16
|
+
import { PatientReviewActivityLogModel } from '../models';
|
|
17
|
+
import { PatientReviewModel } from '../models';
|
|
18
|
+
import { PatientReviewStatus } from '../models';
|
|
19
|
+
import { PatientReviewsModel } from '../models';
|
|
20
|
+
import { UpdatePatientReviewStatusCommand } from '../models';
|
|
21
|
+
import { VerifyPatientReviewContentCommand } from '../models';
|
|
22
|
+
/**
|
|
23
|
+
* PatientReviewsApi - axios parameter creator
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
export declare const PatientReviewsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @summary Retrieves a paged list of patient reviews. (Auth policies: RequireContentManagerRole)
|
|
30
|
+
* @param {string} [hospitalId]
|
|
31
|
+
* @param {string} [doctorAffiliationId]
|
|
32
|
+
* @param {string} [dealId]
|
|
33
|
+
* @param {PatientReviewStatus} [status]
|
|
34
|
+
* @param {string} [languageCode]
|
|
35
|
+
* @param {string} [sortBy]
|
|
36
|
+
* @param {string} [sortDirection]
|
|
37
|
+
* @param {boolean} [showHidden]
|
|
38
|
+
* @param {number} [page]
|
|
39
|
+
* @param {number} [limit]
|
|
40
|
+
* @param {Date} [lastRetrieved]
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
apiV1PatientreviewsGet: (hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
|
|
48
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
49
|
+
* @param {*} [options] Override http request option.
|
|
50
|
+
* @throws {RequiredError}
|
|
51
|
+
*/
|
|
52
|
+
apiV1PatientreviewsPatientReviewIdActivitylogsGet: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
|
|
56
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
57
|
+
* @param {string} patientReviewBeforeAndAfterPhotoId The source private before-and-after photo identifier.
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
*/
|
|
61
|
+
apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost: (patientReviewId: string, patientReviewBeforeAndAfterPhotoId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @summary Marks content verification (translations/language selection) as completed. (Auth policies: RequireContentManagerRole)
|
|
65
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
66
|
+
* @param {VerifyPatientReviewContentCommand} [verifyPatientReviewContentCommand] Content verification command payload.
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
apiV1PatientreviewsPatientReviewIdContentverificationPut: (patientReviewId: string, verifyPatientReviewContentCommand?: VerifyPatientReviewContentCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @summary Deletes the patient review. (Auth policies: RequireContentManagerRole)
|
|
74
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
75
|
+
* @param {boolean} [isPermanent] Whether to perform a permanent delete.
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
*/
|
|
79
|
+
apiV1PatientreviewsPatientReviewIdDelete: (patientReviewId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @summary Marks document verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
83
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
84
|
+
* @param {*} [options] Override http request option.
|
|
85
|
+
* @throws {RequiredError}
|
|
86
|
+
*/
|
|
87
|
+
apiV1PatientreviewsPatientReviewIdDocumentverificationPut: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
|
|
91
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
92
|
+
* @param {string} patientReviewGeneralPhotoId The source private general photo identifier.
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost: (patientReviewId: string, patientReviewGeneralPhotoId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @summary Retrieves the details of a single patient review. (Auth policies: RequireContentManagerRole)
|
|
100
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
101
|
+
* @param {string} [languageCode] Preferred language code for localized fields.
|
|
102
|
+
* @param {*} [options] Override http request option.
|
|
103
|
+
* @throws {RequiredError}
|
|
104
|
+
*/
|
|
105
|
+
apiV1PatientreviewsPatientReviewIdGet: (patientReviewId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @summary Partially updates public photos and translation content for the patient review. (Auth policies: RequireContentManagerRole)
|
|
109
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
110
|
+
* @param {PatchPatientReviewInputModel} [patchPatientReviewInputModel] Patch payload for review content.
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
apiV1PatientreviewsPatientReviewIdPatch: (patientReviewId: string, patchPatientReviewInputModel?: PatchPatientReviewInputModel, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @summary Marks photo verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
118
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
119
|
+
* @param {*} [options] Override http request option.
|
|
120
|
+
* @throws {RequiredError}
|
|
121
|
+
*/
|
|
122
|
+
apiV1PatientreviewsPatientReviewIdPhotoverificationPut: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @summary Reactivates a soft-deleted patient review. (Auth policies: RequireContentManagerRole)
|
|
126
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
*/
|
|
130
|
+
apiV1PatientreviewsPatientReviewIdReactivatePut: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @summary Updates the patient review status to Verified or Rejected. (Auth policies: RequireContentManagerRole)
|
|
134
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
135
|
+
* @param {UpdatePatientReviewStatusCommand} [updatePatientReviewStatusCommand] Status update command payload.
|
|
136
|
+
* @param {*} [options] Override http request option.
|
|
137
|
+
* @throws {RequiredError}
|
|
138
|
+
*/
|
|
139
|
+
apiV1PatientreviewsPatientReviewIdStatusPut: (patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* PatientReviewsApi - functional programming interface
|
|
143
|
+
* @export
|
|
144
|
+
*/
|
|
145
|
+
export declare const PatientReviewsApiFp: (configuration?: Configuration) => {
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @summary Retrieves a paged list of patient reviews. (Auth policies: RequireContentManagerRole)
|
|
149
|
+
* @param {string} [hospitalId]
|
|
150
|
+
* @param {string} [doctorAffiliationId]
|
|
151
|
+
* @param {string} [dealId]
|
|
152
|
+
* @param {PatientReviewStatus} [status]
|
|
153
|
+
* @param {string} [languageCode]
|
|
154
|
+
* @param {string} [sortBy]
|
|
155
|
+
* @param {string} [sortDirection]
|
|
156
|
+
* @param {boolean} [showHidden]
|
|
157
|
+
* @param {number} [page]
|
|
158
|
+
* @param {number} [limit]
|
|
159
|
+
* @param {Date} [lastRetrieved]
|
|
160
|
+
* @param {*} [options] Override http request option.
|
|
161
|
+
* @throws {RequiredError}
|
|
162
|
+
*/
|
|
163
|
+
apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewsModel>>;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
|
|
167
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
168
|
+
* @param {*} [options] Override http request option.
|
|
169
|
+
* @throws {RequiredError}
|
|
170
|
+
*/
|
|
171
|
+
apiV1PatientreviewsPatientReviewIdActivitylogsGet(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PatientReviewActivityLogModel>>>;
|
|
172
|
+
/**
|
|
173
|
+
*
|
|
174
|
+
* @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
|
|
175
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
176
|
+
* @param {string} patientReviewBeforeAndAfterPhotoId The source private before-and-after photo identifier.
|
|
177
|
+
* @param {*} [options] Override http request option.
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
*/
|
|
180
|
+
apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost(patientReviewId: string, patientReviewBeforeAndAfterPhotoId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @summary Marks content verification (translations/language selection) as completed. (Auth policies: RequireContentManagerRole)
|
|
184
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
185
|
+
* @param {VerifyPatientReviewContentCommand} [verifyPatientReviewContentCommand] Content verification command payload.
|
|
186
|
+
* @param {*} [options] Override http request option.
|
|
187
|
+
* @throws {RequiredError}
|
|
188
|
+
*/
|
|
189
|
+
apiV1PatientreviewsPatientReviewIdContentverificationPut(patientReviewId: string, verifyPatientReviewContentCommand?: VerifyPatientReviewContentCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
190
|
+
/**
|
|
191
|
+
*
|
|
192
|
+
* @summary Deletes the patient review. (Auth policies: RequireContentManagerRole)
|
|
193
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
194
|
+
* @param {boolean} [isPermanent] Whether to perform a permanent delete.
|
|
195
|
+
* @param {*} [options] Override http request option.
|
|
196
|
+
* @throws {RequiredError}
|
|
197
|
+
*/
|
|
198
|
+
apiV1PatientreviewsPatientReviewIdDelete(patientReviewId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @summary Marks document verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
202
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
apiV1PatientreviewsPatientReviewIdDocumentverificationPut(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
207
|
+
/**
|
|
208
|
+
*
|
|
209
|
+
* @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
|
|
210
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
211
|
+
* @param {string} patientReviewGeneralPhotoId The source private general photo identifier.
|
|
212
|
+
* @param {*} [options] Override http request option.
|
|
213
|
+
* @throws {RequiredError}
|
|
214
|
+
*/
|
|
215
|
+
apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost(patientReviewId: string, patientReviewGeneralPhotoId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
216
|
+
/**
|
|
217
|
+
*
|
|
218
|
+
* @summary Retrieves the details of a single patient review. (Auth policies: RequireContentManagerRole)
|
|
219
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
220
|
+
* @param {string} [languageCode] Preferred language code for localized fields.
|
|
221
|
+
* @param {*} [options] Override http request option.
|
|
222
|
+
* @throws {RequiredError}
|
|
223
|
+
*/
|
|
224
|
+
apiV1PatientreviewsPatientReviewIdGet(patientReviewId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewModel>>;
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @summary Partially updates public photos and translation content for the patient review. (Auth policies: RequireContentManagerRole)
|
|
228
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
229
|
+
* @param {PatchPatientReviewInputModel} [patchPatientReviewInputModel] Patch payload for review content.
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
*/
|
|
233
|
+
apiV1PatientreviewsPatientReviewIdPatch(patientReviewId: string, patchPatientReviewInputModel?: PatchPatientReviewInputModel, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* @summary Marks photo verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
237
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
apiV1PatientreviewsPatientReviewIdPhotoverificationPut(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @summary Reactivates a soft-deleted patient review. (Auth policies: RequireContentManagerRole)
|
|
245
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
246
|
+
* @param {*} [options] Override http request option.
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
*/
|
|
249
|
+
apiV1PatientreviewsPatientReviewIdReactivatePut(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @summary Updates the patient review status to Verified or Rejected. (Auth policies: RequireContentManagerRole)
|
|
253
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
254
|
+
* @param {UpdatePatientReviewStatusCommand} [updatePatientReviewStatusCommand] Status update command payload.
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
*/
|
|
258
|
+
apiV1PatientreviewsPatientReviewIdStatusPut(patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* PatientReviewsApi - factory interface
|
|
262
|
+
* @export
|
|
263
|
+
*/
|
|
264
|
+
export declare const PatientReviewsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @summary Retrieves a paged list of patient reviews. (Auth policies: RequireContentManagerRole)
|
|
268
|
+
* @param {string} [hospitalId]
|
|
269
|
+
* @param {string} [doctorAffiliationId]
|
|
270
|
+
* @param {string} [dealId]
|
|
271
|
+
* @param {PatientReviewStatus} [status]
|
|
272
|
+
* @param {string} [languageCode]
|
|
273
|
+
* @param {string} [sortBy]
|
|
274
|
+
* @param {string} [sortDirection]
|
|
275
|
+
* @param {boolean} [showHidden]
|
|
276
|
+
* @param {number} [page]
|
|
277
|
+
* @param {number} [limit]
|
|
278
|
+
* @param {Date} [lastRetrieved]
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewsModel>;
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
|
|
286
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
*/
|
|
290
|
+
apiV1PatientreviewsPatientReviewIdActivitylogsGet(patientReviewId: string, options?: any): AxiosPromise<Array<PatientReviewActivityLogModel>>;
|
|
291
|
+
/**
|
|
292
|
+
*
|
|
293
|
+
* @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
|
|
294
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
295
|
+
* @param {string} patientReviewBeforeAndAfterPhotoId The source private before-and-after photo identifier.
|
|
296
|
+
* @param {*} [options] Override http request option.
|
|
297
|
+
* @throws {RequiredError}
|
|
298
|
+
*/
|
|
299
|
+
apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost(patientReviewId: string, patientReviewBeforeAndAfterPhotoId: string, options?: any): AxiosPromise<boolean>;
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
* @summary Marks content verification (translations/language selection) as completed. (Auth policies: RequireContentManagerRole)
|
|
303
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
304
|
+
* @param {VerifyPatientReviewContentCommand} [verifyPatientReviewContentCommand] Content verification command payload.
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
apiV1PatientreviewsPatientReviewIdContentverificationPut(patientReviewId: string, verifyPatientReviewContentCommand?: VerifyPatientReviewContentCommand, options?: any): AxiosPromise<boolean>;
|
|
309
|
+
/**
|
|
310
|
+
*
|
|
311
|
+
* @summary Deletes the patient review. (Auth policies: RequireContentManagerRole)
|
|
312
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
313
|
+
* @param {boolean} [isPermanent] Whether to perform a permanent delete.
|
|
314
|
+
* @param {*} [options] Override http request option.
|
|
315
|
+
* @throws {RequiredError}
|
|
316
|
+
*/
|
|
317
|
+
apiV1PatientreviewsPatientReviewIdDelete(patientReviewId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @summary Marks document verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
321
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
322
|
+
* @param {*} [options] Override http request option.
|
|
323
|
+
* @throws {RequiredError}
|
|
324
|
+
*/
|
|
325
|
+
apiV1PatientreviewsPatientReviewIdDocumentverificationPut(patientReviewId: string, options?: any): AxiosPromise<boolean>;
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
* @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
|
|
329
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
330
|
+
* @param {string} patientReviewGeneralPhotoId The source private general photo identifier.
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost(patientReviewId: string, patientReviewGeneralPhotoId: string, options?: any): AxiosPromise<boolean>;
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary Retrieves the details of a single patient review. (Auth policies: RequireContentManagerRole)
|
|
338
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
339
|
+
* @param {string} [languageCode] Preferred language code for localized fields.
|
|
340
|
+
* @param {*} [options] Override http request option.
|
|
341
|
+
* @throws {RequiredError}
|
|
342
|
+
*/
|
|
343
|
+
apiV1PatientreviewsPatientReviewIdGet(patientReviewId: string, languageCode?: string, options?: any): AxiosPromise<PatientReviewModel>;
|
|
344
|
+
/**
|
|
345
|
+
*
|
|
346
|
+
* @summary Partially updates public photos and translation content for the patient review. (Auth policies: RequireContentManagerRole)
|
|
347
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
348
|
+
* @param {PatchPatientReviewInputModel} [patchPatientReviewInputModel] Patch payload for review content.
|
|
349
|
+
* @param {*} [options] Override http request option.
|
|
350
|
+
* @throws {RequiredError}
|
|
351
|
+
*/
|
|
352
|
+
apiV1PatientreviewsPatientReviewIdPatch(patientReviewId: string, patchPatientReviewInputModel?: PatchPatientReviewInputModel, options?: any): AxiosPromise<boolean>;
|
|
353
|
+
/**
|
|
354
|
+
*
|
|
355
|
+
* @summary Marks photo verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
356
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
357
|
+
* @param {*} [options] Override http request option.
|
|
358
|
+
* @throws {RequiredError}
|
|
359
|
+
*/
|
|
360
|
+
apiV1PatientreviewsPatientReviewIdPhotoverificationPut(patientReviewId: string, options?: any): AxiosPromise<boolean>;
|
|
361
|
+
/**
|
|
362
|
+
*
|
|
363
|
+
* @summary Reactivates a soft-deleted patient review. (Auth policies: RequireContentManagerRole)
|
|
364
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
*/
|
|
368
|
+
apiV1PatientreviewsPatientReviewIdReactivatePut(patientReviewId: string, options?: any): AxiosPromise<boolean>;
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* @summary Updates the patient review status to Verified or Rejected. (Auth policies: RequireContentManagerRole)
|
|
372
|
+
* @param {string} patientReviewId The patient review identifier.
|
|
373
|
+
* @param {UpdatePatientReviewStatusCommand} [updatePatientReviewStatusCommand] Status update command payload.
|
|
374
|
+
* @param {*} [options] Override http request option.
|
|
375
|
+
* @throws {RequiredError}
|
|
376
|
+
*/
|
|
377
|
+
apiV1PatientreviewsPatientReviewIdStatusPut(patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: any): AxiosPromise<boolean>;
|
|
378
|
+
};
|
|
379
|
+
/**
|
|
380
|
+
* Request parameters for apiV1PatientreviewsGet operation in PatientReviewsApi.
|
|
381
|
+
* @export
|
|
382
|
+
* @interface PatientReviewsApiApiV1PatientreviewsGetRequest
|
|
383
|
+
*/
|
|
384
|
+
export interface PatientReviewsApiApiV1PatientreviewsGetRequest {
|
|
385
|
+
/**
|
|
386
|
+
*
|
|
387
|
+
* @type {string}
|
|
388
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
389
|
+
*/
|
|
390
|
+
readonly hospitalId?: string;
|
|
391
|
+
/**
|
|
392
|
+
*
|
|
393
|
+
* @type {string}
|
|
394
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
395
|
+
*/
|
|
396
|
+
readonly doctorAffiliationId?: string;
|
|
397
|
+
/**
|
|
398
|
+
*
|
|
399
|
+
* @type {string}
|
|
400
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
401
|
+
*/
|
|
402
|
+
readonly dealId?: string;
|
|
403
|
+
/**
|
|
404
|
+
*
|
|
405
|
+
* @type {PatientReviewStatus}
|
|
406
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
407
|
+
*/
|
|
408
|
+
readonly status?: PatientReviewStatus;
|
|
409
|
+
/**
|
|
410
|
+
*
|
|
411
|
+
* @type {string}
|
|
412
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
413
|
+
*/
|
|
414
|
+
readonly languageCode?: string;
|
|
415
|
+
/**
|
|
416
|
+
*
|
|
417
|
+
* @type {string}
|
|
418
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
419
|
+
*/
|
|
420
|
+
readonly sortBy?: string;
|
|
421
|
+
/**
|
|
422
|
+
*
|
|
423
|
+
* @type {string}
|
|
424
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
425
|
+
*/
|
|
426
|
+
readonly sortDirection?: string;
|
|
427
|
+
/**
|
|
428
|
+
*
|
|
429
|
+
* @type {boolean}
|
|
430
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
431
|
+
*/
|
|
432
|
+
readonly showHidden?: boolean;
|
|
433
|
+
/**
|
|
434
|
+
*
|
|
435
|
+
* @type {number}
|
|
436
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
437
|
+
*/
|
|
438
|
+
readonly page?: number;
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @type {number}
|
|
442
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
443
|
+
*/
|
|
444
|
+
readonly limit?: number;
|
|
445
|
+
/**
|
|
446
|
+
*
|
|
447
|
+
* @type {Date}
|
|
448
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsGet
|
|
449
|
+
*/
|
|
450
|
+
readonly lastRetrieved?: Date;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdActivitylogsGet operation in PatientReviewsApi.
|
|
454
|
+
* @export
|
|
455
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGetRequest
|
|
456
|
+
*/
|
|
457
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGetRequest {
|
|
458
|
+
/**
|
|
459
|
+
* The patient review identifier.
|
|
460
|
+
* @type {string}
|
|
461
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGet
|
|
462
|
+
*/
|
|
463
|
+
readonly patientReviewId: string;
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost operation in PatientReviewsApi.
|
|
467
|
+
* @export
|
|
468
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPostRequest
|
|
469
|
+
*/
|
|
470
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPostRequest {
|
|
471
|
+
/**
|
|
472
|
+
* The patient review identifier.
|
|
473
|
+
* @type {string}
|
|
474
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost
|
|
475
|
+
*/
|
|
476
|
+
readonly patientReviewId: string;
|
|
477
|
+
/**
|
|
478
|
+
* The source private before-and-after photo identifier.
|
|
479
|
+
* @type {string}
|
|
480
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost
|
|
481
|
+
*/
|
|
482
|
+
readonly patientReviewBeforeAndAfterPhotoId: string;
|
|
483
|
+
}
|
|
484
|
+
/**
|
|
485
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdContentverificationPut operation in PatientReviewsApi.
|
|
486
|
+
* @export
|
|
487
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPutRequest
|
|
488
|
+
*/
|
|
489
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPutRequest {
|
|
490
|
+
/**
|
|
491
|
+
* The patient review identifier.
|
|
492
|
+
* @type {string}
|
|
493
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPut
|
|
494
|
+
*/
|
|
495
|
+
readonly patientReviewId: string;
|
|
496
|
+
/**
|
|
497
|
+
* Content verification command payload.
|
|
498
|
+
* @type {VerifyPatientReviewContentCommand}
|
|
499
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPut
|
|
500
|
+
*/
|
|
501
|
+
readonly verifyPatientReviewContentCommand?: VerifyPatientReviewContentCommand;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdDelete operation in PatientReviewsApi.
|
|
505
|
+
* @export
|
|
506
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdDeleteRequest
|
|
507
|
+
*/
|
|
508
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdDeleteRequest {
|
|
509
|
+
/**
|
|
510
|
+
* The patient review identifier.
|
|
511
|
+
* @type {string}
|
|
512
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdDelete
|
|
513
|
+
*/
|
|
514
|
+
readonly patientReviewId: string;
|
|
515
|
+
/**
|
|
516
|
+
* Whether to perform a permanent delete.
|
|
517
|
+
* @type {boolean}
|
|
518
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdDelete
|
|
519
|
+
*/
|
|
520
|
+
readonly isPermanent?: boolean;
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdDocumentverificationPut operation in PatientReviewsApi.
|
|
524
|
+
* @export
|
|
525
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPutRequest
|
|
526
|
+
*/
|
|
527
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPutRequest {
|
|
528
|
+
/**
|
|
529
|
+
* The patient review identifier.
|
|
530
|
+
* @type {string}
|
|
531
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPut
|
|
532
|
+
*/
|
|
533
|
+
readonly patientReviewId: string;
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost operation in PatientReviewsApi.
|
|
537
|
+
* @export
|
|
538
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPostRequest
|
|
539
|
+
*/
|
|
540
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPostRequest {
|
|
541
|
+
/**
|
|
542
|
+
* The patient review identifier.
|
|
543
|
+
* @type {string}
|
|
544
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost
|
|
545
|
+
*/
|
|
546
|
+
readonly patientReviewId: string;
|
|
547
|
+
/**
|
|
548
|
+
* The source private general photo identifier.
|
|
549
|
+
* @type {string}
|
|
550
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost
|
|
551
|
+
*/
|
|
552
|
+
readonly patientReviewGeneralPhotoId: string;
|
|
553
|
+
}
|
|
554
|
+
/**
|
|
555
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdGet operation in PatientReviewsApi.
|
|
556
|
+
* @export
|
|
557
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGetRequest
|
|
558
|
+
*/
|
|
559
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGetRequest {
|
|
560
|
+
/**
|
|
561
|
+
* The patient review identifier.
|
|
562
|
+
* @type {string}
|
|
563
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGet
|
|
564
|
+
*/
|
|
565
|
+
readonly patientReviewId: string;
|
|
566
|
+
/**
|
|
567
|
+
* Preferred language code for localized fields.
|
|
568
|
+
* @type {string}
|
|
569
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGet
|
|
570
|
+
*/
|
|
571
|
+
readonly languageCode?: string;
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdPatch operation in PatientReviewsApi.
|
|
575
|
+
* @export
|
|
576
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatchRequest
|
|
577
|
+
*/
|
|
578
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatchRequest {
|
|
579
|
+
/**
|
|
580
|
+
* The patient review identifier.
|
|
581
|
+
* @type {string}
|
|
582
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatch
|
|
583
|
+
*/
|
|
584
|
+
readonly patientReviewId: string;
|
|
585
|
+
/**
|
|
586
|
+
* Patch payload for review content.
|
|
587
|
+
* @type {PatchPatientReviewInputModel}
|
|
588
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatch
|
|
589
|
+
*/
|
|
590
|
+
readonly patchPatientReviewInputModel?: PatchPatientReviewInputModel;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdPhotoverificationPut operation in PatientReviewsApi.
|
|
594
|
+
* @export
|
|
595
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdPhotoverificationPutRequest
|
|
596
|
+
*/
|
|
597
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdPhotoverificationPutRequest {
|
|
598
|
+
/**
|
|
599
|
+
* The patient review identifier.
|
|
600
|
+
* @type {string}
|
|
601
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdPhotoverificationPut
|
|
602
|
+
*/
|
|
603
|
+
readonly patientReviewId: string;
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdReactivatePut operation in PatientReviewsApi.
|
|
607
|
+
* @export
|
|
608
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdReactivatePutRequest
|
|
609
|
+
*/
|
|
610
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdReactivatePutRequest {
|
|
611
|
+
/**
|
|
612
|
+
* The patient review identifier.
|
|
613
|
+
* @type {string}
|
|
614
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdReactivatePut
|
|
615
|
+
*/
|
|
616
|
+
readonly patientReviewId: string;
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* Request parameters for apiV1PatientreviewsPatientReviewIdStatusPut operation in PatientReviewsApi.
|
|
620
|
+
* @export
|
|
621
|
+
* @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutRequest
|
|
622
|
+
*/
|
|
623
|
+
export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutRequest {
|
|
624
|
+
/**
|
|
625
|
+
* The patient review identifier.
|
|
626
|
+
* @type {string}
|
|
627
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPut
|
|
628
|
+
*/
|
|
629
|
+
readonly patientReviewId: string;
|
|
630
|
+
/**
|
|
631
|
+
* Status update command payload.
|
|
632
|
+
* @type {UpdatePatientReviewStatusCommand}
|
|
633
|
+
* @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPut
|
|
634
|
+
*/
|
|
635
|
+
readonly updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* PatientReviewsApi - object-oriented interface
|
|
639
|
+
* @export
|
|
640
|
+
* @class PatientReviewsApi
|
|
641
|
+
* @extends {BaseAPI}
|
|
642
|
+
*/
|
|
643
|
+
export declare class PatientReviewsApi extends BaseAPI {
|
|
644
|
+
/**
|
|
645
|
+
*
|
|
646
|
+
* @summary Retrieves a paged list of patient reviews. (Auth policies: RequireContentManagerRole)
|
|
647
|
+
* @param {PatientReviewsApiApiV1PatientreviewsGetRequest} requestParameters Request parameters.
|
|
648
|
+
* @param {*} [options] Override http request option.
|
|
649
|
+
* @throws {RequiredError}
|
|
650
|
+
* @memberof PatientReviewsApi
|
|
651
|
+
*/
|
|
652
|
+
apiV1PatientreviewsGet(requestParameters?: PatientReviewsApiApiV1PatientreviewsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewsModel, any>>;
|
|
653
|
+
/**
|
|
654
|
+
*
|
|
655
|
+
* @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
|
|
656
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGetRequest} requestParameters Request parameters.
|
|
657
|
+
* @param {*} [options] Override http request option.
|
|
658
|
+
* @throws {RequiredError}
|
|
659
|
+
* @memberof PatientReviewsApi
|
|
660
|
+
*/
|
|
661
|
+
apiV1PatientreviewsPatientReviewIdActivitylogsGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewActivityLogModel[], any>>;
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
|
|
665
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPostRequest} requestParameters Request parameters.
|
|
666
|
+
* @param {*} [options] Override http request option.
|
|
667
|
+
* @throws {RequiredError}
|
|
668
|
+
* @memberof PatientReviewsApi
|
|
669
|
+
*/
|
|
670
|
+
apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
671
|
+
/**
|
|
672
|
+
*
|
|
673
|
+
* @summary Marks content verification (translations/language selection) as completed. (Auth policies: RequireContentManagerRole)
|
|
674
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPutRequest} requestParameters Request parameters.
|
|
675
|
+
* @param {*} [options] Override http request option.
|
|
676
|
+
* @throws {RequiredError}
|
|
677
|
+
* @memberof PatientReviewsApi
|
|
678
|
+
*/
|
|
679
|
+
apiV1PatientreviewsPatientReviewIdContentverificationPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdContentverificationPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
680
|
+
/**
|
|
681
|
+
*
|
|
682
|
+
* @summary Deletes the patient review. (Auth policies: RequireContentManagerRole)
|
|
683
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdDeleteRequest} requestParameters Request parameters.
|
|
684
|
+
* @param {*} [options] Override http request option.
|
|
685
|
+
* @throws {RequiredError}
|
|
686
|
+
* @memberof PatientReviewsApi
|
|
687
|
+
*/
|
|
688
|
+
apiV1PatientreviewsPatientReviewIdDelete(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
689
|
+
/**
|
|
690
|
+
*
|
|
691
|
+
* @summary Marks document verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
692
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPutRequest} requestParameters Request parameters.
|
|
693
|
+
* @param {*} [options] Override http request option.
|
|
694
|
+
* @throws {RequiredError}
|
|
695
|
+
* @memberof PatientReviewsApi
|
|
696
|
+
*/
|
|
697
|
+
apiV1PatientreviewsPatientReviewIdDocumentverificationPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
698
|
+
/**
|
|
699
|
+
*
|
|
700
|
+
* @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
|
|
701
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPostRequest} requestParameters Request parameters.
|
|
702
|
+
* @param {*} [options] Override http request option.
|
|
703
|
+
* @throws {RequiredError}
|
|
704
|
+
* @memberof PatientReviewsApi
|
|
705
|
+
*/
|
|
706
|
+
apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
707
|
+
/**
|
|
708
|
+
*
|
|
709
|
+
* @summary Retrieves the details of a single patient review. (Auth policies: RequireContentManagerRole)
|
|
710
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdGetRequest} requestParameters Request parameters.
|
|
711
|
+
* @param {*} [options] Override http request option.
|
|
712
|
+
* @throws {RequiredError}
|
|
713
|
+
* @memberof PatientReviewsApi
|
|
714
|
+
*/
|
|
715
|
+
apiV1PatientreviewsPatientReviewIdGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewModel, any>>;
|
|
716
|
+
/**
|
|
717
|
+
*
|
|
718
|
+
* @summary Partially updates public photos and translation content for the patient review. (Auth policies: RequireContentManagerRole)
|
|
719
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatchRequest} requestParameters Request parameters.
|
|
720
|
+
* @param {*} [options] Override http request option.
|
|
721
|
+
* @throws {RequiredError}
|
|
722
|
+
* @memberof PatientReviewsApi
|
|
723
|
+
*/
|
|
724
|
+
apiV1PatientreviewsPatientReviewIdPatch(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
725
|
+
/**
|
|
726
|
+
*
|
|
727
|
+
* @summary Marks photo verification as completed for the patient review. (Auth policies: RequireContentManagerRole)
|
|
728
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdPhotoverificationPutRequest} requestParameters Request parameters.
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
* @memberof PatientReviewsApi
|
|
732
|
+
*/
|
|
733
|
+
apiV1PatientreviewsPatientReviewIdPhotoverificationPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdPhotoverificationPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
* @summary Reactivates a soft-deleted patient review. (Auth policies: RequireContentManagerRole)
|
|
737
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdReactivatePutRequest} requestParameters Request parameters.
|
|
738
|
+
* @param {*} [options] Override http request option.
|
|
739
|
+
* @throws {RequiredError}
|
|
740
|
+
* @memberof PatientReviewsApi
|
|
741
|
+
*/
|
|
742
|
+
apiV1PatientreviewsPatientReviewIdReactivatePut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
743
|
+
/**
|
|
744
|
+
*
|
|
745
|
+
* @summary Updates the patient review status to Verified or Rejected. (Auth policies: RequireContentManagerRole)
|
|
746
|
+
* @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutRequest} requestParameters Request parameters.
|
|
747
|
+
* @param {*} [options] Override http request option.
|
|
748
|
+
* @throws {RequiredError}
|
|
749
|
+
* @memberof PatientReviewsApi
|
|
750
|
+
*/
|
|
751
|
+
apiV1PatientreviewsPatientReviewIdStatusPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
752
|
+
}
|
|
753
|
+
//# sourceMappingURL=patient-reviews-api.d.ts.map
|