ch-admin-api-client-typescript 4.9.4 → 4.9.6
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 +395 -0
- package/lib/api/appointments-api.d.ts.map +1 -0
- package/lib/api/appointments-api.js +929 -0
- package/lib/api/deals-api.d.ts +393 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +912 -10
- package/lib/api/doctor-affiliations-api.d.ts +191 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +437 -0
- package/lib/api/hospitals-api.d.ts +611 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +1439 -44
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +6 -6
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/appointment-change-log-model.d.ts +44 -0
- package/lib/models/appointment-change-log-model.d.ts.map +1 -0
- package/lib/models/appointment-change-log-model.js +15 -0
- package/lib/models/appointment-item-model.d.ts +282 -0
- package/lib/models/appointment-item-model.d.ts.map +1 -0
- package/lib/models/appointment-item-model.js +15 -0
- package/lib/models/appointment-model.d.ts +302 -0
- package/lib/models/appointment-model.d.ts.map +1 -0
- package/lib/models/appointment-model.js +15 -0
- package/lib/models/appointment-option-model.d.ts +63 -0
- package/lib/models/appointment-option-model.d.ts.map +1 -0
- package/lib/models/appointment-option-model.js +15 -0
- package/lib/models/appointment-status.d.ts +27 -0
- package/lib/models/appointment-status.d.ts.map +1 -0
- package/lib/models/appointment-status.js +30 -0
- package/lib/models/appointment-timetable-model.d.ts +44 -0
- package/lib/models/appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-model.js +15 -0
- package/lib/models/appointment-timetable-override-model.d.ts +56 -0
- package/lib/models/appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-override-model.js +15 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts +33 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-overrides-model.js +15 -0
- package/lib/models/appointment-timetables-model.d.ts +33 -0
- package/lib/models/appointment-timetables-model.d.ts.map +1 -0
- package/lib/models/appointment-timetables-model.js +15 -0
- package/lib/models/appointment-type.d.ts +26 -0
- package/lib/models/appointment-type.d.ts.map +1 -0
- package/lib/models/appointment-type.js +29 -0
- package/lib/models/appointments-model.d.ts +33 -0
- package/lib/models/appointments-model.d.ts.map +1 -0
- package/lib/models/appointments-model.js +15 -0
- package/lib/models/approve-appointment-command.d.ts +31 -0
- package/lib/models/approve-appointment-command.d.ts.map +1 -0
- package/lib/models/approve-appointment-command.js +15 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts +38 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-add-appointment-timetable-model.js +15 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts +38 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts.map +1 -0
- package/lib/models/batch-appointment-timetables-result-model.js +15 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-appointment-timetables-command.js +15 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.js +15 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.js +15 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-service-appointment-timetables-command.js +15 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts +44 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-update-appointment-timetable-model.js +15 -0
- 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-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-deal-package-command.d.ts +7 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +7 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +7 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +7 -0
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +7 -0
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +7 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +7 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +30 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +30 -0
- package/lib/models/notification-code.d.ts +9 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +10 -1
- package/lib/models/reject-appointment-command.d.ts +32 -0
- package/lib/models/reject-appointment-command.d.ts.map +1 -0
- package/lib/models/reject-appointment-command.js +15 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts +43 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-override-model.js +15 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts +26 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.js +15 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-package-command.d.ts +7 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +7 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +31 -0
- package/src/api/appointments-api.ts +802 -0
- package/src/api/deals-api.ts +842 -8
- package/src/api/doctor-affiliations-api.ts +408 -0
- package/src/api/hospitals-api.ts +1412 -124
- package/src/api/services-api.ts +8 -8
- package/src/api/survey-forms-api.ts +4 -4
- package/src/api.ts +1 -0
- package/src/models/appointment-change-log-model.ts +51 -0
- package/src/models/appointment-item-model.ts +297 -0
- package/src/models/appointment-model.ts +321 -0
- package/src/models/appointment-option-model.ts +72 -0
- package/src/models/appointment-status.ts +36 -0
- package/src/models/appointment-timetable-model.ts +51 -0
- package/src/models/appointment-timetable-override-model.ts +63 -0
- package/src/models/appointment-timetable-overrides-model.ts +42 -0
- package/src/models/appointment-timetables-model.ts +42 -0
- package/src/models/appointment-type.ts +35 -0
- package/src/models/appointments-model.ts +42 -0
- package/src/models/approve-appointment-command.ts +36 -0
- package/src/models/batch-add-appointment-timetable-model.ts +45 -0
- package/src/models/batch-appointment-timetables-result-model.ts +45 -0
- package/src/models/batch-deal-appointment-timetables-command.ts +48 -0
- package/src/models/batch-deal-package-appointment-timetables-command.ts +48 -0
- package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +48 -0
- package/src/models/batch-service-appointment-timetables-command.ts +48 -0
- package/src/models/batch-update-appointment-timetable-model.ts +51 -0
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-deal-command.ts +9 -0
- package/src/models/create-deal-package-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +9 -0
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-item-model.ts +9 -0
- package/src/models/deal-model.ts +9 -0
- package/src/models/deal-package-item-model.ts +9 -0
- package/src/models/deal-package-model.ts +9 -0
- package/src/models/doctor-affiliation-item-model.ts +9 -0
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/hospital-item-model.ts +9 -0
- package/src/models/hospital-model.ts +9 -0
- package/src/models/hospital-service-item-model.ts +9 -0
- package/src/models/hospital-service-model.ts +9 -0
- package/src/models/hospital-specialty-item-model.ts +9 -0
- package/src/models/hospital-specialty-model.ts +9 -0
- package/src/models/index.ts +30 -0
- package/src/models/notification-code.ts +10 -1
- package/src/models/reject-appointment-command.ts +39 -0
- package/src/models/save-appointment-timetable-override-model.ts +48 -0
- package/src/models/save-appointment-timetable-overrides-result-model.ts +33 -0
- package/src/models/save-deal-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-service-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/update-deal-command.ts +9 -0
- package/src/models/update-deal-package-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +9 -0
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
package/src/api/services-api.ts
CHANGED
|
@@ -169,7 +169,7 @@ export const ServicesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
169
169
|
},
|
|
170
170
|
/**
|
|
171
171
|
*
|
|
172
|
-
* @summary
|
|
172
|
+
* @summary Get Service by ServiceId
|
|
173
173
|
* @param {string} serviceId
|
|
174
174
|
* @param {string} [languageCode]
|
|
175
175
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -217,7 +217,7 @@ export const ServicesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
217
217
|
},
|
|
218
218
|
/**
|
|
219
219
|
*
|
|
220
|
-
* @summary
|
|
220
|
+
* @summary Get Service by slug
|
|
221
221
|
* @param {string} slug
|
|
222
222
|
* @param {string} [languageCode]
|
|
223
223
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -304,7 +304,7 @@ export const ServicesApiFp = function(configuration?: Configuration) {
|
|
|
304
304
|
},
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
|
-
* @summary
|
|
307
|
+
* @summary Get Service by ServiceId
|
|
308
308
|
* @param {string} serviceId
|
|
309
309
|
* @param {string} [languageCode]
|
|
310
310
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -317,7 +317,7 @@ export const ServicesApiFp = function(configuration?: Configuration) {
|
|
|
317
317
|
},
|
|
318
318
|
/**
|
|
319
319
|
*
|
|
320
|
-
* @summary
|
|
320
|
+
* @summary Get Service by slug
|
|
321
321
|
* @param {string} slug
|
|
322
322
|
* @param {string} [languageCode]
|
|
323
323
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -368,7 +368,7 @@ export const ServicesApiFactory = function (configuration?: Configuration, baseP
|
|
|
368
368
|
},
|
|
369
369
|
/**
|
|
370
370
|
*
|
|
371
|
-
* @summary
|
|
371
|
+
* @summary Get Service by ServiceId
|
|
372
372
|
* @param {string} serviceId
|
|
373
373
|
* @param {string} [languageCode]
|
|
374
374
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -380,7 +380,7 @@ export const ServicesApiFactory = function (configuration?: Configuration, baseP
|
|
|
380
380
|
},
|
|
381
381
|
/**
|
|
382
382
|
*
|
|
383
|
-
* @summary
|
|
383
|
+
* @summary Get Service by slug
|
|
384
384
|
* @param {string} slug
|
|
385
385
|
* @param {string} [languageCode]
|
|
386
386
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -432,7 +432,7 @@ export class ServicesApi extends BaseAPI {
|
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
434
|
*
|
|
435
|
-
* @summary
|
|
435
|
+
* @summary Get Service by ServiceId
|
|
436
436
|
* @param {string} serviceId
|
|
437
437
|
* @param {string} [languageCode]
|
|
438
438
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -446,7 +446,7 @@ export class ServicesApi extends BaseAPI {
|
|
|
446
446
|
|
|
447
447
|
/**
|
|
448
448
|
*
|
|
449
|
-
* @summary
|
|
449
|
+
* @summary Get Service by slug
|
|
450
450
|
* @param {string} slug
|
|
451
451
|
* @param {string} [languageCode]
|
|
452
452
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -321,7 +321,7 @@ export const SurveyFormsApiFp = function(configuration?: Configuration) {
|
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
323
323
|
*/
|
|
324
|
-
async apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
324
|
+
async apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SurveyFormModel>> {
|
|
325
325
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SurveyformsPost(createSurveyFormCommand, options);
|
|
326
326
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
327
327
|
},
|
|
@@ -333,7 +333,7 @@ export const SurveyFormsApiFp = function(configuration?: Configuration) {
|
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
334
334
|
* @throws {RequiredError}
|
|
335
335
|
*/
|
|
336
|
-
async apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
336
|
+
async apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
337
337
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SurveyformsSurveyFormIdDelete(surveyFormId, isPermanent, options);
|
|
338
338
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
339
339
|
},
|
|
@@ -396,7 +396,7 @@ export const SurveyFormsApiFactory = function (configuration?: Configuration, ba
|
|
|
396
396
|
* @param {*} [options] Override http request option.
|
|
397
397
|
* @throws {RequiredError}
|
|
398
398
|
*/
|
|
399
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<
|
|
399
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<SurveyFormModel> {
|
|
400
400
|
return localVarFp.apiV1SurveyformsPost(createSurveyFormCommand, options).then((request) => request(axios, basePath));
|
|
401
401
|
},
|
|
402
402
|
/**
|
|
@@ -407,7 +407,7 @@ export const SurveyFormsApiFactory = function (configuration?: Configuration, ba
|
|
|
407
407
|
* @param {*} [options] Override http request option.
|
|
408
408
|
* @throws {RequiredError}
|
|
409
409
|
*/
|
|
410
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<
|
|
410
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<void> {
|
|
411
411
|
return localVarFp.apiV1SurveyformsSurveyFormIdDelete(surveyFormId, isPermanent, options).then((request) => request(axios, basePath));
|
|
412
412
|
},
|
|
413
413
|
/**
|
package/src/api.ts
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
export * from './api/about-us-api';
|
|
18
18
|
export * from './api/accreditations-api';
|
|
19
19
|
export * from './api/app-version-api';
|
|
20
|
+
export * from './api/appointments-api';
|
|
20
21
|
export * from './api/articles-api';
|
|
21
22
|
export * from './api/bookings-api';
|
|
22
23
|
export * from './api/chadmins-api';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentStatus } from './appointment-status';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AppointmentChangeLogModel
|
|
24
|
+
*/
|
|
25
|
+
export interface AppointmentChangeLogModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {AppointmentStatus}
|
|
29
|
+
* @memberof AppointmentChangeLogModel
|
|
30
|
+
*/
|
|
31
|
+
'status'?: AppointmentStatus;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof AppointmentChangeLogModel
|
|
36
|
+
*/
|
|
37
|
+
'actorId'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Date}
|
|
41
|
+
* @memberof AppointmentChangeLogModel
|
|
42
|
+
*/
|
|
43
|
+
'createdDate'?: Date;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof AppointmentChangeLogModel
|
|
48
|
+
*/
|
|
49
|
+
'actorName'?: string | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentStatus } from './appointment-status';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { AppointmentType } from './appointment-type';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { Gender } from './gender';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { RejectReason } from './reject-reason';
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @export
|
|
35
|
+
* @interface AppointmentItemModel
|
|
36
|
+
*/
|
|
37
|
+
export interface AppointmentItemModel {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AppointmentItemModel
|
|
42
|
+
*/
|
|
43
|
+
'id'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof AppointmentItemModel
|
|
48
|
+
*/
|
|
49
|
+
'languageCodeFilter'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {AppointmentType}
|
|
53
|
+
* @memberof AppointmentItemModel
|
|
54
|
+
*/
|
|
55
|
+
'appointmentType'?: AppointmentType;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof AppointmentItemModel
|
|
60
|
+
*/
|
|
61
|
+
'isOnline'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AppointmentItemModel
|
|
66
|
+
*/
|
|
67
|
+
'patientId'?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof AppointmentItemModel
|
|
72
|
+
*/
|
|
73
|
+
'patientName'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof AppointmentItemModel
|
|
78
|
+
*/
|
|
79
|
+
'patientPhoto'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof AppointmentItemModel
|
|
84
|
+
*/
|
|
85
|
+
'hospitalId'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof AppointmentItemModel
|
|
90
|
+
*/
|
|
91
|
+
'hospitalName'?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof AppointmentItemModel
|
|
96
|
+
*/
|
|
97
|
+
'hospitalTimeZone'?: string | null;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {boolean}
|
|
101
|
+
* @memberof AppointmentItemModel
|
|
102
|
+
*/
|
|
103
|
+
'paymentEnabled'?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof AppointmentItemModel
|
|
108
|
+
*/
|
|
109
|
+
'hospitalSpecialtyId'?: string | null;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof AppointmentItemModel
|
|
114
|
+
*/
|
|
115
|
+
'hospitalSpecialtyName'?: string | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof AppointmentItemModel
|
|
120
|
+
*/
|
|
121
|
+
'doctorAffiliationId'?: string | null;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof AppointmentItemModel
|
|
126
|
+
*/
|
|
127
|
+
'doctorName'?: string | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof AppointmentItemModel
|
|
132
|
+
*/
|
|
133
|
+
'dealId'?: string | null;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof AppointmentItemModel
|
|
138
|
+
*/
|
|
139
|
+
'dealName'?: string | null;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof AppointmentItemModel
|
|
144
|
+
*/
|
|
145
|
+
'dealPackageId'?: string | null;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof AppointmentItemModel
|
|
150
|
+
*/
|
|
151
|
+
'serviceId'?: string | null;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof AppointmentItemModel
|
|
156
|
+
*/
|
|
157
|
+
'serviceName'?: string | null;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof AppointmentItemModel
|
|
162
|
+
*/
|
|
163
|
+
'languageCode'?: string | null;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof AppointmentItemModel
|
|
168
|
+
*/
|
|
169
|
+
'firstName'?: string | null;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof AppointmentItemModel
|
|
174
|
+
*/
|
|
175
|
+
'lastName'?: string | null;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof AppointmentItemModel
|
|
180
|
+
*/
|
|
181
|
+
'email'?: string | null;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {string}
|
|
185
|
+
* @memberof AppointmentItemModel
|
|
186
|
+
*/
|
|
187
|
+
'phoneCountryCode'?: string | null;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {string}
|
|
191
|
+
* @memberof AppointmentItemModel
|
|
192
|
+
*/
|
|
193
|
+
'phone'?: string | null;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {Date}
|
|
197
|
+
* @memberof AppointmentItemModel
|
|
198
|
+
*/
|
|
199
|
+
'dateOfBirth'?: Date | null;
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {Gender}
|
|
203
|
+
* @memberof AppointmentItemModel
|
|
204
|
+
*/
|
|
205
|
+
'gender'?: Gender;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {string}
|
|
209
|
+
* @memberof AppointmentItemModel
|
|
210
|
+
*/
|
|
211
|
+
'timeZone'?: string | null;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
* @type {string}
|
|
215
|
+
* @memberof AppointmentItemModel
|
|
216
|
+
*/
|
|
217
|
+
'comment'?: string | null;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {number}
|
|
221
|
+
* @memberof AppointmentItemModel
|
|
222
|
+
*/
|
|
223
|
+
'quantity'?: number;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {Date}
|
|
227
|
+
* @memberof AppointmentItemModel
|
|
228
|
+
*/
|
|
229
|
+
'approximateDateStart'?: Date;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @type {Date}
|
|
233
|
+
* @memberof AppointmentItemModel
|
|
234
|
+
*/
|
|
235
|
+
'approximateDateEnd'?: Date;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {Date}
|
|
239
|
+
* @memberof AppointmentItemModel
|
|
240
|
+
*/
|
|
241
|
+
'confirmedDateStart'?: Date | null;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {Date}
|
|
245
|
+
* @memberof AppointmentItemModel
|
|
246
|
+
*/
|
|
247
|
+
'confirmedDateEnd'?: Date | null;
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @type {number}
|
|
251
|
+
* @memberof AppointmentItemModel
|
|
252
|
+
*/
|
|
253
|
+
'fee'?: number;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {number}
|
|
257
|
+
* @memberof AppointmentItemModel
|
|
258
|
+
*/
|
|
259
|
+
'applicationFee'?: number;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {Date}
|
|
263
|
+
* @memberof AppointmentItemModel
|
|
264
|
+
*/
|
|
265
|
+
'requestDate'?: Date;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @type {AppointmentStatus}
|
|
269
|
+
* @memberof AppointmentItemModel
|
|
270
|
+
*/
|
|
271
|
+
'status'?: AppointmentStatus;
|
|
272
|
+
/**
|
|
273
|
+
*
|
|
274
|
+
* @type {RejectReason}
|
|
275
|
+
* @memberof AppointmentItemModel
|
|
276
|
+
*/
|
|
277
|
+
'rejectReason'?: RejectReason;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
* @type {string}
|
|
281
|
+
* @memberof AppointmentItemModel
|
|
282
|
+
*/
|
|
283
|
+
'paymentId'?: string | null;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @type {boolean}
|
|
287
|
+
* @memberof AppointmentItemModel
|
|
288
|
+
*/
|
|
289
|
+
'isExternal'?: boolean;
|
|
290
|
+
/**
|
|
291
|
+
*
|
|
292
|
+
* @type {AuditableEntityModel}
|
|
293
|
+
* @memberof AppointmentItemModel
|
|
294
|
+
*/
|
|
295
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
296
|
+
}
|
|
297
|
+
|