lib/health-data-standards/models/procedure.rb in health-data-standards-2.0.0 vs lib/health-data-standards/models/procedure.rb in health-data-standards-2.1.0

- old
+ new

@@ -1,5 +1,9 @@ class Procedure < Entry - field :site, type: Hash + 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 \ No newline at end of file