Ignore:
Timestamp:
May 26, 2009, 7:18:08 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

fixed #59

File:
1 moved

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/models/rm/data_structure.rb

    r123 r128  
    33# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140447518205_872539_864Report.html
    44# refs #59
    5 module Data_Structures
    6   class Data_Structure
    7     def as_hierarchy
    8       raise NotImplementError, "as_hirarchy must be implemented"
    9     end
    10   end
    11 end
     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 TracChangeset for help on using the changeset viewer.