#include "patientemergencyinfo.h" PatientEmergencyInfo::PatientEmergencyInfo( QString id,QString name,QString text,quint64 realCountDownInSeconds,QObject *parent) :id(id),name(name),text(text),realCountDownInSeconds(realCountDownInSeconds),QObject(parent) { } PatientEmergencyInfo::PatientEmergencyInfo(QString id,QObject *parent) :id(id),QObject(parent) { }