ch-admin-api-client-typescript 5.76.31 → 5.76.37

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.
@@ -115,6 +115,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
115
115
  * @param {number} [limit]
116
116
  * @param {Date} [lastRetrieved]
117
117
  * @param {*} [options] Override http request option.
118
+ * @deprecated
118
119
  * @throws {RequiredError}
119
120
  */
120
121
  apiV1PatientmanagersGet: function (id_1, fullname_1, email_1, gender_1, dateOfBirth_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
@@ -196,6 +197,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
196
197
  * @param {string} patientManagerId
197
198
  * @param {boolean} [isPermanent]
198
199
  * @param {*} [options] Override http request option.
200
+ * @deprecated
199
201
  * @throws {RequiredError}
200
202
  */
201
203
  apiV1PatientmanagersPatientManagerIdDelete: function (patientManagerId_1, isPermanent_1) {
@@ -246,6 +248,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
246
248
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
247
249
  * @param {string} patientManagerId
248
250
  * @param {*} [options] Override http request option.
251
+ * @deprecated
249
252
  * @throws {RequiredError}
250
253
  */
251
254
  apiV1PatientmanagersPatientManagerIdGet: function (patientManagerId_1) {
@@ -294,6 +297,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
294
297
  * @param {string} patientManagerId
295
298
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
296
299
  * @param {*} [options] Override http request option.
300
+ * @deprecated
297
301
  * @throws {RequiredError}
298
302
  */
299
303
  apiV1PatientmanagersPatientManagerIdPut: function (patientManagerId_1, updatePatientManagerCommand_1) {
@@ -343,6 +347,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
343
347
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
344
348
  * @param {string} patientManagerId
345
349
  * @param {*} [options] Override http request option.
350
+ * @deprecated
346
351
  * @throws {RequiredError}
347
352
  */
348
353
  apiV1PatientmanagersPatientManagerIdReactivatePut: function (patientManagerId_1) {
@@ -390,6 +395,7 @@ var PatientManagersApiAxiosParamCreator = function (configuration) {
390
395
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
391
396
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
392
397
  * @param {*} [options] Override http request option.
398
+ * @deprecated
393
399
  * @throws {RequiredError}
394
400
  */
395
401
  apiV1PatientmanagersPost: function (createPatientManagerCommand_1) {
@@ -455,6 +461,7 @@ var PatientManagersApiFp = function (configuration) {
455
461
  * @param {number} [limit]
456
462
  * @param {Date} [lastRetrieved]
457
463
  * @param {*} [options] Override http request option.
464
+ * @deprecated
458
465
  * @throws {RequiredError}
459
466
  */
460
467
  apiV1PatientmanagersGet: function (id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -476,6 +483,7 @@ var PatientManagersApiFp = function (configuration) {
476
483
  * @param {string} patientManagerId
477
484
  * @param {boolean} [isPermanent]
478
485
  * @param {*} [options] Override http request option.
486
+ * @deprecated
479
487
  * @throws {RequiredError}
480
488
  */
481
489
  apiV1PatientmanagersPatientManagerIdDelete: function (patientManagerId, isPermanent, options) {
@@ -496,6 +504,7 @@ var PatientManagersApiFp = function (configuration) {
496
504
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
497
505
  * @param {string} patientManagerId
498
506
  * @param {*} [options] Override http request option.
507
+ * @deprecated
499
508
  * @throws {RequiredError}
500
509
  */
501
510
  apiV1PatientmanagersPatientManagerIdGet: function (patientManagerId, options) {
@@ -517,6 +526,7 @@ var PatientManagersApiFp = function (configuration) {
517
526
  * @param {string} patientManagerId
518
527
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
519
528
  * @param {*} [options] Override http request option.
529
+ * @deprecated
520
530
  * @throws {RequiredError}
521
531
  */
522
532
  apiV1PatientmanagersPatientManagerIdPut: function (patientManagerId, updatePatientManagerCommand, options) {
@@ -537,6 +547,7 @@ var PatientManagersApiFp = function (configuration) {
537
547
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
538
548
  * @param {string} patientManagerId
539
549
  * @param {*} [options] Override http request option.
550
+ * @deprecated
540
551
  * @throws {RequiredError}
541
552
  */
542
553
  apiV1PatientmanagersPatientManagerIdReactivatePut: function (patientManagerId, options) {
@@ -557,6 +568,7 @@ var PatientManagersApiFp = function (configuration) {
557
568
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
558
569
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
559
570
  * @param {*} [options] Override http request option.
571
+ * @deprecated
560
572
  * @throws {RequiredError}
561
573
  */
562
574
  apiV1PatientmanagersPost: function (createPatientManagerCommand, options) {
@@ -596,6 +608,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
596
608
  * @param {number} [limit]
597
609
  * @param {Date} [lastRetrieved]
598
610
  * @param {*} [options] Override http request option.
611
+ * @deprecated
599
612
  * @throws {RequiredError}
600
613
  */
601
614
  apiV1PatientmanagersGet: function (id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -607,6 +620,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
607
620
  * @param {string} patientManagerId
608
621
  * @param {boolean} [isPermanent]
609
622
  * @param {*} [options] Override http request option.
623
+ * @deprecated
610
624
  * @throws {RequiredError}
611
625
  */
612
626
  apiV1PatientmanagersPatientManagerIdDelete: function (patientManagerId, isPermanent, options) {
@@ -617,6 +631,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
617
631
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
618
632
  * @param {string} patientManagerId
619
633
  * @param {*} [options] Override http request option.
634
+ * @deprecated
620
635
  * @throws {RequiredError}
621
636
  */
622
637
  apiV1PatientmanagersPatientManagerIdGet: function (patientManagerId, options) {
@@ -628,6 +643,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
628
643
  * @param {string} patientManagerId
629
644
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
630
645
  * @param {*} [options] Override http request option.
646
+ * @deprecated
631
647
  * @throws {RequiredError}
632
648
  */
633
649
  apiV1PatientmanagersPatientManagerIdPut: function (patientManagerId, updatePatientManagerCommand, options) {
@@ -638,6 +654,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
638
654
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
639
655
  * @param {string} patientManagerId
640
656
  * @param {*} [options] Override http request option.
657
+ * @deprecated
641
658
  * @throws {RequiredError}
642
659
  */
643
660
  apiV1PatientmanagersPatientManagerIdReactivatePut: function (patientManagerId, options) {
@@ -648,6 +665,7 @@ var PatientManagersApiFactory = function (configuration, basePath, axios) {
648
665
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
649
666
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
650
667
  * @param {*} [options] Override http request option.
668
+ * @deprecated
651
669
  * @throws {RequiredError}
652
670
  */
653
671
  apiV1PatientmanagersPost: function (createPatientManagerCommand, options) {
@@ -672,6 +690,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
672
690
  * @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
673
691
  * @param {PatientManagersApiApiV1PatientmanagersGetRequest} requestParameters Request parameters.
674
692
  * @param {*} [options] Override http request option.
693
+ * @deprecated
675
694
  * @throws {RequiredError}
676
695
  * @memberof PatientManagersApi
677
696
  */
@@ -685,6 +704,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
685
704
  * @summary Delete PatientManager. (Auth policies: RequireManagerRole)
686
705
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest} requestParameters Request parameters.
687
706
  * @param {*} [options] Override http request option.
707
+ * @deprecated
688
708
  * @throws {RequiredError}
689
709
  * @memberof PatientManagersApi
690
710
  */
@@ -697,6 +717,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
697
717
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
698
718
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest} requestParameters Request parameters.
699
719
  * @param {*} [options] Override http request option.
720
+ * @deprecated
700
721
  * @throws {RequiredError}
701
722
  * @memberof PatientManagersApi
702
723
  */
@@ -709,6 +730,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
709
730
  * @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
710
731
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest} requestParameters Request parameters.
711
732
  * @param {*} [options] Override http request option.
733
+ * @deprecated
712
734
  * @throws {RequiredError}
713
735
  * @memberof PatientManagersApi
714
736
  */
@@ -721,6 +743,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
721
743
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
722
744
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest} requestParameters Request parameters.
723
745
  * @param {*} [options] Override http request option.
746
+ * @deprecated
724
747
  * @throws {RequiredError}
725
748
  * @memberof PatientManagersApi
726
749
  */
@@ -733,6 +756,7 @@ var PatientManagersApi = /** @class */ (function (_super) {
733
756
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
734
757
  * @param {PatientManagersApiApiV1PatientmanagersPostRequest} requestParameters Request parameters.
735
758
  * @param {*} [options] Override http request option.
759
+ * @deprecated
736
760
  * @throws {RequiredError}
737
761
  * @memberof PatientManagersApi
738
762
  */
@@ -41,6 +41,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
41
41
  * @param {number} [limit]
42
42
  * @param {Date} [lastRetrieved]
43
43
  * @param {*} [options] Override http request option.
44
+ * @deprecated
44
45
  * @throws {RequiredError}
45
46
  */
46
47
  apiV1PatientsGet: (hospitalId?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -51,6 +52,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
51
52
  * @param {string} hospitalId
52
53
  * @param {boolean} [isPermanent]
53
54
  * @param {*} [options] Override http request option.
55
+ * @deprecated
54
56
  * @throws {RequiredError}
55
57
  */
56
58
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete: (patientId: string, hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -61,6 +63,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
61
63
  * @param {string} hospitalId
62
64
  * @param {string} [languageCode]
63
65
  * @param {*} [options] Override http request option.
66
+ * @deprecated
64
67
  * @throws {RequiredError}
65
68
  */
66
69
  apiV1PatientsPatientIdAffiliationsHospitalIdGet: (patientId: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -71,6 +74,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
71
74
  * @param {string} hospitalId
72
75
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
73
76
  * @param {*} [options] Override http request option.
77
+ * @deprecated
74
78
  * @throws {RequiredError}
75
79
  */
76
80
  apiV1PatientsPatientIdAffiliationsHospitalIdPost: (patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -81,6 +85,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
81
85
  * @param {string} hospitalId
82
86
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
83
87
  * @param {*} [options] Override http request option.
88
+ * @deprecated
84
89
  * @throws {RequiredError}
85
90
  */
86
91
  apiV1PatientsPatientIdAffiliationsHospitalIdPut: (patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -90,6 +95,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
90
95
  * @param {string} patientId
91
96
  * @param {string} hospitalId
92
97
  * @param {*} [options] Override http request option.
98
+ * @deprecated
93
99
  * @throws {RequiredError}
94
100
  */
95
101
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut: (patientId: string, hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -99,6 +105,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
99
105
  * @param {string} patientId
100
106
  * @param {boolean} [isPermanent]
101
107
  * @param {*} [options] Override http request option.
108
+ * @deprecated
102
109
  * @throws {RequiredError}
103
110
  */
104
111
  apiV1PatientsPatientIdDelete: (patientId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -107,6 +114,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
107
114
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
108
115
  * @param {string} patientId
109
116
  * @param {*} [options] Override http request option.
117
+ * @deprecated
110
118
  * @throws {RequiredError}
111
119
  */
112
120
  apiV1PatientsPatientIdGet: (patientId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -116,6 +124,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
116
124
  * @param {string} patientId
117
125
  * @param {UpdatePatientCommand} [updatePatientCommand]
118
126
  * @param {*} [options] Override http request option.
127
+ * @deprecated
119
128
  * @throws {RequiredError}
120
129
  */
121
130
  apiV1PatientsPatientIdPut: (patientId: string, updatePatientCommand?: UpdatePatientCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -124,6 +133,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
124
133
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
125
134
  * @param {string} patientId
126
135
  * @param {*} [options] Override http request option.
136
+ * @deprecated
127
137
  * @throws {RequiredError}
128
138
  */
129
139
  apiV1PatientsPatientIdReactivatePut: (patientId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -132,6 +142,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
132
142
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
133
143
  * @param {CreatePatientCommand} [createPatientCommand]
134
144
  * @param {*} [options] Override http request option.
145
+ * @deprecated
135
146
  * @throws {RequiredError}
136
147
  */
137
148
  apiV1PatientsPost: (createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -142,6 +153,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
142
153
  * @param {string} [email]
143
154
  * @param {string} [phone]
144
155
  * @param {*} [options] Override http request option.
156
+ * @deprecated
145
157
  * @throws {RequiredError}
146
158
  */
147
159
  apiV1PatientsWalkinGet: (hospitalId?: string, email?: string, phone?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -166,6 +178,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
166
178
  * @param {number} [limit]
167
179
  * @param {Date} [lastRetrieved]
168
180
  * @param {*} [options] Override http request option.
181
+ * @deprecated
169
182
  * @throws {RequiredError}
170
183
  */
171
184
  apiV1PatientsGet(hospitalId?: string, 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<PatientsModel>>;
@@ -176,6 +189,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
176
189
  * @param {string} hospitalId
177
190
  * @param {boolean} [isPermanent]
178
191
  * @param {*} [options] Override http request option.
192
+ * @deprecated
179
193
  * @throws {RequiredError}
180
194
  */
181
195
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete(patientId: string, hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -186,6 +200,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
186
200
  * @param {string} hospitalId
187
201
  * @param {string} [languageCode]
188
202
  * @param {*} [options] Override http request option.
203
+ * @deprecated
189
204
  * @throws {RequiredError}
190
205
  */
191
206
  apiV1PatientsPatientIdAffiliationsHospitalIdGet(patientId: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientAffiliationModel>>;
@@ -196,6 +211,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
196
211
  * @param {string} hospitalId
197
212
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
198
213
  * @param {*} [options] Override http request option.
214
+ * @deprecated
199
215
  * @throws {RequiredError}
200
216
  */
201
217
  apiV1PatientsPatientIdAffiliationsHospitalIdPost(patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -206,6 +222,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
206
222
  * @param {string} hospitalId
207
223
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
208
224
  * @param {*} [options] Override http request option.
225
+ * @deprecated
209
226
  * @throws {RequiredError}
210
227
  */
211
228
  apiV1PatientsPatientIdAffiliationsHospitalIdPut(patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -215,6 +232,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
215
232
  * @param {string} patientId
216
233
  * @param {string} hospitalId
217
234
  * @param {*} [options] Override http request option.
235
+ * @deprecated
218
236
  * @throws {RequiredError}
219
237
  */
220
238
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut(patientId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -224,6 +242,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
224
242
  * @param {string} patientId
225
243
  * @param {boolean} [isPermanent]
226
244
  * @param {*} [options] Override http request option.
245
+ * @deprecated
227
246
  * @throws {RequiredError}
228
247
  */
229
248
  apiV1PatientsPatientIdDelete(patientId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -232,6 +251,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
232
251
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
233
252
  * @param {string} patientId
234
253
  * @param {*} [options] Override http request option.
254
+ * @deprecated
235
255
  * @throws {RequiredError}
236
256
  */
237
257
  apiV1PatientsPatientIdGet(patientId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientModel>>;
@@ -241,6 +261,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
241
261
  * @param {string} patientId
242
262
  * @param {UpdatePatientCommand} [updatePatientCommand]
243
263
  * @param {*} [options] Override http request option.
264
+ * @deprecated
244
265
  * @throws {RequiredError}
245
266
  */
246
267
  apiV1PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientModel>>;
@@ -249,6 +270,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
249
270
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
250
271
  * @param {string} patientId
251
272
  * @param {*} [options] Override http request option.
273
+ * @deprecated
252
274
  * @throws {RequiredError}
253
275
  */
254
276
  apiV1PatientsPatientIdReactivatePut(patientId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -257,6 +279,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
257
279
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
258
280
  * @param {CreatePatientCommand} [createPatientCommand]
259
281
  * @param {*} [options] Override http request option.
282
+ * @deprecated
260
283
  * @throws {RequiredError}
261
284
  */
262
285
  apiV1PatientsPost(createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientModel>>;
@@ -267,6 +290,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
267
290
  * @param {string} [email]
268
291
  * @param {string} [phone]
269
292
  * @param {*} [options] Override http request option.
293
+ * @deprecated
270
294
  * @throws {RequiredError}
271
295
  */
272
296
  apiV1PatientsWalkinGet(hospitalId?: string, email?: string, phone?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientWalkInModel>>;
@@ -291,6 +315,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
291
315
  * @param {number} [limit]
292
316
  * @param {Date} [lastRetrieved]
293
317
  * @param {*} [options] Override http request option.
318
+ * @deprecated
294
319
  * @throws {RequiredError}
295
320
  */
296
321
  apiV1PatientsGet(hospitalId?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientsModel>;
@@ -301,6 +326,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
301
326
  * @param {string} hospitalId
302
327
  * @param {boolean} [isPermanent]
303
328
  * @param {*} [options] Override http request option.
329
+ * @deprecated
304
330
  * @throws {RequiredError}
305
331
  */
306
332
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete(patientId: string, hospitalId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
@@ -311,6 +337,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
311
337
  * @param {string} hospitalId
312
338
  * @param {string} [languageCode]
313
339
  * @param {*} [options] Override http request option.
340
+ * @deprecated
314
341
  * @throws {RequiredError}
315
342
  */
316
343
  apiV1PatientsPatientIdAffiliationsHospitalIdGet(patientId: string, hospitalId: string, languageCode?: string, options?: any): AxiosPromise<PatientAffiliationModel>;
@@ -321,6 +348,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
321
348
  * @param {string} hospitalId
322
349
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
323
350
  * @param {*} [options] Override http request option.
351
+ * @deprecated
324
352
  * @throws {RequiredError}
325
353
  */
326
354
  apiV1PatientsPatientIdAffiliationsHospitalIdPost(patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: any): AxiosPromise<boolean>;
@@ -331,6 +359,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
331
359
  * @param {string} hospitalId
332
360
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
333
361
  * @param {*} [options] Override http request option.
362
+ * @deprecated
334
363
  * @throws {RequiredError}
335
364
  */
336
365
  apiV1PatientsPatientIdAffiliationsHospitalIdPut(patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: any): AxiosPromise<boolean>;
@@ -340,6 +369,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
340
369
  * @param {string} patientId
341
370
  * @param {string} hospitalId
342
371
  * @param {*} [options] Override http request option.
372
+ * @deprecated
343
373
  * @throws {RequiredError}
344
374
  */
345
375
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut(patientId: string, hospitalId: string, options?: any): AxiosPromise<boolean>;
@@ -349,6 +379,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
349
379
  * @param {string} patientId
350
380
  * @param {boolean} [isPermanent]
351
381
  * @param {*} [options] Override http request option.
382
+ * @deprecated
352
383
  * @throws {RequiredError}
353
384
  */
354
385
  apiV1PatientsPatientIdDelete(patientId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
@@ -357,6 +388,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
357
388
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
358
389
  * @param {string} patientId
359
390
  * @param {*} [options] Override http request option.
391
+ * @deprecated
360
392
  * @throws {RequiredError}
361
393
  */
362
394
  apiV1PatientsPatientIdGet(patientId: string, options?: any): AxiosPromise<PatientModel>;
@@ -366,6 +398,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
366
398
  * @param {string} patientId
367
399
  * @param {UpdatePatientCommand} [updatePatientCommand]
368
400
  * @param {*} [options] Override http request option.
401
+ * @deprecated
369
402
  * @throws {RequiredError}
370
403
  */
371
404
  apiV1PatientsPatientIdPut(patientId: string, updatePatientCommand?: UpdatePatientCommand, options?: any): AxiosPromise<PatientModel>;
@@ -374,6 +407,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
374
407
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
375
408
  * @param {string} patientId
376
409
  * @param {*} [options] Override http request option.
410
+ * @deprecated
377
411
  * @throws {RequiredError}
378
412
  */
379
413
  apiV1PatientsPatientIdReactivatePut(patientId: string, options?: any): AxiosPromise<boolean>;
@@ -382,6 +416,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
382
416
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
383
417
  * @param {CreatePatientCommand} [createPatientCommand]
384
418
  * @param {*} [options] Override http request option.
419
+ * @deprecated
385
420
  * @throws {RequiredError}
386
421
  */
387
422
  apiV1PatientsPost(createPatientCommand?: CreatePatientCommand, options?: any): AxiosPromise<PatientModel>;
@@ -392,6 +427,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
392
427
  * @param {string} [email]
393
428
  * @param {string} [phone]
394
429
  * @param {*} [options] Override http request option.
430
+ * @deprecated
395
431
  * @throws {RequiredError}
396
432
  */
397
433
  apiV1PatientsWalkinGet(hospitalId?: string, email?: string, phone?: string, options?: any): AxiosPromise<PatientWalkInModel>;
@@ -702,6 +738,7 @@ export declare class PatientsApi extends BaseAPI {
702
738
  * @summary Get all Patients. (Auth policies: RequireDoctorOrPatientManagerRole)
703
739
  * @param {PatientsApiApiV1PatientsGetRequest} requestParameters Request parameters.
704
740
  * @param {*} [options] Override http request option.
741
+ * @deprecated
705
742
  * @throws {RequiredError}
706
743
  * @memberof PatientsApi
707
744
  */
@@ -711,6 +748,7 @@ export declare class PatientsApi extends BaseAPI {
711
748
  * @summary Delete patient affiliation (Auth policies: RequireDoctorRole)
712
749
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdDeleteRequest} requestParameters Request parameters.
713
750
  * @param {*} [options] Override http request option.
751
+ * @deprecated
714
752
  * @throws {RequiredError}
715
753
  * @memberof PatientsApi
716
754
  */
@@ -720,6 +758,7 @@ export declare class PatientsApi extends BaseAPI {
720
758
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
721
759
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest} requestParameters Request parameters.
722
760
  * @param {*} [options] Override http request option.
761
+ * @deprecated
723
762
  * @throws {RequiredError}
724
763
  * @memberof PatientsApi
725
764
  */
@@ -729,6 +768,7 @@ export declare class PatientsApi extends BaseAPI {
729
768
  * @summary Create patient affiliation (Auth policies: RequireDoctorOrPatientManagerRole)
730
769
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPostRequest} requestParameters Request parameters.
731
770
  * @param {*} [options] Override http request option.
771
+ * @deprecated
732
772
  * @throws {RequiredError}
733
773
  * @memberof PatientsApi
734
774
  */
@@ -738,6 +778,7 @@ export declare class PatientsApi extends BaseAPI {
738
778
  * @summary Update patient affiliation (Auth policies: RequireDoctorOrPatientManagerRole)
739
779
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest} requestParameters Request parameters.
740
780
  * @param {*} [options] Override http request option.
781
+ * @deprecated
741
782
  * @throws {RequiredError}
742
783
  * @memberof PatientsApi
743
784
  */
@@ -747,6 +788,7 @@ export declare class PatientsApi extends BaseAPI {
747
788
  * @summary Reactivate patient affiliation (Auth policies: RequireDoctorRole)
748
789
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdReactivatePutRequest} requestParameters Request parameters.
749
790
  * @param {*} [options] Override http request option.
791
+ * @deprecated
750
792
  * @throws {RequiredError}
751
793
  * @memberof PatientsApi
752
794
  */
@@ -756,6 +798,7 @@ export declare class PatientsApi extends BaseAPI {
756
798
  * @summary Delete Patient. (Auth policies: RequireManagerRole)
757
799
  * @param {PatientsApiApiV1PatientsPatientIdDeleteRequest} requestParameters Request parameters.
758
800
  * @param {*} [options] Override http request option.
801
+ * @deprecated
759
802
  * @throws {RequiredError}
760
803
  * @memberof PatientsApi
761
804
  */
@@ -765,6 +808,7 @@ export declare class PatientsApi extends BaseAPI {
765
808
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
766
809
  * @param {PatientsApiApiV1PatientsPatientIdGetRequest} requestParameters Request parameters.
767
810
  * @param {*} [options] Override http request option.
811
+ * @deprecated
768
812
  * @throws {RequiredError}
769
813
  * @memberof PatientsApi
770
814
  */
@@ -774,6 +818,7 @@ export declare class PatientsApi extends BaseAPI {
774
818
  * @summary Update Patient. (Auth policies: RequirePatientManagerRole)
775
819
  * @param {PatientsApiApiV1PatientsPatientIdPutRequest} requestParameters Request parameters.
776
820
  * @param {*} [options] Override http request option.
821
+ * @deprecated
777
822
  * @throws {RequiredError}
778
823
  * @memberof PatientsApi
779
824
  */
@@ -783,6 +828,7 @@ export declare class PatientsApi extends BaseAPI {
783
828
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
784
829
  * @param {PatientsApiApiV1PatientsPatientIdReactivatePutRequest} requestParameters Request parameters.
785
830
  * @param {*} [options] Override http request option.
831
+ * @deprecated
786
832
  * @throws {RequiredError}
787
833
  * @memberof PatientsApi
788
834
  */
@@ -792,6 +838,7 @@ export declare class PatientsApi extends BaseAPI {
792
838
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
793
839
  * @param {PatientsApiApiV1PatientsPostRequest} requestParameters Request parameters.
794
840
  * @param {*} [options] Override http request option.
841
+ * @deprecated
795
842
  * @throws {RequiredError}
796
843
  * @memberof PatientsApi
797
844
  */
@@ -801,6 +848,7 @@ export declare class PatientsApi extends BaseAPI {
801
848
  * @summary Get patient information for Patient walk-in feature (Auth policies: RequireDoctorOrPatientManagerRole)
802
849
  * @param {PatientsApiApiV1PatientsWalkinGetRequest} requestParameters Request parameters.
803
850
  * @param {*} [options] Override http request option.
851
+ * @deprecated
804
852
  * @throws {RequiredError}
805
853
  * @memberof PatientsApi
806
854
  */
@@ -1 +1 @@
1
- {"version":3,"file":"patients-api.d.ts","sourceRoot":"","sources":["../../src/api/patients-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"patients-api.d.ts","sourceRoot":"","sources":["../../src/api/patients-api.ts"],"names":[],"mappings":"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"}