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

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

roll back branch 0.0

File size: 462 bytes
Line 
1module OpenEHR
2 module AM
3 module OpenEHR_Profile
4 module Data_Types
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.