Sha256: c866b0f5c56a38102c66e6d6816734cbebac6fc9cbd73f355f6f7ef6b148cb2d

Contents?: true

Size: 327 Bytes

Versions: 8

Compression:

Stored size: 327 Bytes

Contents

class MedicalEquipment < Entry
  
  field :manufacturer, type: String
  field :anatomicalStructure, type: Hash
  field :removalTime, type: Integer

  alias :anatomical_structure :anatomicalStructure
  alias :anatomical_structure= :anatomicalStructure=
  alias :removal_time :removalTime
  alias :removal_time= :removalTime=
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-3.1.0 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-3.0.6 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-3.0.5 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-3.0.4 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-3.0.3 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.2.1 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.2.0 lib/health-data-standards/models/medical_equipment.rb