ch-admin-api-client-typescript 5.22.1 → 5.23.8
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/appointments-api.d.ts +47 -0
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +85 -0
- package/lib/api/deals-api.d.ts +110 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +127 -0
- package/lib/api/doctor-affiliations-api.d.ts +101 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +121 -0
- package/lib/api/hospitals-api.d.ts +328 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +381 -0
- package/lib/api/patient-affiliations-api.d.ts +216 -0
- package/lib/api/patient-affiliations-api.d.ts.map +1 -0
- package/lib/api/patient-affiliations-api.js +358 -0
- package/lib/api/patients-api.d.ts +191 -3
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +289 -6
- package/lib/api/prescriptions-api.d.ts +447 -0
- package/lib/api/prescriptions-api.d.ts.map +1 -0
- package/lib/api/prescriptions-api.js +727 -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/appointment-timetable-date-model.d.ts +58 -0
- package/lib/models/appointment-timetable-date-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-date-model.js +15 -0
- package/lib/models/appointment-timetable-status.d.ts +22 -0
- package/lib/models/appointment-timetable-status.d.ts.map +1 -0
- package/lib/models/appointment-timetable-status.js +25 -0
- package/lib/models/appointment-timetable-time-slot-model.d.ts +74 -0
- package/lib/models/appointment-timetable-time-slot-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-time-slot-model.js +15 -0
- package/lib/models/chadmin-item-model.d.ts +3 -3
- package/lib/models/chadmin-item-model.d.ts.map +1 -1
- package/lib/models/chadmin-model.d.ts +3 -3
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-item-model.d.ts +3 -3
- package/lib/models/chmanager-item-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +3 -3
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +24 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-patient-affiliation-command.d.ts +109 -0
- package/lib/models/create-patient-affiliation-command.d.ts.map +1 -0
- package/lib/models/create-patient-affiliation-command.js +15 -0
- package/lib/models/create-patient-command.d.ts +90 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-prescription-command.d.ts +184 -0
- package/lib/models/create-prescription-command.d.ts.map +1 -0
- package/lib/models/create-prescription-command.js +15 -0
- package/lib/models/create-walk-in-appointment-command.d.ts +154 -0
- package/lib/models/create-walk-in-appointment-command.d.ts.map +1 -0
- package/lib/models/create-walk-in-appointment-command.js +15 -0
- package/lib/models/doctor-affiliation-item-model.d.ts +3 -3
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +9 -3
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +3 -3
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +3 -3
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/get-appointment-timetables-response-model.d.ts +44 -0
- package/lib/models/get-appointment-timetables-response-model.d.ts.map +1 -0
- package/lib/models/get-appointment-timetables-response-model.js +15 -0
- package/lib/models/get-patient-walk-in-query.d.ts +37 -0
- package/lib/models/get-patient-walk-in-query.d.ts.map +1 -0
- package/lib/models/get-patient-walk-in-query.js +15 -0
- package/lib/models/hospital-model.d.ts +24 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +23 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +23 -0
- package/lib/models/manager-item-model.d.ts +3 -3
- package/lib/models/manager-item-model.d.ts.map +1 -1
- package/lib/models/manager-model.d.ts +3 -3
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/patient-affiliation-item-model.d.ts +153 -0
- package/lib/models/patient-affiliation-item-model.d.ts.map +1 -0
- package/lib/models/patient-affiliation-item-model.js +15 -0
- package/lib/models/patient-affiliation-model.d.ts +153 -0
- package/lib/models/patient-affiliation-model.d.ts.map +1 -0
- package/lib/models/patient-affiliation-model.js +15 -0
- package/lib/models/patient-affiliations-model.d.ts +33 -0
- package/lib/models/patient-affiliations-model.d.ts.map +1 -0
- package/lib/models/patient-affiliations-model.js +15 -0
- package/lib/models/patient-item-model.d.ts +3 -3
- package/lib/models/patient-item-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +3 -3
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/patient-walk-in-model.d.ts +32 -0
- package/lib/models/patient-walk-in-model.d.ts.map +1 -0
- package/lib/models/patient-walk-in-model.js +15 -0
- package/lib/models/prescription-diagnosis-input-model.d.ts +37 -0
- package/lib/models/prescription-diagnosis-input-model.d.ts.map +1 -0
- package/lib/models/prescription-diagnosis-input-model.js +15 -0
- package/lib/models/prescription-diagnosis-item-model.d.ts +37 -0
- package/lib/models/prescription-diagnosis-item-model.d.ts.map +1 -0
- package/lib/models/prescription-diagnosis-item-model.js +15 -0
- package/lib/models/prescription-item-model.d.ts +164 -0
- package/lib/models/prescription-item-model.d.ts.map +1 -0
- package/lib/models/prescription-item-model.js +15 -0
- package/lib/models/prescription-medication-input-model.d.ts +79 -0
- package/lib/models/prescription-medication-input-model.d.ts.map +1 -0
- package/lib/models/prescription-medication-input-model.js +15 -0
- package/lib/models/prescription-medication-item-model.d.ts +79 -0
- package/lib/models/prescription-medication-item-model.d.ts.map +1 -0
- package/lib/models/prescription-medication-item-model.js +15 -0
- package/lib/models/prescription-model.d.ts +185 -0
- package/lib/models/prescription-model.d.ts.map +1 -0
- package/lib/models/prescription-model.js +15 -0
- package/lib/models/prescription-symptom-input-model.d.ts +49 -0
- package/lib/models/prescription-symptom-input-model.d.ts.map +1 -0
- package/lib/models/prescription-symptom-input-model.js +15 -0
- package/lib/models/prescription-symptom-item-model.d.ts +49 -0
- package/lib/models/prescription-symptom-item-model.d.ts.map +1 -0
- package/lib/models/prescription-symptom-item-model.js +15 -0
- package/lib/models/prescriptions-model.d.ts +33 -0
- package/lib/models/prescriptions-model.d.ts.map +1 -0
- package/lib/models/prescriptions-model.js +15 -0
- package/lib/models/update-article-command.d.ts +6 -0
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +24 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-patient-affiliation-command.d.ts +115 -0
- package/lib/models/update-patient-affiliation-command.d.ts.map +1 -0
- package/lib/models/update-patient-affiliation-command.js +15 -0
- package/lib/models/update-prescription-command.d.ts +154 -0
- package/lib/models/update-prescription-command.d.ts.map +1 -0
- package/lib/models/update-prescription-command.js +15 -0
- package/lib/models/user-model.d.ts +3 -3
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +25 -0
- package/src/api/appointments-api.ts +87 -0
- package/src/api/deals-api.ts +184 -0
- package/src/api/doctor-affiliations-api.ts +171 -0
- package/src/api/hospitals-api.ts +548 -0
- package/src/api/patient-affiliations-api.ts +361 -0
- package/src/api/patients-api.ts +337 -6
- package/src/api/prescriptions-api.ts +776 -0
- package/src/api.ts +2 -0
- package/src/models/appointment-timetable-date-model.ts +69 -0
- package/src/models/appointment-timetable-status.ts +31 -0
- package/src/models/appointment-timetable-time-slot-model.ts +81 -0
- package/src/models/chadmin-item-model.ts +3 -3
- package/src/models/chadmin-model.ts +3 -3
- package/src/models/chmanager-item-model.ts +3 -3
- package/src/models/chmanager-model.ts +3 -3
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-doctor-affiliation-command.ts +6 -0
- package/src/models/create-hospital-command.ts +24 -0
- package/src/models/create-patient-affiliation-command.ts +114 -0
- package/src/models/create-patient-command.ts +90 -0
- package/src/models/create-prescription-command.ts +195 -0
- package/src/models/create-walk-in-appointment-command.ts +165 -0
- package/src/models/doctor-affiliation-item-model.ts +3 -3
- package/src/models/doctor-affiliation-model.ts +9 -3
- package/src/models/doctor-item-model.ts +3 -3
- package/src/models/doctor-model.ts +3 -3
- package/src/models/get-appointment-timetables-response-model.ts +51 -0
- package/src/models/get-patient-walk-in-query.ts +42 -0
- package/src/models/hospital-model.ts +24 -0
- package/src/models/index.ts +23 -0
- package/src/models/manager-item-model.ts +3 -3
- package/src/models/manager-model.ts +3 -3
- package/src/models/patient-affiliation-item-model.ts +162 -0
- package/src/models/patient-affiliation-model.ts +162 -0
- package/src/models/patient-affiliations-model.ts +42 -0
- package/src/models/patient-item-model.ts +3 -3
- package/src/models/patient-model.ts +3 -3
- package/src/models/patient-walk-in-model.ts +39 -0
- package/src/models/prescription-diagnosis-input-model.ts +42 -0
- package/src/models/prescription-diagnosis-item-model.ts +42 -0
- package/src/models/prescription-item-model.ts +171 -0
- package/src/models/prescription-medication-input-model.ts +84 -0
- package/src/models/prescription-medication-item-model.ts +84 -0
- package/src/models/prescription-model.ts +198 -0
- package/src/models/prescription-symptom-input-model.ts +54 -0
- package/src/models/prescription-symptom-item-model.ts +54 -0
- package/src/models/prescriptions-model.ts +42 -0
- package/src/models/update-article-command.ts +6 -0
- package/src/models/update-doctor-affiliation-command.ts +6 -0
- package/src/models/update-hospital-command.ts +24 -0
- package/src/models/update-patient-affiliation-command.ts +120 -0
- package/src/models/update-prescription-command.ts +165 -0
- package/src/models/user-model.ts +3 -3
|
@@ -12,10 +12,15 @@
|
|
|
12
12
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { CreatePatientAffiliationCommand } from '../models';
|
|
15
16
|
import { CreatePatientCommand } from '../models';
|
|
16
17
|
import { Gender } from '../models';
|
|
18
|
+
import { GetPatientWalkInQuery } from '../models';
|
|
19
|
+
import { PatientAffiliationModel } from '../models';
|
|
17
20
|
import { PatientModel } from '../models';
|
|
21
|
+
import { PatientWalkInModel } from '../models';
|
|
18
22
|
import { PatientsModel } from '../models';
|
|
23
|
+
import { UpdatePatientAffiliationCommand } from '../models';
|
|
19
24
|
import { UpdatePatientCommand } from '../models';
|
|
20
25
|
/**
|
|
21
26
|
* PatientsApi - axios parameter creator
|
|
@@ -50,15 +55,36 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
50
55
|
* @throws {RequiredError}
|
|
51
56
|
*/
|
|
52
57
|
apiV1PatientsPatientIdAffiliationsHospitalIdDelete: (patientId: string, hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @summary Get patientAffiliation by patient id and hospital id.
|
|
61
|
+
* @param {string} patientId
|
|
62
|
+
* @param {string} hospitalId
|
|
63
|
+
* @param {string} [languageCode]
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
*/
|
|
67
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdGet: (patientId: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
68
|
/**
|
|
54
69
|
*
|
|
55
70
|
* @summary Create patient affiliation
|
|
56
71
|
* @param {string} patientId
|
|
57
72
|
* @param {string} hospitalId
|
|
73
|
+
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPost: (patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @summary Update patient affiliation
|
|
81
|
+
* @param {string} patientId
|
|
82
|
+
* @param {string} hospitalId
|
|
83
|
+
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
58
84
|
* @param {*} [options] Override http request option.
|
|
59
85
|
* @throws {RequiredError}
|
|
60
86
|
*/
|
|
61
|
-
|
|
87
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPut: (patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
88
|
/**
|
|
63
89
|
*
|
|
64
90
|
* @summary Reactivate patient affiliation
|
|
@@ -102,6 +128,14 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
102
128
|
* @throws {RequiredError}
|
|
103
129
|
*/
|
|
104
130
|
apiV1PatientsPost: (createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @summary Get patient information for Patient walk-in feature
|
|
134
|
+
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
135
|
+
* @param {*} [options] Override http request option.
|
|
136
|
+
* @throws {RequiredError}
|
|
137
|
+
*/
|
|
138
|
+
apiV1PatientsWalkinPost: (getPatientWalkInQuery?: GetPatientWalkInQuery, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
105
139
|
};
|
|
106
140
|
/**
|
|
107
141
|
* PatientsApi - functional programming interface
|
|
@@ -136,15 +170,36 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
|
|
|
136
170
|
* @throws {RequiredError}
|
|
137
171
|
*/
|
|
138
172
|
apiV1PatientsPatientIdAffiliationsHospitalIdDelete(patientId: string, hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @summary Get patientAffiliation by patient id and hospital id.
|
|
176
|
+
* @param {string} patientId
|
|
177
|
+
* @param {string} hospitalId
|
|
178
|
+
* @param {string} [languageCode]
|
|
179
|
+
* @param {*} [options] Override http request option.
|
|
180
|
+
* @throws {RequiredError}
|
|
181
|
+
*/
|
|
182
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdGet(patientId: string, hospitalId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientAffiliationModel>>;
|
|
139
183
|
/**
|
|
140
184
|
*
|
|
141
185
|
* @summary Create patient affiliation
|
|
142
186
|
* @param {string} patientId
|
|
143
187
|
* @param {string} hospitalId
|
|
188
|
+
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
144
189
|
* @param {*} [options] Override http request option.
|
|
145
190
|
* @throws {RequiredError}
|
|
146
191
|
*/
|
|
147
|
-
apiV1PatientsPatientIdAffiliationsHospitalIdPost(patientId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
192
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPost(patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @summary Update patient affiliation
|
|
196
|
+
* @param {string} patientId
|
|
197
|
+
* @param {string} hospitalId
|
|
198
|
+
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
199
|
+
* @param {*} [options] Override http request option.
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
*/
|
|
202
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPut(patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
148
203
|
/**
|
|
149
204
|
*
|
|
150
205
|
* @summary Reactivate patient affiliation
|
|
@@ -188,6 +243,14 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
|
|
|
188
243
|
* @throws {RequiredError}
|
|
189
244
|
*/
|
|
190
245
|
apiV1PatientsPost(createPatientCommand?: CreatePatientCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientModel>>;
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @summary Get patient information for Patient walk-in feature
|
|
249
|
+
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
apiV1PatientsWalkinPost(getPatientWalkInQuery?: GetPatientWalkInQuery, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientWalkInModel>>;
|
|
191
254
|
};
|
|
192
255
|
/**
|
|
193
256
|
* PatientsApi - factory interface
|
|
@@ -222,15 +285,36 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
|
|
|
222
285
|
* @throws {RequiredError}
|
|
223
286
|
*/
|
|
224
287
|
apiV1PatientsPatientIdAffiliationsHospitalIdDelete(patientId: string, hospitalId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @summary Get patientAffiliation by patient id and hospital id.
|
|
291
|
+
* @param {string} patientId
|
|
292
|
+
* @param {string} hospitalId
|
|
293
|
+
* @param {string} [languageCode]
|
|
294
|
+
* @param {*} [options] Override http request option.
|
|
295
|
+
* @throws {RequiredError}
|
|
296
|
+
*/
|
|
297
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdGet(patientId: string, hospitalId: string, languageCode?: string, options?: any): AxiosPromise<PatientAffiliationModel>;
|
|
225
298
|
/**
|
|
226
299
|
*
|
|
227
300
|
* @summary Create patient affiliation
|
|
228
301
|
* @param {string} patientId
|
|
229
302
|
* @param {string} hospitalId
|
|
303
|
+
* @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
|
|
304
|
+
* @param {*} [options] Override http request option.
|
|
305
|
+
* @throws {RequiredError}
|
|
306
|
+
*/
|
|
307
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPost(patientId: string, hospitalId: string, createPatientAffiliationCommand?: CreatePatientAffiliationCommand, options?: any): AxiosPromise<boolean>;
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
* @summary Update patient affiliation
|
|
311
|
+
* @param {string} patientId
|
|
312
|
+
* @param {string} hospitalId
|
|
313
|
+
* @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
|
|
230
314
|
* @param {*} [options] Override http request option.
|
|
231
315
|
* @throws {RequiredError}
|
|
232
316
|
*/
|
|
233
|
-
|
|
317
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPut(patientId: string, hospitalId: string, updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand, options?: any): AxiosPromise<boolean>;
|
|
234
318
|
/**
|
|
235
319
|
*
|
|
236
320
|
* @summary Reactivate patient affiliation
|
|
@@ -274,6 +358,14 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
|
|
|
274
358
|
* @throws {RequiredError}
|
|
275
359
|
*/
|
|
276
360
|
apiV1PatientsPost(createPatientCommand?: CreatePatientCommand, options?: any): AxiosPromise<PatientModel>;
|
|
361
|
+
/**
|
|
362
|
+
*
|
|
363
|
+
* @summary Get patient information for Patient walk-in feature
|
|
364
|
+
* @param {GetPatientWalkInQuery} [getPatientWalkInQuery]
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
*/
|
|
368
|
+
apiV1PatientsWalkinPost(getPatientWalkInQuery?: GetPatientWalkInQuery, options?: any): AxiosPromise<PatientWalkInModel>;
|
|
277
369
|
};
|
|
278
370
|
/**
|
|
279
371
|
* Request parameters for apiV1PatientsGet operation in PatientsApi.
|
|
@@ -373,6 +465,31 @@ export interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdDeleteRe
|
|
|
373
465
|
*/
|
|
374
466
|
readonly isPermanent?: boolean;
|
|
375
467
|
}
|
|
468
|
+
/**
|
|
469
|
+
* Request parameters for apiV1PatientsPatientIdAffiliationsHospitalIdGet operation in PatientsApi.
|
|
470
|
+
* @export
|
|
471
|
+
* @interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest
|
|
472
|
+
*/
|
|
473
|
+
export interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest {
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
* @type {string}
|
|
477
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGet
|
|
478
|
+
*/
|
|
479
|
+
readonly patientId: string;
|
|
480
|
+
/**
|
|
481
|
+
*
|
|
482
|
+
* @type {string}
|
|
483
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGet
|
|
484
|
+
*/
|
|
485
|
+
readonly hospitalId: string;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @type {string}
|
|
489
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGet
|
|
490
|
+
*/
|
|
491
|
+
readonly languageCode?: string;
|
|
492
|
+
}
|
|
376
493
|
/**
|
|
377
494
|
* Request parameters for apiV1PatientsPatientIdAffiliationsHospitalIdPost operation in PatientsApi.
|
|
378
495
|
* @export
|
|
@@ -391,6 +508,37 @@ export interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPostRequ
|
|
|
391
508
|
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPost
|
|
392
509
|
*/
|
|
393
510
|
readonly hospitalId: string;
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @type {CreatePatientAffiliationCommand}
|
|
514
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPost
|
|
515
|
+
*/
|
|
516
|
+
readonly createPatientAffiliationCommand?: CreatePatientAffiliationCommand;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* Request parameters for apiV1PatientsPatientIdAffiliationsHospitalIdPut operation in PatientsApi.
|
|
520
|
+
* @export
|
|
521
|
+
* @interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest
|
|
522
|
+
*/
|
|
523
|
+
export interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest {
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPut
|
|
528
|
+
*/
|
|
529
|
+
readonly patientId: string;
|
|
530
|
+
/**
|
|
531
|
+
*
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPut
|
|
534
|
+
*/
|
|
535
|
+
readonly hospitalId: string;
|
|
536
|
+
/**
|
|
537
|
+
*
|
|
538
|
+
* @type {UpdatePatientAffiliationCommand}
|
|
539
|
+
* @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPut
|
|
540
|
+
*/
|
|
541
|
+
readonly updatePatientAffiliationCommand?: UpdatePatientAffiliationCommand;
|
|
394
542
|
}
|
|
395
543
|
/**
|
|
396
544
|
* Request parameters for apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut operation in PatientsApi.
|
|
@@ -475,6 +623,19 @@ export interface PatientsApiApiV1PatientsPostRequest {
|
|
|
475
623
|
*/
|
|
476
624
|
readonly createPatientCommand?: CreatePatientCommand;
|
|
477
625
|
}
|
|
626
|
+
/**
|
|
627
|
+
* Request parameters for apiV1PatientsWalkinPost operation in PatientsApi.
|
|
628
|
+
* @export
|
|
629
|
+
* @interface PatientsApiApiV1PatientsWalkinPostRequest
|
|
630
|
+
*/
|
|
631
|
+
export interface PatientsApiApiV1PatientsWalkinPostRequest {
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
* @type {GetPatientWalkInQuery}
|
|
635
|
+
* @memberof PatientsApiApiV1PatientsWalkinPost
|
|
636
|
+
*/
|
|
637
|
+
readonly getPatientWalkInQuery?: GetPatientWalkInQuery;
|
|
638
|
+
}
|
|
478
639
|
/**
|
|
479
640
|
* PatientsApi - object-oriented interface
|
|
480
641
|
* @export
|
|
@@ -500,6 +661,15 @@ export declare class PatientsApi extends BaseAPI {
|
|
|
500
661
|
* @memberof PatientsApi
|
|
501
662
|
*/
|
|
502
663
|
apiV1PatientsPatientIdAffiliationsHospitalIdDelete(requestParameters: PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @summary Get patientAffiliation by patient id and hospital id.
|
|
667
|
+
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest} requestParameters Request parameters.
|
|
668
|
+
* @param {*} [options] Override http request option.
|
|
669
|
+
* @throws {RequiredError}
|
|
670
|
+
* @memberof PatientsApi
|
|
671
|
+
*/
|
|
672
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdGet(requestParameters: PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientAffiliationModel, any>>;
|
|
503
673
|
/**
|
|
504
674
|
*
|
|
505
675
|
* @summary Create patient affiliation
|
|
@@ -509,6 +679,15 @@ export declare class PatientsApi extends BaseAPI {
|
|
|
509
679
|
* @memberof PatientsApi
|
|
510
680
|
*/
|
|
511
681
|
apiV1PatientsPatientIdAffiliationsHospitalIdPost(requestParameters: PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
682
|
+
/**
|
|
683
|
+
*
|
|
684
|
+
* @summary Update patient affiliation
|
|
685
|
+
* @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest} requestParameters Request parameters.
|
|
686
|
+
* @param {*} [options] Override http request option.
|
|
687
|
+
* @throws {RequiredError}
|
|
688
|
+
* @memberof PatientsApi
|
|
689
|
+
*/
|
|
690
|
+
apiV1PatientsPatientIdAffiliationsHospitalIdPut(requestParameters: PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
512
691
|
/**
|
|
513
692
|
*
|
|
514
693
|
* @summary Reactivate patient affiliation
|
|
@@ -554,5 +733,14 @@ export declare class PatientsApi extends BaseAPI {
|
|
|
554
733
|
* @memberof PatientsApi
|
|
555
734
|
*/
|
|
556
735
|
apiV1PatientsPost(requestParameters?: PatientsApiApiV1PatientsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientModel, any>>;
|
|
736
|
+
/**
|
|
737
|
+
*
|
|
738
|
+
* @summary Get patient information for Patient walk-in feature
|
|
739
|
+
* @param {PatientsApiApiV1PatientsWalkinPostRequest} requestParameters Request parameters.
|
|
740
|
+
* @param {*} [options] Override http request option.
|
|
741
|
+
* @throws {RequiredError}
|
|
742
|
+
* @memberof PatientsApi
|
|
743
|
+
*/
|
|
744
|
+
apiV1PatientsWalkinPost(requestParameters?: PatientsApiApiV1PatientsWalkinPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientWalkInModel, any>>;
|
|
557
745
|
}
|
|
558
746
|
//# sourceMappingURL=patients-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patients-api.d.ts","sourceRoot":"","sources":["../../src/api/patients-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACjD;;;GAGG;AACH,eAAO,MAAM,4BAA4B,mBAA6B,aAAa;IAE3E;;;;;;;;;;;;;;;;OAgBG;oCACmC,MAAM,OAAO,MAAM,aAAa,MAAM,UAAU,MAAM,WAAW,MAAM,gBAAgB,IAAI,YAAY,IAAI,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA8ErR;;;;;;;;OAQG;oEACmE,MAAM,cAAc,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAsChL
|
|
1
|
+
{"version":3,"file":"patients-api.d.ts","sourceRoot":"","sources":["../../src/api/patients-api.ts"],"names":[],"mappings":"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"}
|