source: ruby/branches/0.0/models/am/openehr_profile/data_types/basic.rb@ 167

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

adjust for rails

File size: 483 bytes
Line 
1module OpenEhr
2 module AM
3 module OpenEHR_Profile
4 module DataTypes
5 module Basic
6 class C_DV_STATE
7 end
8
9 class STATE_MACHINE
10 end
11
12 class STATE
13 end
14
15 class TERMINAL_STATE < STATE
16 end
17
18 class NON_TERMINAL_STATE < STATE
19 end
20
21 class TRANSITION
22 end
23 end
24
25
26 end # of Data_Types
27 end # of OpenEHR Profile
28 end # of RM
29end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.