Changeset 266 for ruby/branches


Ignore:
Timestamp:
Sep 15, 2009, 8:33:04 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

fixed archetype_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/support/identification.rb

    r264 r266  
    9090          end
    9191
     92          def value
     93            return self.qualified_rm_entity + self.domain_concept + '.' + @version_id
     94          end
     95
    9296          def concept_name=(concept_name)
    9397            if concept_name.nil? or concept_name.empty?
Note: See TracChangeset for help on using the changeset viewer.