Sha256: 27a762f30f4f76771a61e189925ab96bdeabc7e6861a301c3fa70c1810b6083e
Contents?: true
Size: 627 Bytes
Versions: 6
Compression:
Stored size: 627 Bytes
Contents
$:.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 class ContentItem < Locatable end require 'content/navigation' require 'content/entry' end # end of Content end # end of Composition end # end of RM end # end of OpenEHR
Version data entries
6 entries across 6 versions & 1 rubygems