using System; namespace HL_FristAidPlatform_DTO { /// /// T_Service_FollowUp_ApoplexyDTO /// public class T_Service_FollowUp_ApoplexyDTO { /// /// 出院诊断 /// public string DischargeDiagnosis { get; set; } /// /// ID /// public int ID { get; set; } /// /// GUID /// public string GUID { get; set; } /// /// 患者编号(GUID) /// public string PatientGuid { get; set; } /// /// 随访时间 /// public DateTime FollowUpDate { get; set; } /// /// DeleteFlage /// public int DeleteFlag { get; set; } = 0; /// /// 随访类型 /// public string FollowUpType { get; set; } /// /// 随访状态 /// public string FollowUpStatus { get; set; } /// /// 是否失访 /// public string IsLost { get; set; } /// /// 失访原因 /// public int LostReasons { get; set; } /// /// 是否死亡 /// public string IsDeath { get; set; } /// /// 死亡原因 /// public string DeathReasons { get; set; } /// /// 死亡时间 /// public string DeathTime { get; set; } /// /// 门诊就诊次数 /// public string OutpatientNumber { get; set; } /// /// 急诊就诊次数 /// public int EmergencyNumber { get; set; } /// /// 住院次数 /// public int HospitalizationNumber { get; set; } /// /// 月均门诊医疗费用 /// public int AverageMonthlyOutpatientExpenses { get; set; } /// /// 医疗机构护理人员 /// public int Nursing { get; set; } /// /// 随访期间工作情况 /// public string WorkSituation { get; set; } /// /// 卒中 /// public string IsApoplexy { get; set; } /// /// 卒中类型 /// public string ApoplexyType { get; set; } /// /// 发病时间 /// public string ApoplexyTime { get; set; } /// /// TIA /// public string IsTIA { get; set; } /// /// TIA发病时间 /// public string TIATime { get; set; } /// /// 心肌梗死 /// public string IsMiocardialInfarction { get; set; } /// /// 心肌梗死发病时间 /// public string MiocardialInfarctionTime { get; set; } /// /// 不稳定心绞痛 /// public string IsUnstableAngina { get; set; } /// /// 不稳定心绞痛发病时间 /// public string UnstableAnginaTime { get; set; } /// /// 心力衰竭 /// public string IsHeartFailure { get; set; } /// /// 心力衰竭发病时间 /// public string HeartFailureTime { get; set; } /// /// 肺栓塞 /// public string IsPulmonaryEmbolism { get; set; } /// /// 肺栓塞发病时间 /// public string PulmonaryEmbolismTime { get; set; } /// /// 周围血管疾病 /// public string IsPVD { get; set; } /// /// 周围血管疾病发病时间 /// public string PVDTime { get; set; } /// /// 因其他疾病住院,住院住院诊断 /// public string OtherText { get; set; } /// /// 以上均无 /// public string IsNoneAbove { get; set; } /// /// 高血压 /// public string IsHypertension { get; set; } /// /// 糖尿病 /// public string IsDiabetes { get; set; } /// /// 血脂异常 /// public string IsDyslipidemia { get; set; } /// /// 房颤 /// public string IsAtrialFibrillation { get; set; } /// /// 以上均无 /// public string IsNone { get; set; } /// /// 吸烟情况 /// public string Smoking { get; set; } /// /// 饮酒情况 /// public string Drinking { get; set; } /// /// 运动情况 /// public string Motion { get; set; } /// /// 血压测量频率 /// public string BloodPressureMeasurementFrequency { get; set; } /// /// 收缩压 /// public string SystolicPressure { get; set; } /// /// 舒张压 /// public string DiastolicPressure { get; set; } /// /// 血糖测量频率 /// public string BloodGlucoseMeasurement { get; set; } /// /// 空腹血糖 /// public string FastingBloodGlucose { get; set; } /// /// 餐后两小时血糖 /// public string PostprandialBloodGlucose { get; set; } /// /// 抗栓药物 /// public string AntithromboticDrugs { get; set; } /// /// 阿司匹林 /// public string Aspirin { get; set; } /// /// 阿司匹林剂量 /// public string AspirinDose { get; set; } /// /// 氯吡格雷 /// public string Clopidogrel { get; set; } /// /// 氯吡格雷剂量 /// public string ClopidogrelDose { get; set; } /// /// 奥扎格雷 /// public string Ozagre { get; set; } /// /// 奥扎格雷剂量 /// public string OzagreDose { get; set; } /// /// 双嘧达莫 /// public string Dipyridamole { get; set; } /// /// 双嘧达莫剂量 /// public string DipyridamoleDose { get; set; } /// /// 塞氯吡啶 /// public string Ceclopyridine { get; set; } /// /// 塞氯吡啶剂量 /// public string CeclopyridineDose { get; set; } /// /// 西洛他唑 /// public string Cilostazol { get; set; } /// /// 西洛他唑剂量 /// public string CilostazolDose { get; set; } /// /// 华法令 /// public string Warfarin { get; set; } /// /// 华法令剂量 /// public string WarfarinDose { get; set; } /// /// 达比加群 /// public string Dabigatran { get; set; } /// /// 达比加群剂量 /// public string DabigatranDose { get; set; } /// /// 利伐沙班 /// public string Rivaroxaban { get; set; } /// /// 利伐沙班剂量 /// public string RivaroxabanDose { get; set; } /// /// 阿哌沙班 /// public string Apixaban { get; set; } /// /// 阿哌沙班剂量 /// public string ApixabanDose { get; set; } /// /// 其他药品 /// public string OtherDrugs { get; set; } /// /// 其他药品名称 /// public string OtherDrugsName { get; set; } /// /// 降压药 /// public string Hypotensor { get; set; } /// /// 服用降压药种类 /// public string HypotensorType { get; set; } /// /// ACEI /// public string HypotensorACEI { get; set; } /// /// ARB /// public string HypotensorARB { get; set; } /// /// 利尿剂 /// public string HypotensorDiuretic { get; set; } /// /// β受体阻滞剂 /// public string HypotensorBetaBlockers { get; set; } /// /// 钙拮抗剂 /// public string CalciumAntagonists { get; set; } /// /// 其他 /// public string HypotensorOther { get; set; } /// /// 降糖药 /// public string HypoglycemicDrugs { get; set; } /// /// 胰岛素 /// public string Insulin { get; set; } /// /// 磺酰脲类 /// public string Sulfonylureas { get; set; } /// /// 双胍类 /// public string Biguanides { get; set; } /// /// α糖苷酶抑制剂 /// public string GlucosidaseInhibitors { get; set; } /// /// 胰岛素增敏剂 /// public string InsulinSensitizer { get; set; } /// /// 非磺酰脲类促胰岛素分泌剂 /// public string NonSulfonylureaTypeInsulinSecretingAgent { get; set; } /// /// 其他 /// public string HypoglycemicOther { get; set; } /// /// 调脂药 /// public string LipidRegulatingMedicine { get; set; } /// /// 他汀类 /// public string Statins { get; set; } /// /// 贝特类 /// public string Fibrates { get; set; } /// /// 烟酸及其衍生物 /// public string NicotinicAcidAndItsDerivatives { get; set; } /// /// 胆固醇吸收抑制剂 /// public string CholesterolAbsorptionInhibitors { get; set; } /// /// 其他 /// public string StatinsOther { get; set; } /// /// MRS评分 /// public string MRS { get; set; } /// /// MRS未评分 /// public string MRSScore { get; set; } /// /// NIHSS /// public string NIHSS { get; set; } /// /// NIHSS未评分 /// public string NIHSSScore { get; set; } /// /// 体重 /// public string Weight { get; set; } /// /// 检查收缩压 /// public string InspectSystolicPressure { get; set; } /// /// 检查舒张压 /// public string InspectDiastolicPressure { get; set; } /// /// 心电图 /// public string ECG { get; set; } /// /// 房颤 /// public string AtrialFibrillation { get; set; } /// /// 房扑 /// public string Fangpu { get; set; } /// /// 其他类型 /// public string OtherTypes { get; set; } /// /// 正常 /// public string Normal { get; set; } /// /// 空腹血糖 /// public string InspectFastingBloodGlucose { get; set; } /// /// 餐后两小时血糖 /// public string TwoHourPostprandialBloodGlucose { get; set; } /// /// 糖化血红蛋白 /// public string Triglyceride { get; set; } /// /// 甘油三酯 /// public string Cholesterol { get; set; } /// /// 胆固醇 /// public string GlycosylatedHemoglobin { get; set; } /// /// 低密度脂蛋白胆固醇 /// public string HighDensityLipoproteinCholesterol { get; set; } /// /// 同型半胱氨酸 /// public string Homocysteine { get; set; } /// /// 服用降压药种类 /// public string HypotensorTypeNumber { get; set; } /// /// 周围血管疾病发病时间 /// public string IsOther { get; set; } /// /// 实际随访时间 /// public string ActualFollowUpDate { get; set; } } }