|
@@ -235,7 +235,7 @@ type AssessmentBeforeDislysisVM struct {
|
235
|
235
|
BloodAccessInternalFistula string `gorm:"column:blood_access_internal_fistula" json:"blood_access_internal_fistula"`
|
236
|
236
|
InternalFistulaOther string `gorm:"column:internal_fistula_other" json:"internal_fistula_other"`
|
237
|
237
|
BloodAccessNoise int64 `gorm:"column:blood_access_noise" json:"blood_access_noise"`
|
238
|
|
- PunctureWay int64 `gorm:"column:puncture_way" json:"puncture_way"`
|
|
238
|
+ PunctureWay string `gorm:"column:puncture_way" json:"puncture_way"`
|
239
|
239
|
VenousCatheterization int64 `gorm:"column:venous_catheterization" json:"venous_catheterization"`
|
240
|
240
|
VenousCatheterizationPart int64 `gorm:"column:venous_catheterization_part" json:"venous_catheterization_part"`
|
241
|
241
|
VenousCatheterizationPartOther string `gorm:"column:venous_catheterization_part_other" json:"venous_catheterization_part_other"`
|
|
@@ -248,7 +248,7 @@ type AssessmentBeforeDislysisVM struct {
|
248
|
248
|
MachineType string `gorm:"column:machine_type" json:"machine_type"`
|
249
|
249
|
IsInfect int64 `gorm:"column:is_infect" json:"is_infect"`
|
250
|
250
|
Exposed float64 `gorm:"column:exposed" json:"exposed"`
|
251
|
|
- Skin int64 `gorm:"column:skin" json:"skin"`
|
|
251
|
+ Skin string `gorm:"column:skin" json:"skin"`
|
252
|
252
|
SkinOther string `gorm:"column:skin_other" json:"skin_other"`
|
253
|
253
|
InfectOther string `gorm:"column:infect_other" json:"infect_other"`
|
254
|
254
|
DuctusArantiiOther string `gorm:"column:ductus_arantii_other" json:"ductus_arantii_other"`
|
|
@@ -476,11 +476,11 @@ type MonitoringRecordVM struct {
|
476
|
476
|
BloodPressureType int64 `gorm:"column:blood_pressure_type" json:"blood_pressure_type"`
|
477
|
477
|
BloodFlowVolume float64 `gorm:"column:blood_flow_volume" json:"blood_flow_volume"`
|
478
|
478
|
VenousPressure float64 `gorm:"column:venous_pressure" json:"venous_pressure"`
|
479
|
|
- VenousPressureType int64 `gorm:"column:venous_pressure_type" json:"venous_pressure_type"`
|
|
479
|
+ VenousPressureType int64 `gorm:"column:venous_pressure_type" json:"venous_pressure_type"`
|
480
|
480
|
ArterialPressure float64 `gorm:"column:arterial_pressure" json:"arterial_pressure"`
|
481
|
|
- ArterialPressureType int64 `gorm:"column:arterial_pressure_type" json:"arterial_pressure_type"`
|
|
481
|
+ ArterialPressureType int64 `gorm:"column:arterial_pressure_type" json:"arterial_pressure_type"`
|
482
|
482
|
TransmembranePressure float64 `gorm:"column:transmembrane_pressure" json:"transmembrane_pressure"`
|
483
|
|
- TransmembranePressureType int64 `gorm:"column:transmembrane_pressure_type" json:"transmembrane_pressure_type"`
|
|
483
|
+ TransmembranePressureType int64 `gorm:"column:transmembrane_pressure_type" json:"transmembrane_pressure_type"`
|
484
|
484
|
UltrafiltrationRate float64 `gorm:"column:ultrafiltration_rate" json:"ultrafiltration_rate"`
|
485
|
485
|
UltrafiltrationVolume float64 `gorm:"column:ultrafiltration_volume" json:"ultrafiltration_volume"`
|
486
|
486
|
SodiumConcentration float64 `gorm:"column:sodium_concentration" json:"sodium_concentration"`
|