Sha256: 6216c02aead2e206ef0fc1008eb9437c243571af14ea2011495ca6b3316d7a29

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

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

  alias :incision_date_time :incisionDateTime
  alias :incision_date_time= :incisionDateTime=
end

Version data entries

4 entries across 4 versions & 1 rubygems

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