Class: OpenEHR::RM::Common::Generic::PartyProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/open_ehr/rm/common/generic.rb

Overview

of RevisionHistory_Item

Direct Known Subclasses

PartyIdentified, PartySelf

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ PartyProxy

Returns a new instance of PartyProxy.



94
95
96
# File 'lib/open_ehr/rm/common/generic.rb', line 94

def initialize(args = { })
  self.external_ref = args[:external_ref]
end

Instance Attribute Details

#external_refObject

Returns the value of attribute external_ref.



92
93
94
# File 'lib/open_ehr/rm/common/generic.rb', line 92

def external_ref
  @external_ref
end