using HL_FristAidPlatform_Help; using HL_FristAidPlatform_Models; namespace HL_FristAidPlatform_IDataBase { public interface IT_Service_FirstAid_PatientInfo { T_Service_FirstAid_PatientInfo GetInfoByPatientGUID(string patientGuid); /// /// 获取时间轴信息 /// /// /// FirstAidPatientInfoModel GetTimeByPatientGUID(string patientGuid); /// /// 修改创伤患者院前救治时间轴 /// /// /// bool UpdatePatientFristTimeAxis(T_Service_FirstAid_PatientInfo model); bool UpdatePainAssessment(T_Service_FirstAid_PatientInfo model); } }