(Constant1 = 1.0)
(Constant = 0.0)
(PatientInput > 0.0 -> ((Switch = 1.0))) | (PatientInput <= 0.0 -> ((Switch = 0.0)))
(PatientInput > 0.0 -> ((PatientOutput = 1.0))) | (PatientInput <= 0.0 -> ((PatientOutput = 0.0)))
