using HL_FristAidPlatform_Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_IDataBase
{
public interface IT_Service_ApoplexyScreenCervical
{
///
/// 保存颈部血管超声
///
///
///
bool SaveScreenCervical(T_Service_ApoplexyScreenCervical cervical);
///
/// 获取颈部血管超声
///
///
///
T_Service_ApoplexyScreenCervical GetScreenCervical(string patientGuid, string flag);
}
}