$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) # rm::composition::content # content module # http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140524925046_706492_3290Report.html # refs #58 include OpenEHR::RM::Common::Archetyped module OpenEHR module RM module Composition module Content autoload :Navigation, 'content/navigation' autoload :Entry, 'content/entry' class ContentItem < Locatable end end # end of Content end # end of Composition end # end of RM end # end of OpenEHR