Sha256: e8146d7ea93ddb096596ffb522783a691d17102485e9a6cfabce80258dd93a09

Contents?: true

Size: 229 Bytes

Versions: 23

Compression:

Stored size: 229 Bytes

Contents

module AthenaHealth
  class Reaction < BaseModel
    attribute :reactionname,       String
    attribute :snomedcode,         Integer
    attribute :severity,           String
    attribute :severitysnomedcode, Integer
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
athena_health-1.0.34 lib/athena_health/reaction.rb
athena_health-1.0.33 lib/athena_health/reaction.rb
athena_health-1.0.31 lib/athena_health/reaction.rb