Ignore:
Timestamp:
Jul 21, 2008, 4:45:02 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #49, #50

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/models/rm/data_types/quantity/data_time.rb

    r4 r88  
     1# This module is implementation of the UML:
     2# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_0_76d0249_1109696321450_28117_5362Report.html
     3# Ticket refs #49
    14module OpenEHR
    25  module RM
    36    module Data_Types
    47      module Quantity
    5         module Date_
     8        module Date_Time
     9          class DV_Date < DV_Temporal
     10          end
     11        end
    612      end # of Quantity
    713    end # of Data_Types
Note: See TracChangeset for help on using the changeset viewer.