Class: OpenEHR::RM::EHR::EHRAccess

Inherits:
Common::Archetyped::Locatable show all
Defined in:
lib/openehr/rm/ehr.rb

Constant Summary

Constants included from Common::Archetyped::LocaterConstants

Common::Archetyped::LocaterConstants::CONTENT_PATH_SEPARATOR, Common::Archetyped::LocaterConstants::CURRENT_TRANSACTION_ID, Common::Archetyped::LocaterConstants::FRAGMENT_SEPARATOR, Common::Archetyped::LocaterConstants::MULTIPART_ID_DELIMITER, Common::Archetyped::LocaterConstants::ORGANIZER_PATH_SEPARATOR

Instance Attribute Summary collapse

Attributes inherited from Common::Archetyped::Locatable

#archetype_details, #archetype_node_id, #feeder_audit, #links, #name, #uid

Attributes inherited from Common::Archetyped::Pathable

#parent

Instance Method Summary collapse

Methods inherited from Common::Archetyped::Locatable

#concept, #is_archetype_root?

Methods inherited from Common::Archetyped::Pathable

#item_at_path, #items_at_path, #path_exists?, #path_of_item, #path_unique?

Constructor Details

#initialize(args = { }) ⇒ EHRAccess

Returns a new instance of EHRAccess.



102
103
104
105
106
# File 'lib/openehr/rm/ehr.rb', line 102

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

Instance Attribute Details

#schemeObject

Returns the value of attribute scheme.



100
101
102
# File 'lib/openehr/rm/ehr.rb', line 100

def scheme
  @scheme
end

#settingsObject

Returns the value of attribute settings.



99
100
101
# File 'lib/openehr/rm/ehr.rb', line 99

def settings
  @settings
end