source: ruby/trunk/models/am/openehr_profile/data_types/quantity.rb@ 23

Last change on this file since 23 was 23, checked in by Tatsukawa, Akimichi, 16 years ago

working on adl_parser semantic functions

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.