source: ruby/trunk/lib/models/rm/common/change_control.rb@ 113

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

refs #63, #64

File size: 532 bytes
Line 
1# This module is based on the UML,
2# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_0_76d0249_1109326589721_134411_997Report.html
3# Ticket refs #64
4
5module OpenEHR
6 module RM
7 module Common
8 module Change_Control
9 class Contribution
10 end
11 class Versioned_Object
12 end
13 class Version
14 end
15 class Imported_Version < Version
16 end
17 class Original_Version < Version
18 end
19 end # of Change_Control
20 end # of Common
21 end # of RM
22end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.