Sha256: 682e62a4724c36d25b70b416f9e0718bd76f164d5830a6dce93162567bd1caf3

Contents?: true

Size: 322 Bytes

Versions: 8

Compression:

Stored size: 322 Bytes

Contents

class Procedure < Entry
  field :site,                type: Hash
  field :incisionTime,        type: Integer
  field :ordinality,          type: Hash
  field :source,              type: Hash
  
  belongs_to :performer, class_name: "Provider"

  alias :incision_time :incisionTime
  alias :incision_time= :incisionTime=
end

Version data entries

8 entries across 8 versions & 1 rubygems

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