source: ruby/trunk/models/rm/demographic.rb@ 7

Last change on this file since 7 was 7, checked in by KOBAYASHI, Shinji, 16 years ago

demographic class added

File size: 324 bytes
Line 
1module OpenEHR
2 module RM
3 module Demogrphic
4 class Party < OpenEHR::RM::Common::Archetyped::Locatable
5 attr_reader :details, :reverse_relationships, :uid
6 attr_reader :idetities, :contacts, :relationships
7 def type
8 end
9 end
10 end # of Demographic
11 end # of RM
12end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.