Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Configurable terminology root.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed Sep 9, 2016
1 parent 01722b2 commit f9a04f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/terminology.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class Terminology
@@core_snomed = {}
@@common_ucum = []

def self.set_terminology_root(root)
@@term_root = root
end

def self.load_terminology
if !@@loaded
begin
Expand Down

0 comments on commit f9a04f2

Please sign in to comment.