refEntId = $refEntId; $this->apiParas["ref_ent_id"] = $refEntId; } public function getRefEntId() { return $this->refEntId; } public function setReportData($reportData) { $this->reportData = $reportData; $this->apiParas["report_data"] = $reportData; } public function getReportData() { return $this->reportData; } public function getApiMethodName() { return "alibaba.alihealth.synergy.yzw.savedrugreportwithocr"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }