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
|
@@ -49,6 +49,7 @@ import { DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand } from '../
|
|
|
49
49
|
import { DeleteServiceAppointmentTimetableOverridesCommand } from '../models';
|
|
50
50
|
import { FooterNavigationItemModel } from '../models';
|
|
51
51
|
import { Gender } from '../models';
|
|
52
|
+
import { GetAppointmentTimetablesResponseModel } from '../models';
|
|
52
53
|
import { HospitalAccreditationModel } from '../models';
|
|
53
54
|
import { HospitalAccreditationsModel } from '../models';
|
|
54
55
|
import { HospitalContactModel } from '../models';
|
|
@@ -232,6 +233,20 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
232
233
|
* @throws {RequiredError}
|
|
233
234
|
*/
|
|
234
235
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost: (hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary Get Hospital appointment timetables for application
|
|
239
|
+
* @param {string} hospitalId
|
|
240
|
+
* @param {number} [year]
|
|
241
|
+
* @param {number} [month]
|
|
242
|
+
* @param {string} [timeZone]
|
|
243
|
+
* @param {boolean} [isExternal]
|
|
244
|
+
* @param {boolean} [isOnline]
|
|
245
|
+
* @param {string} [appointmentIdExcluded]
|
|
246
|
+
* @param {*} [options] Override http request option.
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
*/
|
|
249
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet: (hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
235
250
|
/**
|
|
236
251
|
*
|
|
237
252
|
* @summary Add, update, delete Hospital appointment timetables
|
|
@@ -1414,6 +1429,21 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1414
1429
|
* @throws {RequiredError}
|
|
1415
1430
|
*/
|
|
1416
1431
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost: (hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1432
|
+
/**
|
|
1433
|
+
*
|
|
1434
|
+
* @summary Get HospitalSpecialty appointment timetables for application
|
|
1435
|
+
* @param {string} hospitalId
|
|
1436
|
+
* @param {string} hospitalSpecialtyId
|
|
1437
|
+
* @param {number} [year]
|
|
1438
|
+
* @param {number} [month]
|
|
1439
|
+
* @param {string} [timeZone]
|
|
1440
|
+
* @param {boolean} [isExternal]
|
|
1441
|
+
* @param {boolean} [isOnline]
|
|
1442
|
+
* @param {string} [appointmentIdExcluded]
|
|
1443
|
+
* @param {*} [options] Override http request option.
|
|
1444
|
+
* @throws {RequiredError}
|
|
1445
|
+
*/
|
|
1446
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet: (hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1417
1447
|
/**
|
|
1418
1448
|
*
|
|
1419
1449
|
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
@@ -1663,6 +1693,22 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1663
1693
|
* @throws {RequiredError}
|
|
1664
1694
|
*/
|
|
1665
1695
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost: (hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1696
|
+
/**
|
|
1697
|
+
*
|
|
1698
|
+
* @summary Get Service appointment timetables for application
|
|
1699
|
+
* @param {string} hospitalId
|
|
1700
|
+
* @param {string} specialtyId
|
|
1701
|
+
* @param {string} serviceId
|
|
1702
|
+
* @param {number} [year]
|
|
1703
|
+
* @param {number} [month]
|
|
1704
|
+
* @param {string} [timeZone]
|
|
1705
|
+
* @param {boolean} [isExternal]
|
|
1706
|
+
* @param {boolean} [isOnline]
|
|
1707
|
+
* @param {string} [appointmentIdExcluded]
|
|
1708
|
+
* @param {*} [options] Override http request option.
|
|
1709
|
+
* @throws {RequiredError}
|
|
1710
|
+
*/
|
|
1711
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet: (hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1666
1712
|
/**
|
|
1667
1713
|
*
|
|
1668
1714
|
* @summary Add, update and delete service appointment timetables
|
|
@@ -2066,6 +2112,20 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2066
2112
|
* @throws {RequiredError}
|
|
2067
2113
|
*/
|
|
2068
2114
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
2115
|
+
/**
|
|
2116
|
+
*
|
|
2117
|
+
* @summary Get Hospital appointment timetables for application
|
|
2118
|
+
* @param {string} hospitalId
|
|
2119
|
+
* @param {number} [year]
|
|
2120
|
+
* @param {number} [month]
|
|
2121
|
+
* @param {string} [timeZone]
|
|
2122
|
+
* @param {boolean} [isExternal]
|
|
2123
|
+
* @param {boolean} [isOnline]
|
|
2124
|
+
* @param {string} [appointmentIdExcluded]
|
|
2125
|
+
* @param {*} [options] Override http request option.
|
|
2126
|
+
* @throws {RequiredError}
|
|
2127
|
+
*/
|
|
2128
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
2069
2129
|
/**
|
|
2070
2130
|
*
|
|
2071
2131
|
* @summary Add, update, delete Hospital appointment timetables
|
|
@@ -3248,6 +3308,21 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3248
3308
|
* @throws {RequiredError}
|
|
3249
3309
|
*/
|
|
3250
3310
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
3311
|
+
/**
|
|
3312
|
+
*
|
|
3313
|
+
* @summary Get HospitalSpecialty appointment timetables for application
|
|
3314
|
+
* @param {string} hospitalId
|
|
3315
|
+
* @param {string} hospitalSpecialtyId
|
|
3316
|
+
* @param {number} [year]
|
|
3317
|
+
* @param {number} [month]
|
|
3318
|
+
* @param {string} [timeZone]
|
|
3319
|
+
* @param {boolean} [isExternal]
|
|
3320
|
+
* @param {boolean} [isOnline]
|
|
3321
|
+
* @param {string} [appointmentIdExcluded]
|
|
3322
|
+
* @param {*} [options] Override http request option.
|
|
3323
|
+
* @throws {RequiredError}
|
|
3324
|
+
*/
|
|
3325
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
3251
3326
|
/**
|
|
3252
3327
|
*
|
|
3253
3328
|
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
@@ -3497,6 +3572,22 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3497
3572
|
* @throws {RequiredError}
|
|
3498
3573
|
*/
|
|
3499
3574
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SaveAppointmentTimetableOverridesResultModel>>;
|
|
3575
|
+
/**
|
|
3576
|
+
*
|
|
3577
|
+
* @summary Get Service appointment timetables for application
|
|
3578
|
+
* @param {string} hospitalId
|
|
3579
|
+
* @param {string} specialtyId
|
|
3580
|
+
* @param {string} serviceId
|
|
3581
|
+
* @param {number} [year]
|
|
3582
|
+
* @param {number} [month]
|
|
3583
|
+
* @param {string} [timeZone]
|
|
3584
|
+
* @param {boolean} [isExternal]
|
|
3585
|
+
* @param {boolean} [isOnline]
|
|
3586
|
+
* @param {string} [appointmentIdExcluded]
|
|
3587
|
+
* @param {*} [options] Override http request option.
|
|
3588
|
+
* @throws {RequiredError}
|
|
3589
|
+
*/
|
|
3590
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAppointmentTimetablesResponseModel>>;
|
|
3500
3591
|
/**
|
|
3501
3592
|
*
|
|
3502
3593
|
* @summary Add, update and delete service appointment timetables
|
|
@@ -3900,6 +3991,20 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
3900
3991
|
* @throws {RequiredError}
|
|
3901
3992
|
*/
|
|
3902
3993
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(hospitalId: string, saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
3994
|
+
/**
|
|
3995
|
+
*
|
|
3996
|
+
* @summary Get Hospital appointment timetables for application
|
|
3997
|
+
* @param {string} hospitalId
|
|
3998
|
+
* @param {number} [year]
|
|
3999
|
+
* @param {number} [month]
|
|
4000
|
+
* @param {string} [timeZone]
|
|
4001
|
+
* @param {boolean} [isExternal]
|
|
4002
|
+
* @param {boolean} [isOnline]
|
|
4003
|
+
* @param {string} [appointmentIdExcluded]
|
|
4004
|
+
* @param {*} [options] Override http request option.
|
|
4005
|
+
* @throws {RequiredError}
|
|
4006
|
+
*/
|
|
4007
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
3903
4008
|
/**
|
|
3904
4009
|
*
|
|
3905
4010
|
* @summary Add, update, delete Hospital appointment timetables
|
|
@@ -5082,6 +5187,21 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5082
5187
|
* @throws {RequiredError}
|
|
5083
5188
|
*/
|
|
5084
5189
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(hospitalId: string, hospitalSpecialtyId: string, saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
5190
|
+
/**
|
|
5191
|
+
*
|
|
5192
|
+
* @summary Get HospitalSpecialty appointment timetables for application
|
|
5193
|
+
* @param {string} hospitalId
|
|
5194
|
+
* @param {string} hospitalSpecialtyId
|
|
5195
|
+
* @param {number} [year]
|
|
5196
|
+
* @param {number} [month]
|
|
5197
|
+
* @param {string} [timeZone]
|
|
5198
|
+
* @param {boolean} [isExternal]
|
|
5199
|
+
* @param {boolean} [isOnline]
|
|
5200
|
+
* @param {string} [appointmentIdExcluded]
|
|
5201
|
+
* @param {*} [options] Override http request option.
|
|
5202
|
+
* @throws {RequiredError}
|
|
5203
|
+
*/
|
|
5204
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(hospitalId: string, hospitalSpecialtyId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
5085
5205
|
/**
|
|
5086
5206
|
*
|
|
5087
5207
|
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
@@ -5331,6 +5451,22 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5331
5451
|
* @throws {RequiredError}
|
|
5332
5452
|
*/
|
|
5333
5453
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(hospitalId: string, specialtyId: string, serviceId: string, saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand, options?: any): AxiosPromise<SaveAppointmentTimetableOverridesResultModel>;
|
|
5454
|
+
/**
|
|
5455
|
+
*
|
|
5456
|
+
* @summary Get Service appointment timetables for application
|
|
5457
|
+
* @param {string} hospitalId
|
|
5458
|
+
* @param {string} specialtyId
|
|
5459
|
+
* @param {string} serviceId
|
|
5460
|
+
* @param {number} [year]
|
|
5461
|
+
* @param {number} [month]
|
|
5462
|
+
* @param {string} [timeZone]
|
|
5463
|
+
* @param {boolean} [isExternal]
|
|
5464
|
+
* @param {boolean} [isOnline]
|
|
5465
|
+
* @param {string} [appointmentIdExcluded]
|
|
5466
|
+
* @param {*} [options] Override http request option.
|
|
5467
|
+
* @throws {RequiredError}
|
|
5468
|
+
*/
|
|
5469
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(hospitalId: string, specialtyId: string, serviceId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, isOnline?: boolean, appointmentIdExcluded?: string, options?: any): AxiosPromise<GetAppointmentTimetablesResponseModel>;
|
|
5334
5470
|
/**
|
|
5335
5471
|
*
|
|
5336
5472
|
* @summary Add, update and delete service appointment timetables
|
|
@@ -5929,6 +6065,55 @@ export interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverrid
|
|
|
5929
6065
|
*/
|
|
5930
6066
|
readonly saveHospitalAppointmentTimetableOverridesCommand?: SaveHospitalAppointmentTimetableOverridesCommand;
|
|
5931
6067
|
}
|
|
6068
|
+
/**
|
|
6069
|
+
* Request parameters for apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet operation in HospitalsApi.
|
|
6070
|
+
* @export
|
|
6071
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest
|
|
6072
|
+
*/
|
|
6073
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest {
|
|
6074
|
+
/**
|
|
6075
|
+
*
|
|
6076
|
+
* @type {string}
|
|
6077
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6078
|
+
*/
|
|
6079
|
+
readonly hospitalId: string;
|
|
6080
|
+
/**
|
|
6081
|
+
*
|
|
6082
|
+
* @type {number}
|
|
6083
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6084
|
+
*/
|
|
6085
|
+
readonly year?: number;
|
|
6086
|
+
/**
|
|
6087
|
+
*
|
|
6088
|
+
* @type {number}
|
|
6089
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6090
|
+
*/
|
|
6091
|
+
readonly month?: number;
|
|
6092
|
+
/**
|
|
6093
|
+
*
|
|
6094
|
+
* @type {string}
|
|
6095
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6096
|
+
*/
|
|
6097
|
+
readonly timeZone?: string;
|
|
6098
|
+
/**
|
|
6099
|
+
*
|
|
6100
|
+
* @type {boolean}
|
|
6101
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6102
|
+
*/
|
|
6103
|
+
readonly isExternal?: boolean;
|
|
6104
|
+
/**
|
|
6105
|
+
*
|
|
6106
|
+
* @type {boolean}
|
|
6107
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6108
|
+
*/
|
|
6109
|
+
readonly isOnline?: boolean;
|
|
6110
|
+
/**
|
|
6111
|
+
*
|
|
6112
|
+
* @type {string}
|
|
6113
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet
|
|
6114
|
+
*/
|
|
6115
|
+
readonly appointmentIdExcluded?: string;
|
|
6116
|
+
}
|
|
5932
6117
|
/**
|
|
5933
6118
|
* Request parameters for apiV1HospitalsHospitalIdAppointmenttimetablesBatchPost operation in HospitalsApi.
|
|
5934
6119
|
* @export
|
|
@@ -9066,6 +9251,61 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialt
|
|
|
9066
9251
|
*/
|
|
9067
9252
|
readonly saveHospitalSpecialtyAppointmentTimetableOverridesCommand?: SaveHospitalSpecialtyAppointmentTimetableOverridesCommand;
|
|
9068
9253
|
}
|
|
9254
|
+
/**
|
|
9255
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet operation in HospitalsApi.
|
|
9256
|
+
* @export
|
|
9257
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest
|
|
9258
|
+
*/
|
|
9259
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest {
|
|
9260
|
+
/**
|
|
9261
|
+
*
|
|
9262
|
+
* @type {string}
|
|
9263
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9264
|
+
*/
|
|
9265
|
+
readonly hospitalId: string;
|
|
9266
|
+
/**
|
|
9267
|
+
*
|
|
9268
|
+
* @type {string}
|
|
9269
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9270
|
+
*/
|
|
9271
|
+
readonly hospitalSpecialtyId: string;
|
|
9272
|
+
/**
|
|
9273
|
+
*
|
|
9274
|
+
* @type {number}
|
|
9275
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9276
|
+
*/
|
|
9277
|
+
readonly year?: number;
|
|
9278
|
+
/**
|
|
9279
|
+
*
|
|
9280
|
+
* @type {number}
|
|
9281
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9282
|
+
*/
|
|
9283
|
+
readonly month?: number;
|
|
9284
|
+
/**
|
|
9285
|
+
*
|
|
9286
|
+
* @type {string}
|
|
9287
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9288
|
+
*/
|
|
9289
|
+
readonly timeZone?: string;
|
|
9290
|
+
/**
|
|
9291
|
+
*
|
|
9292
|
+
* @type {boolean}
|
|
9293
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9294
|
+
*/
|
|
9295
|
+
readonly isExternal?: boolean;
|
|
9296
|
+
/**
|
|
9297
|
+
*
|
|
9298
|
+
* @type {boolean}
|
|
9299
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9300
|
+
*/
|
|
9301
|
+
readonly isOnline?: boolean;
|
|
9302
|
+
/**
|
|
9303
|
+
*
|
|
9304
|
+
* @type {string}
|
|
9305
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet
|
|
9306
|
+
*/
|
|
9307
|
+
readonly appointmentIdExcluded?: string;
|
|
9308
|
+
}
|
|
9069
9309
|
/**
|
|
9070
9310
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPost operation in HospitalsApi.
|
|
9071
9311
|
* @export
|
|
@@ -9825,6 +10065,67 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServi
|
|
|
9825
10065
|
*/
|
|
9826
10066
|
readonly saveServiceAppointmentTimetableOverridesCommand?: SaveServiceAppointmentTimetableOverridesCommand;
|
|
9827
10067
|
}
|
|
10068
|
+
/**
|
|
10069
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet operation in HospitalsApi.
|
|
10070
|
+
* @export
|
|
10071
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest
|
|
10072
|
+
*/
|
|
10073
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest {
|
|
10074
|
+
/**
|
|
10075
|
+
*
|
|
10076
|
+
* @type {string}
|
|
10077
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10078
|
+
*/
|
|
10079
|
+
readonly hospitalId: string;
|
|
10080
|
+
/**
|
|
10081
|
+
*
|
|
10082
|
+
* @type {string}
|
|
10083
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10084
|
+
*/
|
|
10085
|
+
readonly specialtyId: string;
|
|
10086
|
+
/**
|
|
10087
|
+
*
|
|
10088
|
+
* @type {string}
|
|
10089
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10090
|
+
*/
|
|
10091
|
+
readonly serviceId: string;
|
|
10092
|
+
/**
|
|
10093
|
+
*
|
|
10094
|
+
* @type {number}
|
|
10095
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10096
|
+
*/
|
|
10097
|
+
readonly year?: number;
|
|
10098
|
+
/**
|
|
10099
|
+
*
|
|
10100
|
+
* @type {number}
|
|
10101
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10102
|
+
*/
|
|
10103
|
+
readonly month?: number;
|
|
10104
|
+
/**
|
|
10105
|
+
*
|
|
10106
|
+
* @type {string}
|
|
10107
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10108
|
+
*/
|
|
10109
|
+
readonly timeZone?: string;
|
|
10110
|
+
/**
|
|
10111
|
+
*
|
|
10112
|
+
* @type {boolean}
|
|
10113
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10114
|
+
*/
|
|
10115
|
+
readonly isExternal?: boolean;
|
|
10116
|
+
/**
|
|
10117
|
+
*
|
|
10118
|
+
* @type {boolean}
|
|
10119
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10120
|
+
*/
|
|
10121
|
+
readonly isOnline?: boolean;
|
|
10122
|
+
/**
|
|
10123
|
+
*
|
|
10124
|
+
* @type {string}
|
|
10125
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet
|
|
10126
|
+
*/
|
|
10127
|
+
readonly appointmentIdExcluded?: string;
|
|
10128
|
+
}
|
|
9828
10129
|
/**
|
|
9829
10130
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPost operation in HospitalsApi.
|
|
9830
10131
|
* @export
|
|
@@ -10765,6 +11066,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
10765
11066
|
* @memberof HospitalsApi
|
|
10766
11067
|
*/
|
|
10767
11068
|
apiV1HospitalsHospitalIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
11069
|
+
/**
|
|
11070
|
+
*
|
|
11071
|
+
* @summary Get Hospital appointment timetables for application
|
|
11072
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
11073
|
+
* @param {*} [options] Override http request option.
|
|
11074
|
+
* @throws {RequiredError}
|
|
11075
|
+
* @memberof HospitalsApi
|
|
11076
|
+
*/
|
|
11077
|
+
apiV1HospitalsHospitalIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
10768
11078
|
/**
|
|
10769
11079
|
*
|
|
10770
11080
|
* @summary Add, update, delete Hospital appointment timetables
|
|
@@ -11782,6 +12092,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11782
12092
|
* @memberof HospitalsApi
|
|
11783
12093
|
*/
|
|
11784
12094
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
12095
|
+
/**
|
|
12096
|
+
*
|
|
12097
|
+
* @summary Get HospitalSpecialty appointment timetables for application
|
|
12098
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
12099
|
+
* @param {*} [options] Override http request option.
|
|
12100
|
+
* @throws {RequiredError}
|
|
12101
|
+
* @memberof HospitalsApi
|
|
12102
|
+
*/
|
|
12103
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
11785
12104
|
/**
|
|
11786
12105
|
*
|
|
11787
12106
|
* @summary Add, update, delete HospitalSpecialty appointment timetables
|
|
@@ -11971,6 +12290,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
11971
12290
|
* @memberof HospitalsApi
|
|
11972
12291
|
*/
|
|
11973
12292
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaveAppointmentTimetableOverridesResultModel, any>>;
|
|
12293
|
+
/**
|
|
12294
|
+
*
|
|
12295
|
+
* @summary Get Service appointment timetables for application
|
|
12296
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest} requestParameters Request parameters.
|
|
12297
|
+
* @param {*} [options] Override http request option.
|
|
12298
|
+
* @throws {RequiredError}
|
|
12299
|
+
* @memberof HospitalsApi
|
|
12300
|
+
*/
|
|
12301
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesApplicationGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAppointmentTimetablesResponseModel, any>>;
|
|
11974
12302
|
/**
|
|
11975
12303
|
*
|
|
11976
12304
|
* @summary Add, update and delete service appointment timetables
|