using HL_FristAidPlatform_Help;
namespace HL_FristAidPlatform_IDataBase
{
public interface IT_Service_FirstAid_AlarmInfo
{
///
/// 任务历史
///
///
///
TableModel GetAlarmHistoryList(string guid, int eventId, string time1, string time2, int transport, string platNumber, int pageIndex, int pageSize);
///
/// 派单任务详情(PDF)
///
///
///
TableModel GetTaskDetail(int id);
///
/// 获取出警任务详情
///
///
///
///
///
///
///
TableModel GetAlarmTaskList(string hospitalGuid, string startTime, string endTime, int pageIndex, int pageSize);
}
}