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_ApoplexyTCD
{
///
/// 保存TCD经颅多普勒超声
///
///
///
bool SaveScreenTCD(T_Service_ApoplexyTCD tcd);
///
/// 获取TCD经颅多普勒超声
///
///
///
T_Service_ApoplexyTCD GetScreenTCD(string patientGuid);
}
}