Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Allow for importing of negated Diagnostic Study Order
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada authored and Michael O'Keefe committed Mar 21, 2017
1 parent d6c244b commit 4f04c37
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -7,6 +7,12 @@ def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:observation[cd
@entry_class = Procedure
end

def create_entry(entry_element, nrh = CDA::NarrativeReferenceHandler.new)
procedure = super
extract_reason_or_negation(entry_element, procedure)
procedure
end

private

def extract_dates(parent_element, entry, element_name="author")
Expand Down

0 comments on commit 4f04c37

Please sign in to comment.