source: ruby/branches/0.5/lib/open_ehr/rm/support/measurement.rb@ 216

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

move from Test:Unit to RSpec

File size: 354 bytes
Line 
1module OpenEHR
2 module RM
3 module Support
4 module Measurement
5 class MeasurementService
6 end
7 module ExternalEnvironmentAccess
8 def eea_terminology_svc
9 end
10
11 def eea_measurement_svc
12 end
13 end
14 end # of Measurment
15 end # of Support
16 end # of RM
17end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.