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 }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
PatientImporter#get_demographics blows up at line 130 when the C32 file being parsed doesn't have a "ClinicalDocument > recordTarget > patientRole > patient" element:
NoMethodError: undefined method `at_xpath' for nil:NilClass
/Users/pelargir/.rvm/gems/ruby-2.0.0-p0/gems/health-data-standards-3.1.1/lib/health-data-standards/import/c32/patient_importer.rb:130:in `get_demographics'
/Users/pelargir/.rvm/gems/ruby-2.0.0-p0/gems/health-data-standards-3.1.1/lib/health-data-standards/import/c32/patient_importer.rb:86:in `parse_c32'
This should instead be handled gracefully without throwing an exception.
The text was updated successfully, but these errors were encountered:
korada
pushed a commit
to korada/health-data-standards
that referenced
this issue
Nov 5, 2019
PatientImporter#get_demographics blows up at line 130 when the C32 file being parsed doesn't have a "ClinicalDocument > recordTarget > patientRole > patient" element:
This should instead be handled gracefully without throwing an exception.
The text was updated successfully, but these errors were encountered: