Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r6712a4779cf81ad4d16ca070c7accb5c8de45fdd --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 6712a4779cf81ad4d16ca070c7accb5c8de45fdd) @@ -98,6 +98,22 @@ VALUESET(QString , patientID ,"") VALUESET(bool , continueEnabled , 0) + TRIGGER (quint32 , bloodFlowRateRejectReason , 0 ) + TRIGGER (quint32 , dialysateFlowRateRejectReason , 0 ) + TRIGGER (quint32 , treatmentDurationRejectReason , 0 ) + TRIGGER (quint32 , heparinDispensingRateRejectReason , 0 ) + TRIGGER (quint32 , heparinBolusVolumeRejectReason , 0 ) + TRIGGER (quint32 , heparinStopTimeRejectReason , 0 ) + TRIGGER (quint32 , salineBolusVolumeRejectReason , 0 ) + TRIGGER (quint32 , dialysateTempRejectReason , 0 ) + TRIGGER (quint32 , arterialPressureLimitLowRejectReason , 0 ) + TRIGGER (quint32 , arterialPressureLimitHighRejectReason , 0 ) + TRIGGER (quint32 , venousPressureLimitLowRejectReason , 0 ) + TRIGGER (quint32 , venousPressureLimitHighRejectReason , 0 ) + TRIGGER (quint32 , bloodPressureMeasureIntervalRejectReason , 0 ) + TRIGGER (quint32 , rinsebackFlowRateRejectReason , 0 ) + + VIEW_DEC_CLASS(VTreatmentCreate) VIEW_DEC_SLOT(AdjustParametersValidationResponseData)