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/data_types/basic.rb

    r167 r168  
    1 module OpenEhr
     1module OpenEHR
    22  module RM
    3     module DataTypes
     3    module Data_Types
    44      module Basic
    5         module CanonicalFragment
     5        module Canonical_Fragment
    66        end
    77
    8         class DataValue
    9           include OpenEhr::RM::Support::Definition::BasicDefinition
     8        class Data_Value
     9          include OpenEHR::RM::Support::Definition::Basic_Definition
    1010        end
    1111
    12         class DvBoolean < DataValue
     12        class DV_Boolean < Data_Value
    1313          def initialize(value)
    1414            check_not_nil(value)
     
    3232            end
    3333          end
    34         end  # end of DvBoolean
     34        end  # end of DV_Boolean
    3535
    36         class DvState < DataValue
     36        class DV_State < Data_Value
    3737          attr_accessor :value
    3838          attr_writer :terminal
     
    4747            @terminal == true
    4848          end
    49         end # end of DvState
     49        end # end of DV_State
    5050
    51         class DvIdentifier
     51        class DV_Identifier
    5252          attr_accessor :issuer, :assigner, :id, :type
    5353          def initialize(assigner, id, issuer, type)
     
    6060            @type = type
    6161          end
    62         end #end of DvIdentifier
     62        end #end of DV_Identifier
    6363      end # end of Basic
    6464    end # end of Data_types
Note: See TracChangeset for help on using the changeset viewer.