lib/health-data-standards/models/cqm/bundle.rb in health-data-standards-3.6.1 vs lib/health-data-standards/models/cqm/bundle.rb in health-data-standards-3.7.0

- old
+ new

@@ -14,10 +14,11 @@ field :measures, type: Array field :effective_date field :measure_period_start field :records, type: Array field :active, type: Boolean + field :done_importing, type: Boolean, default: false validates_presence_of :version has_many :value_sets, class_name: "HealthDataStandards::SVS::ValueSet", inverse_of: :bundle @@ -45,6 +46,6 @@ self.value_sets.destroy super end end end -end \ No newline at end of file +end