Sha256: f394e8410ffbab535270787d764a0e77f7ab71a9fa25fa5c2ca92bd7a1bcefaf

Contents?: true

Size: 219 Bytes

Versions: 5

Compression:

Stored size: 219 Bytes

Contents

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

  alias :anatomical_structure :anatomicalStructure
  alias :anatomical_structure= :anatomicalStructure=
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
health-data-standards-2.1.4 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.1.3 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.1.2 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.1.1 lib/health-data-standards/models/medical_equipment.rb
health-data-standards-2.1.0 lib/health-data-standards/models/medical_equipment.rb