|
@@ -84,81 +84,82 @@ func (SchedualPatient) TableName() string {
|
84
|
84
|
}
|
85
|
85
|
|
86
|
86
|
type SchedualPatient2 struct {
|
87
|
|
- ID int64 `gorm:"column:id" json:"id" form:"id"`
|
88
|
|
- UserOrgId int64 `gorm:"column:user_org_id" json:"user_org_id" form:"user_org_id"`
|
89
|
|
- UserId int64 `gorm:"column:user_id" json:"user_id" form:"user_id"`
|
90
|
|
- PatientType int64 `gorm:"column:patient_type" json:"patient_type" form:"patient_type"`
|
91
|
|
- Avatar string `gorm:"column:avatar" json:"avatar" form:"avatar"`
|
92
|
|
- DialysisNo string `gorm:"column:dialysis_no" json:"dialysis_no" form:"dialysis_no"`
|
93
|
|
- AdmissionNumber string `gorm:"column:admission_number" json:"admission_number" form:"admission_number"`
|
94
|
|
- Source int64 `gorm:"column:source" json:"source" form:"source"`
|
95
|
|
- Lapseto int64 `gorm:"column:lapseto" json:"lapseto" form:"lapseto"`
|
96
|
|
- PartitionId int64 `gorm:"column:partition_id" json:"partition_id" form:"partition_id"`
|
97
|
|
- BedId int64 `gorm:"column:bed_id" json:"bed_id" form:"bed_id"`
|
98
|
|
- Name string `gorm:"column:name" json:"name" form:"name"`
|
99
|
|
- Alias string `gorm:"column:alias" json:"alias" form:"alias"`
|
100
|
|
- Gender int64 `gorm:"column:gender" json:"gender" form:"gender"`
|
101
|
|
- Nation string `gorm:"column:nation" json:"nation" form:"nation"`
|
102
|
|
- NativePlace string `gorm:"column:native_place" json:"native_place" form:"native_place"`
|
103
|
|
- MaritalStatus int64 `gorm:"column:marital_status" json:"marital_status" form:"marital_status"`
|
104
|
|
- IdCardNo string `gorm:"column:id_card_no" json:"id_card_no" form:"id_card_no"`
|
105
|
|
- Birthday int64 `gorm:"column:birthday" json:"birthday" form:"birthday"`
|
106
|
|
- ReimbursementWayId int64 `gorm:"column:reimbursement_way_id" json:"reimbursement_way_id" form:"reimbursement_way_id"`
|
107
|
|
- HealthCareType int64 `gorm:"column:health_care_type" json:"health_care_type" form:"health_care_type"`
|
108
|
|
- HealthCareNo string `gorm:"column:health_care_no" json:"health_care_no" form:"health_care_no"`
|
109
|
|
- HealthCareDueDate int64 `gorm:"column:health_care_due_date" json:"health_care_due_date" form:"health_care_due_date"`
|
110
|
|
- Height int64 `gorm:"column:height" json:"height" form:"height"`
|
111
|
|
- BloodType int64 `gorm:"column:blood_type" json:"blood_type" form:"blood_type"`
|
112
|
|
- Rh int64 `gorm:"column:rh" json:"rh" form:"rh"`
|
113
|
|
- HealthCareDueAlertDate int64 `gorm:"column:health_care_due_alert_date" json:"health_care_due_alert_date" form:"health_care_due_alert_date"`
|
114
|
|
- EducationLevel int64 `gorm:"column:education_level" json:"education_level" form:"education_level"`
|
115
|
|
- Profession int64 `gorm:"column:profession" json:"profession" form:"profession"`
|
116
|
|
- Phone string `gorm:"column:phone" json:"phone" form:"phone"`
|
117
|
|
- HomeTelephone string `gorm:"column:home_telephone" json:"home_telephone" form:"home_telephone"`
|
118
|
|
- RelativePhone string `gorm:"column:relative_phone" json:"relative_phone" form:"relative_phone"`
|
119
|
|
- RelativeRelations string `gorm:"column:relative_relations" json:"relative_relations" form:"relative_relations"`
|
120
|
|
- HomeAddress string `gorm:"column:home_address" json:"home_address" form:"home_address"`
|
121
|
|
- WorkUnit string `gorm:"column:work_unit" json:"work_unit" form:"work_unit"`
|
122
|
|
- UnitAddress string `gorm:"column:unit_address" json:"unit_address" form:"unit_address"`
|
123
|
|
- Children int64 `gorm:"column:children" json:"children" form:"children"`
|
124
|
|
- ReceivingDate int64 `gorm:"column:receiving_date" json:"receiving_date" form:"receiving_date"`
|
125
|
|
- IsHospitalFirstDialysis int64 `gorm:"column:is_hospital_first_dialysis" json:"is_hospital_first_dialysis" form:"is_hospital_first_dialysis"`
|
126
|
|
- FirstDialysisDate int64 `gorm:"column:first_dialysis_date" json:"first_dialysis_date" form:"first_dialysis_date"`
|
127
|
|
- FirstDialysisHospital string `gorm:"column:first_dialysis_hospital" json:"first_dialysis_hospital" form:"first_dialysis_hospital"`
|
128
|
|
- InductionPeriod int64 `gorm:"column:induction_period" json:"induction_period" form:"induction_period"`
|
129
|
|
- InitialDialysis int64 `gorm:"column:initial_dialysis" json:"initial_dialysis" form:"initial_dialysis"`
|
130
|
|
- TotalDialysis int64 `gorm:"column:total_dialysis" json:"total_dialysis" form:"total_dialysis"`
|
131
|
|
- AttendingDoctorId int64 `gorm:"column:attending_doctor_id" json:"attending_doctor_id" form:"attending_doctor_id"`
|
132
|
|
- HeadNurseId int64 `gorm:"column:head_nurse_id" json:"head_nurse_id" form:"head_nurse_id"`
|
133
|
|
- Evaluate string `gorm:"column:evaluate" json:"evaluate" form:"evaluate"`
|
134
|
|
- Diagnose string `gorm:"column:diagnose" json:"diagnose" form:"diagnose"`
|
135
|
|
- Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
136
|
|
- RegistrarsId int64 `gorm:"column:registrars_id" json:"registrars_id" form:"registrars_id"`
|
137
|
|
- Registrars string `gorm:"column:registrars" json:"registrars" form:"registrars"`
|
138
|
|
- QrCode string `gorm:"column:qr_code" json:"qr_code" form:"qr_code"`
|
139
|
|
- BindingState int64 `gorm:"column:binding_state" json:"binding_state" form:"binding_state"`
|
140
|
|
- PatientComplains string `gorm:"column:patient_complains" json:"patient_complains"` // 主诉
|
141
|
|
- PresentHistory string `gorm:"column:present_history" json:"present_history"` // 现病史
|
142
|
|
- PastHistory string `gorm:"column:past_history" json:"past_history"` // 既往史
|
143
|
|
- Temperature float64 `gorm:"column:temperature" json:"temperature"` // 体格检查-体温
|
144
|
|
- Pulse int64 `gorm:"column:pulse" json:"pulse"` // 体格检查-脉搏
|
145
|
|
- Respiratory int64 `gorm:"column:respiratory" json:"respiratory"` // 体格检查-呼吸频率
|
146
|
|
- SBP int64 `gorm:"column:sbp" json:"sbp"` // 体格检查-收缩压
|
147
|
|
- DBP int64 `gorm:"column:dbp" json:"dbp"` // 体格检查-舒张压
|
148
|
|
- Status int64 `gorm:"column:status" json:"status" form:"status"`
|
149
|
|
- CreatedTime int64 `gorm:"column:created_time" json:"created_time" form:"created_time"`
|
150
|
|
- UpdatedTime int64 `gorm:"column:updated_time" json:"updated_time" form:"updated_time"`
|
151
|
|
- DialysisSchedule DialysisSchedule `gorm:"ForeignKey:PatientId"`
|
152
|
|
- InfectiousDiseases []InfectiousDiseases `gorm:"ForeignKey:PatientId"`
|
153
|
|
- Age int64 `gorm:"column:age" json:"age"`
|
154
|
|
- IsOpenRemind int64 `gorm:"column:is_open_remind" json:"is_open_remind"`
|
155
|
|
- DialysisAge int64 `gorm:"column:dialysis_age" json:"dialysis_age" form:"dialysis_age"`
|
156
|
|
- ExpenseKind int64 `gorm:"column:expense_kind" json:"expense_kind" form:"expense_kind"`
|
157
|
|
- TellPhone string `gorm:"column:tell_phone" json:"tell_phone" form:"tell_phone"`
|
158
|
|
- FirstTreatmentDate int64 `gorm:"column:first_treatment_date" json:"first_treatment_date" form:"first_treatment_date"`
|
159
|
|
- ContactName string `gorm:"column:contact_name" json:"contact_name" form:"contact_name"`
|
160
|
|
- UserSysBeforeCount int64 `gorm:"column:user_sys_before_count" json:"user_sys_before_count" form:"user_sys_before_count"`
|
161
|
|
- SchRemark string `gorm:"column:sch_remark" json:"sch_remark" form:"sch_remark"`
|
|
87
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
88
|
+ UserOrgId int64 `gorm:"column:user_org_id" json:"user_org_id" form:"user_org_id"`
|
|
89
|
+ UserId int64 `gorm:"column:user_id" json:"user_id" form:"user_id"`
|
|
90
|
+ PatientType int64 `gorm:"column:patient_type" json:"patient_type" form:"patient_type"`
|
|
91
|
+ Avatar string `gorm:"column:avatar" json:"avatar" form:"avatar"`
|
|
92
|
+ DialysisNo string `gorm:"column:dialysis_no" json:"dialysis_no" form:"dialysis_no"`
|
|
93
|
+ AdmissionNumber string `gorm:"column:admission_number" json:"admission_number" form:"admission_number"`
|
|
94
|
+ Source int64 `gorm:"column:source" json:"source" form:"source"`
|
|
95
|
+ Lapseto int64 `gorm:"column:lapseto" json:"lapseto" form:"lapseto"`
|
|
96
|
+ PartitionId int64 `gorm:"column:partition_id" json:"partition_id" form:"partition_id"`
|
|
97
|
+ BedId int64 `gorm:"column:bed_id" json:"bed_id" form:"bed_id"`
|
|
98
|
+ Name string `gorm:"column:name" json:"name" form:"name"`
|
|
99
|
+ Alias string `gorm:"column:alias" json:"alias" form:"alias"`
|
|
100
|
+ Gender int64 `gorm:"column:gender" json:"gender" form:"gender"`
|
|
101
|
+ Nation string `gorm:"column:nation" json:"nation" form:"nation"`
|
|
102
|
+ NativePlace string `gorm:"column:native_place" json:"native_place" form:"native_place"`
|
|
103
|
+ MaritalStatus int64 `gorm:"column:marital_status" json:"marital_status" form:"marital_status"`
|
|
104
|
+ IdCardNo string `gorm:"column:id_card_no" json:"id_card_no" form:"id_card_no"`
|
|
105
|
+ Birthday int64 `gorm:"column:birthday" json:"birthday" form:"birthday"`
|
|
106
|
+ ReimbursementWayId int64 `gorm:"column:reimbursement_way_id" json:"reimbursement_way_id" form:"reimbursement_way_id"`
|
|
107
|
+ HealthCareType int64 `gorm:"column:health_care_type" json:"health_care_type" form:"health_care_type"`
|
|
108
|
+ HealthCareNo string `gorm:"column:health_care_no" json:"health_care_no" form:"health_care_no"`
|
|
109
|
+ HealthCareDueDate int64 `gorm:"column:health_care_due_date" json:"health_care_due_date" form:"health_care_due_date"`
|
|
110
|
+ Height int64 `gorm:"column:height" json:"height" form:"height"`
|
|
111
|
+ BloodType int64 `gorm:"column:blood_type" json:"blood_type" form:"blood_type"`
|
|
112
|
+ Rh int64 `gorm:"column:rh" json:"rh" form:"rh"`
|
|
113
|
+ HealthCareDueAlertDate int64 `gorm:"column:health_care_due_alert_date" json:"health_care_due_alert_date" form:"health_care_due_alert_date"`
|
|
114
|
+ EducationLevel int64 `gorm:"column:education_level" json:"education_level" form:"education_level"`
|
|
115
|
+ Profession int64 `gorm:"column:profession" json:"profession" form:"profession"`
|
|
116
|
+ Phone string `gorm:"column:phone" json:"phone" form:"phone"`
|
|
117
|
+ HomeTelephone string `gorm:"column:home_telephone" json:"home_telephone" form:"home_telephone"`
|
|
118
|
+ RelativePhone string `gorm:"column:relative_phone" json:"relative_phone" form:"relative_phone"`
|
|
119
|
+ RelativeRelations string `gorm:"column:relative_relations" json:"relative_relations" form:"relative_relations"`
|
|
120
|
+ HomeAddress string `gorm:"column:home_address" json:"home_address" form:"home_address"`
|
|
121
|
+ WorkUnit string `gorm:"column:work_unit" json:"work_unit" form:"work_unit"`
|
|
122
|
+ UnitAddress string `gorm:"column:unit_address" json:"unit_address" form:"unit_address"`
|
|
123
|
+ Children int64 `gorm:"column:children" json:"children" form:"children"`
|
|
124
|
+ ReceivingDate int64 `gorm:"column:receiving_date" json:"receiving_date" form:"receiving_date"`
|
|
125
|
+ IsHospitalFirstDialysis int64 `gorm:"column:is_hospital_first_dialysis" json:"is_hospital_first_dialysis" form:"is_hospital_first_dialysis"`
|
|
126
|
+ FirstDialysisDate int64 `gorm:"column:first_dialysis_date" json:"first_dialysis_date" form:"first_dialysis_date"`
|
|
127
|
+ FirstDialysisHospital string `gorm:"column:first_dialysis_hospital" json:"first_dialysis_hospital" form:"first_dialysis_hospital"`
|
|
128
|
+ InductionPeriod int64 `gorm:"column:induction_period" json:"induction_period" form:"induction_period"`
|
|
129
|
+ InitialDialysis int64 `gorm:"column:initial_dialysis" json:"initial_dialysis" form:"initial_dialysis"`
|
|
130
|
+ TotalDialysis int64 `gorm:"column:total_dialysis" json:"total_dialysis" form:"total_dialysis"`
|
|
131
|
+ AttendingDoctorId int64 `gorm:"column:attending_doctor_id" json:"attending_doctor_id" form:"attending_doctor_id"`
|
|
132
|
+ HeadNurseId int64 `gorm:"column:head_nurse_id" json:"head_nurse_id" form:"head_nurse_id"`
|
|
133
|
+ Evaluate string `gorm:"column:evaluate" json:"evaluate" form:"evaluate"`
|
|
134
|
+ Diagnose string `gorm:"column:diagnose" json:"diagnose" form:"diagnose"`
|
|
135
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
136
|
+ RegistrarsId int64 `gorm:"column:registrars_id" json:"registrars_id" form:"registrars_id"`
|
|
137
|
+ Registrars string `gorm:"column:registrars" json:"registrars" form:"registrars"`
|
|
138
|
+ QrCode string `gorm:"column:qr_code" json:"qr_code" form:"qr_code"`
|
|
139
|
+ BindingState int64 `gorm:"column:binding_state" json:"binding_state" form:"binding_state"`
|
|
140
|
+ PatientComplains string `gorm:"column:patient_complains" json:"patient_complains"` // 主诉
|
|
141
|
+ PresentHistory string `gorm:"column:present_history" json:"present_history"` // 现病史
|
|
142
|
+ PastHistory string `gorm:"column:past_history" json:"past_history"` // 既往史
|
|
143
|
+ Temperature float64 `gorm:"column:temperature" json:"temperature"` // 体格检查-体温
|
|
144
|
+ Pulse int64 `gorm:"column:pulse" json:"pulse"` // 体格检查-脉搏
|
|
145
|
+ Respiratory int64 `gorm:"column:respiratory" json:"respiratory"` // 体格检查-呼吸频率
|
|
146
|
+ SBP int64 `gorm:"column:sbp" json:"sbp"` // 体格检查-收缩压
|
|
147
|
+ DBP int64 `gorm:"column:dbp" json:"dbp"` // 体格检查-舒张压
|
|
148
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
149
|
+ CreatedTime int64 `gorm:"column:created_time" json:"created_time" form:"created_time"`
|
|
150
|
+ UpdatedTime int64 `gorm:"column:updated_time" json:"updated_time" form:"updated_time"`
|
|
151
|
+ DialysisSchedule DialysisSchedule `gorm:"ForeignKey:PatientId"`
|
|
152
|
+ InfectiousDiseases []InfectiousDiseases `gorm:"ForeignKey:PatientId"`
|
|
153
|
+ Age int64 `gorm:"column:age" json:"age"`
|
|
154
|
+ IsOpenRemind int64 `gorm:"column:is_open_remind" json:"is_open_remind"`
|
|
155
|
+ DialysisAge int64 `gorm:"column:dialysis_age" json:"dialysis_age" form:"dialysis_age"`
|
|
156
|
+ ExpenseKind int64 `gorm:"column:expense_kind" json:"expense_kind" form:"expense_kind"`
|
|
157
|
+ TellPhone string `gorm:"column:tell_phone" json:"tell_phone" form:"tell_phone"`
|
|
158
|
+ FirstTreatmentDate int64 `gorm:"column:first_treatment_date" json:"first_treatment_date" form:"first_treatment_date"`
|
|
159
|
+ ContactName string `gorm:"column:contact_name" json:"contact_name" form:"contact_name"`
|
|
160
|
+ UserSysBeforeCount int64 `gorm:"column:user_sys_before_count" json:"user_sys_before_count" form:"user_sys_before_count"`
|
|
161
|
+ SchRemark string `gorm:"column:sch_remark" json:"sch_remark" form:"sch_remark"`
|
|
162
|
+ HospitalFirstDialysisDate int64 `gorm:"column:hospital_first_dialysis_date" json:"hospital_first_dialysis_date" form:"hospital_first_dialysis_date"`
|
162
|
163
|
}
|
163
|
164
|
|
164
|
165
|
func (SchedualPatient2) TableName() string {
|
|
@@ -281,6 +282,9 @@ type PredialysisEvaluation struct {
|
281
|
282
|
ThromubusA string `gorm:"column:thromubus_a" json:"thromubus_a" form:"thromubus_a"`
|
282
|
283
|
ThromubusV string `gorm:"column:thromubus_v" json:"thromubus_v" form:"thromubus_v"`
|
283
|
284
|
Dehydration string `gorm:"column:dehydration" json:"dehydration" form:"dehydration"`
|
|
285
|
+ PreDialysisDrugs string `gorm:"column:pre_dialysis_drugs" json:"pre_dialysis_drugs" form:"pre_dialysis_drugs"`
|
|
286
|
+ Period int64 `gorm:"column:period" json:"period" form:"period"`
|
|
287
|
+ EstimatedFoodIntake string `gorm:"column:estimated_food_intake" json:"estimated_food_intake" form:"estimated_food_intake"`
|
284
|
288
|
}
|
285
|
289
|
|
286
|
290
|
func (PredialysisEvaluation) TableName() string {
|
|
@@ -587,6 +591,11 @@ type AssessmentAfterDislysis struct {
|
587
|
591
|
DiastolicPressure string `gorm:"column:diastolic_pressure" json:"diastolic_pressure" form:"diastolic_pressure"`
|
588
|
592
|
OtherComplication string `gorm:"column:other_complication" json:"other_complication" form:"other_complication"`
|
589
|
593
|
Ktv string `gorm:"column:ktv" json:"ktv" form:"ktv"`
|
|
594
|
+ Urr string `gorm:"column:urr" json:"urr" form:"urr"`
|
|
595
|
+ Hypertenison int64 `gorm:"column:hypertenison" json:"hypertenison" form:"hypertenison"`
|
|
596
|
+ Hypopiesia int64 `gorm:"column:hypopiesia" json:"hypopiesia" form:"hypopiesia"`
|
|
597
|
+ LeaveOfficeMethod int64 `gorm:"column:leave_office_method" json:"leave_office_method" form:"leave_office_method"`
|
|
598
|
+ Lapse int64 `gorm:"column:lapse" json:"lapse" form:"lapse"`
|
590
|
599
|
}
|
591
|
600
|
|
592
|
601
|
func (AssessmentAfterDislysis) TableName() string {
|
|
@@ -643,52 +652,54 @@ func (DryWeightAdjust) TableName() string {
|
643
|
652
|
}
|
644
|
653
|
|
645
|
654
|
type MonitoringRecord struct {
|
646
|
|
- ID int64 `gorm:"column:id" json:"id"`
|
647
|
|
- UserOrgId int64 `gorm:"column:user_org_id" json:"user_org_id"`
|
648
|
|
- PatientId int64 `gorm:"column:patient_id" json:"patient_id"`
|
649
|
|
- DialysisOrderId int64 `gorm:"column:dialysis_order_id" json:"dialysis_order_id"`
|
650
|
|
- MonitoringDate int64 `gorm:"column:monitoring_date" json:"monitoring_date"`
|
651
|
|
- OperateTime int64 `gorm:"column:operate_time" json:"operate_time"`
|
652
|
|
- MonitoringTime string `gorm:"column:monitoring_time" json:"monitoring_time"`
|
653
|
|
- PulseFrequency float64 `gorm:"column:pulse_frequency" json:"pulse_frequency"`
|
654
|
|
- BreathingRate float64 `gorm:"column:breathing_rate" json:"breathing_rate"`
|
655
|
|
- SystolicBloodPressure float64 `gorm:"column:systolic_blood_pressure" json:"systolic_blood_pressure"`
|
656
|
|
- DiastolicBloodPressure float64 `gorm:"column:diastolic_blood_pressure" json:"diastolic_blood_pressure"`
|
657
|
|
- BloodPressureType int64 `gorm:"column:blood_pressure_type" json:"blood_pressure_type"`
|
658
|
|
- Pic string `gorm:"column:pic" json:"pic"`
|
659
|
|
- BloodFlowVolume float64 `gorm:"column:blood_flow_volume" json:"blood_flow_volume"`
|
660
|
|
- VenousPressure float64 `gorm:"column:venous_pressure" json:"venous_pressure"`
|
661
|
|
- VenousPressureType int64 `gorm:"column:venous_pressure_type" json:"venous_pressure_type"`
|
662
|
|
- ArterialPressure float64 `gorm:"column:arterial_pressure" json:"arterial_pressure"`
|
663
|
|
- ArterialPressureType int64 `gorm:"column:arterial_pressure_type" json:"arterial_pressure_type"`
|
664
|
|
- TransmembranePressure float64 `gorm:"column:transmembrane_pressure" json:"transmembrane_pressure"`
|
665
|
|
- TransmembranePressureType int64 `gorm:"column:transmembrane_pressure_type" json:"transmembrane_pressure_type"`
|
666
|
|
- UltrafiltrationRate float64 `gorm:"column:ultrafiltration_rate" json:"ultrafiltration_rate"`
|
667
|
|
- UltrafiltrationVolume float64 `gorm:"column:ultrafiltration_volume" json:"ultrafiltration_volume"`
|
668
|
|
- SodiumConcentration float64 `gorm:"column:sodium_concentration" json:"sodium_concentration"`
|
669
|
|
- DialysateTemperature float64 `gorm:"column:dialysate_temperature" json:"dialysate_temperature"`
|
670
|
|
- Temperature float64 `gorm:"column:temperature" json:"temperature"`
|
671
|
|
- ReplacementRate float64 `gorm:"column:replacement_rate" json:"replacement_rate"`
|
672
|
|
- DisplacementQuantity float64 `gorm:"column:displacement_quantity" json:"displacement_quantity"`
|
673
|
|
- Ktv float64 `gorm:"column:ktv" json:"ktv"`
|
674
|
|
- Symptom string `gorm:"column:symptom" json:"symptom"`
|
675
|
|
- Dispose string `gorm:"column:dispose" json:"dispose"`
|
676
|
|
- Result string `gorm:"column:result" json:"result"`
|
677
|
|
- MonitoringNurse int64 `gorm:"column:monitoring_nurse" json:"monitoring_nurse"`
|
678
|
|
- Status int64 `gorm:"column:status" json:"status"`
|
679
|
|
- CreatedTime int64 `gorm:"column:created_time" json:"created_time"`
|
680
|
|
- UpdatedTime int64 `gorm:"column:updated_time" json:"updated_time"`
|
681
|
|
- Conductivity float64 `gorm:"column:conductivity" json:"conductivity"`
|
682
|
|
- DisplacementFlowQuantity float64 `gorm:"column:displacement_flow_quantity" json:"displacement_flow_quantity"`
|
683
|
|
- BloodOxygenSaturation string `gorm:"column:blood_oxygen_saturation" json:"blood_oxygen_saturation" form:"blood_oxygen_saturation"`
|
684
|
|
- Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
685
|
|
- Modify int64 `gorm:"column:modify" json:"modify" form:"modify"`
|
686
|
|
- Heparin float64 `gorm:"column:heparin" json:"heparin" form:"heparin"`
|
687
|
|
- DialysateFlow float64 `gorm:"column:dialysate_flow" json:"dialysate_flow" form:"dialysate_flow"`
|
688
|
|
- Urr string `gorm:"column:urr" json:"urr"`
|
689
|
|
- BloodSugar float64 `gorm:"column:blood_sugar" json:"blood_sugar" form:"blood_sugar"`
|
690
|
|
- MonitorAnticoagulant int64 `gorm:"column:monitor_anticoagulant" json:"monitor_anticoagulant" form:"monitor_anticoagulant"`
|
691
|
|
- MonitorAnticoagulantValue string `gorm:"column:monitor_anticoagulant_value" json:"monitor_anticoagulant_value" form:"monitor_anticoagulant_value"`
|
|
655
|
+ ID int64 `gorm:"column:id" json:"id"`
|
|
656
|
+ UserOrgId int64 `gorm:"column:user_org_id" json:"user_org_id"`
|
|
657
|
+ PatientId int64 `gorm:"column:patient_id" json:"patient_id"`
|
|
658
|
+ DialysisOrderId int64 `gorm:"column:dialysis_order_id" json:"dialysis_order_id"`
|
|
659
|
+ MonitoringDate int64 `gorm:"column:monitoring_date" json:"monitoring_date"`
|
|
660
|
+ OperateTime int64 `gorm:"column:operate_time" json:"operate_time"`
|
|
661
|
+ MonitoringTime string `gorm:"column:monitoring_time" json:"monitoring_time"`
|
|
662
|
+ PulseFrequency float64 `gorm:"column:pulse_frequency" json:"pulse_frequency"`
|
|
663
|
+ BreathingRate float64 `gorm:"column:breathing_rate" json:"breathing_rate"`
|
|
664
|
+ SystolicBloodPressure float64 `gorm:"column:systolic_blood_pressure" json:"systolic_blood_pressure"`
|
|
665
|
+ DiastolicBloodPressure float64 `gorm:"column:diastolic_blood_pressure" json:"diastolic_blood_pressure"`
|
|
666
|
+ BloodPressureType int64 `gorm:"column:blood_pressure_type" json:"blood_pressure_type"`
|
|
667
|
+ Pic string `gorm:"column:pic" json:"pic"`
|
|
668
|
+ BloodFlowVolume float64 `gorm:"column:blood_flow_volume" json:"blood_flow_volume"`
|
|
669
|
+ VenousPressure float64 `gorm:"column:venous_pressure" json:"venous_pressure"`
|
|
670
|
+ VenousPressureType int64 `gorm:"column:venous_pressure_type" json:"venous_pressure_type"`
|
|
671
|
+ ArterialPressure float64 `gorm:"column:arterial_pressure" json:"arterial_pressure"`
|
|
672
|
+ ArterialPressureType int64 `gorm:"column:arterial_pressure_type" json:"arterial_pressure_type"`
|
|
673
|
+ TransmembranePressure float64 `gorm:"column:transmembrane_pressure" json:"transmembrane_pressure"`
|
|
674
|
+ TransmembranePressureType int64 `gorm:"column:transmembrane_pressure_type" json:"transmembrane_pressure_type"`
|
|
675
|
+ UltrafiltrationRate float64 `gorm:"column:ultrafiltration_rate" json:"ultrafiltration_rate"`
|
|
676
|
+ UltrafiltrationVolume float64 `gorm:"column:ultrafiltration_volume" json:"ultrafiltration_volume"`
|
|
677
|
+ SodiumConcentration float64 `gorm:"column:sodium_concentration" json:"sodium_concentration"`
|
|
678
|
+ DialysateTemperature float64 `gorm:"column:dialysate_temperature" json:"dialysate_temperature"`
|
|
679
|
+ Temperature float64 `gorm:"column:temperature" json:"temperature"`
|
|
680
|
+ ReplacementRate float64 `gorm:"column:replacement_rate" json:"replacement_rate"`
|
|
681
|
+ DisplacementQuantity float64 `gorm:"column:displacement_quantity" json:"displacement_quantity"`
|
|
682
|
+ Ktv float64 `gorm:"column:ktv" json:"ktv"`
|
|
683
|
+ Symptom string `gorm:"column:symptom" json:"symptom"`
|
|
684
|
+ Dispose string `gorm:"column:dispose" json:"dispose"`
|
|
685
|
+ Result string `gorm:"column:result" json:"result"`
|
|
686
|
+ MonitoringNurse int64 `gorm:"column:monitoring_nurse" json:"monitoring_nurse"`
|
|
687
|
+ Status int64 `gorm:"column:status" json:"status"`
|
|
688
|
+ CreatedTime int64 `gorm:"column:created_time" json:"created_time"`
|
|
689
|
+ UpdatedTime int64 `gorm:"column:updated_time" json:"updated_time"`
|
|
690
|
+ Conductivity float64 `gorm:"column:conductivity" json:"conductivity"`
|
|
691
|
+ DisplacementFlowQuantity float64 `gorm:"column:displacement_flow_quantity" json:"displacement_flow_quantity"`
|
|
692
|
+ BloodOxygenSaturation string `gorm:"column:blood_oxygen_saturation" json:"blood_oxygen_saturation" form:"blood_oxygen_saturation"`
|
|
693
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
694
|
+ Modify int64 `gorm:"column:modify" json:"modify" form:"modify"`
|
|
695
|
+ Heparin float64 `gorm:"column:heparin" json:"heparin" form:"heparin"`
|
|
696
|
+ DialysateFlow float64 `gorm:"column:dialysate_flow" json:"dialysate_flow" form:"dialysate_flow"`
|
|
697
|
+ Urr string `gorm:"column:urr" json:"urr"`
|
|
698
|
+ BloodSugar float64 `gorm:"column:blood_sugar" json:"blood_sugar" form:"blood_sugar"`
|
|
699
|
+ MonitorAnticoagulant int64 `gorm:"column:monitor_anticoagulant" json:"monitor_anticoagulant" form:"monitor_anticoagulant"`
|
|
700
|
+ MonitorAnticoagulantValue string `gorm:"column:monitor_anticoagulant_value" json:"monitor_anticoagulant_value" form:"monitor_anticoagulant_value"`
|
|
701
|
+ BloodPressureMonitoringSite int64 `gorm:"column:blood_pressure_monitoring_site" json:"blood_pressure_monitoring_site" form:"blood_pressure_monitoring_site"`
|
|
702
|
+ Complication int64 `gorm:"column:complication" json:"complication" form:"complication"`
|
692
|
703
|
}
|
693
|
704
|
|
694
|
705
|
func (MonitoringRecord) TableName() string {
|