Class: OpenEhr::AM::Archetype::Archetype_Description::ARCHETYPE_DESCRIPTION

Inherits:
Object
  • Object
show all
Defined in:
lib/open_ehr/am/archetype/archetype_description/archetype_description.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ ARCHETYPE_DESCRIPTION

Returns a new instance of ARCHETYPE_DESCRIPTION.



8
9
10
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 8

def initialize(args ={ })
  @details = args[:details] ? args[:details] : []
end

Instance Attribute Details

#archetype_package_uriObject

Returns the value of attribute archetype_package_uri.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def archetype_package_uri
  @archetype_package_uri
end

#detailsObject

Returns the value of attribute details.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def details
  @details
end

#lifecycle_stateObject

Returns the value of attribute lifecycle_state.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def lifecycle_state
  @lifecycle_state
end

#original_authorObject

Returns the value of attribute original_author.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def original_author
  @original_author
end

#other_contributorsObject

Returns the value of attribute other_contributors.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def other_contributors
  @other_contributors
end

#other_detailsObject

Returns the value of attribute other_details.



7
8
9
# File 'lib/open_ehr/am/archetype/archetype_description/archetype_description.rb', line 7

def other_details
  @other_details
end