Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rb80f8f84f21f86ad4c962a2c690447c572498e0b -r3454906bbb35aa2976572145068980bf691daf1c --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision b80f8f84f21f86ad4c962a2c690447c572498e0b) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 3454906bbb35aa2976572145068980bf691daf1c) @@ -23,6 +23,7 @@ #include "GuiView.h" #include "VEventSpy.h" #include "VGeneralEvent.h" +#include "VListModel.h" // POST #include "VHDPOSTData.h" @@ -51,6 +52,9 @@ #include "VCloudSync.h" #include "VHDUsageInfo.h" #include "VAdjustmentInstitutionalRecord.h" +#include "VInstitutionalRecord.h" +#include "VAdjustmentAdvancedInstitutionalRecord.h" +#include "VAdvancedInstitutionalRecord.h" // states data #include "VTDOpModeData.h" #include "VPreTreatmentStatesData.h" @@ -116,7 +120,6 @@ #include "VDDLevelData.h" #include "VDDBloodLeakData.h" // FP data -#include "VFPValvesStatesData.h" #include "VFPROPumpData.h" #include "VFPPressuresData.h" #include "VFPLevelData.h" @@ -126,17 +129,32 @@ #include "VFPBoostPumpData.h" // ----- #include "VTreatmentCreate.h" +#include "VTreatmentIsolatedUFData.h" // ----- In-Treatment Adjustments -#include "VTreatmentAdjustmentDuration.h" +#include "VTreatmentAdjustmentBloodPrime.h" +#include "VTreatmentAdjustmentDurationEdit.h" +#include "VTreatmentAdjustmentDurationConfirm.h" #include "VTreatmentAdjustmentFlows.h" #include "VTreatmentAdjustmentUltrafiltrationState.h" #include "VTreatmentAdjustmentUltrafiltrationEdit.h" #include "VTreatmentAdjustmentUltrafiltrationConfirm.h" #include "VTreatmentAdjustmentSaline.h" +#include "VTreatmentAdjustmentVitals.h" #include "VTreatmentAdjustmentHeparin.h" #include "VTreatmentAdjustmentRinseback.h" #include "VTreatmentAdjustmentRecirculate.h" #include "VTreatmentAdjustmentPressuresLimits.h" +#include "VTreatmentAdjustmentPressuresWidening.h" +#include "VTreatmentAdjustmentBloodFlowRate.h" +#include "VTreatmentAdjustmentBolusVolume.h" +#include "VTreatmentAdjustmentDialysateFlowRate.h" +#include "VTreatmentAdjustmentDialysateTemperature.h" +#include "VTreatmentAdjustmentDurationConfirm.h" +#include "VTreatmentAdjustmentDurationEdit.h" +#include "VTreatmentAdjustmentIsolatedUFConfirm.h" +#include "VTreatmentAdjustmentIsolatedUFDurationEdit.h" +#include "VTreatmentAdjustmentIsolatedUFVolumeEdit.h" +#include "VTreatmentAdjustmentSetPoints.h" // ----- Post-Treatment Adjustments #include "VPostTreatmentAdjustPatientDisconnectionConfirm.h" #include "VPostTreatmentAdjustDisposablesRemovalConfirm.h"