Method: Qrda1R5#initialize

Defined in:
lib/qrda-export/catI-r5/qrda1_r5.rb

#initialize(patient, measures, options = {}) ⇒ Qrda1R5

Returns a new instance of Qrda1R5.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# File 'lib/qrda-export/catI-r5/qrda1_r5.rb', line 12

def initialize(patient, measures, options = {})
  @patient = patient
  @qdmPatient = patient.qdmPatient
  @measures = measures
  @provider = options[:provider]
  @patient_address_option = options[:patient_addresses]
  @patient_telecom_option = options[:patient_telecoms]
  @patient_email_option = options[:patient_email]
  @performance_period_start = options[:start_time]
  @performance_period_end = options[:end_time]
  @submission_program = options[:submission_program]
  @ry2026_submission = options[:ry2026_submission]
  @medicare_beneficiary_identifier = options[:medicare_beneficiary_identifier]
  @hicn = options[:hicn]
  @authoring_system = options[:authoring_system]
end