ch-admin-api-client-typescript 5.43.1 → 5.43.12
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/content-managers-api.d.ts +421 -0
- package/lib/api/content-managers-api.d.ts.map +1 -0
- package/lib/api/content-managers-api.js +713 -0
- package/lib/api/patient-managers-api.d.ts +421 -0
- package/lib/api/patient-managers-api.d.ts.map +1 -0
- package/lib/api/patient-managers-api.js +713 -0
- package/lib/api.d.ts +2 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -0
- package/lib/models/content-manager-item-model.d.ts +105 -0
- package/lib/models/content-manager-item-model.d.ts.map +1 -0
- package/lib/models/content-manager-item-model.js +15 -0
- package/lib/models/content-manager-model.d.ts +119 -0
- package/lib/models/content-manager-model.d.ts.map +1 -0
- package/lib/models/content-manager-model.js +15 -0
- package/lib/models/content-managers-model.d.ts +33 -0
- package/lib/models/content-managers-model.d.ts.map +1 -0
- package/lib/models/content-managers-model.js +15 -0
- package/lib/models/create-content-manager-command.d.ts +80 -0
- package/lib/models/create-content-manager-command.d.ts.map +1 -0
- package/lib/models/create-content-manager-command.js +15 -0
- package/lib/models/create-patient-manager-command.d.ts +80 -0
- package/lib/models/create-patient-manager-command.d.ts.map +1 -0
- package/lib/models/create-patient-manager-command.js +15 -0
- package/lib/models/index.d.ts +10 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +10 -0
- package/lib/models/patient-manager-item-model.d.ts +105 -0
- package/lib/models/patient-manager-item-model.d.ts.map +1 -0
- package/lib/models/patient-manager-item-model.js +15 -0
- package/lib/models/patient-manager-model.d.ts +119 -0
- package/lib/models/patient-manager-model.d.ts.map +1 -0
- package/lib/models/patient-manager-model.js +15 -0
- package/lib/models/patient-managers-model.d.ts +33 -0
- package/lib/models/patient-managers-model.d.ts.map +1 -0
- package/lib/models/patient-managers-model.js +15 -0
- package/lib/models/update-content-manager-command.d.ts +80 -0
- package/lib/models/update-content-manager-command.d.ts.map +1 -0
- package/lib/models/update-content-manager-command.js +15 -0
- package/lib/models/update-patient-manager-command.d.ts +80 -0
- package/lib/models/update-patient-manager-command.d.ts.map +1 -0
- package/lib/models/update-patient-manager-command.js +15 -0
- package/lib/models/user-type.d.ts +2 -0
- package/lib/models/user-type.d.ts.map +1 -1
- package/lib/models/user-type.js +3 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +12 -0
- package/src/api/content-managers-api.ts +740 -0
- package/src/api/patient-managers-api.ts +740 -0
- package/src/api.ts +2 -0
- package/src/models/content-manager-item-model.ts +114 -0
- package/src/models/content-manager-model.ts +132 -0
- package/src/models/content-managers-model.ts +42 -0
- package/src/models/create-content-manager-command.ts +87 -0
- package/src/models/create-patient-manager-command.ts +87 -0
- package/src/models/index.ts +10 -0
- package/src/models/patient-manager-item-model.ts +114 -0
- package/src/models/patient-manager-model.ts +132 -0
- package/src/models/patient-managers-model.ts +42 -0
- package/src/models/update-content-manager-command.ts +87 -0
- package/src/models/update-patient-manager-command.ts +87 -0
- package/src/models/user-type.ts +3 -1
|
@@ -0,0 +1,421 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
+
import { Configuration } from '../configuration';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { CreatePatientManagerCommand } from '../models';
|
|
16
|
+
import { Gender } from '../models';
|
|
17
|
+
import { PatientManagerModel } from '../models';
|
|
18
|
+
import { PatientManagersModel } from '../models';
|
|
19
|
+
import { UpdatePatientManagerCommand } from '../models';
|
|
20
|
+
/**
|
|
21
|
+
* PatientManagersApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export declare const PatientManagersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @summary Get all PatientManagers.
|
|
28
|
+
* @param {string} [id]
|
|
29
|
+
* @param {string} [fullname]
|
|
30
|
+
* @param {string} [email]
|
|
31
|
+
* @param {Gender} [gender]
|
|
32
|
+
* @param {Date} [dateOfBirth]
|
|
33
|
+
* @param {Date} [created]
|
|
34
|
+
* @param {boolean} [showHidden]
|
|
35
|
+
* @param {number} [page]
|
|
36
|
+
* @param {number} [limit]
|
|
37
|
+
* @param {Date} [lastRetrieved]
|
|
38
|
+
* @param {*} [options] Override http request option.
|
|
39
|
+
* @throws {RequiredError}
|
|
40
|
+
*/
|
|
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
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @summary Delete PatientManager.
|
|
45
|
+
* @param {string} patientManagerId
|
|
46
|
+
* @param {boolean} [isPermanent]
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
apiV1PatientmanagersPatientManagerIdDelete: (patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary Get PatientManager.
|
|
54
|
+
* @param {string} patientManagerId
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
apiV1PatientmanagersPatientManagerIdGet: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @summary Update PatientManager.
|
|
62
|
+
* @param {string} patientManagerId
|
|
63
|
+
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
*/
|
|
67
|
+
apiV1PatientmanagersPatientManagerIdPut: (patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @summary Reactivate PatientManager.
|
|
71
|
+
* @param {string} patientManagerId
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
apiV1PatientmanagersPatientManagerIdReactivatePut: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @summary Create a PatientManager.
|
|
79
|
+
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
80
|
+
* @param {*} [options] Override http request option.
|
|
81
|
+
* @throws {RequiredError}
|
|
82
|
+
*/
|
|
83
|
+
apiV1PatientmanagersPost: (createPatientManagerCommand?: CreatePatientManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* PatientManagersApi - functional programming interface
|
|
87
|
+
* @export
|
|
88
|
+
*/
|
|
89
|
+
export declare const PatientManagersApiFp: (configuration?: Configuration) => {
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @summary Get all PatientManagers.
|
|
93
|
+
* @param {string} [id]
|
|
94
|
+
* @param {string} [fullname]
|
|
95
|
+
* @param {string} [email]
|
|
96
|
+
* @param {Gender} [gender]
|
|
97
|
+
* @param {Date} [dateOfBirth]
|
|
98
|
+
* @param {Date} [created]
|
|
99
|
+
* @param {boolean} [showHidden]
|
|
100
|
+
* @param {number} [page]
|
|
101
|
+
* @param {number} [limit]
|
|
102
|
+
* @param {Date} [lastRetrieved]
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
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
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @summary Delete PatientManager.
|
|
110
|
+
* @param {string} patientManagerId
|
|
111
|
+
* @param {boolean} [isPermanent]
|
|
112
|
+
* @param {*} [options] Override http request option.
|
|
113
|
+
* @throws {RequiredError}
|
|
114
|
+
*/
|
|
115
|
+
apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @summary Get PatientManager.
|
|
119
|
+
* @param {string} patientManagerId
|
|
120
|
+
* @param {*} [options] Override http request option.
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
*/
|
|
123
|
+
apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @summary Update PatientManager.
|
|
127
|
+
* @param {string} patientManagerId
|
|
128
|
+
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @summary Reactivate PatientManager.
|
|
136
|
+
* @param {string} patientManagerId
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @summary Create a PatientManager.
|
|
144
|
+
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* PatientManagersApi - factory interface
|
|
152
|
+
* @export
|
|
153
|
+
*/
|
|
154
|
+
export declare const PatientManagersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @summary Get all PatientManagers.
|
|
158
|
+
* @param {string} [id]
|
|
159
|
+
* @param {string} [fullname]
|
|
160
|
+
* @param {string} [email]
|
|
161
|
+
* @param {Gender} [gender]
|
|
162
|
+
* @param {Date} [dateOfBirth]
|
|
163
|
+
* @param {Date} [created]
|
|
164
|
+
* @param {boolean} [showHidden]
|
|
165
|
+
* @param {number} [page]
|
|
166
|
+
* @param {number} [limit]
|
|
167
|
+
* @param {Date} [lastRetrieved]
|
|
168
|
+
* @param {*} [options] Override http request option.
|
|
169
|
+
* @throws {RequiredError}
|
|
170
|
+
*/
|
|
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
|
+
/**
|
|
173
|
+
*
|
|
174
|
+
* @summary Delete PatientManager.
|
|
175
|
+
* @param {string} patientManagerId
|
|
176
|
+
* @param {boolean} [isPermanent]
|
|
177
|
+
* @param {*} [options] Override http request option.
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
*/
|
|
180
|
+
apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @summary Get PatientManager.
|
|
184
|
+
* @param {string} patientManagerId
|
|
185
|
+
* @param {*} [options] Override http request option.
|
|
186
|
+
* @throws {RequiredError}
|
|
187
|
+
*/
|
|
188
|
+
apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: any): AxiosPromise<PatientManagerModel>;
|
|
189
|
+
/**
|
|
190
|
+
*
|
|
191
|
+
* @summary Update PatientManager.
|
|
192
|
+
* @param {string} patientManagerId
|
|
193
|
+
* @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
|
|
194
|
+
* @param {*} [options] Override http request option.
|
|
195
|
+
* @throws {RequiredError}
|
|
196
|
+
*/
|
|
197
|
+
apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel>;
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* @summary Reactivate PatientManager.
|
|
201
|
+
* @param {string} patientManagerId
|
|
202
|
+
* @param {*} [options] Override http request option.
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
*/
|
|
205
|
+
apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: any): AxiosPromise<boolean>;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @summary Create a PatientManager.
|
|
209
|
+
* @param {CreatePatientManagerCommand} [createPatientManagerCommand]
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
*/
|
|
213
|
+
apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel>;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Request parameters for apiV1PatientmanagersGet operation in PatientManagersApi.
|
|
217
|
+
* @export
|
|
218
|
+
* @interface PatientManagersApiApiV1PatientmanagersGetRequest
|
|
219
|
+
*/
|
|
220
|
+
export interface PatientManagersApiApiV1PatientmanagersGetRequest {
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @type {string}
|
|
224
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
225
|
+
*/
|
|
226
|
+
readonly id?: string;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {string}
|
|
230
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
231
|
+
*/
|
|
232
|
+
readonly fullname?: string;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {string}
|
|
236
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
237
|
+
*/
|
|
238
|
+
readonly email?: string;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @type {Gender}
|
|
242
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
243
|
+
*/
|
|
244
|
+
readonly gender?: Gender;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @type {Date}
|
|
248
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
249
|
+
*/
|
|
250
|
+
readonly dateOfBirth?: Date;
|
|
251
|
+
/**
|
|
252
|
+
*
|
|
253
|
+
* @type {Date}
|
|
254
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
255
|
+
*/
|
|
256
|
+
readonly created?: Date;
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @type {boolean}
|
|
260
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
261
|
+
*/
|
|
262
|
+
readonly showHidden?: boolean;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @type {number}
|
|
266
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
267
|
+
*/
|
|
268
|
+
readonly page?: number;
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @type {number}
|
|
272
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
273
|
+
*/
|
|
274
|
+
readonly limit?: number;
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @type {Date}
|
|
278
|
+
* @memberof PatientManagersApiApiV1PatientmanagersGet
|
|
279
|
+
*/
|
|
280
|
+
readonly lastRetrieved?: Date;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Request parameters for apiV1PatientmanagersPatientManagerIdDelete operation in PatientManagersApi.
|
|
284
|
+
* @export
|
|
285
|
+
* @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest
|
|
286
|
+
*/
|
|
287
|
+
export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest {
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @type {string}
|
|
291
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdDelete
|
|
292
|
+
*/
|
|
293
|
+
readonly patientManagerId: string;
|
|
294
|
+
/**
|
|
295
|
+
*
|
|
296
|
+
* @type {boolean}
|
|
297
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdDelete
|
|
298
|
+
*/
|
|
299
|
+
readonly isPermanent?: boolean;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* Request parameters for apiV1PatientmanagersPatientManagerIdGet operation in PatientManagersApi.
|
|
303
|
+
* @export
|
|
304
|
+
* @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest
|
|
305
|
+
*/
|
|
306
|
+
export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest {
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @type {string}
|
|
310
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdGet
|
|
311
|
+
*/
|
|
312
|
+
readonly patientManagerId: string;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Request parameters for apiV1PatientmanagersPatientManagerIdPut operation in PatientManagersApi.
|
|
316
|
+
* @export
|
|
317
|
+
* @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest
|
|
318
|
+
*/
|
|
319
|
+
export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest {
|
|
320
|
+
/**
|
|
321
|
+
*
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdPut
|
|
324
|
+
*/
|
|
325
|
+
readonly patientManagerId: string;
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
* @type {UpdatePatientManagerCommand}
|
|
329
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdPut
|
|
330
|
+
*/
|
|
331
|
+
readonly updatePatientManagerCommand?: UpdatePatientManagerCommand;
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Request parameters for apiV1PatientmanagersPatientManagerIdReactivatePut operation in PatientManagersApi.
|
|
335
|
+
* @export
|
|
336
|
+
* @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest
|
|
337
|
+
*/
|
|
338
|
+
export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest {
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* @type {string}
|
|
342
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePut
|
|
343
|
+
*/
|
|
344
|
+
readonly patientManagerId: string;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Request parameters for apiV1PatientmanagersPost operation in PatientManagersApi.
|
|
348
|
+
* @export
|
|
349
|
+
* @interface PatientManagersApiApiV1PatientmanagersPostRequest
|
|
350
|
+
*/
|
|
351
|
+
export interface PatientManagersApiApiV1PatientmanagersPostRequest {
|
|
352
|
+
/**
|
|
353
|
+
*
|
|
354
|
+
* @type {CreatePatientManagerCommand}
|
|
355
|
+
* @memberof PatientManagersApiApiV1PatientmanagersPost
|
|
356
|
+
*/
|
|
357
|
+
readonly createPatientManagerCommand?: CreatePatientManagerCommand;
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* PatientManagersApi - object-oriented interface
|
|
361
|
+
* @export
|
|
362
|
+
* @class PatientManagersApi
|
|
363
|
+
* @extends {BaseAPI}
|
|
364
|
+
*/
|
|
365
|
+
export declare class PatientManagersApi extends BaseAPI {
|
|
366
|
+
/**
|
|
367
|
+
*
|
|
368
|
+
* @summary Get all PatientManagers.
|
|
369
|
+
* @param {PatientManagersApiApiV1PatientmanagersGetRequest} requestParameters Request parameters.
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
* @memberof PatientManagersApi
|
|
373
|
+
*/
|
|
374
|
+
apiV1PatientmanagersGet(requestParameters?: PatientManagersApiApiV1PatientmanagersGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagersModel, any>>;
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @summary Delete PatientManager.
|
|
378
|
+
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest} requestParameters Request parameters.
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
* @memberof PatientManagersApi
|
|
382
|
+
*/
|
|
383
|
+
apiV1PatientmanagersPatientManagerIdDelete(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @summary Get PatientManager.
|
|
387
|
+
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest} requestParameters Request parameters.
|
|
388
|
+
* @param {*} [options] Override http request option.
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
* @memberof PatientManagersApi
|
|
391
|
+
*/
|
|
392
|
+
apiV1PatientmanagersPatientManagerIdGet(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagerModel, any>>;
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @summary Update PatientManager.
|
|
396
|
+
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest} requestParameters Request parameters.
|
|
397
|
+
* @param {*} [options] Override http request option.
|
|
398
|
+
* @throws {RequiredError}
|
|
399
|
+
* @memberof PatientManagersApi
|
|
400
|
+
*/
|
|
401
|
+
apiV1PatientmanagersPatientManagerIdPut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagerModel, any>>;
|
|
402
|
+
/**
|
|
403
|
+
*
|
|
404
|
+
* @summary Reactivate PatientManager.
|
|
405
|
+
* @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest} requestParameters Request parameters.
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
* @memberof PatientManagersApi
|
|
409
|
+
*/
|
|
410
|
+
apiV1PatientmanagersPatientManagerIdReactivatePut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @summary Create a PatientManager.
|
|
414
|
+
* @param {PatientManagersApiApiV1PatientmanagersPostRequest} requestParameters Request parameters.
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
* @memberof PatientManagersApi
|
|
418
|
+
*/
|
|
419
|
+
apiV1PatientmanagersPost(requestParameters?: PatientManagersApiApiV1PatientmanagersPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientManagerModel, any>>;
|
|
420
|
+
}
|
|
421
|
+
//# sourceMappingURL=patient-managers-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patient-managers-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-managers-api.ts"],"names":[],"mappings":"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"}
|