source: ruby/branches/0.5.0/lib/open_ehr/rm/data_structure.rb@ 167

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

adjust for rails

File size: 533 bytes
RevLine 
[4]1# rm::data_structures
2# class DATA_STRUCTURE
[123]3# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140447518205_872539_864Report.html
4# refs #59
[128]5
[167]6module OpenEhr
[128]7 module RM
[167]8 module DataStructures
9 class DataStructure < OpenEhr::RM::Common::Archetyped::Locatable
[162]10 def initialize(args = { })
11 super(args)
12 end
13
[128]14 def as_hierarchy
15 raise NotImplementedError, "as_hirarchy must be implemented"
16 end
17 end
18 end # of Data_Structures
19 end # of RM
20end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.