Class: OpenEHR::RM::Composition::Content::Entry::AdminEntry

Inherits:
Entry
  • Object
show all
Defined in:
lib/open_ehr/rm/composition/content/entry.rb

Instance Attribute Summary collapse

Attributes inherited from Entry

#encoding, #language, #other_participations, #provider, #subject, #workflow_id

Instance Method Summary collapse

Methods inherited from Entry

#subject_is_self?

Constructor Details

#initialize(args = { }) ⇒ AdminEntry

Returns a new instance of AdminEntry.



48
49
50
51
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 48

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



46
47
48
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 46

def data
  @data
end