Class: OpenEHR::RM::EHR::VersionedComposition

Inherits:
VersionedObject
  • Object
show all
Defined in:
lib/open_ehr/rm/ehr.rb

Instance Method Summary collapse

Instance Method Details

#is_persistent?Boolean

Returns:

  • (Boolean)


156
157
158
# File 'lib/open_ehr/rm/ehr.rb', line 156

def is_persistent?
  return @all_versions.first.data.is_persistent?
end