filterProfile = $filterProfile; } /** * @return string */ public function getFilterProfile() { return $this->filterProfile; } /** * @param TagFilterList */ public function setKeepList(TagFilterList $keepList) { $this->keepList = $keepList; } /** * @return TagFilterList */ public function getKeepList() { return $this->keepList; } /** * @param TagFilterList */ public function setRemoveList(TagFilterList $removeList) { $this->removeList = $removeList; } /** * @return TagFilterList */ public function getRemoveList() { return $this->removeList; } /** * @param bool */ public function setSkipIdRedaction($skipIdRedaction) { $this->skipIdRedaction = $skipIdRedaction; } /** * @return bool */ public function getSkipIdRedaction() { return $this->skipIdRedaction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DicomConfig::class, 'Google_Service_CloudHealthcare_DicomConfig');