source: ruby/trunk/lib/models/rm/data_structure.rb@ 128

Last change on this file since 128 was 128, checked in by KOBAYASHI, Shinji, 15 years ago

fixed #59

File size: 465 bytes
Line 
1# rm::data_structures
2# class DATA_STRUCTURE
3# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140447518205_872539_864Report.html
4# refs #59
5
6module OpenEHR
7 module RM
8 module Data_Structures
9 class Data_Structure < OpenEHR::RM::Common::Archetyped::Locatable
10 def as_hierarchy
11 raise NotImplementedError, "as_hirarchy must be implemented"
12 end
13 end
14 end # of Data_Structures
15 end # of RM
16end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.