Ignore:
Timestamp:
Aug 6, 2009, 9:06:59 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

roll back branch 0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.0/models/rm/composition/content/entry.rb

    r167 r168  
    1 module OpenEhr
     1module OpenEHR
    22  module RM
    33    module Content
     
    55        class Entry < Content_Item
    66        end
    7         class CareEntry < Entry
     7        class Care_Entry < Entry
    88        end
    9         class Action < CareEntry
     9        class Action < Care_Entry
    1010          attr_accessor :description, :time
    1111          attr_accessor :ism_transition, :instruction_details
Note: See TracChangeset for help on using the changeset viewer.