StableVersion4.3/HL_FristAidPlatform_Models/Sercice/T_Service_ChestPain_Treatme...

450 lines
12 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using SqlSugar;
using System;
using System.ComponentModel.DataAnnotations;
namespace HL_FristAidPlatform_Models
{
/// <summary>
/// 胸痛诊疗
/// </summary>
public class T_Service_ChestPain_Treatment
{
/// <summary>
/// ID
/// </summary>
[SugarColumn(IsIdentity = true)]
public long ID { get; set; }
/// <summary>
/// GUID
/// </summary>
[Key]
[SugarColumn(IsPrimaryKey = true)]
public string GUID { get; set; }
/// <summary>
/// 患者编号(GUID)
/// </summary>
public string PatientGuid { get; set; }
/// <summary>
/// 本院心内科医生首诊时间(包含远程会诊)
/// </summary>
public string First_Treatment_Time { get; set; }
/// <summary>
/// 溶栓核查0合适1 不合适
/// </summary>
public int Thrombolytic_Verification { get; set; }
/// <summary>
/// 24小时强化他汀治疗0是1否
/// </summary>
public int Intensify_Statins_Treat { get; set; }
/// <summary>
/// β受体阻滞剂使用0是1否
/// </summary>
public int Receptor_Retardant_Using { get; set; }
/// <summary>
/// 再灌注措施是否急诊PCI 0是1否
/// </summary>
public int Reperfusion_Measures_IsEmPCI { get; set; }
/// <summary>
/// 再灌注措施是否溶栓0是1否
/// </summary>
public int Reperfusion_Measures_IsThrombolysis { get; set; }
/// <summary>
/// 再灌注措施是否补救PCI0是1否
/// </summary>
public int Reperfusion_Measures_IsRePCI { get; set; }
/// <summary>
/// 再灌注措施是否急诊仅造影0是1否
/// </summary>
public int Reperfusion_Measures_IsEmradiography { get; set; }
/// <summary>
/// 再灌注措施是否择期PCI0是1否
/// </summary>
public int Reperfusion_Measures_IsElPCI { get; set; }
/// <summary>
/// 再灌注措施是否转运PCI0是1否
/// </summary>
public int Reperfusion_Measures_IsTPCI { get; set; }
/// <summary>
/// 再灌注措施是否择期仅造影0是1否
/// </summary>
public int Reperfusion_Measures_IsElradiography { get; set; }
/// <summary>
/// 再灌注措施是否CABG0是1否
/// </summary>
public int Reperfusion_Measures_IsCABG { get; set; }
/// <summary>
/// 再灌注措施是否无再灌注措施0是1否
/// </summary>
public int Reperfusion_Measures_IsNoreperfusion { get; set; }
/// <summary>
/// 再灌注措施是否其它0是1否
/// </summary>
public int Reperfusion_Measures_IsRepother { get; set; }
/// <summary>
/// NSTEMI治疗方式
/// </summary>
public int NSTEMI_Treatment_Mode { get; set; }
/// <summary>
/// 靶血管血流TIMI等级: 手术前0,1,2,3
/// </summary>
public int Preoperative_Timi_Level { get; set; }
/// <summary>
/// 靶血管血流TIMI等级: 手术后0,1,2,3
/// </summary>
public int Postoperative_Timi_Level { get; set; }
/// <summary>
/// 实际介入治疗时间
/// </summary>
public string Actual_Intervention_Time { get; set; }
/// <summary>
/// 急诊紧急PCI决定医生
/// </summary>
public string PCI_Decide_Doctor { get; set; }
/// <summary>
/// 介入人员
/// </summary>
public string Intervention_Person { get; set; }
/// <summary>
/// D2B时间
/// </summary>
public double DTwoB_Time { get; set; }
/// <summary>
/// 是否延误0是1否
/// </summary>
public int Is_Delay { get; set; }
/// <summary>
/// 进入医院大门到造影开始时间分钟
/// </summary>
public double Time_Interval { get; set; }
/// <summary>
/// 延误原因选项值#分割
/// </summary>
public string Reason_For_Delay { get; set; }
/// <summary>
/// 延误原因选项值文字#分割
/// </summary>
public string Reason_For_DelayText { get; set; }
/// <summary>
/// 院内溶栓治疗是否直达
/// </summary>
public int Is_Direct { get; set; }
/// <summary>
/// 溶栓场所0本院急诊科1本院心内科2其他科室
/// </summary>
public int Thrombolytic_Site { get; set; }
/// <summary>
/// 开始知情同意时间
/// </summary>
public string Start_Agree_Time { get; set; }
/// <summary>
/// 签署知情同意书
/// </summary>
public string Sign_Agree_Time { get; set; }
/// <summary>
/// 开始溶栓时间
/// </summary>
public string Throm_Start_Time { get; set; }
/// <summary>
/// 溶栓结束时间
/// </summary>
public string Throm_End_Time { get; set; }
/// <summary>
/// 溶栓后造影时间
/// </summary>
public string Start_Radiography_Time { get; set; }
/// <summary>
/// 溶栓药物0第一代1第二代2第三代
/// </summary>
public int Throm_Drug_Type { get; set; }
/// <summary>
/// 溶栓药物剂量0全量1半量
/// </summary>
public int Throm_Drug_Code { get; set; }
/// <summary>
/// 溶栓再通0是1
/// </summary>
public int Is_Repatency { get; set; }
/// <summary>
/// 介入手术开始时间
/// </summary>
public string Start_Intervention_Date { get; set; }
/// <summary>
/// 介入手术结束时间
/// </summary>
public string End_Intervention_Date { get; set; }
/// <summary>
/// 是否远程心电传输0是1否
/// </summary>
public int Is_Remote_Ecgtran { get; set; }
/// <summary>
/// 传输时间
/// </summary>
public string Remote_Ecgtran_Time { get; set; }
/// <summary>
/// 传输方式1实时监控2微信群3短信
/// </summary>
public int Remote_Ecgtran_Type { get; set; }
/// <summary>
/// 决定CABG时间
/// </summary>
public string Decision_CABG_Time { get; set; }
/// <summary>
/// 开始CABG时间
/// </summary>
public string Start_CABG_Time { get; set; }
/// <summary>
/// CABG结束时间
/// </summary>
public string End_CABG_Time { get; set; }
/// <summary>
/// 无再灌注措施0无明确胸痛生命体征平稳 1错过再灌注时间 2出血 3严重肝肾功能不全 4经济原因 :5家庭放弃
/// </summary>
public int Perfusion_Measure_Code { get; set; }
/// <summary>
/// 无再灌注措施描述
/// </summary>
public string Perfusion_Measure_Desc { get; set; }
/// <summary>
/// 无再灌注措施其他原因
/// </summary>
public string Perfusion_Measure_Other { get; set; }
/// <summary>
/// 其他治疗措施
/// </summary>
public string Other_Treatment_Measure { get; set; }
/// <summary>
/// 是否急诊CT0是1否
/// </summary>
public int Is_ECT { get; set; }
/// <summary>
/// 是否彩超0是1否
/// </summary>
public int Is_CDU { get; set; }
/// <summary>
/// 是否MRI0是1否
/// </summary>
public int Is_MRI { get; set; }
/// <summary>
/// 通知CT室时间
/// </summary>
public string CT_Notice_Time { get; set; }
/// <summary>
/// CT室完成准备时间
/// </summary>
public string CT_Finish_Time { get; set; }
/// <summary>
/// CT人员到达时间
/// </summary>
public string User_Arrive_Time { get; set; }
/// <summary>
/// 患者到达CT室时间
/// </summary>
public string CT_Arrive_time { get; set; }
/// <summary>
/// CT扫描开始时间
/// </summary>
public string CT_Scan_Time { get; set; }
/// <summary>
/// CT报告时间
/// </summary>
public string CT_Report_Time { get; set; }
/// <summary>
/// 通知彩超室时间
/// </summary>
public string Notice_CDU_Time { get; set; }
/// <summary>
/// 彩超检查时间
/// </summary>
public string CDU_Check_Time { get; set; }
/// <summary>
/// 彩超出结果时间
/// </summary>
public string Check_Result_Time { get; set; }
/// <summary>
/// 心内科会诊时间
/// </summary>
public string IMCD_Consultation_Time { get; set; }
/// <summary>
/// 通知心外科会诊
/// </summary>
public string IMCD_Notice_Time { get; set; }
/// <summary>
/// 心外科会诊时间
/// </summary>
public string ECC_Consultation_Time { get; set; }
/// <summary>
/// 夹层类型0A型 1B型
/// </summary>
public int Interlayer_Type { get; set; }
/// <summary>
/// 治疗策略0紧急介入治疗1择期介入治疗2保守治疗3外科手术4其它介入失败转为手术
/// </summary>
public int Treatment_Strategy_Code { get; set; }
/// <summary>
/// 危险分层0高危 1中危 2低危
/// </summary>
public int Risk_Lamination { get; set; }
/// <summary>
/// 是否溶栓0是1否
/// </summary>
public int Is_Thrombolysis { get; set; }
/// <summary>
/// 开始抗凝治疗时间
/// </summary>
public string Anti_Treatment_Time { get; set; }
/// <summary>
/// 进入CCU时间
/// </summary>
public string CCU_Into_Time { get; set; }
/// <summary>
/// 开始介入治疗时间
/// </summary>
public string Start_Treate_Time { get; set; }
/// <summary>
/// 支架释放时间
/// </summary>
public string Stand_Rid_Time { get; set; }
/// <summary>
/// 决定手术时间
/// </summary>
public string Surgery_Decision_Operation_Time { get; set; }
/// <summary>
/// 开始知情同意时间
/// </summary>
public string Surgery_Start_Operate_Agree_Time { get; set; }
/// <summary>
/// 签手术同意书
/// </summary>
public string Surgery_Sign_Operate_Agree_Time { get; set; }
/// <summary>
/// 手术开始时间
/// </summary>
public string Surgery_Start_Operation_Time { get; set; }
/// <summary>
/// 手术结束时间
/// </summary>
public string Surgery_End_Operation_Time { get; set; }
/// <summary>
/// 手术结果
/// </summary>
public string Surgery_Operation_Result { get; set; }
/// <summary>
/// 其它治疗策略,原因描述
/// </summary>
public string Other_Treatment_Measure_Case { get; set; }
/// <summary>
/// 删除标记0未删除1已删除
/// </summary>
public int DeleteFlag { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreationDate { get; set; }
/// <summary>
/// 创建人编号
/// </summary>
public long CreatorID { get; set; }
/// <summary>
/// 创建人
/// </summary>
public string Creator { get; set; }
/// <summary>
/// 最后编辑时间
/// </summary>
public DateTime EditTime { get; set; }
/// <summary>
/// 最后编辑人编号
/// </summary>
public long EditorID { get; set; }
/// <summary>
/// 最后编辑人
/// </summary>
public string Editor { get; set; }
}
}