Examination::rightIntendedTreatment PHP Method

rightIntendedTreatment() public method

public rightIntendedTreatment ( $treatment )
    public function rightIntendedTreatment($treatment)
    {
        $this->getElement('rightIntendedTreatment')->selectOption($treatment);
        $this->getSession()->wait(1000);
    }
Examination