source: ruby/trunk/lib/models/rm/data_types/quantity/data_time.rb@ 88

Last change on this file since 88 was 88, checked in by KOBAYASHI, Shinji, 16 years ago

refs #49, #50

File size: 403 bytes
Line 
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
4module OpenEHR
5 module RM
6 module Data_Types
7 module Quantity
8 module Date_Time
9 class DV_Date < DV_Temporal
10 end
11 end
12 end # of Quantity
13 end # of Data_Types
14 end # of RM
15end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.