Interface XVersionedObject

All Known Subinterfaces:
XVersionedComposition, XVersionedEhrAccess, XVersionedEhrStatus, XVersionedFolder, XVersionedParty

public interface XVersionedObject
See Also:
  • Method Details

    • getUid

      org.openehr.base.base_types.identification.HierObjectId getUid()
    • getOwnerId

      org.openehr.base.base_types.identification.ObjectRef getOwnerId()
    • getTimeCreated

      io.github.openehr4j.rm.data_types.date_time.DvDateTime getTimeCreated()
    • getTotalVersionCount

      Integer getTotalVersionCount()
    • getExtractVersionCount

      Integer getExtractVersionCount()
    • getRevisionHistory

      io.github.openehr4j.rm.common.generic.RevisionHistory getRevisionHistory()
    • getVersions

      List getVersions()