Class: OpenEHR::RM::EHR::VersionedComposition
- Inherits:
-
VersionedObject
- Object
- VersionedObject
- OpenEHR::RM::EHR::VersionedComposition
- Defined in:
- lib/open_ehr/rm/ehr.rb
Instance Method Summary collapse
Instance Method Details
#is_persistent? ⇒ Boolean
156 157 158 |
# File 'lib/open_ehr/rm/ehr.rb', line 156 def is_persistent? return @all_versions.first.data.is_persistent? end |