lib/health-data-standards/models/transfer.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/transfer.rb in health-data-standards-3.5.0

- old
+ new

@@ -1,6 +1,7 @@ class Transfer include Mongoid::Document + include Mongoid::Attributes::Dynamic include ThingWithCodes field :time, type: Integer embedded_in :encounter, class_name: "Encounter"