Sha256: 8f9caaf423196d3a58ce7998ef189f1876d3cafe5979f0ec98002aaf31fb9d99

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

class Immunization < Entry
  field :refusalInd, type: Boolean
  field :performer, type: Hash
  field :refusalReason, type: Hash
  
  alias :refusal_ind :refusalInd
  alias :refusal_ind= :refusalInd=
  alias :refusal_reason :refusalReason
  alias :refusal_reason= :refusalReason=
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-0.7.1 lib/health-data-standards/models/immunization.rb
health-data-standards-0.7.0 lib/health-data-standards/models/immunization.rb