Sha256: 6238c6c823365aa5be6bf3bb0203380555a733dfe1f240bf80d7685cddad36d3
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 Bytes
Contents
class Condition < Entry field :type, type: String field :causeOfDeath, type: Boolean field :time_of_death, type: Integer field :priority, type: Integer field :name, type: String field :ordinality, type: Hash field :severity, type: Hash # Currently unsupported by any importers embeds_many :treating_provider, class_name: "Provider" alias :cause_of_death :causeOfDeath alias :cause_of_death= :causeOfDeath= end
Version data entries
6 entries across 6 versions & 1 rubygems