dicom = $dicom; } /** * @return Google_Service_CloudHealthcare_DicomConfig */ public function getDicom() { return $this->dicom; } /** * @param Google_Service_CloudHealthcare_FhirConfig */ public function setFhir(Google_Service_CloudHealthcare_FhirConfig $fhir) { $this->fhir = $fhir; } /** * @return Google_Service_CloudHealthcare_FhirConfig */ public function getFhir() { return $this->fhir; } /** * @param Google_Service_CloudHealthcare_ImageConfig */ public function setImage(Google_Service_CloudHealthcare_ImageConfig $image) { $this->image = $image; } /** * @return Google_Service_CloudHealthcare_ImageConfig */ public function getImage() { return $this->image; } /** * @param Google_Service_CloudHealthcare_TextConfig */ public function setText(Google_Service_CloudHealthcare_TextConfig $text) { $this->text = $text; } /** * @return Google_Service_CloudHealthcare_TextConfig */ public function getText() { return $this->text; } }