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

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

refs #64

File size: 543 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
11 end
12 class Versioned_Object
13 end
14 class Version
15 end
16 class Imported_Version < Version
17 end
18 class Original_Version < Version
19 end
20 end # of Change_Control
21 end # of Common
22 end # of RM
23end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.