########################################################################### # # Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file td_defs_proxy.py # # @author (last) Zoltan Miskolci # @date (last) 25-Feb-2026 # @author (original) Zoltan Miskolci # @date (original) 25-Feb-2026 # ############################################################################ from .td_defs import * class TD_Defs(): TDOpModes = TDOpModes TDFaultStates = TDFaultStates TDServiceStates = TDServiceStates TDInitStates = TDInitStates TDStandbyStates = TDStandbyStates TDTreatmentParamStates = TDTreatmentParamStates TDPreTreatmentModesStates = TDPreTreatmentModesStates TDTreatmentStates = TDTreatmentStates TDPostTreatmentStates = TDPostTreatmentStates TDNotLegalStates = TDNotLegalStates TDPreTreatmentPrimeStates = TDPreTreatmentPrimeStates TDDialysisStates = TDDialysisStates TDTreatmentParameters = TDTreatmentParameters TDEventList = TDEventList TDEventDataTypes = TDEventDataTypes TDAirPumpNames = TDAirPumpNames TDAirTrapValveNames = TDAirTrapValveNames TDAirTrapLevelSensorNames = TDAirTrapLevelSensorNames TDAirBubbleDetectorNames = TDAirBubbleDetectorNames TDEjectorNames = TDEjectorNames TDPressureSensorNames = TDPressureSensorNames TDTemperatureSensorNames = TDTemperatureSensorNames TDSwitchNames = TDSwitchNames TDValveNames = TDValveNames TDMonitoredVoltages = TDMonitoredVoltages TDAirPumpAttributes = TDAirPumpAttributes TDAirTrapLevelSensorAttributes = TDAirTrapLevelSensorAttributes TDAirTrapState = TDAirTrapState TDBloodFlowMotorAttributes = TDBloodFlowMotorAttributes TDAirBubbleDetectorAttributes = TDAirBubbleDetectorAttributes TDEjectorAttributes = TDEjectorAttributes TDPressureSensorAttributes = TDPressureSensorAttributes TDSwitchStatus = TDSwitchStatus TDValvePositions = TDValvePositions TDValveStates = TDValveStates td_enum_repository = TD_Defs()