Skip to content

Commit

Permalink
fix AferVisitSummary attribute class
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjcumming committed Dec 20, 2024
1 parent c2769ab commit 22aa972
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/avs/app/models/avs/v0/after_visit_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class V0::AfterVisitSummary

attribute :id, String
attribute :icn, String
attribute :meta, Object
attribute :patient_info, Object
attribute :meta, Hash
attribute :patient_info, Hash
attribute :appointment_iens, Array, default: []
attribute :clinics_visited, Array, default: []
attribute :providers, Array, default: []
Expand All @@ -29,14 +29,14 @@ class V0::AfterVisitSummary
attribute :problems, Array, default: []
attribute :clinical_reminders, Array, default: []
attribute :clinical_services, Array, default: []
attribute :allergies_reactions, Object
attribute :allergies_reactions, Hash
attribute :clinic_medications, Array, default: []
attribute :va_medications, Array, default: []
attribute :nonva_medications, Array, default: []
attribute :med_changes_summary, Object
attribute :med_changes_summary, Hash
attribute :lab_results, Array, default: []
attribute :radiology_reports1_yr, String
attribute :discrete_data, Object
attribute :discrete_data, Hash
attribute :more_help_and_information, String

def initialize(data)
Expand Down

0 comments on commit 22aa972

Please sign in to comment.