class AthenaHealth::Patient

Public Instance Methods

fullname() click to toggle source
# File lib/athena_health/patient.rb, line 105
def fullname
  "#{firstname} #{middlename} #{lastname}"
end