StableVersion4.3/HL_FristAidPlatform_IService/TranService/IMedicalRecordTranService.cs

11 lines
406 B
C#

using HL_FristAidPlatform_Models;
namespace HL_FristAidPlatform_IDataBase
{
public interface IMedicalRecordTranService
{
bool SaveMedicalRecordTran(T_Service_Patient patient,T_Service_FirstAid_HealthCheckup health, T_Service_FirstAid_SpecialityCheckUp speciality, T_Service_FirstAid_AssistantExamination assistant,long creatorID,
T_Service_FirstAid_PatientInfo fp);
}
}