fhirStore = $fhirStore; } public function getFhirStore() { return $this->fhirStore; } public function setInputSize($inputSize) { $this->inputSize = $inputSize; } public function getInputSize() { return $this->inputSize; } }