using SqlSugar; using System; using System.ComponentModel.DataAnnotations; namespace HL_FristAidPlatform_Models { /// /// 胸痛院前信息 /// public class T_Service_ChestPain_Prehospital { /// /// ID /// [SugarColumn(IsIdentity = true)] public long ID { get; set; } /// /// GUID /// [Key] [SugarColumn(IsPrimaryKey = true)] public string GUID { get; set; } /// /// 患者编号(GUID) /// public string PatientGuid { get; set; } /// /// 发病时间 /// public string Attack_Time { get; set; } /// /// 发病时间无法精确到分钟1是 0否 /// public int TimeOfOnset { get; set; } /// /// 发病区间 /// public string OnsetTimeInterval { get; set; } /// /// 是否呼救救1是 0否 /// public int IsCallHelp { get; set; } /// /// 呼叫时间 /// public string CallHelpTime { get; set; } /// /// 呼叫来源0:未选择;1:本区域120;2:区域外120;3:当地医疗机构 /// public int CallHelpWay { get; set; } /// /// 初步诊断0:未选择,参考字典表T_Base_PreliminaryDiagnosis /// public int PreliminaryDiagnosis { get; set; } /// /// 初步诊断名称 /// public string PreliminaryDiagnosis_Text { get; set; } /// /// 初步诊断医生编号 /// public long PreliminaryDiagnosisDoctorID { get; set; } /// /// 初步诊断医生名称 /// public string PreliminaryDiagnosisDoctorName { get; set; } /// /// 病情评估选项值#分割 /// public string ConditionAssessment { get; set; } /// /// 病情评估选项值文字#分割 /// public string ConditionAssessmentText { get; set; } /// /// 持续性胸闷/胸痛1是0否 /// public int Is_Persistent { get; set; } /// /// 间断性胸闷/胸痛1是0否 /// public int Is_Intermittent { get; set; } /// /// 胸痛症状已缓解1是0否 /// public int Is_Laxation { get; set; } /// /// 腹痛1是0否 /// public int Is_Bellyache { get; set; } /// /// 呼吸困难1是0否 /// public int Is_Dyspnea { get; set; } /// /// 休克1是0否 /// public int Is_Shock { get; set; } /// /// 心衰1是0否 /// public int Is_Heart_Attack { get; set; } /// /// 恶性心律失常1是0否 /// public int Is_Malignant_Arrhythmia { get; set; } /// /// 心肺复苏1是0否 /// public int Is_Cpr { get; set; } /// /// 合并出血1是0否 /// public int Is_Hemorrhage { get; set; } /// /// 其它1是0否 /// public int Is_Other { get; set; } /// /// 来院方式代码 0:未选;参考字典表T_Base_HospitalMode /// public int HospitalMode { get; set; } /// /// 出车单位代码0:未选择;1:120救护车;2:本院救护车;3:外院救护车 /// public int Vehicleout_Unit { get; set; } /// /// 出车单位名称 /// public string Vehicleout_Unit_Name { get; set; } /// /// 院内接诊时间 /// public string InHospital_Admission_Time { get; set; } /// /// 患者是否绕行急诊 0:未选择;1:是;2:否 /// public int Is_Bypass_Emergency { get; set; } /// /// 患者绕行急诊代码 直达1:导管室;2:CCU;3:心内科病房;4:其他 /// public int Nonstop { get; set; } /// /// 直达科室到达时间 /// public string Nonstop_Time { get; set; } /// /// 离开时间 /// public string Leave_Emergency_Time { get; set; } /// /// 患者是否绕行CCU 0:未选择;1:是;2:否 /// public int Is_Bypass_CCU { get; set; } /// /// 到达CCU时间 /// public string Arrive_CCU_Time { get; set; } /// /// 是否网络医院0:是,1:否 /// public int IsNetworkCollaboration { get; set; } /// /// 转诊医院名称 /// public string Transport_Hospital_Name { get; set; } /// /// 转诊医院科室名称 /// public string Transport_Department_Name { get; set; } /// /// 转出医院入门时间 /// public string Transport_HospitalIn_Visit_Time { get; set; } /// /// 决定转院时间 /// public string Transfer_Time { get; set; } /// /// 转院救护车到达时间 /// public string Ambulance_Arrived_Time { get; set; } /// /// 离开转出医院时间 /// public string Leave_Outhospital_Time { get; set; } /// /// 院内发病科室 /// public string Disease_Department { get; set; } /// /// 会诊时间 /// public string Consultation_Time { get; set; } /// /// 离开院内发病科室时间 /// public string Leave_Department_Time { get; set; } /// /// 直接转他院医院名称 /// public string Other_Hospital_Name { get; set; } /// /// 非ACS心源性胸痛选项值#分割 /// public string NonAcs_CCP { get; set; } /// /// 非ACS心源性胸痛选项值文字#分割 /// public string NonAcs_CCPText { get; set; } /// /// 心律失常1有0无 1 /// public int Arrhythmia { get; set; } /// /// 扩张性心肌病1有0无 2 /// public int DCM { get; set; } /// /// 缺血性心肌病1有0无 3 /// public int ICM { get; set; } /// /// 肥厚型心肌病1有0无 4 /// public int HCM { get; set; } /// /// 心肌炎1有0无 5 /// public int Carditis { get; set; } /// /// 冠心病1有0无 6 /// public int CHD { get; set; } /// /// 瓣膜性心脏病1有0无 7 /// public int AVHD { get; set; } /// /// 陈旧性心肌梗死1有0无 8 /// public int OMI { get; set; } /// /// 心绞痛1有0无 9 /// public int AP { get; set; } /// /// 心悸1有0无 10 /// public int Palpitate { get; set; } /// /// 房颤1有0无 11 /// public int AF { get; set; } /// /// 高血压1有0无 12 /// public int Hypertension { get; set; } /// /// 心衰1有0无 13 /// public int HF { get; set; } /// /// 房扑1有0无 14 /// public int Atrialflutter { get; set; } /// /// 室早1有0无 15 /// public int VPC { get; set; } /// /// 房早1有0无 16 /// public int APB { get; set; } /// /// 室上速1有0无 17 /// public int ST { get; set; } /// /// 其他非ACS心源性胸痛选项值#分割 /// public string Other_NonAcs_CCP { get; set; } /// /// 其他非ACS心源性胸痛选项值文字#分割 /// public string Other_NonAcs_CCPText { get; set; } /// /// 呼吸系统病1有0无 1 /// public int RD { get; set; } /// /// 消化系统病1有0无 2 /// public int DSD { get; set; } /// /// 神经系统病1有0无 3 /// public int NSD { get; set; } /// /// 精神系统病1有0无 4 /// public int PD { get; set; } /// /// 肌肉骨骼病1有0无 5 /// public int MD { get; set; } /// /// 皮肤系统病1有0无 6 /// public int SSD { get; set; } /// /// 其他1有0无 7 /// public int Other { get; set; } /// /// 处理措施 /// public string Handle_Way { get; set; } /// /// 处理措施时间 /// public string Handle_Time { get; set; } /// /// 患者去向 /// public string Patient_Outcome { get; set; } /// /// 处理医生 /// public string Handle_Doctor_Name { get; set; } /// /// 删除标记0未删除1已删除 /// public int DeleteFlag { get; set; } /// /// 创建时间 /// public DateTime CreationDate { get; set; } /// /// 创建人编号 /// public long CreatorID { get; set; } /// /// 创建人 /// public string Creator { get; set; } /// /// 最后编辑时间 /// public DateTime EditTime { get; set; } /// /// 最后编辑人编号 /// public long EditorID { get; set; } /// /// 最后编辑人 /// public string Editor { get; set; } /// /// 急救日志 /// public string Emergency_Log { get; set; } } }