Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml =================================================================== diff -u -ra8ce0941b44e15fb7b9365f98d4656e232d4bf35 -rbf57221d2e46597ae61607ee90272653c30b9a37 --- sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml (.../PreTreatmentCreatePatientPrescription.qml) (revision a8ce0941b44e15fb7b9365f98d4656e232d4bf35) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml (.../PreTreatmentCreatePatientPrescription.qml) (revision bf57221d2e46597ae61607ee90272653c30b9a37) @@ -42,6 +42,29 @@ _heparinRx.reset() vTreatmentCreate.ufPreWeight = vTreatmentRanges.weightDef vTreatmentCreate.ufEstimatedTargetWeight = vTreatmentRanges.weightDef + + if ( _GuiView.dryDemoMode ) { + vTreatmentCreate.hdfTreatmentModeSet = true + vTreatmentCreate.substitutionFluidVolumeSet = true + vTreatmentCreate.bloodFlowRateSet = true + vTreatmentCreate.dialysateFlowRateSet = true + vTreatmentCreate.treatmentDurationSet = true + vTreatmentCreate.ultrafiltrationVolumeSet = true + vTreatmentCreate.acidConcentrateSet = true + vTreatmentCreate.dryBicarbCartSizeSet = true + vTreatmentCreate.dialyzerTypeSet = true + vTreatmentCreate.dialysateTempSet = true + vTreatmentCreate.heparinBolusVolumeSet = true + vTreatmentCreate.heparinDispensingRateSet = true + vTreatmentCreate.heparinDeliveryDurationSet = true + + vTreatmentCreate.substitutionFluidVolume = vTreatmentRanges.substitutionVolumeDef + vTreatmentCreate.bloodFlowRate = vTreatmentRanges.bloodFlowRateDef + vTreatmentCreate.dialysateFlowRate = vTreatmentRanges.dialysateFlowRateDef + vTreatmentCreate.treatmentDuration = vTreatmentRanges.treatmentDurationDef + vTreatmentCreate.ultrafiltrationVolume = vTreatmentRanges.ultrafiltrationVolumeDef + vTreatmentCreate.dialysateTemp = vTreatmentRanges.dialysateTempDef + } } function refreshAll () {