AdminPage::enterSearch PHP Метод

enterSearch() публичный Метод

public enterSearch ( $DICOMFile, $stationID, $location, $patientNumber, $status, $type, $studyInstanceId )
    public function enterSearch($DICOMFile, $stationID, $location, $patientNumber, $status, $type, $studyInstanceId)
    {
        $this->getElement('logStationId')->setValue($stationID);
        $this->getElement('logLocation')->setValue($location);
        $this->getElement('logPatientNumber')->setValue($patientNumber);
        $this->getElement('logStatus')->setValue($status);
        $this->getElement('logType')->setValue($type);
        $this->getElement('logStudyId')->setValue($studyInstanceId);
        $this->getElement('logFileName')->setValue($DICOMFile);
    }