source: ruby/trunk/lib/open_ehr/parser.rb@ 404

Last change on this file since 404 was 404, checked in by KOBAYASHI, Shinji, 14 years ago

first step to Capetown

File size: 162 bytes
Line 
1module OpenEHR
2 class Parser
3 def parse
4
5 end
6
7 def load(file)
8
9 end
10 end
11
12 class ADLParser < Parser
13
14 end
15
16 class XMLParser < Parser
17
18 end
19end
Note: See TracBrowser for help on using the repository browser.