Ignore:
Timestamp:
Sep 15, 2009, 10:21:45 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

bugs fixed around identification

Location:
ruby/branches/0.5/spec/lib/open_ehr/rm/support/identification
Files:
1 added
1 edited

Legend:

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

    r264 r267  
    1111  end
    1212
     13  it 's value should be equal
     14       openEHR-EHR-SECTION.physical_examination-prenatal.v2' do
     15    @archetype_id.value.should ==
     16      'openEHR-EHR-SECTION.physical_examination-prenatal.v2'
     17  end
    1318  it 's qualified_rm_entity should be openEHR-EHR-SECTION' do
    1419    @archetype_id.qualified_rm_entity.should == 'openEHR-EHR-SECTION'
Note: See TracChangeset for help on using the changeset viewer.