Method: CQM::Converter::QDMPatient#initialize
- Defined in:
- lib/cqm/converter/qdm_patient.rb
#initialize ⇒ QDMPatient
Initialize a new QDMPatient converter. NOTE: This should be done once, and then used for every QDM Patient you want to convert, since it takes a few seconds to initialize the conversion environment.
8 9 10 11 |
# File 'lib/cqm/converter/qdm_patient.rb', line 8 def initialize @qdm_model_attrs = Utils.gather_qdm_model_attrs @qdm_to_hds_mappings = Utils.gather_qdm_to_hds_mappings(@qdm_model_attrs) end |