ch-admin-api-client-typescript 5.68.2 → 5.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts +28 -28
- package/lib/api/about-us-api.js +28 -28
- package/lib/api/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/content-managers-api.d.ts +24 -24
- package/lib/api/content-managers-api.js +24 -24
- package/lib/api/countries-api.d.ts +28 -28
- package/lib/api/countries-api.js +28 -28
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +520 -520
- package/lib/api/hospitals-api.js +520 -520
- package/lib/api/languages-api.d.ts +8 -8
- package/lib/api/languages-api.js +8 -8
- package/lib/api/notifications-api.d.ts +8 -8
- package/lib/api/notifications-api.js +8 -8
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patient-managers-api.d.ts +24 -24
- package/lib/api/patient-managers-api.js +24 -24
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/profiles-api.d.ts +24 -24
- package/lib/api/profiles-api.js +24 -24
- package/lib/api/specialties-api.d.ts +60 -60
- package/lib/api/specialties-api.js +60 -60
- package/lib/api/specialty-types-api.d.ts +64 -64
- package/lib/api/specialty-types-api.js +64 -64
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/tags-api.d.ts +16 -16
- package/lib/api/tags-api.js +16 -16
- package/lib/api/translation-api.d.ts +8 -8
- package/lib/api/translation-api.js +8 -8
- package/lib/api/users-api.d.ts +8 -8
- package/lib/api/users-api.js +8 -8
- package/lib/models/notification-code.d.ts +3 -1
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +3 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
31
31
|
apiV1LanguagesCodeDelete: (code: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @summary Get Language. (Auth
|
|
34
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
35
35
|
* @param {string} code
|
|
36
36
|
* @param {*} [options] Override http request option.
|
|
37
37
|
* @throws {RequiredError}
|
|
@@ -48,7 +48,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
48
48
|
apiV1LanguagesCodePut: (code: string, updateLanguageCommand?: UpdateLanguageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
|
-
* @summary Get all Languages. (Auth
|
|
51
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
52
52
|
* @param {string} [code]
|
|
53
53
|
* @param {string} [name]
|
|
54
54
|
* @param {string} [description]
|
|
@@ -84,7 +84,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
|
|
|
84
84
|
apiV1LanguagesCodeDelete(code: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
|
-
* @summary Get Language. (Auth
|
|
87
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
88
88
|
* @param {string} code
|
|
89
89
|
* @param {*} [options] Override http request option.
|
|
90
90
|
* @throws {RequiredError}
|
|
@@ -101,7 +101,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
|
|
|
101
101
|
apiV1LanguagesCodePut(code: string, updateLanguageCommand?: UpdateLanguageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageModel>>;
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
|
-
* @summary Get all Languages. (Auth
|
|
104
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
105
105
|
* @param {string} [code]
|
|
106
106
|
* @param {string} [name]
|
|
107
107
|
* @param {string} [description]
|
|
@@ -137,7 +137,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
|
|
|
137
137
|
apiV1LanguagesCodeDelete(code: string, options?: any): AxiosPromise<boolean>;
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
|
-
* @summary Get Language. (Auth
|
|
140
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
141
141
|
* @param {string} code
|
|
142
142
|
* @param {*} [options] Override http request option.
|
|
143
143
|
* @throws {RequiredError}
|
|
@@ -154,7 +154,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
|
|
|
154
154
|
apiV1LanguagesCodePut(code: string, updateLanguageCommand?: UpdateLanguageCommand, options?: any): AxiosPromise<LanguageModel>;
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
|
-
* @summary Get all Languages. (Auth
|
|
157
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
158
158
|
* @param {string} [code]
|
|
159
159
|
* @param {string} [name]
|
|
160
160
|
* @param {string} [description]
|
|
@@ -300,7 +300,7 @@ export declare class LanguagesApi extends BaseAPI {
|
|
|
300
300
|
apiV1LanguagesCodeDelete(requestParameters: LanguagesApiApiV1LanguagesCodeDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
301
301
|
/**
|
|
302
302
|
*
|
|
303
|
-
* @summary Get Language. (Auth
|
|
303
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
304
304
|
* @param {LanguagesApiApiV1LanguagesCodeGetRequest} requestParameters Request parameters.
|
|
305
305
|
* @param {*} [options] Override http request option.
|
|
306
306
|
* @throws {RequiredError}
|
|
@@ -318,7 +318,7 @@ export declare class LanguagesApi extends BaseAPI {
|
|
|
318
318
|
apiV1LanguagesCodePut(requestParameters: LanguagesApiApiV1LanguagesCodePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel, any>>;
|
|
319
319
|
/**
|
|
320
320
|
*
|
|
321
|
-
* @summary Get all Languages. (Auth
|
|
321
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
322
322
|
* @param {LanguagesApiApiV1LanguagesGetRequest} requestParameters Request parameters.
|
|
323
323
|
* @param {*} [options] Override http request option.
|
|
324
324
|
* @throws {RequiredError}
|
package/lib/api/languages-api.js
CHANGED
|
@@ -150,7 +150,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
|
|
|
150
150
|
},
|
|
151
151
|
/**
|
|
152
152
|
*
|
|
153
|
-
* @summary Get Language. (Auth
|
|
153
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
154
154
|
* @param {string} code
|
|
155
155
|
* @param {*} [options] Override http request option.
|
|
156
156
|
* @throws {RequiredError}
|
|
@@ -247,7 +247,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
},
|
|
248
248
|
/**
|
|
249
249
|
*
|
|
250
|
-
* @summary Get all Languages. (Auth
|
|
250
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
251
251
|
* @param {string} [code]
|
|
252
252
|
* @param {string} [name]
|
|
253
253
|
* @param {string} [description]
|
|
@@ -396,7 +396,7 @@ var LanguagesApiFp = function (configuration) {
|
|
|
396
396
|
},
|
|
397
397
|
/**
|
|
398
398
|
*
|
|
399
|
-
* @summary Get Language. (Auth
|
|
399
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
400
400
|
* @param {string} code
|
|
401
401
|
* @param {*} [options] Override http request option.
|
|
402
402
|
* @throws {RequiredError}
|
|
@@ -437,7 +437,7 @@ var LanguagesApiFp = function (configuration) {
|
|
|
437
437
|
},
|
|
438
438
|
/**
|
|
439
439
|
*
|
|
440
|
-
* @summary Get all Languages. (Auth
|
|
440
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
441
441
|
* @param {string} [code]
|
|
442
442
|
* @param {string} [name]
|
|
443
443
|
* @param {string} [description]
|
|
@@ -503,7 +503,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
|
|
|
503
503
|
},
|
|
504
504
|
/**
|
|
505
505
|
*
|
|
506
|
-
* @summary Get Language. (Auth
|
|
506
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
507
507
|
* @param {string} code
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
@@ -524,7 +524,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
|
|
|
524
524
|
},
|
|
525
525
|
/**
|
|
526
526
|
*
|
|
527
|
-
* @summary Get all Languages. (Auth
|
|
527
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
528
528
|
* @param {string} [code]
|
|
529
529
|
* @param {string} [name]
|
|
530
530
|
* @param {string} [description]
|
|
@@ -576,7 +576,7 @@ var LanguagesApi = /** @class */ (function (_super) {
|
|
|
576
576
|
};
|
|
577
577
|
/**
|
|
578
578
|
*
|
|
579
|
-
* @summary Get Language. (Auth
|
|
579
|
+
* @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
|
|
580
580
|
* @param {LanguagesApiApiV1LanguagesCodeGetRequest} requestParameters Request parameters.
|
|
581
581
|
* @param {*} [options] Override http request option.
|
|
582
582
|
* @throws {RequiredError}
|
|
@@ -600,7 +600,7 @@ var LanguagesApi = /** @class */ (function (_super) {
|
|
|
600
600
|
};
|
|
601
601
|
/**
|
|
602
602
|
*
|
|
603
|
-
* @summary Get all Languages. (Auth
|
|
603
|
+
* @summary Get all Languages. (Auth policies: RequireDefaultAdminAppRole)
|
|
604
604
|
* @param {LanguagesApiApiV1LanguagesGetRequest} requestParameters Request parameters.
|
|
605
605
|
* @param {*} [options] Override http request option.
|
|
606
606
|
* @throws {RequiredError}
|
|
@@ -22,7 +22,7 @@ import { NotificationsModel } from '../models';
|
|
|
22
22
|
export declare const NotificationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
* @summary Check notification. (Auth
|
|
25
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
26
26
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
@@ -30,7 +30,7 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
30
30
|
apiV1NotificationsCheckPost: (checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @summary Get all notifications. (Auth
|
|
33
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
34
34
|
* @param {NotificationCode} [notificationCode]
|
|
35
35
|
* @param {boolean} [unreadCountOnly]
|
|
36
36
|
* @param {number} [page]
|
|
@@ -48,7 +48,7 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
48
48
|
export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
|
-
* @summary Check notification. (Auth
|
|
51
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
52
52
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
53
53
|
* @param {*} [options] Override http request option.
|
|
54
54
|
* @throws {RequiredError}
|
|
@@ -56,7 +56,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
56
56
|
apiV1NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
|
-
* @summary Get all notifications. (Auth
|
|
59
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
60
60
|
* @param {NotificationCode} [notificationCode]
|
|
61
61
|
* @param {boolean} [unreadCountOnly]
|
|
62
62
|
* @param {number} [page]
|
|
@@ -74,7 +74,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
74
74
|
export declare const NotificationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
|
-
* @summary Check notification. (Auth
|
|
77
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
78
78
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
79
79
|
* @param {*} [options] Override http request option.
|
|
80
80
|
* @throws {RequiredError}
|
|
@@ -82,7 +82,7 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
|
|
|
82
82
|
apiV1NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: any): AxiosPromise<boolean>;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @summary Get all notifications. (Auth
|
|
85
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
86
86
|
* @param {NotificationCode} [notificationCode]
|
|
87
87
|
* @param {boolean} [unreadCountOnly]
|
|
88
88
|
* @param {number} [page]
|
|
@@ -152,7 +152,7 @@ export interface NotificationsApiApiV1NotificationsGetRequest {
|
|
|
152
152
|
export declare class NotificationsApi extends BaseAPI {
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
|
-
* @summary Check notification. (Auth
|
|
155
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
156
156
|
* @param {NotificationsApiApiV1NotificationsCheckPostRequest} requestParameters Request parameters.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
@@ -161,7 +161,7 @@ export declare class NotificationsApi extends BaseAPI {
|
|
|
161
161
|
apiV1NotificationsCheckPost(requestParameters?: NotificationsApiApiV1NotificationsCheckPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
162
162
|
/**
|
|
163
163
|
*
|
|
164
|
-
* @summary Get all notifications. (Auth
|
|
164
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
165
165
|
* @param {NotificationsApiApiV1NotificationsGetRequest} requestParameters Request parameters.
|
|
166
166
|
* @param {*} [options] Override http request option.
|
|
167
167
|
* @throws {RequiredError}
|
|
@@ -103,7 +103,7 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Check notification. (Auth
|
|
106
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
107
107
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
@@ -149,7 +149,7 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
149
149
|
},
|
|
150
150
|
/**
|
|
151
151
|
*
|
|
152
|
-
* @summary Get all notifications. (Auth
|
|
152
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
153
153
|
* @param {NotificationCode} [notificationCode]
|
|
154
154
|
* @param {boolean} [unreadCountOnly]
|
|
155
155
|
* @param {number} [page]
|
|
@@ -224,7 +224,7 @@ var NotificationsApiFp = function (configuration) {
|
|
|
224
224
|
return {
|
|
225
225
|
/**
|
|
226
226
|
*
|
|
227
|
-
* @summary Check notification. (Auth
|
|
227
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
228
228
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
229
229
|
* @param {*} [options] Override http request option.
|
|
230
230
|
* @throws {RequiredError}
|
|
@@ -244,7 +244,7 @@ var NotificationsApiFp = function (configuration) {
|
|
|
244
244
|
},
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
|
-
* @summary Get all notifications. (Auth
|
|
247
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
248
248
|
* @param {NotificationCode} [notificationCode]
|
|
249
249
|
* @param {boolean} [unreadCountOnly]
|
|
250
250
|
* @param {number} [page]
|
|
@@ -278,7 +278,7 @@ var NotificationsApiFactory = function (configuration, basePath, axios) {
|
|
|
278
278
|
return {
|
|
279
279
|
/**
|
|
280
280
|
*
|
|
281
|
-
* @summary Check notification. (Auth
|
|
281
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
282
282
|
* @param {CheckNotificationsCommand} [checkNotificationsCommand]
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
284
284
|
* @throws {RequiredError}
|
|
@@ -288,7 +288,7 @@ var NotificationsApiFactory = function (configuration, basePath, axios) {
|
|
|
288
288
|
},
|
|
289
289
|
/**
|
|
290
290
|
*
|
|
291
|
-
* @summary Get all notifications. (Auth
|
|
291
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
292
292
|
* @param {NotificationCode} [notificationCode]
|
|
293
293
|
* @param {boolean} [unreadCountOnly]
|
|
294
294
|
* @param {number} [page]
|
|
@@ -316,7 +316,7 @@ var NotificationsApi = /** @class */ (function (_super) {
|
|
|
316
316
|
}
|
|
317
317
|
/**
|
|
318
318
|
*
|
|
319
|
-
* @summary Check notification. (Auth
|
|
319
|
+
* @summary Check notification. (Auth policies: RequireDefaultAdminAppRole)
|
|
320
320
|
* @param {NotificationsApiApiV1NotificationsCheckPostRequest} requestParameters Request parameters.
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
@@ -329,7 +329,7 @@ var NotificationsApi = /** @class */ (function (_super) {
|
|
|
329
329
|
};
|
|
330
330
|
/**
|
|
331
331
|
*
|
|
332
|
-
* @summary Get all notifications. (Auth
|
|
332
|
+
* @summary Get all notifications. (Auth policies: RequireDefaultAdminAppRole)
|
|
333
333
|
* @param {NotificationsApiApiV1NotificationsGetRequest} requestParameters Request parameters.
|
|
334
334
|
* @param {*} [options] Override http request option.
|
|
335
335
|
* @throws {RequiredError}
|
|
@@ -21,7 +21,7 @@ import { PatientAffiliationsModel } from '../models';
|
|
|
21
21
|
export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @summary Get all patientAffiliations (Auth
|
|
24
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
25
25
|
* @param {string} [languageCode]
|
|
26
26
|
* @param {string} [hospitalId]
|
|
27
27
|
* @param {string} [patientId]
|
|
@@ -37,7 +37,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
37
37
|
apiV1PatientaffiliationsGet: (languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @summary Get patientAffiliation by id (Auth
|
|
40
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
41
41
|
* @param {string} patientAffiliationId
|
|
42
42
|
* @param {string} [languageCode]
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
@@ -52,7 +52,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
52
52
|
export declare const PatientAffiliationsApiFp: (configuration?: Configuration) => {
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @summary Get all patientAffiliations (Auth
|
|
55
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
56
56
|
* @param {string} [languageCode]
|
|
57
57
|
* @param {string} [hospitalId]
|
|
58
58
|
* @param {string} [patientId]
|
|
@@ -68,7 +68,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
68
68
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientAffiliationsModel>>;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
|
-
* @summary Get patientAffiliation by id (Auth
|
|
71
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
72
72
|
* @param {string} patientAffiliationId
|
|
73
73
|
* @param {string} [languageCode]
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
@@ -83,7 +83,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
83
83
|
export declare const PatientAffiliationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
|
-
* @summary Get all patientAffiliations (Auth
|
|
86
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
87
87
|
* @param {string} [languageCode]
|
|
88
88
|
* @param {string} [hospitalId]
|
|
89
89
|
* @param {string} [patientId]
|
|
@@ -99,7 +99,7 @@ export declare const PatientAffiliationsApiFactory: (configuration?: Configurati
|
|
|
99
99
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientAffiliationsModel>;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @summary Get patientAffiliation by id (Auth
|
|
102
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
103
103
|
* @param {string} patientAffiliationId
|
|
104
104
|
* @param {string} [languageCode]
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
@@ -196,7 +196,7 @@ export interface PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliatio
|
|
|
196
196
|
export declare class PatientAffiliationsApi extends BaseAPI {
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
|
-
* @summary Get all patientAffiliations (Auth
|
|
199
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
200
200
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
@@ -205,7 +205,7 @@ export declare class PatientAffiliationsApi extends BaseAPI {
|
|
|
205
205
|
apiV1PatientaffiliationsGet(requestParameters?: PatientAffiliationsApiApiV1PatientaffiliationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientAffiliationsModel, any>>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
|
-
* @summary Get patientAffiliation by id (Auth
|
|
208
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
209
209
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
@@ -103,7 +103,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all patientAffiliations (Auth
|
|
106
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
107
107
|
* @param {string} [languageCode]
|
|
108
108
|
* @param {string} [hospitalId]
|
|
109
109
|
* @param {string} [patientId]
|
|
@@ -184,7 +184,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
|
-
* @summary Get patientAffiliation by id (Auth
|
|
187
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
188
188
|
* @param {string} patientAffiliationId
|
|
189
189
|
* @param {string} [languageCode]
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
@@ -245,7 +245,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
245
245
|
return {
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @summary Get all patientAffiliations (Auth
|
|
248
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
249
249
|
* @param {string} [languageCode]
|
|
250
250
|
* @param {string} [hospitalId]
|
|
251
251
|
* @param {string} [patientId]
|
|
@@ -273,7 +273,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
273
273
|
},
|
|
274
274
|
/**
|
|
275
275
|
*
|
|
276
|
-
* @summary Get patientAffiliation by id (Auth
|
|
276
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
277
277
|
* @param {string} patientAffiliationId
|
|
278
278
|
* @param {string} [languageCode]
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
@@ -304,7 +304,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
304
304
|
return {
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
|
-
* @summary Get all patientAffiliations (Auth
|
|
307
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
308
308
|
* @param {string} [languageCode]
|
|
309
309
|
* @param {string} [hospitalId]
|
|
310
310
|
* @param {string} [patientId]
|
|
@@ -322,7 +322,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
324
|
*
|
|
325
|
-
* @summary Get patientAffiliation by id (Auth
|
|
325
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
326
326
|
* @param {string} patientAffiliationId
|
|
327
327
|
* @param {string} [languageCode]
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -347,7 +347,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
350
|
-
* @summary Get all patientAffiliations (Auth
|
|
350
|
+
* @summary Get all patientAffiliations (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
351
351
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
352
352
|
* @param {*} [options] Override http request option.
|
|
353
353
|
* @throws {RequiredError}
|
|
@@ -360,7 +360,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
360
360
|
};
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
|
-
* @summary Get patientAffiliation by id (Auth
|
|
363
|
+
* @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
364
364
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
365
365
|
* @param {*} [options] Override http request option.
|
|
366
366
|
* @throws {RequiredError}
|
|
@@ -24,7 +24,7 @@ import { UpdatePatientManagerCommand } from '../models';
|
|
|
24
24
|
export declare const PatientManagersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @summary Get all PatientManagers. (Auth
|
|
27
|
+
* @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
|
|
28
28
|
* @param {string} [id]
|
|
29
29
|
* @param {string} [fullname]
|
|
30
30
|
* @param {string} [email]
|
|
@@ -41,7 +41,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
41
41
|
apiV1PatientmanagersGet: (id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @summary Delete PatientManager. (Auth
|
|
44
|
+
* @summary Delete PatientManager. (Auth policies: RequireManagerRole)
|
|
45
45
|
* @param {string} patientManagerId
|
|
46
46
|
* @param {boolean} [isPermanent]
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
@@ -50,7 +50,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
50
50
|
apiV1PatientmanagersPatientManagerIdDelete: (patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
|
-
* @summary Get PatientManager. (Auth
|
|
53
|
+
* @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
54
54
|
* @param {string} patientManagerId
|
|
55
55
|
* @param {*} [options] Override http request option.
|
|
56
56
|
* @throws {RequiredError}
|
|
@@ -58,7 +58,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
58
58
|
apiV1PatientmanagersPatientManagerIdGet: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @summary Update PatientManager. (Auth
|
|
61
|
+
* @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
62
62
|
* @param {string} patientManagerId
|
|
63
63
|
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
@@ -67,7 +67,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
67
67
|
apiV1PatientmanagersPatientManagerIdPut: (patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @summary Reactivate PatientManager. (Auth
|
|
70
|
+
* @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
|
|
71
71
|
* @param {string} patientManagerId
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
@@ -75,7 +75,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
75
75
|
apiV1PatientmanagersPatientManagerIdReactivatePut: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
76
76
|
/**
|
|
77
77
|
*
|
|
78
|
-
* @summary Create a PatientManager. (Auth
|
|
78
|
+
* @summary Create a PatientManager. (Auth policies: RequireManagerRole)
|
|
79
79
|
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
80
80
|
* @param {*} [options] Override http request option.
|
|
81
81
|
* @throws {RequiredError}
|
|
@@ -89,7 +89,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
|
|
|
89
89
|
export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
|
-
* @summary Get all PatientManagers. (Auth
|
|
92
|
+
* @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
|
|
93
93
|
* @param {string} [id]
|
|
94
94
|
* @param {string} [fullname]
|
|
95
95
|
* @param {string} [email]
|
|
@@ -106,7 +106,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
106
106
|
apiV1PatientmanagersGet(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<PatientManagersModel>>;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @summary Delete PatientManager. (Auth
|
|
109
|
+
* @summary Delete PatientManager. (Auth policies: RequireManagerRole)
|
|
110
110
|
* @param {string} patientManagerId
|
|
111
111
|
* @param {boolean} [isPermanent]
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
@@ -115,7 +115,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
115
115
|
apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
|
-
* @summary Get PatientManager. (Auth
|
|
118
|
+
* @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
119
119
|
* @param {string} patientManagerId
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
@@ -123,7 +123,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
123
123
|
apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
|
-
* @summary Update PatientManager. (Auth
|
|
126
|
+
* @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
127
127
|
* @param {string} patientManagerId
|
|
128
128
|
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
@@ -132,7 +132,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
132
132
|
apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
|
|
133
133
|
/**
|
|
134
134
|
*
|
|
135
|
-
* @summary Reactivate PatientManager. (Auth
|
|
135
|
+
* @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
|
|
136
136
|
* @param {string} patientManagerId
|
|
137
137
|
* @param {*} [options] Override http request option.
|
|
138
138
|
* @throws {RequiredError}
|
|
@@ -140,7 +140,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
140
140
|
apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
141
141
|
/**
|
|
142
142
|
*
|
|
143
|
-
* @summary Create a PatientManager. (Auth
|
|
143
|
+
* @summary Create a PatientManager. (Auth policies: RequireManagerRole)
|
|
144
144
|
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
145
145
|
* @param {*} [options] Override http request option.
|
|
146
146
|
* @throws {RequiredError}
|
|
@@ -154,7 +154,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
|
154
154
|
export declare const PatientManagersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
|
-
* @summary Get all PatientManagers. (Auth
|
|
157
|
+
* @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
|
|
158
158
|
* @param {string} [id]
|
|
159
159
|
* @param {string} [fullname]
|
|
160
160
|
* @param {string} [email]
|
|
@@ -171,7 +171,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
|
|
|
171
171
|
apiV1PatientmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientManagersModel>;
|
|
172
172
|
/**
|
|
173
173
|
*
|
|
174
|
-
* @summary Delete PatientManager. (Auth
|
|
174
|
+
* @summary Delete PatientManager. (Auth policies: RequireManagerRole)
|
|
175
175
|
* @param {string} patientManagerId
|
|
176
176
|
* @param {boolean} [isPermanent]
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
@@ -180,7 +180,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
|
|
|
180
180
|
apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
181
181
|
/**
|
|
182
182
|
*
|
|
183
|
-
* @summary Get PatientManager. (Auth
|
|
183
|
+
* @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
184
184
|
* @param {string} patientManagerId
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
@@ -188,7 +188,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
|
|
|
188
188
|
apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: any): AxiosPromise<PatientManagerModel>;
|
|
189
189
|
/**
|
|
190
190
|
*
|
|
191
|
-
* @summary Update PatientManager. (Auth
|
|
191
|
+
* @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
192
192
|
* @param {string} patientManagerId
|
|
193
193
|
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
194
194
|
* @param {*} [options] Override http request option.
|
|
@@ -197,7 +197,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
|
|
|
197
197
|
apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel>;
|
|
198
198
|
/**
|
|
199
199
|
*
|
|
200
|
-
* @summary Reactivate PatientManager. (Auth
|
|
200
|
+
* @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
|
|
201
201
|
* @param {string} patientManagerId
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
@@ -205,7 +205,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
|
|
|
205
205
|
apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: any): AxiosPromise<boolean>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
|
-
* @summary Create a PatientManager. (Auth
|
|
208
|
+
* @summary Create a PatientManager. (Auth policies: RequireManagerRole)
|
|
209
209
|
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
@@ -365,7 +365,7 @@ export interface PatientManagersApiApiV1PatientmanagersPostRequest {
|
|
|
365
365
|
export declare class PatientManagersApi extends BaseAPI {
|
|
366
366
|
/**
|
|
367
367
|
*
|
|
368
|
-
* @summary Get all PatientManagers. (Auth
|
|
368
|
+
* @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
|
|
369
369
|
* @param {PatientManagersApiApiV1PatientmanagersGetRequest} requestParameters Request parameters.
|
|
370
370
|
* @param {*} [options] Override http request option.
|
|
371
371
|
* @throws {RequiredError}
|
|
@@ -374,7 +374,7 @@ export declare class PatientManagersApi extends BaseAPI {
|
|
|
374
374
|
apiV1PatientmanagersGet(requestParameters?: PatientManagersApiApiV1PatientmanagersGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagersModel, any>>;
|
|
375
375
|
/**
|
|
376
376
|
*
|
|
377
|
-
* @summary Delete PatientManager. (Auth
|
|
377
|
+
* @summary Delete PatientManager. (Auth policies: RequireManagerRole)
|
|
378
378
|
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest} requestParameters Request parameters.
|
|
379
379
|
* @param {*} [options] Override http request option.
|
|
380
380
|
* @throws {RequiredError}
|
|
@@ -383,7 +383,7 @@ export declare class PatientManagersApi extends BaseAPI {
|
|
|
383
383
|
apiV1PatientmanagersPatientManagerIdDelete(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @summary Get PatientManager. (Auth
|
|
386
|
+
* @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
387
387
|
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest} requestParameters Request parameters.
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
389
389
|
* @throws {RequiredError}
|
|
@@ -392,7 +392,7 @@ export declare class PatientManagersApi extends BaseAPI {
|
|
|
392
392
|
apiV1PatientmanagersPatientManagerIdGet(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagerModel, any>>;
|
|
393
393
|
/**
|
|
394
394
|
*
|
|
395
|
-
* @summary Update PatientManager. (Auth
|
|
395
|
+
* @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
|
|
396
396
|
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest} requestParameters Request parameters.
|
|
397
397
|
* @param {*} [options] Override http request option.
|
|
398
398
|
* @throws {RequiredError}
|
|
@@ -401,7 +401,7 @@ export declare class PatientManagersApi extends BaseAPI {
|
|
|
401
401
|
apiV1PatientmanagersPatientManagerIdPut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagerModel, any>>;
|
|
402
402
|
/**
|
|
403
403
|
*
|
|
404
|
-
* @summary Reactivate PatientManager. (Auth
|
|
404
|
+
* @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
|
|
405
405
|
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest} requestParameters Request parameters.
|
|
406
406
|
* @param {*} [options] Override http request option.
|
|
407
407
|
* @throws {RequiredError}
|
|
@@ -410,7 +410,7 @@ export declare class PatientManagersApi extends BaseAPI {
|
|
|
410
410
|
apiV1PatientmanagersPatientManagerIdReactivatePut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
411
411
|
/**
|
|
412
412
|
*
|
|
413
|
-
* @summary Create a PatientManager. (Auth
|
|
413
|
+
* @summary Create a PatientManager. (Auth policies: RequireManagerRole)
|
|
414
414
|
* @param {PatientManagersApiApiV1PatientmanagersPostRequest} requestParameters Request parameters.
|
|
415
415
|
* @param {*} [options] Override http request option.
|
|
416
416
|
* @throws {RequiredError}
|