/**
 * CloudHospital Admin Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 1
 * 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 { AuditableEntityModel } from './auditable-entity-model';
import { PatientItemModel } from './patient-item-model';
/**
 *
 * @export
 * @interface PatientAffiliationItemModel
 */
export interface PatientAffiliationItemModel {
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'patientId'?: string;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'hospitalId'?: string;
    /**
     *
     * @type {PatientItemModel}
     * @memberof PatientAffiliationItemModel
     */
    'patient'?: PatientItemModel;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'hospitalName'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'height'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'heightUnit'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'weight'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'weightUnit'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'bodyMassIndex'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'bodyMassIndexUnit'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'pulseRate'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'pulseRateUnit'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'systolicBloodPressure'?: number | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'diastolicBloodPressure'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'bloodPressureUnit'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PatientAffiliationItemModel
     */
    'bodyTemperature'?: number | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'bodyTemperatureUnit'?: string | null;
    /**
     *
     * @type {string}
     * @memberof PatientAffiliationItemModel
     */
    'name'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof PatientAffiliationItemModel
     */
    'isConfirmed'?: boolean;
    /**
     *
     * @type {AuditableEntityModel}
     * @memberof PatientAffiliationItemModel
     */
    'auditableEntity'?: AuditableEntityModel;
}
//# sourceMappingURL=patient-affiliation-item-model.d.ts.map