You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Attempted to set a value for 'principalDiagnosis' which is not allowed on the model QDM::EncounterPerformed. summary: Without including Mongoid::Attributes::Dynamic in your model and the attribute does not already exist in the attributes hash, attempting to call QDM::EncounterPerformed#principalDiagnosis= for it is not allowed. This is also triggered by passing the attribute to any method that accepts an attributes hash, and is raised instead of getting a NoMethodError. resolution: You can include Mongoid::Attributes::Dynamic if you expect to be writing values for undefined fields often. on /vendor/bundle/ruby/2.6.0/gems/mongoid-6.4.5/lib/mongoid/attributes/processing.rb:99:in `process_attribute'
The text was updated successfully, but these errors were encountered:
message: Attempted to set a value for 'principalDiagnosis' which is not allowed on the model QDM::EncounterPerformed. summary: Without including Mongoid::Attributes::Dynamic in your model and the attribute does not already exist in the attributes hash, attempting to call QDM::EncounterPerformed#principalDiagnosis= for it is not allowed. This is also triggered by passing the attribute to any method that accepts an attributes hash, and is raised instead of getting a NoMethodError. resolution: You can include Mongoid::Attributes::Dynamic if you expect to be writing values for undefined fields often. on /vendor/bundle/ruby/2.6.0/gems/mongoid-6.4.5/lib/mongoid/attributes/processing.rb:99:in `process_attribute'
The text was updated successfully, but these errors were encountered: