Services\Patient::getServiceClass PHP Method

getServiceClass() public static method

public static getServiceClass ( $fhirType )
    public static function getServiceClass($fhirType)
    {
        if ($fhirType == 'Address') {
            return 'services\\PatientAddress';
        }
        return parent::getServiceClass($fhirType);
    }