|
@@ -469,10 +469,11 @@ type MonitoringRecordVM struct {
|
469
|
469
|
BloodPressureType int64 `gorm:"column:blood_pressure_type" json:"blood_pressure_type"`
|
470
|
470
|
BloodFlowVolume float64 `gorm:"column:blood_flow_volume" json:"blood_flow_volume"`
|
471
|
471
|
VenousPressure float64 `gorm:"column:venous_pressure" json:"venous_pressure"`
|
472
|
|
- VenousPressureUnit string `gorm:"column:venous_pressure_unit" json:"venous_pressure_unit"`
|
|
472
|
+ VenousPressureType int64 `gorm:"column:venous_pressure_type" json:"venous_pressure_type"`
|
473
|
473
|
ArterialPressure float64 `gorm:"column:arterial_pressure" json:"arterial_pressure"`
|
|
474
|
+ ArterialPressureType int64 `gorm:"column:arterial_pressure_type" json:"arterial_pressure_type"`
|
474
|
475
|
TransmembranePressure float64 `gorm:"column:transmembrane_pressure" json:"transmembrane_pressure"`
|
475
|
|
- TransmembranePressureUnit string `gorm:"column:transmembrane_pressure_unit" json:"transmembrane_pressure_unit"`
|
|
476
|
+ TransmembranePressureType int64 `gorm:"column:transmembrane_pressure_type" json:"transmembrane_pressure_type"`
|
476
|
477
|
UltrafiltrationRate float64 `gorm:"column:ultrafiltration_rate" json:"ultrafiltration_rate"`
|
477
|
478
|
UltrafiltrationVolume float64 `gorm:"column:ultrafiltration_volume" json:"ultrafiltration_volume"`
|
478
|
479
|
SodiumConcentration float64 `gorm:"column:sodium_concentration" json:"sodium_concentration"`
|