source: ruby/trunk/lib/models/rm/data_types/quantity/date_time.rb@ 119

Last change on this file since 119 was 119, checked in by KOBAYASHI, Shinji, 15 years ago

devide test_reference_model.rb

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.