/**
 * 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 { SurveyResultUserModel } from './survey-result-user-model';
/**
 *
 * @export
 * @interface SurveyResultItemModel
 */
export interface SurveyResultItemModel {
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'surveyFormId'?: string;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'surveyFormName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'hospitalId'?: string;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'hospitalName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'userId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof SurveyResultItemModel
     */
    'recipentEmails'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof SurveyResultItemModel
     */
    'isExternal'?: boolean;
    /**
     *
     * @type {SurveyResultUserModel}
     * @memberof SurveyResultItemModel
     */
    'user'?: SurveyResultUserModel;
    /**
     *
     * @type {Date}
     * @memberof SurveyResultItemModel
     */
    'createdDate'?: Date;
    /**
     *
     * @type {boolean}
     * @memberof SurveyResultItemModel
     */
    'notificationSent'?: boolean;
}
//# sourceMappingURL=survey-result-item-model.d.ts.map