Exemple #1
0
     ReportDiagnose)
 #root_flag, pulse_flag, abnormal = AortaRoot(ReportDescribe)
 #Left_Heart_System(ReportDescribe)
 Right_Heart_System(ReportDescribe)
 #Aortic_Vaives(ReportDescribe)
 #Var = ExtractInfo(MainReportDescribe)
 #Left_Systolic_flag, Left_Diastolic_flag = Left_Ventricle(MainReportDescribe)
 #root_flag, pulse_flag, abnormal = AortaRoot(MainReportDescribe)
 #print( Left_Systolic_flag,  Left_Diastolic_flag)
 patient = Patient(PatientNmae=PatientName)
 if len(Var['AO根部']) > 0:
     patient.AO = Var['AO根部'][0]
 if len(Var['LA']) > 0:
     patient.LA = Var['LA'][0]
 if len(Var['RV常规']) > 0:
     patient.RV = Var['RV常规'][0]
 if len(Var['IVS']) > 0:
     patient.IVS = Var['IVS'][0]
 if len(Var['LVDd']) > 0:
     patient.LVDd = Var['LVDd'][0]
 if len(Var['LVDs']) > 0:
     patient.LVDs = Var['LVDs'][0]
 if len(Var['LVPW']) > 0:
     patient.LVPW = Var['LVPW'][0]
 if len(Var['RA横径']) > 0:
     patient.RA = Var['RA横径'][0]
 if len(Var['LVEF']) > 0:
     patient.LVEF = Var['LVEF'][0]
 if len(Var['AV']) > 0:
     patient.AV = Var['AV'][0]
 if len(Var['MVE']) > 0: