Interface EventContext

All Superinterfaces:
io.github.openehr4j.rm.common.archetyped.Pathable

public interface EventContext extends io.github.openehr4j.rm.common.archetyped.Pathable
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.openehr4j.rm.data_types.date_time.DvDateTime
     
    io.github.openehr4j.rm.common.generic.PartyIdentified
     
     
    io.github.openehr4j.rm.data_structures.item_structure.ItemStructure
     
     
    io.github.openehr4j.rm.data_types.text.DvCodedText
     
    io.github.openehr4j.rm.data_types.date_time.DvDateTime
     

    Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Pathable

    itemAtPath, itemsAtPath, parent, pathExists, pathOfItem, pathUnique
  • Method Details

    • getStartTime

      io.github.openehr4j.rm.data_types.date_time.DvDateTime getStartTime()
    • getEndTime

      io.github.openehr4j.rm.data_types.date_time.DvDateTime getEndTime()
    • getLocation

      String getLocation()
    • getSetting

      io.github.openehr4j.rm.data_types.text.DvCodedText getSetting()
    • getOtherContext

      io.github.openehr4j.rm.data_structures.item_structure.ItemStructure getOtherContext()
    • getHealthCareFacility

      io.github.openehr4j.rm.common.generic.PartyIdentified getHealthCareFacility()
    • getParticipations

      List getParticipations()