lib/health-data-standards.rb in health-data-standards-3.1.1 vs lib/health-data-standards.rb in health-data-standards-3.2.0

- old
+ new

@@ -23,12 +23,10 @@ require_relative 'health-data-standards/export/rendering_context' require_relative 'health-data-standards/export/c32' require_relative 'health-data-standards/export/ccda' require_relative 'health-data-standards/export/ccr' require_relative 'health-data-standards/export/csv' -require_relative 'health-data-standards/export/helper/html_view_helper' -require_relative 'health-data-standards/export/html' require_relative 'health-data-standards/export/hdata/metadata' require_relative 'health-data-standards/export/helper/gc32_view_helper' require_relative 'health-data-standards/export/green_c32/record' require_relative 'health-data-standards/export/green_c32/entry' @@ -74,10 +72,13 @@ require_relative 'health-data-standards/models/metadata/change_info' require_relative 'health-data-standards/models/metadata/link_info' require_relative 'health-data-standards/models/metadata/pedigree' require_relative 'health-data-standards/export/qrda/entry_template_resolver' +require_relative 'health-data-standards/export/helper/scooped_view_helper' +require_relative 'health-data-standards/export/helper/html_view_helper' +require_relative 'health-data-standards/export/html' require_relative 'health-data-standards/export/helper/cat1_view_helper' require_relative 'health-data-standards/export/cat_1' require_relative 'health-data-standards/export/cat_3' require_relative 'health-data-standards/import/cda/narrative_reference_handler' @@ -156,9 +157,10 @@ require_relative 'health-data-standards/models/cqm/aggregate_objects' require_relative 'health-data-standards/models/cqm/query_cache' require_relative 'health-data-standards/models/cqm/bundle' require_relative 'health-data-standards/models/cqm/measure' +require_relative 'health-data-standards/models/cqm/patient_cache' require_relative 'health-data-standards/import/bundle/importer' module HealthDataStandards class << self