Class: OpenEHR::RM::PartyRelationshipFactory
- Inherits:
-
Object
- Object
- OpenEHR::RM::PartyRelationshipFactory
- Defined in:
- lib/openehr/rm/factory.rb
Class Method Summary collapse
Class Method Details
.create(param) ⇒ Object
593 594 595 |
# File 'lib/openehr/rm/factory.rb', line 593 def self.create(param) Demographic::PartyRelationship.new(param) end |