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
RevLine 
[168]1module OpenEHR
[23]2 module AM
3 module OpenEHR_Profile
[168]4 module Data_Types
[23]5
6 module Quantity
[168]7 class C_DV_QUANTITY < OpenEHR::AM::Archetype::Constraint_Model::C_DOMAIN_TYPE
[23]8 end
9
[168]10 class C_DV_ORDINAL < OpenEHR::AM::Archetype::Constraint_Model::C_DOMAIN_TYPE
[23]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.