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.



55
56
57
58
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 55

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



53
54
55
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 53

def data
  @data
end