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

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

adjust for rails

File size: 461 bytes
Line 
1module OpenEhr
2 module AM
3 module OpenEHR_Profile
4 module DataTypes
5
6 module Quantity
7 class C_DV_QUANTITY < OpenEhr::AM::Archetype::Constraint_Model::C_DOMAIN_TYPE
8 end
9
10 class C_DV_ORDINAL < OpenEhr::AM::Archetype::Constraint_Model::C_DOMAIN_TYPE
11 end
12
13 class C_QUANTITY_ITEM
14 end
15 end
16 end # of Data_Types
17 end # of OpenEHR Profile
18 end # of RM
19end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.