ch-admin-api-client-typescript 5.64.0 → 5.66.1
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/curation-categories-api.d.ts +24 -24
- package/lib/api/curation-categories-api.js +24 -24
- package/lib/api/curations-api.d.ts +24 -24
- package/lib/api/curations-api.js +24 -24
- package/lib/api/doctor-affiliations-api.d.ts +76 -76
- package/lib/api/doctor-affiliations-api.js +76 -76
- package/lib/api/doctors-api.d.ts +160 -160
- package/lib/api/doctors-api.js +160 -160
- package/lib/api/grades-api.d.ts +8 -8
- package/lib/api/grades-api.js +8 -8
- package/lib/models/notification-code.d.ts +1 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +2 -1
- package/lib/models/translate-command.d.ts +0 -7
- package/lib/models/translate-command.d.ts.map +1 -1
- package/lib/models/translation-persona-type.d.ts +1 -0
- package/lib/models/translation-persona-type.d.ts.map +1 -1
- package/lib/models/translation-persona-type.js +2 -1
- package/package.json +1 -1
package/lib/api/doctors-api.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ import { UpdateMediaCommand } from '../models';
|
|
|
53
53
|
export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
56
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
57
57
|
* @param {string} doctorId
|
|
58
58
|
* @param {string} certificateId
|
|
59
59
|
* @param {*} [options] Override http request option.
|
|
@@ -62,7 +62,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
62
62
|
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete: (doctorId: string, certificateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
|
-
* @summary Get DoctorCertificate. (Auth policies:
|
|
65
|
+
* @summary Get DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
66
66
|
* @param {string} doctorId
|
|
67
67
|
* @param {string} certificateId
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
@@ -71,7 +71,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
71
71
|
apiV1DoctorsDoctorIdCertificatesCertificateIdGet: (doctorId: string, certificateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
|
-
* @summary Update DoctorCertificate. (Auth policies:
|
|
74
|
+
* @summary Update DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
75
75
|
* @param {string} doctorId
|
|
76
76
|
* @param {string} certificateId
|
|
77
77
|
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
@@ -81,7 +81,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
81
81
|
apiV1DoctorsDoctorIdCertificatesCertificateIdPut: (doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
82
|
/**
|
|
83
83
|
*
|
|
84
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
84
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
85
85
|
* @param {string} doctorId
|
|
86
86
|
* @param {string} [doctorName]
|
|
87
87
|
* @param {string} [certificateId]
|
|
@@ -97,7 +97,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
97
97
|
apiV1DoctorsDoctorIdCertificatesGet: (doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
|
-
* @summary Create DoctorCertificate. (Auth policies:
|
|
100
|
+
* @summary Create DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
101
101
|
* @param {string} doctorId
|
|
102
102
|
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
@@ -106,7 +106,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
106
106
|
apiV1DoctorsDoctorIdCertificatesPost: (doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @summary Batch for doctor certificates sorting (Auth policies:
|
|
109
|
+
* @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
110
110
|
* @param {string} doctorId
|
|
111
111
|
* @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
@@ -115,7 +115,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
115
115
|
apiV1DoctorsDoctorIdCertificatesSortPut: (doctorId: string, doctorCertificateSortingCommand?: DoctorCertificateSortingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
|
-
* @summary Delete Doctor. (Auth policies:
|
|
118
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
119
119
|
* @param {string} doctorId
|
|
120
120
|
* @param {boolean} [isPermanent]
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
@@ -124,7 +124,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
124
124
|
apiV1DoctorsDoctorIdDelete: (doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
|
-
* @summary Delete DoctorEducation (Auth policies:
|
|
127
|
+
* @summary Delete DoctorEducation (Auth policies: RequireDoctorOrContentManagerRole)
|
|
128
128
|
* @param {string} doctorId
|
|
129
129
|
* @param {string} educationId
|
|
130
130
|
* @param {*} [options] Override http request option.
|
|
@@ -133,7 +133,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
133
133
|
apiV1DoctorsDoctorIdEducationsEducationIdDelete: (doctorId: string, educationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
134
134
|
/**
|
|
135
135
|
*
|
|
136
|
-
* @summary Get DoctorEducation. (Auth policies:
|
|
136
|
+
* @summary Get DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
137
137
|
* @param {string} doctorId
|
|
138
138
|
* @param {string} educationId
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
@@ -142,7 +142,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
142
142
|
apiV1DoctorsDoctorIdEducationsEducationIdGet: (doctorId: string, educationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @summary Update DoctorEducation. (Auth policies:
|
|
145
|
+
* @summary Update DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
146
146
|
* @param {string} doctorId
|
|
147
147
|
* @param {string} educationId
|
|
148
148
|
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
@@ -152,7 +152,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
152
152
|
apiV1DoctorsDoctorIdEducationsEducationIdPut: (doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
|
-
* @summary Get all DoctorEducations. (Auth policies:
|
|
155
|
+
* @summary Get all DoctorEducations. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
156
156
|
* @param {string} doctorId
|
|
157
157
|
* @param {string} [doctorName]
|
|
158
158
|
* @param {string} [educationId]
|
|
@@ -168,7 +168,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
168
168
|
apiV1DoctorsDoctorIdEducationsGet: (doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
|
-
* @summary Create DoctorEducation. (Auth policies:
|
|
171
|
+
* @summary Create DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
172
172
|
* @param {string} doctorId
|
|
173
173
|
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
@@ -177,7 +177,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
177
177
|
apiV1DoctorsDoctorIdEducationsPost: (doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
178
178
|
/**
|
|
179
179
|
*
|
|
180
|
-
* @summary Batch for doctor educations sorting (Auth policies:
|
|
180
|
+
* @summary Batch for doctor educations sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
181
181
|
* @param {string} doctorId
|
|
182
182
|
* @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
|
|
183
183
|
* @param {*} [options] Override http request option.
|
|
@@ -186,7 +186,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
186
186
|
apiV1DoctorsDoctorIdEducationsSortPut: (doctorId: string, doctorEducationSortingCommand?: DoctorEducationSortingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
|
-
* @summary Get doctor (Auth policies:
|
|
189
|
+
* @summary Get doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
190
190
|
* @param {string} doctorId
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
192
192
|
* @throws {RequiredError}
|
|
@@ -194,7 +194,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
194
194
|
apiV1DoctorsDoctorIdGet: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
|
-
* @summary Get all DoctorLanguages. (Auth policies:
|
|
197
|
+
* @summary Get all DoctorLanguages. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
198
198
|
* @param {string} doctorId
|
|
199
199
|
* @param {string} [languageCode]
|
|
200
200
|
* @param {number} [page]
|
|
@@ -206,7 +206,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
206
206
|
apiV1DoctorsDoctorIdLanguagesGet: (doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
207
207
|
/**
|
|
208
208
|
*
|
|
209
|
-
* @summary Delete DoctorLanguage (Auth policies:
|
|
209
|
+
* @summary Delete DoctorLanguage (Auth policies: RequireDoctorOrContentManagerRole)
|
|
210
210
|
* @param {string} doctorId
|
|
211
211
|
* @param {string} languageCode
|
|
212
212
|
* @param {*} [options] Override http request option.
|
|
@@ -215,7 +215,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
215
215
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete: (doctorId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
216
216
|
/**
|
|
217
217
|
*
|
|
218
|
-
* @summary Get DoctorLanguage. (Auth policies:
|
|
218
|
+
* @summary Get DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
219
219
|
* @param {string} doctorId
|
|
220
220
|
* @param {string} languageCode
|
|
221
221
|
* @param {*} [options] Override http request option.
|
|
@@ -224,7 +224,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
224
224
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet: (doctorId: string, languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
225
225
|
/**
|
|
226
226
|
*
|
|
227
|
-
* @summary Update DoctorLanguage. (Auth policies:
|
|
227
|
+
* @summary Update DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
228
228
|
* @param {string} doctorId
|
|
229
229
|
* @param {string} languageCode
|
|
230
230
|
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
@@ -234,7 +234,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
234
234
|
apiV1DoctorsDoctorIdLanguagesLanguageCodePut: (doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
235
235
|
/**
|
|
236
236
|
*
|
|
237
|
-
* @summary Create DoctorLanguage. (Auth policies:
|
|
237
|
+
* @summary Create DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
238
238
|
* @param {string} doctorId
|
|
239
239
|
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
240
240
|
* @param {*} [options] Override http request option.
|
|
@@ -243,7 +243,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
243
243
|
apiV1DoctorsDoctorIdLanguagesPost: (doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
|
-
* @summary Get all DoctorMedias. (Auth policies:
|
|
246
|
+
* @summary Get all DoctorMedias. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
247
247
|
* @param {string} doctorId
|
|
248
248
|
* @param {string} [id]
|
|
249
249
|
* @param {MediaType} [mediaType]
|
|
@@ -256,7 +256,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
256
256
|
apiV1DoctorsDoctorIdMediasGet: (doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
257
257
|
/**
|
|
258
258
|
*
|
|
259
|
-
* @summary Delete DoctorMedia (Auth policies:
|
|
259
|
+
* @summary Delete DoctorMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
260
260
|
* @param {string} doctorId
|
|
261
261
|
* @param {string} mediaId
|
|
262
262
|
* @param {*} [options] Override http request option.
|
|
@@ -265,7 +265,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
265
265
|
apiV1DoctorsDoctorIdMediasMediaIdDelete: (doctorId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
266
266
|
/**
|
|
267
267
|
*
|
|
268
|
-
* @summary Get DoctorMedia. (Auth policies:
|
|
268
|
+
* @summary Get DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
269
269
|
* @param {string} doctorId
|
|
270
270
|
* @param {string} mediaId
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
@@ -274,7 +274,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
274
274
|
apiV1DoctorsDoctorIdMediasMediaIdGet: (doctorId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
275
275
|
/**
|
|
276
276
|
*
|
|
277
|
-
* @summary Update DoctorMedia. (Auth policies:
|
|
277
|
+
* @summary Update DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
278
278
|
* @param {string} doctorId
|
|
279
279
|
* @param {string} mediaId
|
|
280
280
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -284,7 +284,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
284
284
|
apiV1DoctorsDoctorIdMediasMediaIdPut: (doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
285
285
|
/**
|
|
286
286
|
*
|
|
287
|
-
* @summary Create DoctorMedia. (Auth policies:
|
|
287
|
+
* @summary Create DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
288
288
|
* @param {string} doctorId
|
|
289
289
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
290
290
|
* @param {*} [options] Override http request option.
|
|
@@ -293,7 +293,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
293
293
|
apiV1DoctorsDoctorIdMediasPost: (doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
294
294
|
/**
|
|
295
295
|
*
|
|
296
|
-
* @summary Get All DoctorPortfolios (Auth policies:
|
|
296
|
+
* @summary Get All DoctorPortfolios (Auth policies: RequireDoctorOrContentManagerRole)
|
|
297
297
|
* @param {string} doctorId
|
|
298
298
|
* @param {string} [doctorName]
|
|
299
299
|
* @param {string} [portfolioId]
|
|
@@ -307,7 +307,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
307
307
|
apiV1DoctorsDoctorIdPortfoliosGet: (doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
308
308
|
/**
|
|
309
309
|
*
|
|
310
|
-
* @summary Delete DoctorPortfolio. (Auth policies:
|
|
310
|
+
* @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
311
311
|
* @param {string} doctorId
|
|
312
312
|
* @param {string} portfolioId
|
|
313
313
|
* @param {*} [options] Override http request option.
|
|
@@ -316,7 +316,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
316
316
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete: (doctorId: string, portfolioId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
317
317
|
/**
|
|
318
318
|
*
|
|
319
|
-
* @summary Get DoctorPortfolio. (Auth policies:
|
|
319
|
+
* @summary Get DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
320
320
|
* @param {string} doctorId
|
|
321
321
|
* @param {string} portfolioId
|
|
322
322
|
* @param {*} [options] Override http request option.
|
|
@@ -325,7 +325,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
325
325
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet: (doctorId: string, portfolioId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
326
326
|
/**
|
|
327
327
|
*
|
|
328
|
-
* @summary Update DoctorPortfolio. (Auth policies:
|
|
328
|
+
* @summary Update DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
329
329
|
* @param {string} doctorId
|
|
330
330
|
* @param {string} portfolioId
|
|
331
331
|
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
@@ -335,7 +335,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
335
335
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut: (doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
336
336
|
/**
|
|
337
337
|
*
|
|
338
|
-
* @summary Create DoctorPortfolio. (Auth policies:
|
|
338
|
+
* @summary Create DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
339
339
|
* @param {string} doctorId
|
|
340
340
|
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
341
341
|
* @param {*} [options] Override http request option.
|
|
@@ -344,7 +344,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
344
344
|
apiV1DoctorsDoctorIdPortfoliosPost: (doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
345
345
|
/**
|
|
346
346
|
*
|
|
347
|
-
* @summary Update Doctor. (Auth policies:
|
|
347
|
+
* @summary Update Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
348
348
|
* @param {string} doctorId
|
|
349
349
|
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
350
350
|
* @param {*} [options] Override http request option.
|
|
@@ -353,7 +353,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
353
353
|
apiV1DoctorsDoctorIdPut: (doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
354
354
|
/**
|
|
355
355
|
*
|
|
356
|
-
* @summary Delete Doctor. (Auth policies:
|
|
356
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
357
357
|
* @param {string} doctorId
|
|
358
358
|
* @param {*} [options] Override http request option.
|
|
359
359
|
* @throws {RequiredError}
|
|
@@ -361,7 +361,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
361
361
|
apiV1DoctorsDoctorIdReactivatePut: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
362
362
|
/**
|
|
363
363
|
*
|
|
364
|
-
* @summary Revalidate doctor (Auth policies:
|
|
364
|
+
* @summary Revalidate doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
365
365
|
* @param {string} doctorId
|
|
366
366
|
* @param {boolean} [includeCurrent]
|
|
367
367
|
* @param {*} [options] Override http request option.
|
|
@@ -370,7 +370,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
370
370
|
apiV1DoctorsDoctorIdRevalidatePost: (doctorId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @summary Get All DoctorSpecialties. (Auth policies:
|
|
373
|
+
* @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
374
374
|
* @param {string} doctorId
|
|
375
375
|
* @param {string} [specialtyId]
|
|
376
376
|
* @param {string} [specialtyName]
|
|
@@ -384,7 +384,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
384
384
|
apiV1DoctorsDoctorIdSpecialtiesGet: (doctorId: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
385
385
|
/**
|
|
386
386
|
*
|
|
387
|
-
* @summary Link a doctor to a specialty. (Auth policies:
|
|
387
|
+
* @summary Link a doctor to a specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
388
388
|
* @param {string} doctorId
|
|
389
389
|
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
390
390
|
* @param {*} [options] Override http request option.
|
|
@@ -393,7 +393,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
393
393
|
apiV1DoctorsDoctorIdSpecialtiesPost: (doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
394
394
|
/**
|
|
395
395
|
*
|
|
396
|
-
* @summary Remove link between the doctor and the specialty. (Auth policies:
|
|
396
|
+
* @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
397
397
|
* @param {string} doctorId
|
|
398
398
|
* @param {string} specialtyId
|
|
399
399
|
* @param {*} [options] Override http request option.
|
|
@@ -402,7 +402,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
402
402
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete: (doctorId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
403
403
|
/**
|
|
404
404
|
*
|
|
405
|
-
* @summary Get DoctorSpecialty (Auth policies:
|
|
405
|
+
* @summary Get DoctorSpecialty (Auth policies: RequireDoctorOrContentManagerRole)
|
|
406
406
|
* @param {string} doctorId
|
|
407
407
|
* @param {string} specialtyId
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
@@ -411,7 +411,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
411
411
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet: (doctorId: string, specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
412
412
|
/**
|
|
413
413
|
*
|
|
414
|
-
* @summary Update DoctorSpecialty. (Auth policies:
|
|
414
|
+
* @summary Update DoctorSpecialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
415
415
|
* @param {string} doctorId
|
|
416
416
|
* @param {string} specialtyId
|
|
417
417
|
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
@@ -421,7 +421,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
421
421
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut: (doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
422
422
|
/**
|
|
423
423
|
*
|
|
424
|
-
* @summary Get all Doctors. (Auth policies:
|
|
424
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
425
425
|
* @param {string} [hospitalId]
|
|
426
426
|
* @param {string} [hospitalName]
|
|
427
427
|
* @param {Array<string>} [ids]
|
|
@@ -443,7 +443,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
443
443
|
apiV1DoctorsGet: (hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
|
-
* @summary Create a Doctor. (Auth policies:
|
|
446
|
+
* @summary Create a Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
447
447
|
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
448
448
|
* @param {*} [options] Override http request option.
|
|
449
449
|
* @throws {RequiredError}
|
|
@@ -451,7 +451,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
451
451
|
apiV1DoctorsPost: (createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
452
452
|
/**
|
|
453
453
|
*
|
|
454
|
-
* @summary Get all Doctors. (Auth policies:
|
|
454
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
455
455
|
* @param {string} [hospitalId]
|
|
456
456
|
* @param {string} [hospitalName]
|
|
457
457
|
* @param {Array<string>} [ids]
|
|
@@ -479,7 +479,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
479
479
|
export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
480
480
|
/**
|
|
481
481
|
*
|
|
482
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
482
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
483
483
|
* @param {string} doctorId
|
|
484
484
|
* @param {string} certificateId
|
|
485
485
|
* @param {*} [options] Override http request option.
|
|
@@ -488,7 +488,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
488
488
|
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
489
489
|
/**
|
|
490
490
|
*
|
|
491
|
-
* @summary Get DoctorCertificate. (Auth policies:
|
|
491
|
+
* @summary Get DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
492
492
|
* @param {string} doctorId
|
|
493
493
|
* @param {string} certificateId
|
|
494
494
|
* @param {*} [options] Override http request option.
|
|
@@ -497,7 +497,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
497
497
|
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
498
498
|
/**
|
|
499
499
|
*
|
|
500
|
-
* @summary Update DoctorCertificate. (Auth policies:
|
|
500
|
+
* @summary Update DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
501
501
|
* @param {string} doctorId
|
|
502
502
|
* @param {string} certificateId
|
|
503
503
|
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
@@ -507,7 +507,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
507
507
|
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
508
508
|
/**
|
|
509
509
|
*
|
|
510
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
510
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
511
511
|
* @param {string} doctorId
|
|
512
512
|
* @param {string} [doctorName]
|
|
513
513
|
* @param {string} [certificateId]
|
|
@@ -523,7 +523,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
523
523
|
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificatesModel>>;
|
|
524
524
|
/**
|
|
525
525
|
*
|
|
526
|
-
* @summary Create DoctorCertificate. (Auth policies:
|
|
526
|
+
* @summary Create DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
527
527
|
* @param {string} doctorId
|
|
528
528
|
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
529
529
|
* @param {*} [options] Override http request option.
|
|
@@ -532,7 +532,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
532
532
|
apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
|
|
533
533
|
/**
|
|
534
534
|
*
|
|
535
|
-
* @summary Batch for doctor certificates sorting (Auth policies:
|
|
535
|
+
* @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
536
536
|
* @param {string} doctorId
|
|
537
537
|
* @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
|
|
538
538
|
* @param {*} [options] Override http request option.
|
|
@@ -541,7 +541,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
541
541
|
apiV1DoctorsDoctorIdCertificatesSortPut(doctorId: string, doctorCertificateSortingCommand?: DoctorCertificateSortingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SortingResultModel>>;
|
|
542
542
|
/**
|
|
543
543
|
*
|
|
544
|
-
* @summary Delete Doctor. (Auth policies:
|
|
544
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
545
545
|
* @param {string} doctorId
|
|
546
546
|
* @param {boolean} [isPermanent]
|
|
547
547
|
* @param {*} [options] Override http request option.
|
|
@@ -550,7 +550,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
550
550
|
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
551
551
|
/**
|
|
552
552
|
*
|
|
553
|
-
* @summary Delete DoctorEducation (Auth policies:
|
|
553
|
+
* @summary Delete DoctorEducation (Auth policies: RequireDoctorOrContentManagerRole)
|
|
554
554
|
* @param {string} doctorId
|
|
555
555
|
* @param {string} educationId
|
|
556
556
|
* @param {*} [options] Override http request option.
|
|
@@ -559,7 +559,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
559
559
|
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
560
560
|
/**
|
|
561
561
|
*
|
|
562
|
-
* @summary Get DoctorEducation. (Auth policies:
|
|
562
|
+
* @summary Get DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
563
563
|
* @param {string} doctorId
|
|
564
564
|
* @param {string} educationId
|
|
565
565
|
* @param {*} [options] Override http request option.
|
|
@@ -568,7 +568,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
568
568
|
apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
569
569
|
/**
|
|
570
570
|
*
|
|
571
|
-
* @summary Update DoctorEducation. (Auth policies:
|
|
571
|
+
* @summary Update DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
572
572
|
* @param {string} doctorId
|
|
573
573
|
* @param {string} educationId
|
|
574
574
|
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
@@ -578,7 +578,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
578
578
|
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
579
579
|
/**
|
|
580
580
|
*
|
|
581
|
-
* @summary Get all DoctorEducations. (Auth policies:
|
|
581
|
+
* @summary Get all DoctorEducations. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
582
582
|
* @param {string} doctorId
|
|
583
583
|
* @param {string} [doctorName]
|
|
584
584
|
* @param {string} [educationId]
|
|
@@ -594,7 +594,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
594
594
|
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationsModel>>;
|
|
595
595
|
/**
|
|
596
596
|
*
|
|
597
|
-
* @summary Create DoctorEducation. (Auth policies:
|
|
597
|
+
* @summary Create DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
598
598
|
* @param {string} doctorId
|
|
599
599
|
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
600
600
|
* @param {*} [options] Override http request option.
|
|
@@ -603,7 +603,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
603
603
|
apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
|
|
604
604
|
/**
|
|
605
605
|
*
|
|
606
|
-
* @summary Batch for doctor educations sorting (Auth policies:
|
|
606
|
+
* @summary Batch for doctor educations sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
607
607
|
* @param {string} doctorId
|
|
608
608
|
* @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
|
|
609
609
|
* @param {*} [options] Override http request option.
|
|
@@ -612,7 +612,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
612
612
|
apiV1DoctorsDoctorIdEducationsSortPut(doctorId: string, doctorEducationSortingCommand?: DoctorEducationSortingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SortingResultModel>>;
|
|
613
613
|
/**
|
|
614
614
|
*
|
|
615
|
-
* @summary Get doctor (Auth policies:
|
|
615
|
+
* @summary Get doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
616
616
|
* @param {string} doctorId
|
|
617
617
|
* @param {*} [options] Override http request option.
|
|
618
618
|
* @throws {RequiredError}
|
|
@@ -620,7 +620,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
620
620
|
apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
621
621
|
/**
|
|
622
622
|
*
|
|
623
|
-
* @summary Get all DoctorLanguages. (Auth policies:
|
|
623
|
+
* @summary Get all DoctorLanguages. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
624
624
|
* @param {string} doctorId
|
|
625
625
|
* @param {string} [languageCode]
|
|
626
626
|
* @param {number} [page]
|
|
@@ -632,7 +632,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
632
632
|
apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorLanguagesModel>>;
|
|
633
633
|
/**
|
|
634
634
|
*
|
|
635
|
-
* @summary Delete DoctorLanguage (Auth policies:
|
|
635
|
+
* @summary Delete DoctorLanguage (Auth policies: RequireDoctorOrContentManagerRole)
|
|
636
636
|
* @param {string} doctorId
|
|
637
637
|
* @param {string} languageCode
|
|
638
638
|
* @param {*} [options] Override http request option.
|
|
@@ -641,7 +641,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
641
641
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
642
642
|
/**
|
|
643
643
|
*
|
|
644
|
-
* @summary Get DoctorLanguage. (Auth policies:
|
|
644
|
+
* @summary Get DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
645
645
|
* @param {string} doctorId
|
|
646
646
|
* @param {string} languageCode
|
|
647
647
|
* @param {*} [options] Override http request option.
|
|
@@ -650,7 +650,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
650
650
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorLanguageModel>>;
|
|
651
651
|
/**
|
|
652
652
|
*
|
|
653
|
-
* @summary Update DoctorLanguage. (Auth policies:
|
|
653
|
+
* @summary Update DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
654
654
|
* @param {string} doctorId
|
|
655
655
|
* @param {string} languageCode
|
|
656
656
|
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
@@ -660,7 +660,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
660
660
|
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
661
661
|
/**
|
|
662
662
|
*
|
|
663
|
-
* @summary Create DoctorLanguage. (Auth policies:
|
|
663
|
+
* @summary Create DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
664
664
|
* @param {string} doctorId
|
|
665
665
|
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
666
666
|
* @param {*} [options] Override http request option.
|
|
@@ -669,7 +669,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
669
669
|
apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
670
670
|
/**
|
|
671
671
|
*
|
|
672
|
-
* @summary Get all DoctorMedias. (Auth policies:
|
|
672
|
+
* @summary Get all DoctorMedias. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
673
673
|
* @param {string} doctorId
|
|
674
674
|
* @param {string} [id]
|
|
675
675
|
* @param {MediaType} [mediaType]
|
|
@@ -682,7 +682,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
682
682
|
apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
|
|
683
683
|
/**
|
|
684
684
|
*
|
|
685
|
-
* @summary Delete DoctorMedia (Auth policies:
|
|
685
|
+
* @summary Delete DoctorMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
686
686
|
* @param {string} doctorId
|
|
687
687
|
* @param {string} mediaId
|
|
688
688
|
* @param {*} [options] Override http request option.
|
|
@@ -691,7 +691,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
691
691
|
apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
692
692
|
/**
|
|
693
693
|
*
|
|
694
|
-
* @summary Get DoctorMedia. (Auth policies:
|
|
694
|
+
* @summary Get DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
695
695
|
* @param {string} doctorId
|
|
696
696
|
* @param {string} mediaId
|
|
697
697
|
* @param {*} [options] Override http request option.
|
|
@@ -700,7 +700,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
700
700
|
apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
701
701
|
/**
|
|
702
702
|
*
|
|
703
|
-
* @summary Update DoctorMedia. (Auth policies:
|
|
703
|
+
* @summary Update DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
704
704
|
* @param {string} doctorId
|
|
705
705
|
* @param {string} mediaId
|
|
706
706
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -710,7 +710,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
710
710
|
apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
711
711
|
/**
|
|
712
712
|
*
|
|
713
|
-
* @summary Create DoctorMedia. (Auth policies:
|
|
713
|
+
* @summary Create DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
714
714
|
* @param {string} doctorId
|
|
715
715
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
716
716
|
* @param {*} [options] Override http request option.
|
|
@@ -719,7 +719,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
719
719
|
apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
|
|
720
720
|
/**
|
|
721
721
|
*
|
|
722
|
-
* @summary Get All DoctorPortfolios (Auth policies:
|
|
722
|
+
* @summary Get All DoctorPortfolios (Auth policies: RequireDoctorOrContentManagerRole)
|
|
723
723
|
* @param {string} doctorId
|
|
724
724
|
* @param {string} [doctorName]
|
|
725
725
|
* @param {string} [portfolioId]
|
|
@@ -733,7 +733,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
733
733
|
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfoliosModel>>;
|
|
734
734
|
/**
|
|
735
735
|
*
|
|
736
|
-
* @summary Delete DoctorPortfolio. (Auth policies:
|
|
736
|
+
* @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
737
737
|
* @param {string} doctorId
|
|
738
738
|
* @param {string} portfolioId
|
|
739
739
|
* @param {*} [options] Override http request option.
|
|
@@ -742,7 +742,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
742
742
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
743
743
|
/**
|
|
744
744
|
*
|
|
745
|
-
* @summary Get DoctorPortfolio. (Auth policies:
|
|
745
|
+
* @summary Get DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
746
746
|
* @param {string} doctorId
|
|
747
747
|
* @param {string} portfolioId
|
|
748
748
|
* @param {*} [options] Override http request option.
|
|
@@ -751,7 +751,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
751
751
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
752
752
|
/**
|
|
753
753
|
*
|
|
754
|
-
* @summary Update DoctorPortfolio. (Auth policies:
|
|
754
|
+
* @summary Update DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
755
755
|
* @param {string} doctorId
|
|
756
756
|
* @param {string} portfolioId
|
|
757
757
|
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
@@ -761,7 +761,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
761
761
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
762
762
|
/**
|
|
763
763
|
*
|
|
764
|
-
* @summary Create DoctorPortfolio. (Auth policies:
|
|
764
|
+
* @summary Create DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
765
765
|
* @param {string} doctorId
|
|
766
766
|
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
767
767
|
* @param {*} [options] Override http request option.
|
|
@@ -770,7 +770,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
770
770
|
apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
|
|
771
771
|
/**
|
|
772
772
|
*
|
|
773
|
-
* @summary Update Doctor. (Auth policies:
|
|
773
|
+
* @summary Update Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
774
774
|
* @param {string} doctorId
|
|
775
775
|
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
776
776
|
* @param {*} [options] Override http request option.
|
|
@@ -779,7 +779,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
779
779
|
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
780
780
|
/**
|
|
781
781
|
*
|
|
782
|
-
* @summary Delete Doctor. (Auth policies:
|
|
782
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
783
783
|
* @param {string} doctorId
|
|
784
784
|
* @param {*} [options] Override http request option.
|
|
785
785
|
* @throws {RequiredError}
|
|
@@ -787,7 +787,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
787
787
|
apiV1DoctorsDoctorIdReactivatePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
788
788
|
/**
|
|
789
789
|
*
|
|
790
|
-
* @summary Revalidate doctor (Auth policies:
|
|
790
|
+
* @summary Revalidate doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
791
791
|
* @param {string} doctorId
|
|
792
792
|
* @param {boolean} [includeCurrent]
|
|
793
793
|
* @param {*} [options] Override http request option.
|
|
@@ -796,7 +796,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
796
796
|
apiV1DoctorsDoctorIdRevalidatePost(doctorId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
797
797
|
/**
|
|
798
798
|
*
|
|
799
|
-
* @summary Get All DoctorSpecialties. (Auth policies:
|
|
799
|
+
* @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
800
800
|
* @param {string} doctorId
|
|
801
801
|
* @param {string} [specialtyId]
|
|
802
802
|
* @param {string} [specialtyName]
|
|
@@ -810,7 +810,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
810
810
|
apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>>;
|
|
811
811
|
/**
|
|
812
812
|
*
|
|
813
|
-
* @summary Link a doctor to a specialty. (Auth policies:
|
|
813
|
+
* @summary Link a doctor to a specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
814
814
|
* @param {string} doctorId
|
|
815
815
|
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
816
816
|
* @param {*} [options] Override http request option.
|
|
@@ -819,7 +819,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
819
819
|
apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
820
820
|
/**
|
|
821
821
|
*
|
|
822
|
-
* @summary Remove link between the doctor and the specialty. (Auth policies:
|
|
822
|
+
* @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
823
823
|
* @param {string} doctorId
|
|
824
824
|
* @param {string} specialtyId
|
|
825
825
|
* @param {*} [options] Override http request option.
|
|
@@ -828,7 +828,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
828
828
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
829
829
|
/**
|
|
830
830
|
*
|
|
831
|
-
* @summary Get DoctorSpecialty (Auth policies:
|
|
831
|
+
* @summary Get DoctorSpecialty (Auth policies: RequireDoctorOrContentManagerRole)
|
|
832
832
|
* @param {string} doctorId
|
|
833
833
|
* @param {string} specialtyId
|
|
834
834
|
* @param {*} [options] Override http request option.
|
|
@@ -837,7 +837,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
837
837
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
838
838
|
/**
|
|
839
839
|
*
|
|
840
|
-
* @summary Update DoctorSpecialty. (Auth policies:
|
|
840
|
+
* @summary Update DoctorSpecialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
841
841
|
* @param {string} doctorId
|
|
842
842
|
* @param {string} specialtyId
|
|
843
843
|
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
@@ -847,7 +847,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
847
847
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>>;
|
|
848
848
|
/**
|
|
849
849
|
*
|
|
850
|
-
* @summary Get all Doctors. (Auth policies:
|
|
850
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
851
851
|
* @param {string} [hospitalId]
|
|
852
852
|
* @param {string} [hospitalName]
|
|
853
853
|
* @param {Array<string>} [ids]
|
|
@@ -869,7 +869,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
869
869
|
apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorsModel>>;
|
|
870
870
|
/**
|
|
871
871
|
*
|
|
872
|
-
* @summary Create a Doctor. (Auth policies:
|
|
872
|
+
* @summary Create a Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
873
873
|
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
874
874
|
* @param {*} [options] Override http request option.
|
|
875
875
|
* @throws {RequiredError}
|
|
@@ -877,7 +877,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
877
877
|
apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
|
|
878
878
|
/**
|
|
879
879
|
*
|
|
880
|
-
* @summary Get all Doctors. (Auth policies:
|
|
880
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
881
881
|
* @param {string} [hospitalId]
|
|
882
882
|
* @param {string} [hospitalName]
|
|
883
883
|
* @param {Array<string>} [ids]
|
|
@@ -905,7 +905,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
905
905
|
export declare const DoctorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
906
906
|
/**
|
|
907
907
|
*
|
|
908
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
908
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
909
909
|
* @param {string} doctorId
|
|
910
910
|
* @param {string} certificateId
|
|
911
911
|
* @param {*} [options] Override http request option.
|
|
@@ -914,7 +914,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
914
914
|
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<boolean>;
|
|
915
915
|
/**
|
|
916
916
|
*
|
|
917
|
-
* @summary Get DoctorCertificate. (Auth policies:
|
|
917
|
+
* @summary Get DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
918
918
|
* @param {string} doctorId
|
|
919
919
|
* @param {string} certificateId
|
|
920
920
|
* @param {*} [options] Override http request option.
|
|
@@ -923,7 +923,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
923
923
|
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
924
924
|
/**
|
|
925
925
|
*
|
|
926
|
-
* @summary Update DoctorCertificate. (Auth policies:
|
|
926
|
+
* @summary Update DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
927
927
|
* @param {string} doctorId
|
|
928
928
|
* @param {string} certificateId
|
|
929
929
|
* @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
|
|
@@ -933,7 +933,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
933
933
|
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
934
934
|
/**
|
|
935
935
|
*
|
|
936
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
936
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
937
937
|
* @param {string} doctorId
|
|
938
938
|
* @param {string} [doctorName]
|
|
939
939
|
* @param {string} [certificateId]
|
|
@@ -949,7 +949,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
949
949
|
apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorCertificatesModel>;
|
|
950
950
|
/**
|
|
951
951
|
*
|
|
952
|
-
* @summary Create DoctorCertificate. (Auth policies:
|
|
952
|
+
* @summary Create DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
953
953
|
* @param {string} doctorId
|
|
954
954
|
* @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
|
|
955
955
|
* @param {*} [options] Override http request option.
|
|
@@ -958,7 +958,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
958
958
|
apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel>;
|
|
959
959
|
/**
|
|
960
960
|
*
|
|
961
|
-
* @summary Batch for doctor certificates sorting (Auth policies:
|
|
961
|
+
* @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
962
962
|
* @param {string} doctorId
|
|
963
963
|
* @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
|
|
964
964
|
* @param {*} [options] Override http request option.
|
|
@@ -967,7 +967,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
967
967
|
apiV1DoctorsDoctorIdCertificatesSortPut(doctorId: string, doctorCertificateSortingCommand?: DoctorCertificateSortingCommand, options?: any): AxiosPromise<SortingResultModel>;
|
|
968
968
|
/**
|
|
969
969
|
*
|
|
970
|
-
* @summary Delete Doctor. (Auth policies:
|
|
970
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
971
971
|
* @param {string} doctorId
|
|
972
972
|
* @param {boolean} [isPermanent]
|
|
973
973
|
* @param {*} [options] Override http request option.
|
|
@@ -976,7 +976,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
976
976
|
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
977
977
|
/**
|
|
978
978
|
*
|
|
979
|
-
* @summary Delete DoctorEducation (Auth policies:
|
|
979
|
+
* @summary Delete DoctorEducation (Auth policies: RequireDoctorOrContentManagerRole)
|
|
980
980
|
* @param {string} doctorId
|
|
981
981
|
* @param {string} educationId
|
|
982
982
|
* @param {*} [options] Override http request option.
|
|
@@ -985,7 +985,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
985
985
|
apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<boolean>;
|
|
986
986
|
/**
|
|
987
987
|
*
|
|
988
|
-
* @summary Get DoctorEducation. (Auth policies:
|
|
988
|
+
* @summary Get DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
989
989
|
* @param {string} doctorId
|
|
990
990
|
* @param {string} educationId
|
|
991
991
|
* @param {*} [options] Override http request option.
|
|
@@ -994,7 +994,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
994
994
|
apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
995
995
|
/**
|
|
996
996
|
*
|
|
997
|
-
* @summary Update DoctorEducation. (Auth policies:
|
|
997
|
+
* @summary Update DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
998
998
|
* @param {string} doctorId
|
|
999
999
|
* @param {string} educationId
|
|
1000
1000
|
* @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
|
|
@@ -1004,7 +1004,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1004
1004
|
apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
1005
1005
|
/**
|
|
1006
1006
|
*
|
|
1007
|
-
* @summary Get all DoctorEducations. (Auth policies:
|
|
1007
|
+
* @summary Get all DoctorEducations. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1008
1008
|
* @param {string} doctorId
|
|
1009
1009
|
* @param {string} [doctorName]
|
|
1010
1010
|
* @param {string} [educationId]
|
|
@@ -1020,7 +1020,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1020
1020
|
apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorEducationsModel>;
|
|
1021
1021
|
/**
|
|
1022
1022
|
*
|
|
1023
|
-
* @summary Create DoctorEducation. (Auth policies:
|
|
1023
|
+
* @summary Create DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1024
1024
|
* @param {string} doctorId
|
|
1025
1025
|
* @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
|
|
1026
1026
|
* @param {*} [options] Override http request option.
|
|
@@ -1029,7 +1029,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1029
1029
|
apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
|
|
1030
1030
|
/**
|
|
1031
1031
|
*
|
|
1032
|
-
* @summary Batch for doctor educations sorting (Auth policies:
|
|
1032
|
+
* @summary Batch for doctor educations sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1033
1033
|
* @param {string} doctorId
|
|
1034
1034
|
* @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
|
|
1035
1035
|
* @param {*} [options] Override http request option.
|
|
@@ -1038,7 +1038,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1038
1038
|
apiV1DoctorsDoctorIdEducationsSortPut(doctorId: string, doctorEducationSortingCommand?: DoctorEducationSortingCommand, options?: any): AxiosPromise<SortingResultModel>;
|
|
1039
1039
|
/**
|
|
1040
1040
|
*
|
|
1041
|
-
* @summary Get doctor (Auth policies:
|
|
1041
|
+
* @summary Get doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1042
1042
|
* @param {string} doctorId
|
|
1043
1043
|
* @param {*} [options] Override http request option.
|
|
1044
1044
|
* @throws {RequiredError}
|
|
@@ -1046,7 +1046,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1046
1046
|
apiV1DoctorsDoctorIdGet(doctorId: string, options?: any): AxiosPromise<DoctorModel>;
|
|
1047
1047
|
/**
|
|
1048
1048
|
*
|
|
1049
|
-
* @summary Get all DoctorLanguages. (Auth policies:
|
|
1049
|
+
* @summary Get all DoctorLanguages. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1050
1050
|
* @param {string} doctorId
|
|
1051
1051
|
* @param {string} [languageCode]
|
|
1052
1052
|
* @param {number} [page]
|
|
@@ -1058,7 +1058,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1058
1058
|
apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorLanguagesModel>;
|
|
1059
1059
|
/**
|
|
1060
1060
|
*
|
|
1061
|
-
* @summary Delete DoctorLanguage (Auth policies:
|
|
1061
|
+
* @summary Delete DoctorLanguage (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1062
1062
|
* @param {string} doctorId
|
|
1063
1063
|
* @param {string} languageCode
|
|
1064
1064
|
* @param {*} [options] Override http request option.
|
|
@@ -1067,7 +1067,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1067
1067
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: any): AxiosPromise<boolean>;
|
|
1068
1068
|
/**
|
|
1069
1069
|
*
|
|
1070
|
-
* @summary Get DoctorLanguage. (Auth policies:
|
|
1070
|
+
* @summary Get DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1071
1071
|
* @param {string} doctorId
|
|
1072
1072
|
* @param {string} languageCode
|
|
1073
1073
|
* @param {*} [options] Override http request option.
|
|
@@ -1076,7 +1076,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1076
1076
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: any): AxiosPromise<DoctorLanguageModel>;
|
|
1077
1077
|
/**
|
|
1078
1078
|
*
|
|
1079
|
-
* @summary Update DoctorLanguage. (Auth policies:
|
|
1079
|
+
* @summary Update DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1080
1080
|
* @param {string} doctorId
|
|
1081
1081
|
* @param {string} languageCode
|
|
1082
1082
|
* @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
|
|
@@ -1086,7 +1086,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1086
1086
|
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: any): AxiosPromise<boolean>;
|
|
1087
1087
|
/**
|
|
1088
1088
|
*
|
|
1089
|
-
* @summary Create DoctorLanguage. (Auth policies:
|
|
1089
|
+
* @summary Create DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1090
1090
|
* @param {string} doctorId
|
|
1091
1091
|
* @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
|
|
1092
1092
|
* @param {*} [options] Override http request option.
|
|
@@ -1095,7 +1095,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1095
1095
|
apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: any): AxiosPromise<boolean>;
|
|
1096
1096
|
/**
|
|
1097
1097
|
*
|
|
1098
|
-
* @summary Get all DoctorMedias. (Auth policies:
|
|
1098
|
+
* @summary Get all DoctorMedias. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1099
1099
|
* @param {string} doctorId
|
|
1100
1100
|
* @param {string} [id]
|
|
1101
1101
|
* @param {MediaType} [mediaType]
|
|
@@ -1108,7 +1108,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1108
1108
|
apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
|
|
1109
1109
|
/**
|
|
1110
1110
|
*
|
|
1111
|
-
* @summary Delete DoctorMedia (Auth policies:
|
|
1111
|
+
* @summary Delete DoctorMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1112
1112
|
* @param {string} doctorId
|
|
1113
1113
|
* @param {string} mediaId
|
|
1114
1114
|
* @param {*} [options] Override http request option.
|
|
@@ -1117,7 +1117,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1117
1117
|
apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
1118
1118
|
/**
|
|
1119
1119
|
*
|
|
1120
|
-
* @summary Get DoctorMedia. (Auth policies:
|
|
1120
|
+
* @summary Get DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1121
1121
|
* @param {string} doctorId
|
|
1122
1122
|
* @param {string} mediaId
|
|
1123
1123
|
* @param {*} [options] Override http request option.
|
|
@@ -1126,7 +1126,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1126
1126
|
apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
1127
1127
|
/**
|
|
1128
1128
|
*
|
|
1129
|
-
* @summary Update DoctorMedia. (Auth policies:
|
|
1129
|
+
* @summary Update DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1130
1130
|
* @param {string} doctorId
|
|
1131
1131
|
* @param {string} mediaId
|
|
1132
1132
|
* @param {UpdateMediaCommand} [updateMediaCommand]
|
|
@@ -1136,7 +1136,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1136
1136
|
apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
1137
1137
|
/**
|
|
1138
1138
|
*
|
|
1139
|
-
* @summary Create DoctorMedia. (Auth policies:
|
|
1139
|
+
* @summary Create DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1140
1140
|
* @param {string} doctorId
|
|
1141
1141
|
* @param {CreateMediaCommand} [createMediaCommand]
|
|
1142
1142
|
* @param {*} [options] Override http request option.
|
|
@@ -1145,7 +1145,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1145
1145
|
apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: any): AxiosPromise<MediaModel>;
|
|
1146
1146
|
/**
|
|
1147
1147
|
*
|
|
1148
|
-
* @summary Get All DoctorPortfolios (Auth policies:
|
|
1148
|
+
* @summary Get All DoctorPortfolios (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1149
1149
|
* @param {string} doctorId
|
|
1150
1150
|
* @param {string} [doctorName]
|
|
1151
1151
|
* @param {string} [portfolioId]
|
|
@@ -1159,7 +1159,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1159
1159
|
apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorPortfoliosModel>;
|
|
1160
1160
|
/**
|
|
1161
1161
|
*
|
|
1162
|
-
* @summary Delete DoctorPortfolio. (Auth policies:
|
|
1162
|
+
* @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1163
1163
|
* @param {string} doctorId
|
|
1164
1164
|
* @param {string} portfolioId
|
|
1165
1165
|
* @param {*} [options] Override http request option.
|
|
@@ -1168,7 +1168,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1168
1168
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<boolean>;
|
|
1169
1169
|
/**
|
|
1170
1170
|
*
|
|
1171
|
-
* @summary Get DoctorPortfolio. (Auth policies:
|
|
1171
|
+
* @summary Get DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1172
1172
|
* @param {string} doctorId
|
|
1173
1173
|
* @param {string} portfolioId
|
|
1174
1174
|
* @param {*} [options] Override http request option.
|
|
@@ -1177,7 +1177,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1177
1177
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1178
1178
|
/**
|
|
1179
1179
|
*
|
|
1180
|
-
* @summary Update DoctorPortfolio. (Auth policies:
|
|
1180
|
+
* @summary Update DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1181
1181
|
* @param {string} doctorId
|
|
1182
1182
|
* @param {string} portfolioId
|
|
1183
1183
|
* @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
|
|
@@ -1187,7 +1187,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1187
1187
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1188
1188
|
/**
|
|
1189
1189
|
*
|
|
1190
|
-
* @summary Create DoctorPortfolio. (Auth policies:
|
|
1190
|
+
* @summary Create DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1191
1191
|
* @param {string} doctorId
|
|
1192
1192
|
* @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
|
|
1193
1193
|
* @param {*} [options] Override http request option.
|
|
@@ -1196,7 +1196,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1196
1196
|
apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel>;
|
|
1197
1197
|
/**
|
|
1198
1198
|
*
|
|
1199
|
-
* @summary Update Doctor. (Auth policies:
|
|
1199
|
+
* @summary Update Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1200
1200
|
* @param {string} doctorId
|
|
1201
1201
|
* @param {UpdateDoctorCommand} [updateDoctorCommand]
|
|
1202
1202
|
* @param {*} [options] Override http request option.
|
|
@@ -1205,7 +1205,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1205
1205
|
apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<DoctorModel>;
|
|
1206
1206
|
/**
|
|
1207
1207
|
*
|
|
1208
|
-
* @summary Delete Doctor. (Auth policies:
|
|
1208
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1209
1209
|
* @param {string} doctorId
|
|
1210
1210
|
* @param {*} [options] Override http request option.
|
|
1211
1211
|
* @throws {RequiredError}
|
|
@@ -1213,7 +1213,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1213
1213
|
apiV1DoctorsDoctorIdReactivatePut(doctorId: string, options?: any): AxiosPromise<boolean>;
|
|
1214
1214
|
/**
|
|
1215
1215
|
*
|
|
1216
|
-
* @summary Revalidate doctor (Auth policies:
|
|
1216
|
+
* @summary Revalidate doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1217
1217
|
* @param {string} doctorId
|
|
1218
1218
|
* @param {boolean} [includeCurrent]
|
|
1219
1219
|
* @param {*} [options] Override http request option.
|
|
@@ -1222,7 +1222,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1222
1222
|
apiV1DoctorsDoctorIdRevalidatePost(doctorId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
*
|
|
1225
|
-
* @summary Get All DoctorSpecialties. (Auth policies:
|
|
1225
|
+
* @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1226
1226
|
* @param {string} doctorId
|
|
1227
1227
|
* @param {string} [specialtyId]
|
|
1228
1228
|
* @param {string} [specialtyName]
|
|
@@ -1236,7 +1236,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1236
1236
|
apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel>;
|
|
1237
1237
|
/**
|
|
1238
1238
|
*
|
|
1239
|
-
* @summary Link a doctor to a specialty. (Auth policies:
|
|
1239
|
+
* @summary Link a doctor to a specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1240
1240
|
* @param {string} doctorId
|
|
1241
1241
|
* @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
|
|
1242
1242
|
* @param {*} [options] Override http request option.
|
|
@@ -1245,7 +1245,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1245
1245
|
apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1246
1246
|
/**
|
|
1247
1247
|
*
|
|
1248
|
-
* @summary Remove link between the doctor and the specialty. (Auth policies:
|
|
1248
|
+
* @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1249
1249
|
* @param {string} doctorId
|
|
1250
1250
|
* @param {string} specialtyId
|
|
1251
1251
|
* @param {*} [options] Override http request option.
|
|
@@ -1254,7 +1254,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1254
1254
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
*
|
|
1257
|
-
* @summary Get DoctorSpecialty (Auth policies:
|
|
1257
|
+
* @summary Get DoctorSpecialty (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1258
1258
|
* @param {string} doctorId
|
|
1259
1259
|
* @param {string} specialtyId
|
|
1260
1260
|
* @param {*} [options] Override http request option.
|
|
@@ -1263,7 +1263,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1263
1263
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1264
1264
|
/**
|
|
1265
1265
|
*
|
|
1266
|
-
* @summary Update DoctorSpecialty. (Auth policies:
|
|
1266
|
+
* @summary Update DoctorSpecialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1267
1267
|
* @param {string} doctorId
|
|
1268
1268
|
* @param {string} specialtyId
|
|
1269
1269
|
* @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
|
|
@@ -1273,7 +1273,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1273
1273
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: any): AxiosPromise<DoctorSpecialtyModel>;
|
|
1274
1274
|
/**
|
|
1275
1275
|
*
|
|
1276
|
-
* @summary Get all Doctors. (Auth policies:
|
|
1276
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1277
1277
|
* @param {string} [hospitalId]
|
|
1278
1278
|
* @param {string} [hospitalName]
|
|
1279
1279
|
* @param {Array<string>} [ids]
|
|
@@ -1295,7 +1295,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1295
1295
|
apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsModel>;
|
|
1296
1296
|
/**
|
|
1297
1297
|
*
|
|
1298
|
-
* @summary Create a Doctor. (Auth policies:
|
|
1298
|
+
* @summary Create a Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1299
1299
|
* @param {CreateDoctorCommand} [createDoctorCommand]
|
|
1300
1300
|
* @param {*} [options] Override http request option.
|
|
1301
1301
|
* @throws {RequiredError}
|
|
@@ -1303,7 +1303,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
1303
1303
|
apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: any): AxiosPromise<DoctorModel>;
|
|
1304
1304
|
/**
|
|
1305
1305
|
*
|
|
1306
|
-
* @summary Get all Doctors. (Auth policies:
|
|
1306
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
1307
1307
|
* @param {string} [hospitalId]
|
|
1308
1308
|
* @param {string} [hospitalName]
|
|
1309
1309
|
* @param {Array<string>} [ids]
|
|
@@ -2453,7 +2453,7 @@ export interface DoctorsApiApiV1DoctorsSimpleGetRequest {
|
|
|
2453
2453
|
export declare class DoctorsApi extends BaseAPI {
|
|
2454
2454
|
/**
|
|
2455
2455
|
*
|
|
2456
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
2456
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2457
2457
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest} requestParameters Request parameters.
|
|
2458
2458
|
* @param {*} [options] Override http request option.
|
|
2459
2459
|
* @throws {RequiredError}
|
|
@@ -2462,7 +2462,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2462
2462
|
apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2463
2463
|
/**
|
|
2464
2464
|
*
|
|
2465
|
-
* @summary Get DoctorCertificate. (Auth policies:
|
|
2465
|
+
* @summary Get DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2466
2466
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest} requestParameters Request parameters.
|
|
2467
2467
|
* @param {*} [options] Override http request option.
|
|
2468
2468
|
* @throws {RequiredError}
|
|
@@ -2471,7 +2471,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2471
2471
|
apiV1DoctorsDoctorIdCertificatesCertificateIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
2472
2472
|
/**
|
|
2473
2473
|
*
|
|
2474
|
-
* @summary Update DoctorCertificate. (Auth policies:
|
|
2474
|
+
* @summary Update DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2475
2475
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest} requestParameters Request parameters.
|
|
2476
2476
|
* @param {*} [options] Override http request option.
|
|
2477
2477
|
* @throws {RequiredError}
|
|
@@ -2480,7 +2480,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2480
2480
|
apiV1DoctorsDoctorIdCertificatesCertificateIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
2481
2481
|
/**
|
|
2482
2482
|
*
|
|
2483
|
-
* @summary Delete DoctorCertificate. (Auth policies:
|
|
2483
|
+
* @summary Delete DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2484
2484
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest} requestParameters Request parameters.
|
|
2485
2485
|
* @param {*} [options] Override http request option.
|
|
2486
2486
|
* @throws {RequiredError}
|
|
@@ -2489,7 +2489,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2489
2489
|
apiV1DoctorsDoctorIdCertificatesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
|
|
2490
2490
|
/**
|
|
2491
2491
|
*
|
|
2492
|
-
* @summary Create DoctorCertificate. (Auth policies:
|
|
2492
|
+
* @summary Create DoctorCertificate. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2493
2493
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest} requestParameters Request parameters.
|
|
2494
2494
|
* @param {*} [options] Override http request option.
|
|
2495
2495
|
* @throws {RequiredError}
|
|
@@ -2498,7 +2498,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2498
2498
|
apiV1DoctorsDoctorIdCertificatesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
|
|
2499
2499
|
/**
|
|
2500
2500
|
*
|
|
2501
|
-
* @summary Batch for doctor certificates sorting (Auth policies:
|
|
2501
|
+
* @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2502
2502
|
* @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesSortPutRequest} requestParameters Request parameters.
|
|
2503
2503
|
* @param {*} [options] Override http request option.
|
|
2504
2504
|
* @throws {RequiredError}
|
|
@@ -2507,7 +2507,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2507
2507
|
apiV1DoctorsDoctorIdCertificatesSortPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesSortPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SortingResultModel, any>>;
|
|
2508
2508
|
/**
|
|
2509
2509
|
*
|
|
2510
|
-
* @summary Delete Doctor. (Auth policies:
|
|
2510
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2511
2511
|
* @param {DoctorsApiApiV1DoctorsDoctorIdDeleteRequest} requestParameters Request parameters.
|
|
2512
2512
|
* @param {*} [options] Override http request option.
|
|
2513
2513
|
* @throws {RequiredError}
|
|
@@ -2516,7 +2516,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2516
2516
|
apiV1DoctorsDoctorIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2517
2517
|
/**
|
|
2518
2518
|
*
|
|
2519
|
-
* @summary Delete DoctorEducation (Auth policies:
|
|
2519
|
+
* @summary Delete DoctorEducation (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2520
2520
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest} requestParameters Request parameters.
|
|
2521
2521
|
* @param {*} [options] Override http request option.
|
|
2522
2522
|
* @throws {RequiredError}
|
|
@@ -2525,7 +2525,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2525
2525
|
apiV1DoctorsDoctorIdEducationsEducationIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2526
2526
|
/**
|
|
2527
2527
|
*
|
|
2528
|
-
* @summary Get DoctorEducation. (Auth policies:
|
|
2528
|
+
* @summary Get DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2529
2529
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest} requestParameters Request parameters.
|
|
2530
2530
|
* @param {*} [options] Override http request option.
|
|
2531
2531
|
* @throws {RequiredError}
|
|
@@ -2534,7 +2534,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2534
2534
|
apiV1DoctorsDoctorIdEducationsEducationIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
2535
2535
|
/**
|
|
2536
2536
|
*
|
|
2537
|
-
* @summary Update DoctorEducation. (Auth policies:
|
|
2537
|
+
* @summary Update DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2538
2538
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest} requestParameters Request parameters.
|
|
2539
2539
|
* @param {*} [options] Override http request option.
|
|
2540
2540
|
* @throws {RequiredError}
|
|
@@ -2543,7 +2543,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2543
2543
|
apiV1DoctorsDoctorIdEducationsEducationIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
2544
2544
|
/**
|
|
2545
2545
|
*
|
|
2546
|
-
* @summary Get all DoctorEducations. (Auth policies:
|
|
2546
|
+
* @summary Get all DoctorEducations. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2547
2547
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest} requestParameters Request parameters.
|
|
2548
2548
|
* @param {*} [options] Override http request option.
|
|
2549
2549
|
* @throws {RequiredError}
|
|
@@ -2552,7 +2552,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2552
2552
|
apiV1DoctorsDoctorIdEducationsGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
|
|
2553
2553
|
/**
|
|
2554
2554
|
*
|
|
2555
|
-
* @summary Create DoctorEducation. (Auth policies:
|
|
2555
|
+
* @summary Create DoctorEducation. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2556
2556
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest} requestParameters Request parameters.
|
|
2557
2557
|
* @param {*} [options] Override http request option.
|
|
2558
2558
|
* @throws {RequiredError}
|
|
@@ -2561,7 +2561,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2561
2561
|
apiV1DoctorsDoctorIdEducationsPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
|
|
2562
2562
|
/**
|
|
2563
2563
|
*
|
|
2564
|
-
* @summary Batch for doctor educations sorting (Auth policies:
|
|
2564
|
+
* @summary Batch for doctor educations sorting (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2565
2565
|
* @param {DoctorsApiApiV1DoctorsDoctorIdEducationsSortPutRequest} requestParameters Request parameters.
|
|
2566
2566
|
* @param {*} [options] Override http request option.
|
|
2567
2567
|
* @throws {RequiredError}
|
|
@@ -2570,7 +2570,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2570
2570
|
apiV1DoctorsDoctorIdEducationsSortPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsSortPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SortingResultModel, any>>;
|
|
2571
2571
|
/**
|
|
2572
2572
|
*
|
|
2573
|
-
* @summary Get doctor (Auth policies:
|
|
2573
|
+
* @summary Get doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2574
2574
|
* @param {DoctorsApiApiV1DoctorsDoctorIdGetRequest} requestParameters Request parameters.
|
|
2575
2575
|
* @param {*} [options] Override http request option.
|
|
2576
2576
|
* @throws {RequiredError}
|
|
@@ -2579,7 +2579,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2579
2579
|
apiV1DoctorsDoctorIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
2580
2580
|
/**
|
|
2581
2581
|
*
|
|
2582
|
-
* @summary Get all DoctorLanguages. (Auth policies:
|
|
2582
|
+
* @summary Get all DoctorLanguages. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2583
2583
|
* @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest} requestParameters Request parameters.
|
|
2584
2584
|
* @param {*} [options] Override http request option.
|
|
2585
2585
|
* @throws {RequiredError}
|
|
@@ -2588,7 +2588,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2588
2588
|
apiV1DoctorsDoctorIdLanguagesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel, any>>;
|
|
2589
2589
|
/**
|
|
2590
2590
|
*
|
|
2591
|
-
* @summary Delete DoctorLanguage (Auth policies:
|
|
2591
|
+
* @summary Delete DoctorLanguage (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2592
2592
|
* @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
|
|
2593
2593
|
* @param {*} [options] Override http request option.
|
|
2594
2594
|
* @throws {RequiredError}
|
|
@@ -2597,7 +2597,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2597
2597
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2598
2598
|
/**
|
|
2599
2599
|
*
|
|
2600
|
-
* @summary Get DoctorLanguage. (Auth policies:
|
|
2600
|
+
* @summary Get DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2601
2601
|
* @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest} requestParameters Request parameters.
|
|
2602
2602
|
* @param {*} [options] Override http request option.
|
|
2603
2603
|
* @throws {RequiredError}
|
|
@@ -2606,7 +2606,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2606
2606
|
apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel, any>>;
|
|
2607
2607
|
/**
|
|
2608
2608
|
*
|
|
2609
|
-
* @summary Update DoctorLanguage. (Auth policies:
|
|
2609
|
+
* @summary Update DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2610
2610
|
* @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
|
|
2611
2611
|
* @param {*} [options] Override http request option.
|
|
2612
2612
|
* @throws {RequiredError}
|
|
@@ -2615,7 +2615,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2615
2615
|
apiV1DoctorsDoctorIdLanguagesLanguageCodePut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2616
2616
|
/**
|
|
2617
2617
|
*
|
|
2618
|
-
* @summary Create DoctorLanguage. (Auth policies:
|
|
2618
|
+
* @summary Create DoctorLanguage. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2619
2619
|
* @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest} requestParameters Request parameters.
|
|
2620
2620
|
* @param {*} [options] Override http request option.
|
|
2621
2621
|
* @throws {RequiredError}
|
|
@@ -2624,7 +2624,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2624
2624
|
apiV1DoctorsDoctorIdLanguagesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2625
2625
|
/**
|
|
2626
2626
|
*
|
|
2627
|
-
* @summary Get all DoctorMedias. (Auth policies:
|
|
2627
|
+
* @summary Get all DoctorMedias. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2628
2628
|
* @param {DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest} requestParameters Request parameters.
|
|
2629
2629
|
* @param {*} [options] Override http request option.
|
|
2630
2630
|
* @throws {RequiredError}
|
|
@@ -2633,7 +2633,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2633
2633
|
apiV1DoctorsDoctorIdMediasGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
2634
2634
|
/**
|
|
2635
2635
|
*
|
|
2636
|
-
* @summary Delete DoctorMedia (Auth policies:
|
|
2636
|
+
* @summary Delete DoctorMedia (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2637
2637
|
* @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
|
|
2638
2638
|
* @param {*} [options] Override http request option.
|
|
2639
2639
|
* @throws {RequiredError}
|
|
@@ -2642,7 +2642,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2642
2642
|
apiV1DoctorsDoctorIdMediasMediaIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2643
2643
|
/**
|
|
2644
2644
|
*
|
|
2645
|
-
* @summary Get DoctorMedia. (Auth policies:
|
|
2645
|
+
* @summary Get DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2646
2646
|
* @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
2647
2647
|
* @param {*} [options] Override http request option.
|
|
2648
2648
|
* @throws {RequiredError}
|
|
@@ -2651,7 +2651,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2651
2651
|
apiV1DoctorsDoctorIdMediasMediaIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
2652
2652
|
/**
|
|
2653
2653
|
*
|
|
2654
|
-
* @summary Update DoctorMedia. (Auth policies:
|
|
2654
|
+
* @summary Update DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2655
2655
|
* @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest} requestParameters Request parameters.
|
|
2656
2656
|
* @param {*} [options] Override http request option.
|
|
2657
2657
|
* @throws {RequiredError}
|
|
@@ -2660,7 +2660,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2660
2660
|
apiV1DoctorsDoctorIdMediasMediaIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
2661
2661
|
/**
|
|
2662
2662
|
*
|
|
2663
|
-
* @summary Create DoctorMedia. (Auth policies:
|
|
2663
|
+
* @summary Create DoctorMedia. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2664
2664
|
* @param {DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest} requestParameters Request parameters.
|
|
2665
2665
|
* @param {*} [options] Override http request option.
|
|
2666
2666
|
* @throws {RequiredError}
|
|
@@ -2669,7 +2669,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2669
2669
|
apiV1DoctorsDoctorIdMediasPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
2670
2670
|
/**
|
|
2671
2671
|
*
|
|
2672
|
-
* @summary Get All DoctorPortfolios (Auth policies:
|
|
2672
|
+
* @summary Get All DoctorPortfolios (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2673
2673
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest} requestParameters Request parameters.
|
|
2674
2674
|
* @param {*} [options] Override http request option.
|
|
2675
2675
|
* @throws {RequiredError}
|
|
@@ -2678,7 +2678,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2678
2678
|
apiV1DoctorsDoctorIdPortfoliosGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
|
|
2679
2679
|
/**
|
|
2680
2680
|
*
|
|
2681
|
-
* @summary Delete DoctorPortfolio. (Auth policies:
|
|
2681
|
+
* @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2682
2682
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest} requestParameters Request parameters.
|
|
2683
2683
|
* @param {*} [options] Override http request option.
|
|
2684
2684
|
* @throws {RequiredError}
|
|
@@ -2687,7 +2687,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2687
2687
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2688
2688
|
/**
|
|
2689
2689
|
*
|
|
2690
|
-
* @summary Get DoctorPortfolio. (Auth policies:
|
|
2690
|
+
* @summary Get DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2691
2691
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest} requestParameters Request parameters.
|
|
2692
2692
|
* @param {*} [options] Override http request option.
|
|
2693
2693
|
* @throws {RequiredError}
|
|
@@ -2696,7 +2696,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2696
2696
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
2697
2697
|
/**
|
|
2698
2698
|
*
|
|
2699
|
-
* @summary Update DoctorPortfolio. (Auth policies:
|
|
2699
|
+
* @summary Update DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2700
2700
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest} requestParameters Request parameters.
|
|
2701
2701
|
* @param {*} [options] Override http request option.
|
|
2702
2702
|
* @throws {RequiredError}
|
|
@@ -2705,7 +2705,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2705
2705
|
apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
2706
2706
|
/**
|
|
2707
2707
|
*
|
|
2708
|
-
* @summary Create DoctorPortfolio. (Auth policies:
|
|
2708
|
+
* @summary Create DoctorPortfolio. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2709
2709
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest} requestParameters Request parameters.
|
|
2710
2710
|
* @param {*} [options] Override http request option.
|
|
2711
2711
|
* @throws {RequiredError}
|
|
@@ -2714,7 +2714,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2714
2714
|
apiV1DoctorsDoctorIdPortfoliosPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
|
|
2715
2715
|
/**
|
|
2716
2716
|
*
|
|
2717
|
-
* @summary Update Doctor. (Auth policies:
|
|
2717
|
+
* @summary Update Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2718
2718
|
* @param {DoctorsApiApiV1DoctorsDoctorIdPutRequest} requestParameters Request parameters.
|
|
2719
2719
|
* @param {*} [options] Override http request option.
|
|
2720
2720
|
* @throws {RequiredError}
|
|
@@ -2723,7 +2723,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2723
2723
|
apiV1DoctorsDoctorIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
2724
2724
|
/**
|
|
2725
2725
|
*
|
|
2726
|
-
* @summary Delete Doctor. (Auth policies:
|
|
2726
|
+
* @summary Delete Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2727
2727
|
* @param {DoctorsApiApiV1DoctorsDoctorIdReactivatePutRequest} requestParameters Request parameters.
|
|
2728
2728
|
* @param {*} [options] Override http request option.
|
|
2729
2729
|
* @throws {RequiredError}
|
|
@@ -2732,7 +2732,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2732
2732
|
apiV1DoctorsDoctorIdReactivatePut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2733
2733
|
/**
|
|
2734
2734
|
*
|
|
2735
|
-
* @summary Revalidate doctor (Auth policies:
|
|
2735
|
+
* @summary Revalidate doctor (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2736
2736
|
* @param {DoctorsApiApiV1DoctorsDoctorIdRevalidatePostRequest} requestParameters Request parameters.
|
|
2737
2737
|
* @param {*} [options] Override http request option.
|
|
2738
2738
|
* @throws {RequiredError}
|
|
@@ -2741,7 +2741,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2741
2741
|
apiV1DoctorsDoctorIdRevalidatePost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2742
2742
|
/**
|
|
2743
2743
|
*
|
|
2744
|
-
* @summary Get All DoctorSpecialties. (Auth policies:
|
|
2744
|
+
* @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2745
2745
|
* @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest} requestParameters Request parameters.
|
|
2746
2746
|
* @param {*} [options] Override http request option.
|
|
2747
2747
|
* @throws {RequiredError}
|
|
@@ -2750,7 +2750,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2750
2750
|
apiV1DoctorsDoctorIdSpecialtiesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
|
|
2751
2751
|
/**
|
|
2752
2752
|
*
|
|
2753
|
-
* @summary Link a doctor to a specialty. (Auth policies:
|
|
2753
|
+
* @summary Link a doctor to a specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2754
2754
|
* @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest} requestParameters Request parameters.
|
|
2755
2755
|
* @param {*} [options] Override http request option.
|
|
2756
2756
|
* @throws {RequiredError}
|
|
@@ -2759,7 +2759,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2759
2759
|
apiV1DoctorsDoctorIdSpecialtiesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
2760
2760
|
/**
|
|
2761
2761
|
*
|
|
2762
|
-
* @summary Remove link between the doctor and the specialty. (Auth policies:
|
|
2762
|
+
* @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2763
2763
|
* @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest} requestParameters Request parameters.
|
|
2764
2764
|
* @param {*} [options] Override http request option.
|
|
2765
2765
|
* @throws {RequiredError}
|
|
@@ -2768,7 +2768,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2768
2768
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
2769
2769
|
/**
|
|
2770
2770
|
*
|
|
2771
|
-
* @summary Get DoctorSpecialty (Auth policies:
|
|
2771
|
+
* @summary Get DoctorSpecialty (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2772
2772
|
* @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
|
|
2773
2773
|
* @param {*} [options] Override http request option.
|
|
2774
2774
|
* @throws {RequiredError}
|
|
@@ -2777,7 +2777,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2777
2777
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
2778
2778
|
/**
|
|
2779
2779
|
*
|
|
2780
|
-
* @summary Update DoctorSpecialty. (Auth policies:
|
|
2780
|
+
* @summary Update DoctorSpecialty. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2781
2781
|
* @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest} requestParameters Request parameters.
|
|
2782
2782
|
* @param {*} [options] Override http request option.
|
|
2783
2783
|
* @throws {RequiredError}
|
|
@@ -2786,7 +2786,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2786
2786
|
apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
|
|
2787
2787
|
/**
|
|
2788
2788
|
*
|
|
2789
|
-
* @summary Get all Doctors. (Auth policies:
|
|
2789
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2790
2790
|
* @param {DoctorsApiApiV1DoctorsGetRequest} requestParameters Request parameters.
|
|
2791
2791
|
* @param {*} [options] Override http request option.
|
|
2792
2792
|
* @throws {RequiredError}
|
|
@@ -2795,7 +2795,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2795
2795
|
apiV1DoctorsGet(requestParameters?: DoctorsApiApiV1DoctorsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
|
|
2796
2796
|
/**
|
|
2797
2797
|
*
|
|
2798
|
-
* @summary Create a Doctor. (Auth policies:
|
|
2798
|
+
* @summary Create a Doctor. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2799
2799
|
* @param {DoctorsApiApiV1DoctorsPostRequest} requestParameters Request parameters.
|
|
2800
2800
|
* @param {*} [options] Override http request option.
|
|
2801
2801
|
* @throws {RequiredError}
|
|
@@ -2804,7 +2804,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
2804
2804
|
apiV1DoctorsPost(requestParameters?: DoctorsApiApiV1DoctorsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
2805
2805
|
/**
|
|
2806
2806
|
*
|
|
2807
|
-
* @summary Get all Doctors. (Auth policies:
|
|
2807
|
+
* @summary Get all Doctors. (Auth policies: RequireDoctorOrContentManagerRole)
|
|
2808
2808
|
* @param {DoctorsApiApiV1DoctorsSimpleGetRequest} requestParameters Request parameters.
|
|
2809
2809
|
* @param {*} [options] Override http request option.
|
|
2810
2810
|
* @throws {RequiredError}
|