Ignore:
Timestamp:
Nov 17, 2009, 9:57:37 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #57 CareEntry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/composition/content/entry.rb

    r354 r355  
    5757          end
    5858          class CareEntry < Entry
    59            
     59            attr_accessor :protocol, :guideline_id
     60
     61            def initialize(args = { })
     62              super(args)
     63              self.protocol = args[:protocol]
     64              self.guideline_id = args[:guideline_id]
     65            end
    6066          end
    6167         
Note: See TracChangeset for help on using the changeset viewer.