Class: AthenaHealth::Patient

Inherits:
BaseModel show all
Defined in:
lib/athena_health/patient.rb

Instance Method Summary collapse

Instance Method Details

#fullnameObject



102
103
104
# File 'lib/athena_health/patient.rb', line 102

def fullname
  "#{firstname} #{middlename} #{lastname}"
end