Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h =================================================================== diff -u -r676ec71574416b57c5263b1a4acc66d6904751e7 -r14d7345260cdc47d8308da4fff127fbd97837fe4 --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h (.../VPostTreatmentAdjustTreatmentLog.h) (revision 676ec71574416b57c5263b1a4acc66d6904751e7) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h (.../VPostTreatmentAdjustTreatmentLog.h) (revision 14d7345260cdc47d8308da4fff127fbd97837fe4) @@ -50,6 +50,9 @@ PROPERTY(bool , heparinDispensingRateOff , true) PROPERTY(bool , heparinBolusVolumeOff , true) + PROPERTY(QString , patientID , 0 ) + PROPERTY(QString , secondaryPatientID , 0 ) // TODO create rx enhancement - edit pencil on create rxs + PROPERTY(quint32 , bloodFlowRate , 0 ) PROPERTY(quint32 , bloodFlowRateActual , 0 ) PROPERTY(quint32 , dialysateFlowRate , 0 ) @@ -75,8 +78,6 @@ PROPERTY(quint32 , treatmentEndEpoch , 0 ) PROPERTY(quint32 , fluidBolusVolume , 0 ) PROPERTY(quint32 , fluidBolusVolumeActual , 0 ) - PROPERTY(quint32 , patientID , 0 ) - PROPERTY(quint32 , secondaryPatientID , 0 ) PROPERTY(quint32 , heparinType , 0 ) PROPERTY(quint32 , heparinDeliveryDuration , 0 ) PROPERTY(quint32 , heparinDeliveryDurationActual , 0 )