StableVersion4.3/HL_FristAidPlatform_Help/Model/ChestPainUnit.cs

18 lines
586 B
C#

using HL_FristAidPlatform_Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_Help
{
public class ChestPainUnit
{
public T_Service_Patient t_Service_Patient { get; set; }
public T_Service_ChestPain_FirstAIDInfo t_Service_ChestPain_FirstAIDInfo { get; set; }
public T_Service_ChestPain_TreatmentInfo t_Service_ChestPain_TreatmentInfo { get; set; }
public T_Service_ChestPain_OutComeInfo t_Service_ChestPain_OutComeInfo { get; set; }
}
}