source: ruby/branches/0.5/lib/open_ehr/rm/composition/content.rb@ 346

Last change on this file since 346 was 346, checked in by KOBAYASHI, Shinji, 14 years ago

fixed #58

File size: 418 bytes
Line 
1# rm::composition::content
2# content module
3# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140524925046_706492_3290Report.html
4# refs #58
5include OpenEHR::RM::Common::Archetyped
6
7module OpenEHR
8 module RM
9 module Composition
10 module Content
11 class ContentItem < Locatable
12
13 end
14 end # end of content
15 end # end of Composition
16 end # end of RM
17end # end of OpenEHR
Note: See TracBrowser for help on using the repository browser.