Changeset 164 for ruby/trunk


Ignore:
Timestamp:
Jul 30, 2009, 9:11:51 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

simple terminology commit

Location:
ruby/trunk
Files:
104 added
6 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/CHANGELOG

    r54 r164  
     12009/07/22 Almost half of the specifications of the openEHR
     2           are implemented
    132008/05/15 Arranged hierachy of directory. Some test suits are broken.
    242008/05/10 Fixed some bugs and resoleved dependency on YaParc
  • ruby/trunk/README

    r68 r164  
    55= Version
    66
    7 Release-0.0.3
     7Release-0.5.0
    88
    99= Requirements
     
    2323= Status
    2424
    25 This is the version 0.0.3 release of Ruby openEHR
     25This is the version 0.5.0 release of Ruby openEHR
    2626implementation project. This release is still experimental
    2727preview of our work based on openEHR specification
    28 release 1.0.1. We implemented ADL Parser and some
    29 archetype models and reference models. This parser
     28release 1.0.2. We implemented ADL Parser and almost
     29half of the specifications of the openEHR. This parser
    3030successfully parses 27 ADLs and generates archetype
    3131instances.  The work is still in progress. The
  • ruby/trunk/lib/adl_parser/Rakefile

    r116 r164  
    11require 'rubygems'
    2 Gem::manage_gems
     2#Gem::manage_gems
    33require 'rake'
    44require 'rake/testtask'
  • ruby/trunk/lib/adl_parser/lib/shell.rb

    r49 r164  
    3333  end
    3434end
    35 
  • ruby/trunk/lib/models/rm.rb

    r152 r164  
    4242    module Data_Structures
    4343      autoload :Data_Structure, "rm/data_structure.rb"
     44      autoload :
    4445    end
    4546
  • ruby/trunk/lib/models/rm/data_structure.rb

    r162 r164  
    77  module RM
    88    module Data_Structures
    9       class Data_Structure < OpenEHR::RM::Common::Archetyped::Locatable
     9      class Data_Structure < OpenEHR::RM::Common::Archetyped::Locatable       
    1010        def initialize(args = { })
    1111          super(args)
Note: See TracChangeset for help on using the changeset viewer.