ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
380 lines • 9.08 kB
TypeScript
/**
* CloudHospital Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 2
* Contact: developer@icloudhospital.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AppointmentOptionModel } from './appointment-option-model';
import { AwardModel } from './award-model';
import { BankAccountInfoModel } from './bank-account-info-model';
import { DealItemModel } from './deal-item-model';
import { DoctorAffiliationItemModel } from './doctor-affiliation-item-model';
import { FeatureModel } from './feature-model';
import { FormResultItemModel } from './form-result-item-model';
import { GradeModel } from './grade-model';
import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
import { HospitalContactItemModel } from './hospital-contact-item-model';
import { HospitalEvaluationItemModel } from './hospital-evaluation-item-model';
import { HospitalLanguageItemModel } from './hospital-language-item-model';
import { HospitalRatingItemModel } from './hospital-rating-item-model';
import { HospitalServiceItemModel } from './hospital-service-item-model';
import { HospitalSpecialtySimpleItemModel } from './hospital-specialty-simple-item-model';
import { HospitalTagItemModel } from './hospital-tag-item-model';
import { LocalizedUrlModel } from './localized-url-model';
import { LocationModel } from './location-model';
import { MarketingType } from './marketing-type';
import { MediaModel } from './media-model';
import { PaymentMethod } from './payment-method';
import { SnsHandleModel } from './sns-handle-model';
import { WorkingDayModel } from './working-day-model';
/**
*
* @export
* @interface HospitalModel
*/
export interface HospitalModel {
/**
*
* @type {string}
* @memberof HospitalModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'slug'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'slogan'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalModel
*/
'confirmed'?: boolean;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'logo'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'logoTransparent'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'logoWhite'?: string | null;
/**
*
* @type {MarketingType}
* @memberof HospitalModel
*/
'marketingType'?: MarketingType;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'bedsCount'?: number | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'operationsPerYear'?: number | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'foundationYear'?: number | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'medicalStaffCount'?: number | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'doctorCount'?: number | null;
/**
*
* @type {boolean}
* @memberof HospitalModel
*/
'consultationEnabled'?: boolean | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'consultationFee'?: number | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'timeZone'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'websiteUrl'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalModel
*/
'paymentEnabled'?: boolean;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'appointmentCurrency'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalModel
*/
'isCertified'?: boolean;
/**
*
* @type {string}
* @memberof HospitalModel
* @deprecated
*/
'countryId'?: string;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'specialtiesSummerized'?: string | null;
/**
*
* @type {Array<HospitalSpecialtySimpleItemModel>}
* @memberof HospitalModel
*/
'specialties'?: Array<HospitalSpecialtySimpleItemModel> | null;
/**
*
* @type {AppointmentOptionModel}
* @memberof HospitalModel
*/
'appointmentOption'?: AppointmentOptionModel;
/**
*
* @type {Array<PaymentMethod>}
* @memberof HospitalModel
*/
'paymentMethods'?: Array<PaymentMethod> | null;
/**
*
* @type {FeatureModel}
* @memberof HospitalModel
*/
'feature'?: FeatureModel;
/**
*
* @type {GradeModel}
* @memberof HospitalModel
*/
'grade'?: GradeModel;
/**
*
* @type {Array<HospitalAccreditationItemModel>}
* @memberof HospitalModel
*/
'accreditations'?: Array<HospitalAccreditationItemModel> | null;
/**
*
* @type {Array<HospitalContactItemModel>}
* @memberof HospitalModel
*/
'contacts'?: Array<HospitalContactItemModel> | null;
/**
*
* @type {Array<MediaModel>}
* @memberof HospitalModel
*/
'medias'?: Array<MediaModel> | null;
/**
*
* @type {Array<HospitalTagItemModel>}
* @memberof HospitalModel
*/
'tags'?: Array<HospitalTagItemModel> | null;
/**
*
* @type {Array<HospitalRatingItemModel>}
* @memberof HospitalModel
*/
'hospitalRatings'?: Array<HospitalRatingItemModel> | null;
/**
*
* @type {LocationModel}
* @memberof HospitalModel
*/
'location'?: LocationModel;
/**
*
* @type {boolean}
* @memberof HospitalModel
*/
'isIncludedToBranch'?: boolean;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'description'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'overview'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'content'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'markdown'?: string | null;
/**
*
* @type {Array<LocalizedUrlModel>}
* @memberof HospitalModel
*/
'localizedUrls'?: Array<LocalizedUrlModel> | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'contactTel'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'contactEmail'?: string | null;
/**
*
* @type {string}
* @memberof HospitalModel
*/
'customStyle'?: string | null;
/**
*
* @type {number}
* @memberof HospitalModel
*/
'hospitalServicesCount'?: number;
/**
*
* @type {Array<HospitalServiceItemModel>}
* @memberof HospitalModel
*/
'hospitalServices'?: Array<HospitalServiceItemModel> | null;
/**
*
* @type {Array<DoctorAffiliationItemModel>}
* @memberof HospitalModel
*/
'doctors'?: Array<DoctorAffiliationItemModel> | null;
/**
*
* @type {Array<DealItemModel>}
* @memberof HospitalModel
*/
'deals'?: Array<DealItemModel> | null;
/**
*
* @type {Array<FormResultItemModel>}
* @memberof HospitalModel
*/
'reviews'?: Array<FormResultItemModel> | null;
/**
*
* @type {Array<HospitalEvaluationItemModel>}
* @memberof HospitalModel
*/
'evaluations'?: Array<HospitalEvaluationItemModel> | null;
/**
*
* @type {Array<WorkingDayModel>}
* @memberof HospitalModel
*/
'hospitalWorkingDays'?: Array<WorkingDayModel> | null;
/**
*
* @type {Array<SnsHandleModel>}
* @memberof HospitalModel
*/
'hospitalSnsHandles'?: Array<SnsHandleModel> | null;
/**
*
* @type {Array<HospitalLanguageItemModel>}
* @memberof HospitalModel
*/
'languages'?: Array<HospitalLanguageItemModel> | null;
/**
*
* @type {Array<AwardModel>}
* @memberof HospitalModel
*/
'awards'?: Array<AwardModel> | null;
/**
*
* @type {Array<BankAccountInfoModel>}
* @memberof HospitalModel
*/
'bankAccountInfos'?: Array<BankAccountInfoModel> | null;
/**
*
* @type {HospitalConsultationOptionModel}
* @memberof HospitalModel
*/
'consultationOption'?: HospitalConsultationOptionModel;
}
//# sourceMappingURL=hospital-model.d.ts.map