Interface GenericContentItem

All Superinterfaces:
ExtractContentItem, ExtractItem, io.github.openehr4j.rm.common.archetyped.Locatable, io.github.openehr4j.rm.common.archetyped.Pathable

public interface GenericContentItem extends ExtractContentItem
See Also:
  • Method Details

    • getItemType

      io.github.openehr4j.rm.data_types.text.DvCodedText getItemType()
    • getItemTypeVersion

      String getItemTypeVersion()
    • getAuthor

      String getAuthor()
    • getCreationTime

      org.openehr.base.foundation_types.time_types.Iso8601DateTime getCreationTime()
    • getAuthoriser

      String getAuthoriser()
    • getAuthorisationTime

      org.openehr.base.foundation_types.time_types.Iso8601DateTime getAuthorisationTime()
    • getItemStatus

      io.github.openehr4j.rm.data_types.text.DvCodedText getItemStatus()
    • getVersionId

      String getVersionId()
    • getVersionSetId

      String getVersionSetId()
    • getSystemId

      String getSystemId()
    • getOtherDetails

      Map getOtherDetails()
    • getItem

      io.github.openehr4j.rm.common.archetyped.Locatable getItem()
      Specified by:
      getItem in interface ExtractContentItem