Index: dialin/hd/treatment.py =================================================================== diff -u -r031c1f5827e4bd40bf1049ff1f653a7a18103bd8 -rf68fe8233a10e080d2adf61e8a93f13680e517f0 --- dialin/hd/treatment.py (.../treatment.py) (revision 031c1f5827e4bd40bf1049ff1f653a7a18103bd8) +++ dialin/hd/treatment.py (.../treatment.py) (revision f68fe8233a10e080d2adf61e8a93f13680e517f0) @@ -53,10 +53,11 @@ HD_TREATMENT_PARAMETER_UF_VOLUME = 18 # Dialyzer Type IDs - DIALYZER_TYPE_NIPRO_ELISIO_H_17 = 0 - DIALYZER_TYPE_NIPRO_ELISIO_H_19 = 1 - DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F160NRE = 2 - DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F180NRE = 3 + DIALYZER_TYPE_BBRAUN_PRO_13H = 0 # BBraun Diacap Pro 13H + DIALYZER_TYPE_BBRAUN_PRO_16H = 1 # BBraun Diacap Pro 16H + DIALYZER_TYPE_BBRAUN_PRO_19H = 2 # BBraun Diacap Pro 19H + DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F160NRE = 3 # Fresenius Optiflux F160NRe + DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F180NRE = 4 # Acid Concentrate IDs ACID_CONC_TYPE_FRESENIUS_08_1251_1 = 0 @@ -994,11 +995,12 @@ Constructs and sends the set dialyzer type parameter command. Constraints: Must be logged into HD. - Dialyzer ID must be positive integer and should be between 0 and 3 (see below) - DIALYZER_TYPE_NIPRO_ELISIO_H_17 = 0 - DIALYZER_TYPE_NIPRO_ELISIO_H_19 = 1 - DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F160NRE = 2 - DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F180NRE = 3 + Dialyzer ID must be positive integer and should be between 0 and 4 (see below) + DIALYZER_TYPE_BBRAUN_PRO_13H = 0 + DIALYZER_TYPE_BBRAUN_PRO_16H = 1 + DIALYZER_TYPE_BBRAUN_PRO_19H = 2 + DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F160NRE = 3 + DIALYZER_TYPE_FRESENIUS_OPTIFLUX_F180NRE = 4 @param dialyzer: integer - set dialyzer type @return: 1 if successful, zero otherwise